Pull request #4541 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 61a3a97409ebeb4bf0af4b31ba2aa066a138f881+805e484e69628a6e3579adc566ad066761c57bdb (47d684a20dbd20052309a41ea628ea7d2f12711d) 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-ssh4289045164097930688.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-ssh14527608418507419041.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-4541/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-4541/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5665900229632957768.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-4541/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16905820608678177512.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-ssh8372200554487540219.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-4541/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-4541/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh6419245929142614845.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-12030 in /w/workspace/edgexfoundry_edgex-go_PR-4541 [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 Merging remotes/origin/main commit 805e484e69628a6e3579adc566ad066761c57bdb into PR head commit 61a3a97409ebeb4bf0af4b31ba2aa066a138f881 Merge succeeded, producing 61a3a97409ebeb4bf0af4b31ba2aa066a138f881 Checking out Revision 61a3a97409ebeb4bf0af4b31ba2aa066a138f881 (PR-4541) > 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/4541/head:refs/remotes/origin/PR-4541 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 61a3a97409ebeb4bf0af4b31ba2aa066a138f881 # 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 805e484e69628a6e3579adc566ad066761c57bdb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 61a3a97409ebeb4bf0af4b31ba2aa066a138f881 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:58:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:58:22 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:58:22 ========================================================= 19:58:22 EdgeX Global Pipelines Version Info 19:58:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:58:23 ------------------- 19:58:23 stable info: 19:58:23 ------------------- 19:58:23 Commited By: Bill Mahoney bill.mahoney@intel.com 19:58:23 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 19:58:23 Message: update stable to v1.0.248 19:58:24 ------------------- 19:58:24 experimental info: 19:58:24 ------------------- 19:58:24 Commited By: **** collab-it+edgex@linuxfoundation.org 19:58:24 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 19:58:24 Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:58:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:58:24 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:58:24 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:58:24 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:58:24 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:58:24 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 19:58:24 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:58:24 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:58:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:58:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:58:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:58:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:58:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:58:24 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:58:24 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:58:24 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:58:25 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:58:25 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:58:25 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:58:25 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 19:58:25 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:58:25 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:58:25 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:58:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4541 [Pipeline] echo 19:58:25 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4541 [Pipeline] echo 19:58:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4541 [Pipeline] echo 19:58:25 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 61a3a97409ebeb4bf0af4b31ba2aa066a138f881 [Pipeline] echo 19:58:25 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 61a3a97 [Pipeline] echo 19:58:25 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:58:25 provisioning config files... 19:58:25 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config11433779220981156401tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:58:26 ---> docker-login.sh 19:58:26 nexus3.edgexfoundry.org:10001 19:58:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:58:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:58:26 Configure a credential helper to remove this warning. See 19:58:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:58:26 19:58:26 Login Succeeded 19:58:26 nexus3.edgexfoundry.org:10002 19:58:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:58:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:58:26 Configure a credential helper to remove this warning. See 19:58:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:58:26 19:58:26 Login Succeeded 19:58:26 nexus3.edgexfoundry.org:10003 19:58:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:58:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:58:26 Configure a credential helper to remove this warning. See 19:58:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:58:26 19:58:26 Login Succeeded 19:58:26 nexus3.edgexfoundry.org:10004 19:58:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:58:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:58:26 Configure a credential helper to remove this warning. See 19:58:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:58:26 19:58:26 Login Succeeded 19:58:26 docker.io 19:58:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:58:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:58:27 Configure a credential helper to remove this warning. See 19:58:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:58:27 19:58:27 Login Succeeded 19:58:27 ---> docker-login.sh ends [Pipeline] } 19:58:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:58:27 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 19:58:27 + + dirname cmd/core-command/Dockerfile 19:58:27 cut -d/ -f2 19:58:27 + echo core-command,cmd/core-command/Dockerfile 19:58:27 + dirname cmd/core-common-config-bootstrapper/Dockerfile+ 19:58:27 cut -d/ -f2 19:58:27 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 19:58:27 + + dirname cmd/core-data/Dockerfile 19:58:27 cut -d/ -f2 19:58:27 + echo core-data,cmd/core-data/Dockerfile 19:58:27 + dirname cmd/core-metadata/Dockerfile 19:58:27 + cut -d/ -f2 19:58:27 + echo core-metadata,cmd/core-metadata/Dockerfile 19:58:27 + dirname cmd/security-bootstrapper/Dockerfile 19:58:27 + cut -d/ -f2 19:58:27 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:58:27 + dirname cmd/security-proxy-auth/Dockerfile 19:58:27 + cut -d/ -f2 19:58:27 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 19:58:27 + dirname cmd/security-proxy-setup/Dockerfile 19:58:27 + cut -d/ -f2 19:58:27 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:58:27 + + dirname cmd/security-secretstore-setup/Dockerfile 19:58:27 cut -d/ -f2 19:58:27 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:58:27 + dirname cmd/security-spiffe-token-provider/Dockerfile 19:58:27 + cut -d/ -f2 19:58:27 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:58:27 + dirname cmd/security-spire-agent/Dockerfile 19:58:27 + cut -d/ -f2 19:58:27 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:58:27 + dirname cmd/security-spire-config/Dockerfile 19:58:27 + cut -d/ -f2 19:58:27 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:58:27 + dirname cmd/security-spire-server/Dockerfile 19:58:27 + cut -d/ -f2 19:58:27 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:58:27 + dirname cmd/support-notifications/Dockerfile 19:58:27 + cut -d/ -f2 19:58:27 + echo support-notifications,cmd/support-notifications/Dockerfile 19:58:27 + cut -d/ -f2 19:58:27 + dirname cmd/support-scheduler/Dockerfile 19:58:27 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 19:58:27 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 19:58:28 + git rev-list -1 --merges 61a3a97409ebeb4bf0af4b31ba2aa066a138f881~1..61a3a97409ebeb4bf0af4b31ba2aa066a138f881 [Pipeline] echo 19:58:28 -----------> git rev-list -1 --merges 61a3a97409ebeb4bf0af4b31ba2aa066a138f881~1..61a3a97409ebeb4bf0af4b31ba2aa066a138f881 61a3a97409ebeb4bf0af4b31ba2aa066a138f881 [false] [Pipeline] sh 19:58:28 + git log --format=format:%s -1 61a3a97409ebeb4bf0af4b31ba2aa066a138f881 [Pipeline] echo 19:58:28 ========================================================= 19:58:28 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:58:28 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:58:29 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:58:29 + grep -v github /etc/ssh/ssh_known_hosts 19:58:29 + [ -e /tmp/ssh_known_hosts ] 19:58:29 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:58:29 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=sudo 19:58:29 tee -a /etc/ssh/ssh_known_hosts 19:58:29 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:58:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:58:29 19:58:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:58:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:58:30 0.1.4: Pulling from edgex-devops/py-git-semver 19:58:30 b85a868b505f: Pulling fs layer 19:58:30 e2be974225ed: Pulling fs layer 19:58:30 339a4e72a1f5: Pulling fs layer 19:58:30 988bab9f4d93: Pulling fs layer 19:58:30 1469e6f7b9e6: Pulling fs layer 19:58:30 eaf3925da568: Pulling fs layer 19:58:30 bab4dde63d76: Pulling fs layer 19:58:30 bde34c3a00c8: Pulling fs layer 19:58:30 b352a97aabf1: Pulling fs layer 19:58:30 4872d77fe225: Pulling fs layer 19:58:30 5851b861e8e6: Pulling fs layer 19:58:30 988bab9f4d93: Waiting 19:58:30 1469e6f7b9e6: Waiting 19:58:30 eaf3925da568: Waiting 19:58:30 4872d77fe225: Waiting 19:58:30 bab4dde63d76: Waiting 19:58:30 bde34c3a00c8: Waiting 19:58:30 5851b861e8e6: Waiting 19:58:30 b352a97aabf1: Waiting 19:58:30 e2be974225ed: Download complete 19:58:30 988bab9f4d93: Download complete 19:58:30 1469e6f7b9e6: Verifying Checksum 19:58:30 1469e6f7b9e6: Download complete 19:58:30 339a4e72a1f5: Verifying Checksum 19:58:30 339a4e72a1f5: Download complete 19:58:30 eaf3925da568: Verifying Checksum 19:58:30 eaf3925da568: Download complete 19:58:30 bde34c3a00c8: Download complete 19:58:30 b352a97aabf1: Verifying Checksum 19:58:30 4872d77fe225: Download complete 19:58:30 5851b861e8e6: Verifying Checksum 19:58:30 5851b861e8e6: Download complete 19:58:30 b85a868b505f: Verifying Checksum 19:58:30 b85a868b505f: Download complete 19:58:30 bab4dde63d76: Download complete 19:58:31 b85a868b505f: Pull complete 19:58:31 e2be974225ed: Pull complete 19:58:32 339a4e72a1f5: Pull complete 19:58:32 988bab9f4d93: Pull complete 19:58:32 1469e6f7b9e6: Pull complete 19:58:32 eaf3925da568: Pull complete 19:58:34 bab4dde63d76: Pull complete 19:58:34 bde34c3a00c8: Pull complete 19:58:34 b352a97aabf1: Pull complete 19:58:34 4872d77fe225: Pull complete 19:58:34 5851b861e8e6: Pull complete 19:58:34 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 19:58:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:58:34 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:58:34 prd-ubuntu20.04-docker-8c-8g-12030 does not seem to be running inside a container 19:58:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 19:58:35 $ docker top 4a5a0474533e83c01fab5b558556ad6181e82c9dd68c3fa7001cbe84a71e21fa -eo pid,comm 19:58:36 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 19:58:36 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:58:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:58:36 [ssh-agent] Looking for ssh-agent implementation... 19:58:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:58:36 $ docker exec 4a5a0474533e83c01fab5b558556ad6181e82c9dd68c3fa7001cbe84a71e21fa ssh-agent 19:58:36 SSH_AUTH_SOCK=/tmp/ssh-sdMW1EqpF1gD/agent.31 19:58:36 SSH_AGENT_PID=37 19:58:36 Running ssh-add (command line suppressed) 19:58:36 Identity added: /w/workspace/edgex-go/1@tmp/private_key_8923028506300132278.key (/w/workspace/edgex-go/1@tmp/private_key_8923028506300132278.key) 19:58:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:58:36 + git tag --points-at HEAD [Pipeline] } 19:58:36 $ docker exec --env ******** --env ******** 4a5a0474533e83c01fab5b558556ad6181e82c9dd68c3fa7001cbe84a71e21fa ssh-agent -k 19:58:36 unset SSH_AUTH_SOCK; 19:58:36 unset SSH_AGENT_PID; 19:58:36 echo Agent pid 37 killed; 19:58:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:58:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:58:37 [ssh-agent] Looking for ssh-agent implementation... 19:58:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:58:37 $ docker exec 4a5a0474533e83c01fab5b558556ad6181e82c9dd68c3fa7001cbe84a71e21fa ssh-agent 19:58:37 SSH_AUTH_SOCK=/tmp/ssh-GIgOG8C6lgIc/agent.70 19:58:37 SSH_AGENT_PID=76 19:58:37 Running ssh-add (command line suppressed) 19:58:37 Identity added: /w/workspace/edgex-go/1@tmp/private_key_13473059991897995813.key (/w/workspace/edgex-go/1@tmp/private_key_13473059991897995813.key) 19:58:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:58:37 + git semver init 19:58:37 2023-04-28 19:58:37,868 [run_init] DEBUG init version:0.0.0 force:False 19:58:37 2023-04-28 19:58:37,869 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 19:58:37 2023-04-28 19:58:37,869 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 19:58:37 2023-04-28 19:58:37,869 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) 19:58:42 2023-04-28 19:58:41,796 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 19:58:42 2023-04-28 19:58:41,797 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4541 with force:False 19:58:42 2023-04-28 19:58:41,797 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4541 19:58:42 2023-04-28 19:58:41,801 [execute] INFO git cat-file --batch-check 19:58:42 2023-04-28 19:58:41,801 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:58:42 2023-04-28 19:58:41,806 [execute] INFO git cat-file --batch 19:58:42 2023-04-28 19:58:41,807 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:58:42 2023-04-28 19:58:41,811 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4541 19:58:42 0.0.0 [Pipeline] } 19:58:42 $ docker exec --env ******** --env ******** 4a5a0474533e83c01fab5b558556ad6181e82c9dd68c3fa7001cbe84a71e21fa ssh-agent -k 19:58:42 unset SSH_AUTH_SOCK; 19:58:42 unset SSH_AGENT_PID; 19:58:42 echo Agent pid 76 killed; 19:58:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:58:42 + git semver [Pipeline] } 19:58:43 $ docker stop --time=1 4a5a0474533e83c01fab5b558556ad6181e82c9dd68c3fa7001cbe84a71e21fa 19:58:44 $ docker rm -f --volumes 4a5a0474533e83c01fab5b558556ad6181e82c9dd68c3fa7001cbe84a71e21fa [Pipeline] // withDockerContainer [Pipeline] sh 19:58:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:58:45 Stashed 1 file(s) [Pipeline] echo 19:58:45 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:58:45 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:58:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:58:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:58:45 ========================================================= 19:58:45 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 19:58:45 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:58:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:58:46 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 19:58:46 f56be85fc22e: Pulling fs layer 19:58:46 85791d961cd3: Pulling fs layer 19:58:46 d694b5ae8c79: Pulling fs layer 19:58:46 9f32a84ed3da: Pulling fs layer 19:58:46 4d19c01a9841: Pulling fs layer 19:58:46 9325e15d5711: Pulling fs layer 19:58:46 556b6ee489ea: Pulling fs layer 19:58:46 c5a4b2cf53e6: Pulling fs layer 19:58:46 4d19c01a9841: Waiting 19:58:46 9325e15d5711: Waiting 19:58:46 556b6ee489ea: Waiting 19:58:46 c5a4b2cf53e6: Waiting 19:58:46 9f32a84ed3da: Waiting 19:58:46 85791d961cd3: Download complete 19:58:46 4d19c01a9841: Verifying Checksum 19:58:46 4d19c01a9841: Download complete 19:58:46 f56be85fc22e: Verifying Checksum 19:58:46 f56be85fc22e: Download complete 19:58:46 9325e15d5711: Verifying Checksum 19:58:46 9325e15d5711: Download complete 19:58:46 f56be85fc22e: Pull complete 19:58:46 85791d961cd3: Pull complete 19:58:46 c5a4b2cf53e6: Verifying Checksum 19:58:46 c5a4b2cf53e6: Download complete 19:58:46 d694b5ae8c79: Download complete 19:58:46 556b6ee489ea: Verifying Checksum 19:58:46 556b6ee489ea: Download complete 19:58:50 d694b5ae8c79: Pull complete 19:58:50 9f32a84ed3da: Pull complete 19:58:50 4d19c01a9841: Pull complete 19:58:50 9325e15d5711: Pull complete 19:58:53 556b6ee489ea: Pull complete 19:58:54 c5a4b2cf53e6: Pull complete 19:58:54 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 19:58:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:58:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 19:58:54 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:58:54 WORKDIR /edgex 19:58:54 COPY go.mod . 19:58:54 RUN go mod download 19:58:54 + docker build -t ci-base-image-x86_64 -f - . 19:58:54 Sending build context to Docker daemon 170.7MB 19:58:54 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:58:54 ---> c4be618373d6 19:58:54 Step 2/4 : WORKDIR /edgex 19:58:56 ---> Running in c0b49e9280c3 19:58:56 Removing intermediate container c0b49e9280c3 19:58:56 ---> 3b768da3e86e 19:58:56 Step 3/4 : COPY go.mod . 19:58:56 ---> 0f0f65424992 19:58:56 Step 4/4 : RUN go mod download 19:58:56 ---> Running in 9dfa07254847 19:59:00 Still waiting to schedule task 19:59:00 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 19:59:09 Removing intermediate container 9dfa07254847 19:59:09 ---> 1eaead68823f 19:59:09 Successfully built 1eaead68823f 19:59:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:09 + docker inspect -f . ci-base-image-x86_64 19:59:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:59:09 prd-ubuntu20.04-docker-8c-8g-12030 does not seem to be running inside a container 19:59:09 $ 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 19:59:09 $ docker top cc66a7b222e2fa8dffa0ec0e6c17cba2782b5b67c0a7da4beb5fef3929477098 -eo pid,comm [Pipeline] { [Pipeline] sh 19:59:10 + go version 19:59:10 go version go1.20.2 linux/amd64 [Pipeline] } 19:59:10 $ docker stop --time=1 cc66a7b222e2fa8dffa0ec0e6c17cba2782b5b67c0a7da4beb5fef3929477098 19:59:11 $ docker rm -f --volumes cc66a7b222e2fa8dffa0ec0e6c17cba2782b5b67c0a7da4beb5fef3929477098 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:12 + docker inspect -f . ci-base-image-x86_64 19:59:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:59:12 prd-ubuntu20.04-docker-8c-8g-12030 does not seem to be running inside a container 19:59:12 $ 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 19:59:12 $ docker top 552cc93cb0074fbf2816f480f23b18d11504addcaa448a0efc97fabad02713db -eo pid,comm [Pipeline] { [Pipeline] echo 19:59:12 ========================================================= 19:59:12 [edgeXBuildGoParallel] Running Tests and Build... 19:59:12 ========================================================= [Pipeline] sh 19:59:13 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:59:13 + make test 19:59:13 go test -race -coverprofile=coverage.out ./... 19:59:21 ? github.com/edgexfoundry/edgex-go [no test files] 19:59:33 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:59:33 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 19:59:34 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:59:35 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:59:35 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:59:35 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:59:35 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:59:35 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 19:59:35 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:59:36 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:59:36 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:59:36 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:59:36 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:59:36 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:59:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:59:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:59:37 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.053s coverage: 28.7% of statements 19:59:38 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.072s coverage: 98.5% of statements 19:59:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:59:40 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 19:59:40 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:59:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:59:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:59:43 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.099s coverage: 71.5% of statements 19:59:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.072s coverage: 54.0% of statements 19:59:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:59:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:59:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.750s coverage: 88.5% of statements 19:59:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.066s coverage: 3.8% of statements 19:59:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:59:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:59:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:59:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.345s coverage: 95.6% of statements 19:59:46 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:59:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:59:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:59:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:59:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:59:46 ok github.com/edgexfoundry/edgex-go/internal/io 0.054s coverage: 72.2% of statements 19:59:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:59:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:59:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:59:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.061s coverage: 65.9% of statements 19:59:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:59:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:59:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.063s coverage: 0.9% of statements 19:59:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.059s coverage: 29.0% of statements 19:59:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.054s coverage: 42.9% of statements 19:59:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:59:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:59:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:59:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:59:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.063s coverage: 82.9% of statements 19:59:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.043s coverage: 94.1% of statements 19:59:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.059s coverage: 96.3% of statements 19:59:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.044s coverage: 87.5% of statements 19:59:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:59:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:59:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:59:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:59:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:59:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:59:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:59:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:59:52 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:59:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:59:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:59:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 19:59:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:59:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:59:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:59:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 19:59:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 19:59:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 19:59:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:59:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:59:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:59:58 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:59:58 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:59:58 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:59:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:00:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:00:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:00:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:00:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:00:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.061s coverage: 94.4% of statements 20:00:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:00:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:00:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:00:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:00:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:00:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:00:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:00:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:00:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.277s coverage: 79.9% of statements 20:00:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.069s coverage: 92.9% of statements 20:00:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.038s coverage: 64.4% of statements 20:00:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.063s coverage: 62.3% of statements 20:00:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.065s coverage: 87.2% of statements 20:00:15 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.046s coverage: 20.0% of statements 20:00:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements 20:00:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.098s coverage: 81.8% of statements 20:00:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.093s coverage: 82.1% of statements 20:00:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.050s coverage: 86.0% of statements 20:00:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.196s coverage: 63.1% of statements 20:00:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.064s coverage: 100.0% of statements 20:00:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.040s coverage: 89.4% of statements 20:00:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements 20:00:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 20:00:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements 20:00:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.192s coverage: 38.4% of statements 20:00:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.063s coverage: 89.5% of statements 20:00:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.052s coverage: 84.8% of statements 20:00:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.070s coverage: 17.7% of statements 20:00:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.126s coverage: 92.3% of statements 20:00:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.066s coverage: 61.5% of statements 20:00:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.092s coverage: 97.7% of statements 20:00:15 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:00:15 running golangci-lint 20:00:15 golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z 20:00:15 go version go1.20.2 linux/amd64 20:00:15 level=info msg="[config_reader] Used config file .golangci.yml" 20:00:15 level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" 20:00:30 level=info msg="[loader] Go packages loading at mode 575 (exports_file|files|compiled_files|deps|imports|name|types_sizes) took 15.208819385s" 20:00:30 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 33.971472ms" 20:00:38 level=info msg="[linters_context/goanalysis] analyzers took 1m26.348126415s with top 10 stages: buildir: 36.768545597s, inspect: 2.084870063s, gosec: 1.485124886s, fact_deprecated: 1.378192025s, printf: 1.283826688s, ctrlflow: 1.280313312s, S1038: 1.070627522s, fact_purity: 960.004241ms, nilness: 953.201889ms, SA9006: 679.550315ms" 20:00:38 level=info msg="[runner] Issues before processing: 203, after processing: 0" 20:00:38 level=info msg="[runner] Processors filtering stat (out/in): skip_dirs: 203/203, skip_files: 203/203, nolint: 0/23, cgo: 203/203, filename_unadjuster: 203/203, identifier_marker: 203/203, exclude: 203/203, exclude-rules: 23/203, path_prettifier: 203/203, autogenerated_exclude: 203/203" 20:00:38 level=info msg="[runner] processing took 18.380944ms with stages: nolint: 7.376332ms, identifier_marker: 5.506567ms, autogenerated_exclude: 1.694563ms, path_prettifier: 1.576182ms, exclude-rules: 1.43481ms, skip_dirs: 697.09µs, cgo: 52.78µs, filename_unadjuster: 36.94µs, skip_files: 830ns, max_same_issues: 820ns, exclude: 760ns, uniq_by_line: 740ns, severity-rules: 590ns, diff: 430ns, source_code: 420ns, sort_results: 370ns, max_per_file_from_linter: 270ns, max_from_linter: 190ns, path_shortener: 150ns, path_prefixer: 110ns" 20:00:38 level=info msg="[runner] linters took 8.541809068s with stages: goanalysis_metalinter: 8.52324671s" 20:00:38 level=info msg="File cache stats: 0 entries of total size 0B" 20:00:38 level=info msg="Memory: 239 samples, avg is 194.2MB, max is 756.7MB" 20:00:38 level=info msg="Execution took 23.79726798s" 20:00:38 go vet ./... 20:00:39 Running on prd-ubuntu20.04-docker-arm64-4c-16g-12031 in /w/workspace/edgexfoundry_edgex-go_PR-4541 [Pipeline] { [Pipeline] ws 20:00:39 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 20:00:39 The recommended git tool is: git 20:00:42 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:00:42 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:00:42 ./bin/test-attribution-txt.sh [Pipeline] echo 20:00:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:00:43 + ls -al . 20:00:43 total 704 20:00:43 drwxrwxr-x 11 1001 1001 4096 Apr 28 19:59 . 20:00:43 drwxr-xr-x 4 root root 4096 Apr 28 19:59 .. 20:00:43 drwxrwxr-x 2 1001 1001 4096 Apr 28 19:58 .blubracket 20:00:43 -rw-rw-r-- 1 1001 1001 16 Apr 28 19:58 .dockerignore 20:00:43 drwxrwxr-x 8 1001 1001 4096 Apr 28 19:58 .git 20:00:43 drwxrwxr-x 3 1001 1001 4096 Apr 28 19:58 .github 20:00:43 -rw-rw-r-- 1 1001 1001 1133 Apr 28 19:58 .gitignore 20:00:43 -rw-rw-r-- 1 1001 1001 42 Apr 28 19:58 .golangci.yml 20:00:43 -rw-rw-r-- 1 1001 1001 87 Apr 28 19:58 .hadolint.yml 20:00:43 drwxr-xr-x 3 1001 1001 4096 Apr 28 19:58 .semver 20:00:43 -rw-rw-r-- 1 1001 1001 166 Apr 28 19:58 .sonarcloud.properties 20:00:43 -rw-rw-r-- 1 1001 1001 1171 Apr 28 19:58 ADOPTERS.md 20:00:43 -rw-rw-r-- 1 1001 1001 10835 Apr 28 19:58 Attribution.txt 20:00:43 -rw-rw-r-- 1 1001 1001 73765 Apr 28 19:58 CHANGELOG.md 20:00:43 -rw-rw-r-- 1 1001 1001 3804 Apr 28 19:58 CONTRIBUTING.md 20:00:43 -rw-rw-r-- 1 1001 1001 677 Apr 28 19:58 GOVERNANCE.md 20:00:43 -rw-rw-r-- 1 1001 1001 883 Apr 28 19:58 Jenkinsfile 20:00:43 -rw-rw-r-- 1 1001 1001 10775 Apr 28 19:58 LICENSE 20:00:43 -rw-rw-r-- 1 1001 1001 14368 Apr 28 19:58 Makefile 20:00:43 -rw-rw-r-- 1 1001 1001 582 Apr 28 19:58 OWNERS.md 20:00:43 -rw-rw-r-- 1 1001 1001 9403 Apr 28 19:58 README.md 20:00:43 -rw-rw-r-- 1 1001 1001 789 Apr 28 19:58 SECURITY.md 20:00:43 -rw-rw-r-- 1 1001 1001 5 Apr 28 19:58 VERSION 20:00:43 drwxrwxr-x 2 1001 1001 4096 Apr 28 19:58 bin 20:00:43 drwxrwxr-x 18 1001 1001 4096 Apr 28 19:58 cmd 20:00:43 -rw-r--r-- 1 root root 448352 Apr 28 20:00 coverage.out 20:00:43 -rw-rw-r-- 1 1001 1001 3200 Apr 28 19:58 go.mod 20:00:43 -rw-rw-r-- 1 1001 1001 31155 Apr 28 19:58 go.sum 20:00:43 drwxrwxr-x 7 1001 1001 4096 Apr 28 19:58 internal 20:00:43 drwxrwxr-x 3 1001 1001 4096 Apr 28 19:58 openapi 20:00:43 -rw-rw-r-- 1 1001 1001 594 Apr 28 19:58 security.txt 20:00:43 drwxrwxr-x 4 1001 1001 4096 Apr 28 19:58 snap 20:00:43 -rw-rw-r-- 1 1001 1001 204 Apr 28 19:58 version.go [Pipeline] sh 20:00:43 + '[' -e coverage.out ] 20:00:43 + chown 1001:1001 coverage.out [Pipeline] stash 20:00:43 Stashed 1 file(s) [Pipeline] sh 20:00:44 + make build 20:00:44 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:00:45 using credential edgex-jenkins-ssh 20:00:45 Cloning the remote Git repository 20:00:45 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:00:45 > git init /w/workspace/edgex-go/1 # timeout=10 20:00:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:00:45 > git --version # timeout=10 20:00:45 > git --version # 'git version 2.25.1' 20:00:45 using GIT_SSH to set credentials SSH Credentials for GitHub 20:00:45 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:00:56 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:00:57 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:00:58 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:00:59 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:01:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:01:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:01:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:01:04 Merging remotes/origin/main commit 805e484e69628a6e3579adc566ad066761c57bdb into PR head commit 61a3a97409ebeb4bf0af4b31ba2aa066a138f881 20:01:05 Merge succeeded, producing 61a3a97409ebeb4bf0af4b31ba2aa066a138f881 20:01:05 Checking out Revision 61a3a97409ebeb4bf0af4b31ba2aa066a138f881 (PR-4541) 20:01:05 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" 20:01:05 > git --version # timeout=10 20:01:05 > git --version # 'git version 2.25.1' 20:01:05 fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 20:01:06 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:01:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:01:04 using GIT_SSH to set credentials SSH Credentials for GitHub 20:01:04 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4541/head:refs/remotes/origin/PR-4541 +refs/heads/main:refs/remotes/origin/main # timeout=10 20:01:04 > git config core.sparsecheckout # timeout=10 20:01:04 > git checkout -f 61a3a97409ebeb4bf0af4b31ba2aa066a138f881 # timeout=10 20:01:05 > git remote # timeout=10 20:01:05 > git config --get remote.origin.url # timeout=10 20:01:05 using GIT_SSH to set credentials SSH Credentials for GitHub 20:01:05 > git merge 805e484e69628a6e3579adc566ad066761c57bdb # timeout=10 20:01:05 > git rev-parse HEAD^{commit} # timeout=10 20:01:05 > git config core.sparsecheckout # timeout=10 20:01:05 > git checkout -f 61a3a97409ebeb4bf0af4b31ba2aa066a138f881 # timeout=10 20:01: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-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 20:01: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:01: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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:01:09 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:01:10 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:01:12 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:01:18 $ docker stop --time=1 552cc93cb0074fbf2816f480f23b18d11504addcaa448a0efc97fabad02713db 20:01:20 $ docker rm -f --volumes 552cc93cb0074fbf2816f480f23b18d11504addcaa448a0efc97fabad02713db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 20:01:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:01:21 20:01:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:22 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:01:22 % Total % Received % Xferd Average Speed Time Time Time Current 20:01:22 Dload Upload Total Spent Left Speed 20:01:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 67824 0 --:--:-- --:--:-- --:--:-- 67824 20:01:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:01:22 latest: Pulling from edgex-devops/edgex-compose 20:01:22 cbdbe7a5bc2a: Pulling fs layer 20:01:22 ca9280d653b3: Pulling fs layer 20:01:22 7e9c9ca2126c: Pulling fs layer 20:01:22 cbdbe7a5bc2a: Verifying Checksum 20:01:22 cbdbe7a5bc2a: Download complete [Pipeline] sh 20:01:22 ca9280d653b3: Verifying Checksum 20:01:22 ca9280d653b3: Download complete 20:01:22 cbdbe7a5bc2a: Pull complete 20:01:22 7e9c9ca2126c: Download complete 20:01:22 ca9280d653b3: Pull complete 20:01:22 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:01:23 + sudo+ jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.jsonsudo 20:01:23 tee /etc/docker/daemon.new 20:01:23 { 20:01:23 "registry-mirrors": [ 20:01:23 "https://nexus3.edgexfoundry.org:10001" 20:01:23 ], 20:01:23 "bip": "10.250.0.254/24", 20:01:23 "hosts": [ 20:01:23 "tcp://0.0.0.0:5555", 20:01:23 "unix:///var/run/docker.sock" 20:01:23 ], 20:01:23 "mtu": 1458, 20:01:23 "selinux-enabled": true, 20:01:23 "seccomp-profile": "/etc/docker/seccomp.json" 20:01:23 } [Pipeline] sh 20:01:23 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:01:23 + sudo service docker restart 20:01:26 7e9c9ca2126c: Pull complete 20:01:26 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:01:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:01:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:01:26 prd-ubuntu20.04-docker-8c-8g-12030 does not seem to be running inside a container 20:01:26 $ 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:01:27 $ docker top 1ad53746899304e2b1eeefa2538df7b657983e2782ab67aca8d63d2ba854f817 -eo pid,comm [Pipeline] { [Pipeline] sh 20:01:27 + docker-compose build --help 20:01:27 + grep parallel 20:01:28 --parallel Build images in parallel. [Pipeline] } 20:01:28 $ docker stop --time=1 1ad53746899304e2b1eeefa2538df7b657983e2782ab67aca8d63d2ba854f817 20:01:29 $ docker rm -f --volumes 1ad53746899304e2b1eeefa2538df7b657983e2782ab67aca8d63d2ba854f817 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:01:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:01:30 prd-ubuntu20.04-docker-8c-8g-12030 does not seem to be running inside a container 20:01:30 $ 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:01:30 $ docker top 646bad96a97c7f1cacd02ae8c6fb896fe5887778121cc6896a1a639b4058137f -eo pid,comm [Pipeline] { [Pipeline] sh 20:01:30 + docker-compose -f ./docker-compose-build.yml build --parallel 20:01:31 Building core-command ... 20:01:31 Building core-common-config-bootstrapper ... 20:01:31 Building core-data ... 20:01:31 Building core-metadata ... 20:01:31 Building security-bootstrapper ... 20:01:31 Building security-proxy-auth ... 20:01:31 Building security-proxy-setup ... 20:01:31 Building security-secretstore-setup ... 20:01:31 Building security-spiffe-token-provider ... 20:01:31 Building security-spire-agent ... 20:01:31 Building security-spire-config ... 20:01:31 Building security-spire-server ... 20:01:31 Building support-notifications ... 20:01:31 Building support-scheduler ... 20:01:31 Building core-metadata 20:01:31 Building security-spire-server 20:01:31 Building security-spire-config 20:01:31 Building security-proxy-setup 20:01:31 Building support-notifications [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:01:42 provisioning config files... 20:01:42 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config11860499056073258625tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:01:42 ---> docker-login.sh 20:01:42 nexus3.edgexfoundry.org:10001 20:01:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:01:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:01:43 Configure a credential helper to remove this warning. See 20:01:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:01:43 20:01:43 Login Succeeded 20:01:43 nexus3.edgexfoundry.org:10002 20:01:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:01:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:01:43 Configure a credential helper to remove this warning. See 20:01:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:01:43 20:01:43 Login Succeeded 20:01:43 nexus3.edgexfoundry.org:10003 20:01:43 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:01:43 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:01:43 ---> 1eaead68823f 20:01:43 Step 3/25 : ARG ADD_BUILD_TAGS="" 20:01:43 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:01:43 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:01:43 ---> 1eaead68823f 20:01:43 Step 3/27 : WORKDIR /edgex-go 20:01:43 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:01:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:01:43 ---> 1eaead68823f 20:01:43 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:01:43 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:01:43 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:01:43 ---> 1eaead68823f 20:01:43 Step 3/26 : WORKDIR /edgex-go 20:01:43 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:01:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:01:43 ---> 1eaead68823f 20:01:43 Step 3/22 : WORKDIR /edgex-go 20:01:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:01:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:01:43 Configure a credential helper to remove this warning. See 20:01:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:01:43 20:01:43 Login Succeeded 20:01:43 nexus3.edgexfoundry.org:10004 20:01:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:01:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:01:44 Configure a credential helper to remove this warning. See 20:01:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:01:44 20:01:44 Login Succeeded 20:01:44 docker.io 20:01:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:01:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:01:44 Configure a credential helper to remove this warning. See 20:01:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:01:44 20:01:44 Login Succeeded 20:01:44 ---> docker-login.sh ends [Pipeline] } 20:01:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 20:01:45 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 20:01:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:01:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:01:45 ========================================================= 20:01:45 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 20:01:45 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:01:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:01:46 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:01:46 c41833b44d91: Pulling fs layer 20:01:46 ed15518f5707: Pulling fs layer 20:01:46 feae8fd75edb: Pulling fs layer 20:01:46 242c74f7c9fa: Pulling fs layer 20:01:46 3cdef696dda3: Pulling fs layer 20:01:46 2ced38df9373: Pulling fs layer 20:01:46 58f1dce35555: Pulling fs layer 20:01:46 242c74f7c9fa: Waiting 20:01:46 58f1dce35555: Waiting 20:01:46 2ced38df9373: Waiting 20:01:46 3cdef696dda3: Waiting 20:01:46 ed15518f5707: Verifying Checksum 20:01:46 ed15518f5707: Download complete 20:01:46 242c74f7c9fa: Verifying Checksum 20:01:46 242c74f7c9fa: Download complete 20:01:46 3cdef696dda3: Verifying Checksum 20:01:46 c41833b44d91: Verifying Checksum 20:01:46 c41833b44d91: Download complete 20:01:46 3cdef696dda3: Download complete 20:01:47 ---> Running in e7c26918021b 20:01:47 ---> Running in 2eb879faf9e7 20:01:47 ---> Running in a47276333b71 20:01:47 ---> Running in fa73152fdff3 20:01:47 ---> Running in d9244d57f93b 20:01:47 Removing intermediate container 2eb879faf9e7 20:01:47 ---> 22169de2a538 20:01:47 Step 4/23 : WORKDIR /edgex-go 20:01:47 ---> Running in eeb935c0f7ba 20:01:47 Removing intermediate container d9244d57f93b 20:01:47 ---> e8767426574d 20:01:47 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 20:01:47 Removing intermediate container a47276333b71 20:01:47 ---> c3847ffed3e4 20:01:47 Step 4/25 : WORKDIR /edgex-go 20:01:47 Removing intermediate container e7c26918021b 20:01:47 ---> 544e6110fcda 20:01:47 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:01:47 Removing intermediate container fa73152fdff3 20:01:47 ---> 4b5b18336af8 20:01:47 Step 4/22 : RUN apk add --update --no-cache make git 20:01:47 ---> Running in 0721899df2d9 20:01:47 ---> Running in ff2029734a03 20:01:47 ---> Running in faf6283ab629 20:01:47 ---> Running in dc4da0646f26 20:01:47 Removing intermediate container eeb935c0f7ba 20:01:47 ---> f60e342ea2a4 20:01:47 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 20:01:47 ---> Running in c52a85bc1afc 20:01:47 Removing intermediate container 0721899df2d9 20:01:47 ---> 51e339fdf33c 20:01:47 Step 5/25 : RUN apk add --update --no-cache make git 20:01:47 ---> Running in f972e597947b 20:01:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:01:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:01:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:01:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:01:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:01:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:01:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:01:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:01:47 OK: 265 MiB in 53 packages 20:01:47 OK: 265 MiB in 53 packages 20:01:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:01:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:01:47 OK: 265 MiB in 53 packages 20:01:47 58f1dce35555: Verifying Checksum 20:01:47 58f1dce35555: Download complete 20:01:47 OK: 265 MiB in 53 packages 20:01:47 OK: 265 MiB in 53 packages 20:01:47 Removing intermediate container faf6283ab629 20:01:47 ---> 7f78e07f8f42 20:01:47 Step 5/26 : COPY go.mod vendor* ./ 20:01:48 ---> 357024a34938 20:01:48 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:01:48 Removing intermediate container ff2029734a03 20:01:48 ---> 3808bfe78ca4 20:01:48 Step 5/27 : COPY go.mod vendor* ./ 20:01:48 ---> Running in 0c9075d88630 20:01:48 Removing intermediate container dc4da0646f26 20:01:48 ---> 3d2fbf615687 20:01:48 Step 5/22 : COPY go.mod vendor* ./ 20:01:48 ---> 139bd915b90c 20:01:48 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:01:48 ---> Running in 66697107e97a 20:01:48 Removing intermediate container c52a85bc1afc 20:01:48 ---> 02816f3d650d 20:01:48 Step 6/23 : COPY go.mod vendor* ./ 20:01:48 Removing intermediate container f972e597947b 20:01:48 ---> 5ea66eda2072 20:01:48 Step 6/25 : COPY go.mod vendor* ./ 20:01:48 ---> d7413da03e74 20:01:48 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:01:48 ---> Running in 93899fca8414 20:01:48 ---> 440cf8142f41 20:01:48 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:01:48 ---> 4f6c20a28998 20:01:48 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:01:48 ---> Running in 264912a9c85b 20:01:48 ---> Running in a4f1b0f72052 20:01:49 c41833b44d91: Pull complete 20:01:49 feae8fd75edb: Verifying Checksum 20:01:49 feae8fd75edb: Download complete 20:01:49 2ced38df9373: Verifying Checksum 20:01:49 2ced38df9373: Download complete 20:01:49 ed15518f5707: Pull complete 20:02:01 feae8fd75edb: Pull complete 20:02:01 242c74f7c9fa: Pull complete 20:02:01 3cdef696dda3: Pull complete 20:02:08 2ced38df9373: Pull complete 20:02:09 58f1dce35555: Pull complete 20:02:10 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 20:02:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:02:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh 20:02:10 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:02:10 WORKDIR /edgex 20:02:10 COPY go.mod . 20:02:10 RUN go mod download 20:02:10 + docker build -t ci-base-image-arm64 -f - . 20:02:11 Sending build context to Docker daemon 2.932MB 20:02:11 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:02:11 ---> fadd8f120f05 20:02:11 Step 2/4 : WORKDIR /edgex 20:02:13 ---> Running in d35c637bd66f 20:02:13 Removing intermediate container d35c637bd66f 20:02:13 ---> 395e0e8ef14c 20:02:13 Step 3/4 : COPY go.mod . 20:02:15 ---> 4eb26e2226c1 20:02:15 Step 4/4 : RUN go mod download 20:02:15 ---> Running in 2fbcdecaee5a 20:02:27 Removing intermediate container 66697107e97a 20:02:27 ---> e27036aae37c 20:02:27 Step 7/27 : COPY . . 20:02:27 Removing intermediate container 0c9075d88630 20:02:27 ---> 83ada826b360 20:02:27 Step 7/26 : COPY . . 20:02:27 Removing intermediate container a4f1b0f72052 20:02:27 ---> fcfe46807ad7 20:02:27 Step 8/25 : COPY . . 20:02:27 Removing intermediate container 93899fca8414 20:02:27 ---> 5c77aab40fcf 20:02:27 Step 7/22 : COPY . . 20:02:27 Removing intermediate container 264912a9c85b 20:02:27 ---> 22e4bf97ae10 20:02:27 Step 8/23 : COPY . . 20:02:35 ---> b8c15c2046d3 20:02:35 Step 8/22 : RUN make cmd/secrets-config/secrets-config 20:02:35 ---> f03b72ec7ad5 20:02:35 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 20:02:35 ---> 007c8441ff3d 20:02:35 Step 9/23 : RUN make cmd/support-notifications/support-notifications 20:02:35 ---> 52f91426ca16 20:02:35 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 20:02:35 ---> 367eae40c728 20:02:35 Step 8/26 : ARG SPIRE_RELEASE=1.6.3 20:02:35 ---> Running in 19cf4d23b8db 20:02:35 ---> Running in 7d3d4a4ae05e 20:02:35 ---> Running in 11d6db417553 20:02:35 ---> Running in f5518f510247 20:02:35 ---> Running in 3f9e1bf10762 20:02:35 Removing intermediate container f5518f510247 20:02:35 ---> eea63cb8cfa7 20:02:35 Step 9/27 : WORKDIR /edgex-go/spire-build 20:02:35 ---> Running in 18572b95ce25 20:02:35 Removing intermediate container 3f9e1bf10762 20:02:35 ---> 3ade69c3187a 20:02:35 Step 9/26 : WORKDIR /edgex-go/spire-build 20:02:35 ---> Running in b453d022822f 20:02:35 Removing intermediate container 18572b95ce25 20:02:35 ---> 459f5e26e62e 20:02:35 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:02:35 Removing intermediate container b453d022822f 20:02:35 ---> f5f3427ed361 20:02:35 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:02:35 ---> Running in a50489301751 20:02:35 ---> Running in b9bd2c99b01f 20:02:35 Removing intermediate container b9bd2c99b01f 20:02:35 ---> a25a67c61dd6 20:02:35 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:02:35 Removing intermediate container a50489301751 20:02:35 ---> 2c484f44d293 20:02:35 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:02:35 ---> Running in 8d48b5e577c9 20:02:35 ---> Running in 366fa398a238 20:02:35 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:02:35 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:02:35 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:02:35 Removing intermediate container 8d48b5e577c9 20:02:35 ---> a2ee89808ec4 20:02:35 Step 12/27 : WORKDIR /edgex-go 20:02:35 Removing intermediate container 366fa398a238 20:02:35 ---> 77cdd44001ca 20:02:35 Step 12/26 : WORKDIR /edgex-go 20:02:35 ---> Running in d93fd9235996 20:02:35 ---> Running in fd74d522b35a 20:02:35 Removing intermediate container fd74d522b35a 20:02:35 ---> 422d20fa775d 20:02:35 20:02:35 Step 13/26 : FROM alpine:3.17 20:02:35 Removing intermediate container d93fd9235996 20:02:35 ---> ae762eb483a2 20:02:35 20:02:35 Step 13/27 : FROM alpine:3.17 20:02:36 3.17: Pulling from library/alpine 20:02:36 3.17: Pulling from library/alpine 20:02:37 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:02:37 Status: Downloaded newer image for alpine:3.17 20:02:37 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:02:37 Status: Image is up to date for alpine:3.17 20:02:37 ---> 9ed4aefc74f6 20:02:37 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:02:37 ---> 9ed4aefc74f6 20:02:37 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:02:37 ---> Running in 8f3c54eb6538 20:02:37 ---> Running in bb02696fd776 20:02:37 Removing intermediate container 8f3c54eb6538 20:02:37 ---> 296af6673e06 20:02:37 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:02:37 Removing intermediate container bb02696fd776 20:02:37 ---> ee939742699a 20:02:37 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:02:37 ---> Running in 1f211851f842 20:02:37 ---> Running in c2494adbb5d8 20:02:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:38 v3.17.3-142-g528c072ab1c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:02:38 v3.17.3-142-g528c072ab1c [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:02:38 OK: 17820 distinct packages available 20:02:38 v3.17.3-142-g528c072ab1c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:02:38 v3.17.3-142-g528c072ab1c [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:02:38 OK: 17820 distinct packages available 20:02:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:38 (1/4) Installing dumb-init (1.2.5-r2) 20:02:38 (2/4) Installing musl-obstack (1.2.3-r0) 20:02:38 (1/5) Installing dumb-init (1.2.5-r2) 20:02:38 (3/4) Installing libucontext (1.2-r0) 20:02:38 (2/5) Installing musl-obstack (1.2.3-r0) 20:02:38 (4/4) Installing gcompat (1.1.0-r0) 20:02:38 (3/5) Installing libucontext (1.2-r0) 20:02:38 (4/5) Installing gcompat (1.1.0-r0) 20:02:38 (5/5) Installing openssl (3.0.8-r4) 20:02:38 Executing busybox-1.35.0-r29.trigger 20:02:38 Executing busybox-1.35.0-r29.trigger 20:02:38 OK: 7 MiB in 19 packages 20:02:38 OK: 8 MiB in 20 packages 20:02:39 Removing intermediate container c2494adbb5d8 20:02:39 ---> 8ed09763153d 20:02:39 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:02:39 Removing intermediate container 1f211851f842 20:02:39 ---> bd6a59d05ab6 20:02:39 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 20:02:39 ---> cddfb15a249b 20:02:39 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:02:39 ---> a85a1827ae6a 20:02:39 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 20:02:39 ---> 2dd2c586d8ca 20:02:39 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:02:40 ---> b68773455143 20:02:40 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:02:44 ---> bc3939796c28 20:02:44 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:02:44 ---> fd402bea0d8c 20:02:44 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:02:44 ---> d1c2c4a148bd 20:02:44 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:02:44 ---> 405066082cff 20:02:44 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:02:44 ---> Running in c95ccd370317 20:02:44 ---> 65ffdf6a1acd 20:02:44 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:02:44 Removing intermediate container c95ccd370317 20:02:44 ---> abd3bfeb98f3 20:02:44 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:02:44 ---> f3422993eda7 20:02:44 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:02:44 ---> Running in 6bdff9fabee3 20:02:44 ---> ccd7ba39970e 20:02:44 Step 22/27 : WORKDIR / 20:02:44 ---> Running in 34053c017ab8 20:02:45 Removing intermediate container 6bdff9fabee3 20:02:45 ---> c036b6afbc12 20:02:45 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:02:45 ---> Running in 76de88c136b4 20:02:45 Removing intermediate container 34053c017ab8 20:02:45 ---> 22159b6e62d0 20:02:45 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:02:45 ---> Running in 1c37d83c4f0a 20:02:45 Removing intermediate container 76de88c136b4 20:02:45 ---> d7cce7dda91a 20:02:45 Step 24/26 : LABEL arch=x86_64 20:02:45 ---> Running in 736413742ceb 20:02:45 Removing intermediate container 1c37d83c4f0a 20:02:45 ---> d019742ace66 20:02:45 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:02:45 ---> Running in 2134599b62da 20:02:45 Removing intermediate container 736413742ceb 20:02:45 ---> d09db52db321 20:02:45 Step 25/26 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 20:02:45 ---> Running in 4e1b49782cd7 20:02:45 Removing intermediate container 2134599b62da 20:02:45 ---> 13b0e2a3a581 20:02:45 Step 25/27 : LABEL arch=x86_64 20:02:45 ---> Running in 0ac268e463b1 20:02:46 Removing intermediate container 4e1b49782cd7 20:02:46 ---> 90abf8c2dd1e 20:02:46 Step 26/26 : LABEL version=0.0.0 20:02:46 ---> Running in 43a19c2eae61 20:02:46 Removing intermediate container 0ac268e463b1 20:02:46 ---> e45bd89d3640 20:02:46 Step 26/27 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 20:02:46 ---> Running in 214d5fa1dee3 20:02:46 Removing intermediate container 43a19c2eae61 20:02:46 ---> 4726db0ea0f7 20:02:46 20:02:46 Successfully built 4726db0ea0f7 20:02:46 Successfully tagged security-spire-server:latest 20:02:46 Building security-secretstore-setup 20:02:46 Removing intermediate container 214d5fa1dee3 20:02:46 ---> 4ff6fa4085d3 20:02:46 Step 27/27 : LABEL version=0.0.0 20:02:46  Building security-spire-server ... done  ---> Running in 28618b29e65e 20:02:47 Removing intermediate container 2fbcdecaee5a 20:02:47 ---> 1530d9585714 20:02:47 Successfully built 1530d9585714 20:02:47 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:02:47 Removing intermediate container 28618b29e65e 20:02:47 ---> 12bf1a8753bd 20:02:47 20:02:47 Successfully built 12bf1a8753bd 20:02:47 Successfully tagged security-spire-config:latest 20:02:47  Building security-spire-config ... done Building core-command 20:02:47 + docker inspect -f . ci-base-image-arm64 20:02:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:02:47 prd-ubuntu20.04-docker-arm64-4c-16g-12031 does not seem to be running inside a container 20:02:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:02:49 $ docker top 2840f5ad3857705bac317007d5a040a0a026ed908ea48aba7383cd6d04189175 -eo pid,comm [Pipeline] { [Pipeline] sh 20:02:50 + go version 20:02:50 go version go1.20.2 linux/arm64 [Pipeline] } 20:02:50 $ docker stop --time=1 2840f5ad3857705bac317007d5a040a0a026ed908ea48aba7383cd6d04189175 20:02:51 $ docker rm -f --volumes 2840f5ad3857705bac317007d5a040a0a026ed908ea48aba7383cd6d04189175 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:02:52 + docker inspect -f . ci-base-image-arm64 20:02:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:02:52 prd-ubuntu20.04-docker-arm64-4c-16g-12031 does not seem to be running inside a container 20:02:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:02:54 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:02:54 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:02:54 ---> 1eaead68823f 20:02:54 Step 3/25 : WORKDIR /edgex-go 20:02:54 ---> Using cache 20:02:54 ---> 4b5b18336af8 20:02:54 Step 4/25 : RUN apk add --update --no-cache make git 20:02:54 ---> Using cache 20:02:54 ---> 3d2fbf615687 20:02:54 Step 5/25 : COPY go.mod vendor* ./ 20:02:54 ---> Using cache 20:02:54 ---> d7413da03e74 20:02:54 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:54 ---> Using cache 20:02:54 ---> 5c77aab40fcf 20:02:54 Step 7/25 : COPY . . 20:02:54 ---> Using cache 20:02:54 ---> b8c15c2046d3 20:02:54 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:02:54 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:02:54 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:02:54 ---> 1eaead68823f 20:02:54 Step 3/24 : ARG ADD_BUILD_TAGS="" 20:02:54 ---> Using cache 20:02:54 ---> c3847ffed3e4 20:02:54 Step 4/24 : WORKDIR /edgex-go 20:02:54 ---> Using cache 20:02:54 ---> 51e339fdf33c 20:02:54 Step 5/24 : RUN apk add --update --no-cache make git 20:02:54 ---> Using cache 20:02:54 ---> 5ea66eda2072 20:02:54 Step 6/24 : COPY go.mod vendor* ./ 20:02:54 ---> Using cache 20:02:54 ---> 4f6c20a28998 20:02:54 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:54 ---> Using cache 20:02:54 ---> fcfe46807ad7 20:02:54 Step 8/24 : COPY . . 20:02:54 ---> Using cache 20:02:54 ---> f03b72ec7ad5 20:02:54 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 20:02:55 ---> Running in 8ff53de7b7ff 20:02:55 ---> Running in 93463811306c 20:02:56 $ docker top ce0b7ddd7821e957a9829741d331462365ed17e818974085023e142fa6d50779 -eo pid,comm [Pipeline] { 20:02:56 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:02:56 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 [Pipeline] echo 20:02:56 ========================================================= 20:02:56 [edgeXBuildGoParallel] Running Tests and Build... 20:02:56 ========================================================= [Pipeline] sh 20:02:56 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 20:02:57 + make test 20:02:57 go test -race -coverprofile=coverage.out ./... 20:03:04 Removing intermediate container 19cf4d23b8db 20:03:04 ---> 866acb3bc186 20:03:04 20:03:04 Step 9/22 : FROM alpine:3.17 20:03:04 ---> 9ed4aefc74f6 20:03:04 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 20:03:04 ---> Running in d30599b17344 20:03:04 Removing intermediate container 7d3d4a4ae05e 20:03:04 ---> 14cf3487b02b 20:03:04 20:03:04 Step 10/25 : FROM alpine:3.17 20:03:04 ---> 9ed4aefc74f6 20:03:04 Step 11/25 : RUN apk add --update --no-cache dumb-init 20:03:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:04 ---> Running in d366f55e01a4 20:03:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:04 (1/2) Installing dumb-init (1.2.5-r2) 20:03:04 (2/2) Installing openssl (3.0.8-r4) 20:03:04 Executing busybox-1.35.0-r29.trigger 20:03:04 OK: 8 MiB in 17 packages 20:03:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:05 (1/1) Installing dumb-init (1.2.5-r2) 20:03:05 Executing busybox-1.35.0-r29.trigger 20:03:05 OK: 7 MiB in 16 packages 20:03:05 Removing intermediate container d30599b17344 20:03:05 ---> 8b1f92f2adf8 20:03:05 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:03:05 ---> Running in 2f1ab0f35d5e 20:03:05 Removing intermediate container d366f55e01a4 20:03:05 ---> 24e7f578a294 20:03:05 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:03:05 ---> Running in b804d7e7827b 20:03:05 Removing intermediate container 2f1ab0f35d5e 20:03:05 ---> 7a06b07dadba 20:03:05 Step 12/22 : WORKDIR /edgex 20:03:06 ---> Running in 807ffbf47726 20:03:06 Removing intermediate container b804d7e7827b 20:03:06 ---> f2dfa31d430a 20:03:06 Step 13/25 : ENV APP_PORT=59881 20:03:06 ---> Running in 6f0cffbb7154 20:03:06 Removing intermediate container 807ffbf47726 20:03:06 ---> 7f22a1896db8 20:03:06 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:03:06 Removing intermediate container 6f0cffbb7154 20:03:06 ---> 259137bce1e5 20:03:06 Step 14/25 : EXPOSE $APP_PORT 20:03:06 ---> Running in d34061cf62f7 20:03:07 Removing intermediate container d34061cf62f7 20:03:07 ---> b5730494afa0 20:03:07 Step 15/25 : WORKDIR / 20:03:07 ---> 6e6a1b14f5e1 20:03:07 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 20:03:07 ---> Running in 508733678fee 20:03:07 Removing intermediate container 508733678fee 20:03:07 ---> 6030e70a2677 20:03:07 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:03:07 ---> 1bd482c361e3 20:03:07 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 20:03:08 ---> 6d8ab53e079a 20:03:08 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 20:03:08 ---> 2b07612aa195 20:03:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:03:09 ---> 6a1c82201dba 20:03:09 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:03:09 ---> e79ebf15decc 20:03:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:03:09 ---> c25b4f5981a4 20:03:09 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 20:03:09 ---> 190fad31e3d1 20:03:09 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:03:09 ---> Running in db9cef78dc51 20:03:10 ---> 662d79ba60f2 20:03:10 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 20:03:10 ---> 6d195f1773c2 20:03:10 Step 21/25 : ENTRYPOINT ["/core-metadata"] 20:03:10 ---> Running in f416ae41bc5d 20:03:10 Removing intermediate container f416ae41bc5d 20:03:10 ---> 592ec65a2390 20:03:10 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:03:10 Removing intermediate container db9cef78dc51 20:03:10 ---> 8f0b4152b323 20:03:10 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 20:03:10 ---> Running in 703b3256e1f6 20:03:10 ---> Running in 0518fbf69f17 20:03:11 Removing intermediate container 703b3256e1f6 20:03:11 ---> dfcf38644f56 20:03:11 Step 23/25 : LABEL arch=x86_64 20:03:11 ---> Running in 709af1b99293 20:03:11 Removing intermediate container 0518fbf69f17 20:03:11 ---> 5baae5e45d0f 20:03:11 Step 20/22 : LABEL arch=x86_64 20:03:11 ---> Running in 759a13006978 20:03:11 Removing intermediate container 709af1b99293 20:03:11 ---> ed248ffa3348 20:03:11 Step 24/25 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 20:03:11 ---> Running in 6672c564aa45 20:03:11 Removing intermediate container 759a13006978 20:03:11 ---> 0c5b0cf59cac 20:03:11 Step 21/22 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 20:03:11 ---> Running in e99ce91e681b 20:03:11 Removing intermediate container 6672c564aa45 20:03:11 ---> c0f6e84dd21e 20:03:11 Step 25/25 : LABEL version=0.0.0 20:03:11 ---> Running in 00fa86009479 20:03:11 Removing intermediate container e99ce91e681b 20:03:11 ---> 60656622ab30 20:03:11 Step 22/22 : LABEL version=0.0.0 20:03:11 Removing intermediate container 00fa86009479 20:03:11 ---> 49e1011ec906 20:03:11 20:03:11 ---> Running in 9c773ae9d370 20:03:11 Successfully built 49e1011ec906 20:03:11 Successfully tagged core-metadata:latest 20:03:11 Building core-common-config-bootstrapper 20:03:11  Building core-metadata ... done Removing intermediate container 9c773ae9d370 20:03:11 ---> 817363896f73 20:03:11 20:03:11 Removing intermediate container 11d6db417553 20:03:11 ---> 7bd65982646d 20:03:11 20:03:11 Step 10/23 : FROM alpine:3.17 20:03:11 ---> 9ed4aefc74f6 20:03:11 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 20:03:11 ---> Running in 8c5c692c2ea9 20:03:11 Successfully built 817363896f73 20:03:11 Successfully tagged security-proxy-setup:latest 20:03:11 Building security-proxy-auth 20:03:12  Building security-proxy-setup ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:12 (1/2) Installing ca-certificates (20220614-r4) 20:03:12 (2/2) Installing dumb-init (1.2.5-r2) 20:03:12 Executing busybox-1.35.0-r29.trigger 20:03:12 Executing ca-certificates-20220614-r4.trigger 20:03:12 OK: 8 MiB in 17 packages 20:03:16 Removing intermediate container 8c5c692c2ea9 20:03:16 ---> 1a874ff762ea 20:03:16 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 20:03:16 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:03:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:03:16 ---> 1eaead68823f 20:03:16 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:03:16 ---> Using cache 20:03:16 ---> c3847ffed3e4 20:03:16 Step 4/23 : WORKDIR /edgex-go 20:03:16 ---> Using cache 20:03:16 ---> 51e339fdf33c 20:03:16 Step 5/23 : RUN apk add --update --no-cache make git 20:03:16 ---> Using cache 20:03:16 ---> 5ea66eda2072 20:03:16 Step 6/23 : COPY go.mod vendor* ./ 20:03:16 ---> Using cache 20:03:16 ---> 4f6c20a28998 20:03:16 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:16 ---> Using cache 20:03:16 ---> fcfe46807ad7 20:03:16 Step 8/23 : COPY . . 20:03:16 ---> Using cache 20:03:16 ---> f03b72ec7ad5 20:03:16 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 20:03:16 ---> Running in a8ab4dd69209 20:03:16 ---> Running in f6f58542608a 20:03:16 Removing intermediate container a8ab4dd69209 20:03:16 ---> d32d4ccc71a4 20:03:16 Step 13/23 : ENV APP_PORT=59860 20:03:16 ---> Running in e1daee81d3af 20:03:16 Removing intermediate container e1daee81d3af 20:03:16 ---> d184e6b476c8 20:03:16 Step 14/23 : EXPOSE $APP_PORT 20:03:16 ---> Running in 0f81f535a055 20:03: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:03:16 Removing intermediate container 0f81f535a055 20:03:16 ---> adfcac0739a1 20:03:16 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:03: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-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:03:17 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:03:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:03:17 ---> 1eaead68823f 20:03:17 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:03:17 ---> Using cache 20:03:17 ---> c3847ffed3e4 20:03:17 Step 4/23 : WORKDIR /edgex-go 20:03:17 ---> Using cache 20:03:17 ---> 51e339fdf33c 20:03:17 Step 5/23 : RUN apk add --update --no-cache make git 20:03:17 ---> Using cache 20:03:17 ---> 5ea66eda2072 20:03:17 Step 6/23 : COPY go.mod vendor* ./ 20:03:17 ---> Using cache 20:03:17 ---> 4f6c20a28998 20:03:17 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:17 ---> Using cache 20:03:17 ---> fcfe46807ad7 20:03:17 Step 8/23 : COPY . . 20:03:17 ---> Using cache 20:03:17 ---> f03b72ec7ad5 20:03:17 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:03:17 ---> 14f489b047a7 20:03:17 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:03:17 ---> Running in 3997260e5011 20:03:17 ---> 816126d12f3b 20:03:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:03:17 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:03:18 ---> 79d6c61ab40a 20:03:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 20:03:18 ---> c33d46617bc6 20:03:18 Step 19/23 : ENTRYPOINT ["/support-notifications"] 20:03:18 ---> Running in 54d50a21ffef 20:03:18 Removing intermediate container 54d50a21ffef 20:03:18 ---> 7ffb4ea91194 20:03:18 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:03:18 ---> Running in eb0cb2ceed5d 20:03:18 Removing intermediate container eb0cb2ceed5d 20:03:18 ---> 1cf415940849 20:03:18 Step 21/23 : LABEL arch=x86_64 20:03:18 ---> Running in 5ccb4907c7cf 20:03:19 Removing intermediate container 5ccb4907c7cf 20:03:19 ---> 95d0384538dc 20:03:19 Step 22/23 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 20:03:19 ---> Running in b3b288ee0b89 20:03:19 Removing intermediate container b3b288ee0b89 20:03:19 ---> 2f9327fd0c43 20:03:19 Step 23/23 : LABEL version=0.0.0 20:03:19 ---> Running in 6a44d098c4cd 20:03:19 Removing intermediate container 6a44d098c4cd 20:03:19 ---> 23f9c2301e1c 20:03:19 20:03:19 Successfully built 23f9c2301e1c 20:03:19 Successfully tagged support-notifications:latest 20:03:19  Building support-notifications ... done Building security-spiffe-token-provider 20:03:19 Removing intermediate container 8ff53de7b7ff 20:03:19 ---> 92ec10656b36 20:03:19 20:03:19 Step 10/24 : FROM alpine:3.17 20:03:19 ---> 9ed4aefc74f6 20:03:19 Step 11/24 : RUN apk add --update --no-cache dumb-init 20:03:19 ---> Using cache 20:03:19 ---> 24e7f578a294 20:03:19 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:03:19 ---> Using cache 20:03:19 ---> f2dfa31d430a 20:03:19 Step 13/24 : ENV APP_PORT=59882 20:03:21 ---> Running in 8e335bfccfed 20:03:21 Removing intermediate container 93463811306c 20:03:21 ---> fc4de5c26189 20:03:21 20:03:21 Step 9/25 : FROM alpine:3.17 20:03:21 ---> 9ed4aefc74f6 20:03:21 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:03:21 ---> Running in f8c3ce8dd0d1 20:03:21 Removing intermediate container 8e335bfccfed 20:03:21 ---> 966bc15dc203 20:03:21 Step 14/24 : EXPOSE $APP_PORT 20:03:21 ---> Running in 627246614fea 20:03:22 Removing intermediate container 627246614fea 20:03:22 ---> c619f53b1d9a 20:03:22 Step 15/24 : WORKDIR / 20:03:22 ---> Running in ec32ec7b73d3 20:03:22 Removing intermediate container ec32ec7b73d3 20:03:22 ---> 144b485079ae 20:03:22 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:03:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:22 (1/3) Installing ca-certificates (20220614-r4) 20:03:22 (2/3) Installing dumb-init (1.2.5-r2) 20:03:22 (3/3) Installing su-exec (0.2-r2) 20:03:22 Executing busybox-1.35.0-r29.trigger 20:03:22 Executing ca-certificates-20220614-r4.trigger 20:03:23 OK: 8 MiB in 18 packages 20:03:23 ---> e055ffc41c79 20:03:23 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 20:03:23 ---> 4ad4dd9ff395 20:03:23 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:03:24 Removing intermediate container f8c3ce8dd0d1 20:03:24 ---> 7eb888229903 20:03:24 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:03:24 ---> Running in 554f3640efc3 20:03:24 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:03:24 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:03:24 ---> 1eaead68823f 20:03:24 Step 3/20 : WORKDIR /edgex-go 20:03:24 ---> Using cache 20:03:24 ---> 4b5b18336af8 20:03:24 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 20:03:24 ---> Running in 2d2eb93b6350 20:03:24 ---> 48148db9abff 20:03:24 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 20:03:24 Removing intermediate container 554f3640efc3 20:03:24 ---> 1e5dc7cbd317 20:03:24 Step 12/25 : WORKDIR / 20:03:24 ---> Running in f10f496747f6 20:03:24 ---> 1a98f9be94f9 20:03:24 Step 20/24 : ENTRYPOINT ["/core-command"] 20:03:24 ---> Running in f30975dd5130 20:03:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:24 Removing intermediate container f10f496747f6 20:03:24 ---> 997131ded4d9 20:03:24 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:03:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:25 Removing intermediate container f30975dd5130 20:03:25 ---> 318e4842c9fc 20:03:25 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:03:25 ---> Running in 3719206f080f 20:03:25 ---> 03f9990a7e27 20:03:25 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 20:03:25 v3.17.3-142-g528c072ab1c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:03:25 v3.17.3-142-g528c072ab1c [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:03:25 OK: 17819 distinct packages available 20:03:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:25 Removing intermediate container 3719206f080f 20:03:25 ---> 3af4a2f7c979 20:03:25 Step 22/24 : LABEL arch=x86_64 20:03:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:25 ---> Running in 464fd28c6304 20:03:25 OK: 265 MiB in 53 packages 20:03:25 ---> 2c1000eddcd8 20:03:25 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:03:25 Removing intermediate container 464fd28c6304 20:03:25 ---> 14b2422afa99 20:03:25 Step 23/24 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 20:03:25 ---> Running in ed7d2c51c9c5 20:03:26 Removing intermediate container ed7d2c51c9c5 20:03:26 ---> 5d1576507a21 20:03:26 Step 24/24 : LABEL version=0.0.0 20:03:26 ---> Running in b9df27b1d9dc 20:03:26 ---> b9a3a9acb467 20:03: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:03:26 Removing intermediate container 2d2eb93b6350 20:03:26 ---> c0426ae874e1 20:03:26 Step 5/20 : COPY go.mod vendor* ./ 20:03:26 Removing intermediate container b9df27b1d9dc 20:03:26 ---> e9e37f927d6a 20:03:26 20:03:26 Successfully built e9e37f927d6a 20:03:26 Successfully tagged core-command:latest 20:03:26  Building core-command ... done Building support-scheduler 20:03:27 ---> 2522ffe932f3 20:03:27 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 20:03:27 ---> f9f63f7107be 20:03:27 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:28 ---> abff2ecd57d4 20:03:28 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:03:28 ---> Running in c90df7ee9b67 20:03:28 ---> 107517fab27f 20:03:28 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:03:30 ---> fe9eec799f6f 20:03:30 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:03:30 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:03:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:03:30 ---> 1eaead68823f 20:03:30 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:03:30 ---> Using cache 20:03:30 ---> c3847ffed3e4 20:03:30 Step 4/23 : WORKDIR /edgex-go 20:03:30 ---> Using cache 20:03:30 ---> 51e339fdf33c 20:03:30 Step 5/23 : RUN apk add --update --no-cache make git 20:03:30 ---> Using cache 20:03:30 ---> 5ea66eda2072 20:03:30 Step 6/23 : COPY go.mod vendor* ./ 20:03:30 ---> Using cache 20:03:30 ---> 4f6c20a28998 20:03:30 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:30 ---> Using cache 20:03:30 ---> fcfe46807ad7 20:03:30 Step 8/23 : COPY . . 20:03:30 ---> Using cache 20:03:30 ---> f03b72ec7ad5 20:03:30 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 20:03:30 ---> Running in c408ba18d5f3 20:03:30 ---> 35a81f46661a 20:03:30 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:03:30 ---> Running in 5ec471c8f987 20:03:30 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:03:31 Removing intermediate container 5ec471c8f987 20:03:31 ---> f02084b447b2 20:03:31 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 20:03:31 ---> Running in b571dd7f6906 20:03:31 Removing intermediate container b571dd7f6906 20:03:31 ---> 9104f3c8adb3 20:03:31 Step 23/25 : LABEL arch=x86_64 20:03:31 ---> Running in 44eceb865b6e 20:03:32 Removing intermediate container 44eceb865b6e 20:03:32 ---> b75781eef17f 20:03:32 Step 24/25 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 20:03:32 ---> Running in 1b09ab9b8297 20:03:32 Removing intermediate container 1b09ab9b8297 20:03:32 ---> bebcbab76616 20:03:32 Step 25/25 : LABEL version=0.0.0 20:03:32 ---> Running in d7cf9d725f13 20:03:32 Removing intermediate container d7cf9d725f13 20:03:32 ---> 07fb30aa3274 20:03:32 20:03:32 Successfully built 07fb30aa3274 20:03:32 Successfully tagged security-secretstore-setup:latest 20:03:32  Building security-secretstore-setup ... done Building security-spire-agent 20:03:35 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:03:35 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:03:35 ---> 1eaead68823f 20:03:35 Step 3/27 : WORKDIR /edgex-go 20:03:35 ---> Using cache 20:03:35 ---> 4b5b18336af8 20:03:35 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:03:36 ? github.com/edgexfoundry/edgex-go [no test files] 20:03:39 ---> Running in c0ace759206b 20:03:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:39 OK: 265 MiB in 53 packages 20:03:40 Removing intermediate container c0ace759206b 20:03:40 ---> d9cb7e96ef8a 20:03:40 Step 5/27 : COPY go.mod vendor* ./ 20:03:41 ---> ac34e3baa622 20:03:41 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:41 ---> Running in 5c9f5f7a4c20 20:03:41 Removing intermediate container f6f58542608a 20:03:41 ---> 053d880dfdf0 20:03:41 20:03:41 Step 10/23 : FROM alpine:3.17 20:03:41 ---> 9ed4aefc74f6 20:03:41 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:03:41 ---> Running in c7bbf67deb4f 20:03:41 Removing intermediate container c7bbf67deb4f 20:03:41 ---> 83761e320ad9 20:03:41 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:03:41 ---> Running in 9eb6771657c0 20:03:41 Removing intermediate container 3997260e5011 20:03:41 ---> 92d70f9bb475 20:03:41 20:03:41 Step 10/23 : FROM alpine:3.17 20:03:41 ---> 9ed4aefc74f6 20:03:41 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:03:41 ---> Using cache 20:03:41 ---> 83761e320ad9 20:03:41 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:03:41 ---> Running in 5c496bd0bf49 20:03:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:03:42 (1/1) Installing dumb-init (1.2.5-r2) 20:03:42 Executing busybox-1.35.0-r29.trigger 20:03:42 OK: 7 MiB in 16 packages 20:03:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:03:42 (1/1) Installing dumb-init (1.2.5-r2) 20:03:42 Executing busybox-1.35.0-r29.trigger 20:03:42 OK: 7 MiB in 16 packages 20:03:43 Removing intermediate container 9eb6771657c0 20:03:43 ---> 29556e7c5683 20:03:43 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:03:43 Removing intermediate container 5c496bd0bf49 20:03:43 ---> b95ed6812f4a 20:03:43 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:03:43 ---> 3b8f704034a4 20:03:43 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:03:44 ---> 11d63bea50b5 20:03:44 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 20:03:44 ---> 51b064184d38 20:03:44 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:03:44 ---> d5c72004b3d4 20:03:44 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 20:03:44 ---> d7709bf19026 20:03:44 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 20:03:44 ---> ba928bc31b9e 20:03:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 20:03:44 ---> 121fa06e990d 20:03:44 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 20:03:45 ---> f7e0910c0549 20:03:45 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:03:45 ---> Running in 7bce866b184b 20:03:45 ---> 59e763907ea5 20:03:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 20:03:46 ---> a8fced5a9730 20:03:46 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:03:46 ---> Running in c6bcbf18f58c 20:03:46 Removing intermediate container 7bce866b184b 20:03:46 ---> 10991790c772 20:03:46 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:03:46 ---> Running in d9aacfc8542c 20:03:47 Removing intermediate container d9aacfc8542c 20:03:47 ---> 653138884059 20:03:47 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 20:03:47 ---> Running in 1747a2286ff6 20:03:47 Removing intermediate container c6bcbf18f58c 20:03:47 ---> ba274d0d1492 20:03:47 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:03:47 Removing intermediate container 1747a2286ff6 20:03:47 ---> ec8c9e732308 20:03:47 Step 21/23 : LABEL arch=x86_64 20:03:47 ---> Running in acbefc754a47 20:03:47 ---> Running in 519e1f96faf6 20:03:47 Removing intermediate container c90df7ee9b67 20:03:47 ---> c011b6b676bd 20:03:47 Step 7/20 : COPY . . 20:03:48 Removing intermediate container 519e1f96faf6 20:03:48 ---> 8029bde04b1e 20:03:48 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 20:03:48 Removing intermediate container acbefc754a47 20:03:48 ---> dc2eac6a4176 20:03:48 Step 22/23 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 20:03:48 ---> Running in e7603246b2fb 20:03:48 ---> Running in 4a96664a06db 20:03:48 Removing intermediate container e7603246b2fb 20:03:48 ---> 55a6edcb52ce 20:03:48 Step 21/23 : LABEL arch=x86_64 20:03:48 ---> Running in 5a8fee9405c0 20:03:48 Removing intermediate container 4a96664a06db 20:03:48 ---> a45946f809ca 20:03:48 Step 23/23 : LABEL version=0.0.0 20:03:48 ---> Running in 34669e4d24cd 20:03:48 Removing intermediate container 5a8fee9405c0 20:03:48 ---> 0f34695b49a9 20:03:48 Step 22/23 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 20:03:48 ---> Running in 28fc272b68ea 20:03:48 Removing intermediate container 34669e4d24cd 20:03:48 ---> 5d74470b60f8 20:03:48 20:03:48 Removing intermediate container 28fc272b68ea 20:03:48 ---> 7c48f992123d 20:03:48 Step 23/23 : LABEL version=0.0.0 20:03:48 Successfully built 5d74470b60f8 20:03:48 Successfully tagged security-proxy-auth:latest 20:03:48  Building security-proxy-auth ... done Building core-data 20:03:48 ---> Running in 920fd5d5542a 20:03:49 Removing intermediate container 920fd5d5542a 20:03:49 ---> d23ca5fd1115 20:03:49 20:03:49 Successfully built d23ca5fd1115 20:03:49 Successfully tagged core-common-config-bootstrapper:latest 20:03:49 Building security-bootstrapper 20:03:52  Building core-common-config-bootstrapper ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:03:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:03:52 ---> 1eaead68823f 20:03:52 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:03:52 ---> Using cache 20:03:52 ---> c3847ffed3e4 20:03:52 Step 4/23 : WORKDIR /edgex-go 20:03:52 ---> Using cache 20:03:52 ---> 51e339fdf33c 20:03:52 Step 5/23 : RUN apk add --update --no-cache make git 20:03:52 ---> Using cache 20:03:52 ---> 5ea66eda2072 20:03:52 Step 6/23 : COPY go.mod vendor* ./ 20:03:52 ---> Using cache 20:03:52 ---> 4f6c20a28998 20:03:52 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:52 ---> Using cache 20:03:52 ---> fcfe46807ad7 20:03:52 Step 8/23 : COPY . . 20:03:52 ---> Using cache 20:03:52 ---> f03b72ec7ad5 20:03:52 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 20:03:52 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:03:52 Step 2/33 : FROM ${BUILDER_BASE} AS builder 20:03:53 ---> 1eaead68823f 20:03:53 Step 3/33 : WORKDIR /edgex-go 20:03:53 ---> Using cache 20:03:53 ---> 4b5b18336af8 20:03:53 Step 4/33 : RUN apk add --update --no-cache make git 20:03:53 ---> Using cache 20:03:53 ---> 3d2fbf615687 20:03:53 Step 5/33 : COPY go.mod vendor* ./ 20:03:53 ---> Using cache 20:03:53 ---> d7413da03e74 20:03:53 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:03:53 ---> Using cache 20:03:53 ---> 5c77aab40fcf 20:03:53 Step 7/33 : COPY . . 20:03:53 ---> Using cache 20:03:53 ---> b8c15c2046d3 20:03:53 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:03:55 ---> Running in cee1dcfb34ff 20:03:55 ---> Running in 55de735d12a9 20:03:55 ---> b91a60944c49 20:03:55 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:03:55 ---> Running in d16952c51d98 20:03:55 Removing intermediate container 5c9f5f7a4c20 20:03:55 ---> 65eef90fb292 20:03:55 Step 7/27 : COPY . . 20:03:55 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:03:55 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 20:03:55 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 20:03:58 Removing intermediate container c408ba18d5f3 20:03:58 ---> e089346b8a4a 20:03:58 20:03:58 Step 10/23 : FROM alpine:3.17 20:03:58 ---> 9ed4aefc74f6 20:03:58 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:03:58 ---> Using cache 20:03:58 ---> 24e7f578a294 20:03:58 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:03:58 ---> Using cache 20:03:58 ---> f2dfa31d430a 20:03:58 Step 13/23 : ENV APP_PORT=59861 20:03:58 ---> Running in 7a96053d1ef1 20:03:58 Removing intermediate container 7a96053d1ef1 20:03:58 ---> 6b2cd8694377 20:03:58 Step 14/23 : EXPOSE $APP_PORT 20:03:58 ---> Running in f6e333f55abe 20:03:58 Removing intermediate container f6e333f55abe 20:03:58 ---> 95b025efe434 20:03:58 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:03:59 ---> 84da3ed4c39e 20:03:59 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:03:59 ---> b97ac1656f30 20:03:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:03:59 ---> b132f249c5d4 20:03:59 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 20:03:59 ---> Running in 79cdbc4cdefc 20:04:00 Removing intermediate container 79cdbc4cdefc 20:04:00 ---> d73b704843f3 20:04:00 Step 9/27 : WORKDIR /edgex-go/spire-build 20:04:00 ---> Running in 61942944d716 20:04:00 Removing intermediate container 61942944d716 20:04:00 ---> 2ad5a1005c1e 20:04:00 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:04:00 ---> Running in 8ec7ef9c54b0 20:04:01 Removing intermediate container 8ec7ef9c54b0 20:04:01 ---> b3a60d11ed8c 20:04:01 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:04:01 ---> Running in f4e931e4798f 20:04:01 ---> 9e22e4724175 20:04:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 20:04:01 ---> 45e94879c13f 20:04:01 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 20:04:01 ---> Running in b7bc058f8602 20:04:01 Removing intermediate container b7bc058f8602 20:04:01 ---> 973da9d34085 20:04:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:04:02 ---> Running in 34e2c00545a7 20:04:02 Removing intermediate container 34e2c00545a7 20:04:02 ---> 5f1665915afa 20:04:02 Step 21/23 : LABEL arch=x86_64 20:04:02 Removing intermediate container f4e931e4798f 20:04:02 ---> beaf7b242eec 20:04:02 Step 12/27 : WORKDIR /edgex-go 20:04:02 ---> Running in d3ab6d8b1f20 20:04:02 ---> Running in 9c241efde610 20:04:02 Removing intermediate container d3ab6d8b1f20 20:04:02 ---> 386e27a0a9ee 20:04:02 Step 22/23 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 20:04:02 Removing intermediate container 9c241efde610 20:04:02 ---> 58b3c97a8dbd 20:04:02 20:04:02 Step 13/27 : FROM alpine:3.17 20:04:02 ---> 9ed4aefc74f6 20:04:02 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:04:02 ---> Using cache 20:04:02 ---> ee939742699a 20:04:02 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:04:02 ---> Running in 0569ca113579 20:04:02 ---> Running in 03fd6b5d38b2 20:04:02 Removing intermediate container 0569ca113579 20:04:02 ---> 0b9b997f6051 20:04:02 Step 23/23 : LABEL version=0.0.0 20:04:02 ---> Running in 6613001f32fc 20:04:02 Removing intermediate container 6613001f32fc 20:04:02 ---> a4fd88e37903 20:04:02 20:04:03 Successfully built a4fd88e37903 20:04:03 Successfully tagged support-scheduler:latest 20:04:03  Building support-scheduler ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:03 v3.17.3-142-g528c072ab1c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:04:03 v3.17.3-142-g528c072ab1c [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:04:03 OK: 17820 distinct packages available 20:04:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:03 (1/5) Installing dumb-init (1.2.5-r2) 20:04:03 (2/5) Installing musl-obstack (1.2.3-r0) 20:04:03 (3/5) Installing libucontext (1.2-r0) 20:04:03 (4/5) Installing gcompat (1.1.0-r0) 20:04:03 (5/5) Installing openssl (3.0.8-r4) 20:04:03 Executing busybox-1.35.0-r29.trigger 20:04:03 OK: 8 MiB in 20 packages 20:04:04 Removing intermediate container 03fd6b5d38b2 20:04:04 ---> d512e2ba807a 20:04:04 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:05 ---> 40caccafbc33 20:04:05 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:04:05 ---> a4194b509294 20:04:05 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:04:07 ---> 7257019bff29 20:04:07 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:04:08 ---> ee72d34bc259 20:04:08 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:04:09 ---> 405a020b9ba6 20:04:09 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:04:10 ---> f9da1396bc87 20:04:10 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:04:10 ---> 73d773f3134b 20:04:10 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:04:10 ---> Running in fc1244354ded 20:04:10 Removing intermediate container fc1244354ded 20:04:10 ---> 570439f9c9c0 20:04:10 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:04:10 ---> Running in 6a79206e6b49 20:04:10 Removing intermediate container 6a79206e6b49 20:04:10 ---> 631263d2d4d1 20:04:10 Step 25/27 : LABEL arch=x86_64 20:04:10 ---> Running in e90eebd513ba 20:04:11 Removing intermediate container e90eebd513ba 20:04:11 ---> 30bf15fdfd3a 20:04:11 Step 26/27 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 20:04:11 ---> Running in 1d1ef4ad8bdc 20:04:11 Removing intermediate container 1d1ef4ad8bdc 20:04:11 ---> ff0965faf956 20:04:11 Step 27/27 : LABEL version=0.0.0 20:04:11 ---> Running in f1e0d5bc1bff 20:04:11 Removing intermediate container f1e0d5bc1bff 20:04:11 ---> 0a58103d37d8 20:04:11 20:04:11 Successfully built 0a58103d37d8 20:04:11 Successfully tagged security-spire-agent:latest 20:04:18  Building security-spire-agent ... done Removing intermediate container cee1dcfb34ff 20:04:18 ---> 4b221ab8f0b3 20:04:18 20:04:18 Step 9/33 : FROM alpine:3.17 20:04:18 ---> 9ed4aefc74f6 20:04:18 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:04:18 ---> Running in 986d2434b07a 20:04:18 Removing intermediate container 986d2434b07a 20:04:18 ---> e1f236a2b126 20:04:18 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 20:04:18 ---> Running in 97b28893c777 20:04:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:19 (1/2) Installing dumb-init (1.2.5-r2) 20:04:19 (2/2) Installing su-exec (0.2-r2) 20:04:19 Executing busybox-1.35.0-r29.trigger 20:04:19 OK: 7 MiB in 17 packages 20:04:19 Removing intermediate container 97b28893c777 20:04:19 ---> 7965f48b9a17 20:04:19 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 20:04:19 ---> Running in 696940311af1 20:04:19 Removing intermediate container 55de735d12a9 20:04:19 ---> e1353010f059 20:04:19 20:04:19 Step 10/23 : FROM alpine:3.17 20:04:19 ---> 9ed4aefc74f6 20:04:19 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:04:19 ---> Running in 22e1eb8b7619 20:04:19 Removing intermediate container 696940311af1 20:04:19 ---> fcbd40184eca 20:04:19 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 20:04:19 ---> Running in 9764a4393271 20:04:19 Removing intermediate container 22e1eb8b7619 20:04:19 ---> e09ac59907bd 20:04:19 Step 12/23 : ENV APP_PORT=59880 20:04:19 Removing intermediate container 9764a4393271 20:04:19 ---> 09a4a0f47377 20:04:19 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 20:04:19 ---> Running in ac48b2ea928f 20:04:19 ---> Running in 5a8c887a3bf3 20:04:19 Removing intermediate container ac48b2ea928f 20:04:19 ---> 6177f4d3439b 20:04:19 Step 13/23 : EXPOSE $APP_PORT 20:04:19 Removing intermediate container 5a8c887a3bf3 20:04:19 ---> 90c569b23727 20:04:19 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 20:04:19 ---> Running in fc54c4fec42d 20:04:20 ---> Running in e834e7431c80 20:04:20 Removing intermediate container fc54c4fec42d 20:04:20 ---> c6188f13b569 20:04:20 Step 14/23 : RUN apk add --update --no-cache dumb-init 20:04:20 ---> Running in 6cb8f25b8e8d 20:04:20 Removing intermediate container e834e7431c80 20:04:20 ---> a5865867f7b3 20:04:20 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 20:04:20 ---> Running in 2062435cbb21 20:04:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:20 (1/1) Installing dumb-init (1.2.5-r2) 20:04:20 Executing busybox-1.35.0-r29.trigger 20:04:20 OK: 7 MiB in 16 packages 20:04:20 Removing intermediate container 2062435cbb21 20:04:20 ---> 1d44b278bb7e 20:04:20 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 20:04:20 ---> Running in ca45b6474aa6 20:04:20 Removing intermediate container ca45b6474aa6 20:04:20 ---> 5c5f30531176 20:04:20 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 20:04:21 Removing intermediate container 6cb8f25b8e8d 20:04:21 ---> ac79598ac691 20:04:21 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:21 ---> 28b02e0c96d6 20:04:21 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 20:04:21 ---> Running in 10d32446dbdc 20:04:21 Removing intermediate container d16952c51d98 20:04:21 ---> e708b982d5cf 20:04:21 20:04:21 Step 9/20 : FROM alpine:3.17 20:04:21 ---> 9ed4aefc74f6 20:04:21 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:04:21 ---> Using cache 20:04:21 ---> e1f236a2b126 20:04:21 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:04:21 ---> d289bba6647f 20:04:21 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:04:21 ---> Running in 680d565dcb98 20:04:21 ---> de0831a64f5f 20:04:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:04:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:22 ---> 7a2a78ff0b19 20:04:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 20:04:22 Removing intermediate container 10d32446dbdc 20:04:22 ---> 2342550d461f 20:04:22 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:22 ---> be5caf564a6a 20:04:22 Step 19/23 : ENTRYPOINT ["/core-data"] 20:04:22 ---> Running in 0916a7274146 20:04:22 v3.17.3-142-g528c072ab1c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:04:22 v3.17.3-142-g528c072ab1c [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:04:22 OK: 17820 distinct packages available 20:04:22 ---> a637eb572ccf 20:04:22 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 20:04:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:22 Removing intermediate container 0916a7274146 20:04:22 ---> 88ec1ca4cc4b 20:04:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:04:22 ---> Running in cdad3de87b44 20:04:22 ---> 92dff79c56e8 20:04:22 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:04:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:22 Removing intermediate container cdad3de87b44 20:04:22 ---> 09d02e254f18 20:04:22 Step 21/23 : LABEL arch=x86_64 20:04:22 ---> Running in 70ccc3fdbd22 20:04:22 Removing intermediate container 70ccc3fdbd22 20:04:22 ---> 0cdb8f622612 20:04:22 Step 22/23 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 20:04:22 ---> Running in f31990b55ad5 20:04:22 (1/9) Installing ca-certificates (20220614-r4) 20:04:22 (2/9) Installing brotli-libs (1.0.9-r9) 20:04:22 (3/9) Installing nghttp2-libs (1.51.0-r0) 20:04:22 (4/9) Installing libcurl (8.0.1-r0) 20:04:22 (5/9) Installing curl (8.0.1-r0) 20:04:22 (6/9) Installing dumb-init (1.2.5-r2) 20:04:22 (7/9) Installing musl-obstack (1.2.3-r0) 20:04:22 (8/9) Installing libucontext (1.2-r0) 20:04:22 (9/9) Installing gcompat (1.1.0-r0) 20:04:22 Executing busybox-1.35.0-r29.trigger 20:04:22 Executing ca-certificates-20220614-r4.trigger 20:04:22 Removing intermediate container f31990b55ad5 20:04:22 ---> 70be65b37a5c 20:04:22 Step 23/23 : LABEL version=0.0.0 20:04:22 ---> fd4c1fd141ec 20:04:22 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 20:04:22 ---> Running in 2e941b77fc36 20:04:22 OK: 10 MiB in 24 packages 20:04:22 Removing intermediate container 2e941b77fc36 20:04:22 ---> 6284d023c4d6 20:04:22 20:04:22 ---> f8c1448dcb43 20:04:22 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 20:04:22 Successfully built 6284d023c4d6 20:04:22 Successfully tagged core-data:latest 20:04:22  Building core-data ... done  ---> e5062b7b6742 20:04:22 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 20:04:23 ---> 3bf6a075494d 20:04:23 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 20:04:23 Removing intermediate container 680d565dcb98 20:04:23 ---> 38c67ad5656f 20:04:23 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:23 ---> e84dd42e5dc0 20:04:23 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:04:23 ---> 97cc8a713c52 20:04:23 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 20:04:23 ---> 7ddfb06c4443 20:04:23 Step 28/33 : RUN chmod +x /entrypoint.sh 20:04:23 ---> Running in 012645fdd2e8 20:04:23 ---> 58da5cf0a0a1 20:04:23 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:04:23 ---> 73412f818f64 20:04:23 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 20:04:23 Removing intermediate container 012645fdd2e8 20:04:23 ---> 4058cc42a5e5 20:04:23 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 20:04:23 ---> Running in 9b6c54335054 20:04:23 ---> 8ef8970e5849 20:04:23 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 20:04:23 ---> Running in 2f40894a1b38 20:04:23 Removing intermediate container 9b6c54335054 20:04:23 ---> 6cd25b4ef88b 20:04:23 Step 30/33 : CMD ["gate"] 20:04:23 ---> Running in cc40a99f209b 20:04:24 Removing intermediate container 2f40894a1b38 20:04:24 ---> b3e023048bfe 20:04:24 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500"] 20:04:24 ---> Running in 45d700858b5d 20:04:24 Removing intermediate container cc40a99f209b 20:04:24 ---> 18c05175f3e7 20:04:24 Step 31/33 : LABEL arch=x86_64 20:04:24 ---> Running in 2dd2ca1213fa 20:04:24 Removing intermediate container 45d700858b5d 20:04:24 ---> 8ab54a28285b 20:04:24 Step 18/20 : LABEL arch=x86_64 20:04:24 ---> Running in 51c81047fe5a 20:04:24 Removing intermediate container 2dd2ca1213fa 20:04:24 ---> 412155a71c89 20:04:24 Step 32/33 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 20:04:24 ---> Running in 25c4682bff3c 20:04:24 Removing intermediate container 51c81047fe5a 20:04:24 ---> 578f983ccb70 20:04:24 Step 19/20 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 20:04:24 ---> Running in 9c649e1a403c 20:04:24 Removing intermediate container 25c4682bff3c 20:04:24 ---> 1d2202f771dd 20:04:24 Step 33/33 : LABEL version=0.0.0 20:04:24 ---> Running in 016466d13e0d 20:04:24 Removing intermediate container 9c649e1a403c 20:04:24 ---> ebd5af95e84d 20:04:24 Step 20/20 : LABEL version=0.0.0 20:04:24 ---> Running in 0ca5983adfb0 20:04:24 Removing intermediate container 016466d13e0d 20:04:24 ---> 0ea55ec3b635 20:04:24 20:04:24 Successfully built 0ea55ec3b635 20:04:24 Removing intermediate container 0ca5983adfb0 20:04:24 ---> c611d52d2b3d 20:04:24 20:04:24 Successfully tagged security-bootstrapper:latest 20:04:24  Building security-bootstrapper ... done Successfully built c611d52d2b3d 20:04:24 Successfully tagged security-spiffe-token-provider:latest 20:04:24  Building security-spiffe-token-provider ... done  [Pipeline] } 20:04:24 $ docker stop --time=1 646bad96a97c7f1cacd02ae8c6fb896fe5887778121cc6896a1a639b4058137f 20:04:25 $ docker rm -f --volumes 646bad96a97c7f1cacd02ae8c6fb896fe5887778121cc6896a1a639b4058137f [Pipeline] // withDockerContainer [Pipeline] sh 20:04:26 + docker images 20:04:26 REPOSITORY TAG IMAGE ID CREATED SIZE 20:04:26 security-spiffe-token-provider latest c611d52d2b3d 2 seconds ago 32.8MB 20:04:26 security-bootstrapper latest 0ea55ec3b635 2 seconds ago 22.2MB 20:04:26 core-data latest 6284d023c4d6 4 seconds ago 20MB 20:04:26 e708b982d5cf 5 seconds ago 1.76GB 20:04:26 e1353010f059 7 seconds ago 1.73GB 20:04:26 4b221ab8f0b3 9 seconds ago 1.71GB 20:04:26 security-spire-agent latest 0a58103d37d8 15 seconds ago 161MB 20:04:26 support-scheduler latest a4fd88e37903 24 seconds ago 31.8MB 20:04:26 58b3c97a8dbd 24 seconds ago 1.58GB 20:04:26 e089346b8a4a 30 seconds ago 1.79GB 20:04:26 core-common-config-bootstrapper latest d23ca5fd1115 38 seconds ago 17.2MB 20:04:26 security-proxy-auth latest 5d74470b60f8 38 seconds ago 18.2MB 20:04:26 92d70f9bb475 45 seconds ago 1.72GB 20:04:26 053d880dfdf0 45 seconds ago 1.7GB 20:04:26 security-secretstore-setup latest 07fb30aa3274 54 seconds ago 32.8MB 20:04:26 core-command latest e9e37f927d6a About a minute ago 19.8MB 20:04:26 fc4de5c26189 About a minute ago 1.72GB 20:04:26 support-notifications latest 23f9c2301e1c About a minute ago 32.4MB 20:04:26 92ec10656b36 About a minute ago 1.72GB 20:04:26 security-proxy-setup latest 817363896f73 About a minute ago 18.7MB 20:04:26 7bd65982646d About a minute ago 1.79GB 20:04:26 core-metadata latest 49e1011ec906 About a minute ago 20.4MB 20:04:26 14cf3487b02b About a minute ago 1.73GB 20:04:26 866acb3bc186 About a minute ago 1.7GB 20:04:26 security-spire-server latest 4726db0ea0f7 About a minute ago 103MB 20:04:26 security-spire-config latest 12bf1a8753bd About a minute ago 102MB 20:04:26 ae762eb483a2 About a minute ago 1.58GB 20:04:26 422d20fa775d About a minute ago 1.58GB 20:04:26 ci-base-image-x86_64 latest 1eaead68823f 5 minutes ago 918MB 20:04:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine c4be618373d6 4 days ago 700MB 20:04:26 alpine 3.17 9ed4aefc74f6 4 weeks ago 7.05MB 20:04:26 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 9 months ago 253MB 20:04:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 20:05:27 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:05:27 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 20:05:27 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:05:27 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:05:28 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:05:30 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:05:30 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:05:31 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 20:05:31 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:05:32 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 20:05:35 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:05:35 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:05:35 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:05:35 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:05:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:05:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:05:53 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.248s coverage: 28.7% of statements 20:05:59 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.279s coverage: 98.5% of statements 20:06:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 20:06:04 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 20:06:04 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:06:06 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.388s coverage: 71.5% of statements 20:06:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:06:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:06:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.298s coverage: 54.0% of statements 20:06:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 20:06:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:06:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:06:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:06:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:06:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:06:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:06:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 21.249s coverage: 88.5% of statements 20:06:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.425s coverage: 3.8% of statements 20:06:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:06:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:06:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 20:06:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.587s coverage: 95.6% of statements 20:06:37 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:06:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:06:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:06:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:06:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:06:38 ok github.com/edgexfoundry/edgex-go/internal/io 0.214s coverage: 72.2% of statements 20:06:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:06:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:06:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:06:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.232s coverage: 65.9% of statements 20:06:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:06:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:06:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.429s coverage: 0.9% of statements 20:06:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.266s coverage: 29.0% of statements 20:06:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.265s coverage: 42.9% of statements 20:06:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.259s coverage: 82.9% of statements 20:06:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.245s coverage: 94.1% of statements 20:06:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.279s coverage: 96.3% of statements 20:07:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.211s coverage: 87.5% of statements 20:07:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:07:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:07:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:07:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:07:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:07:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 20:07:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 20:07:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 20:07:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.219s coverage: 94.4% of statements 20:07:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:07:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:07:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:07:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:07:18 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:07:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:07:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:07:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 20:07:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.985s coverage: 79.9% of statements 20:07:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.260s coverage: 92.9% of statements 20:07:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.078s coverage: 64.4% of statements 20:07:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.207s coverage: 62.3% of statements 20:07:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.208s coverage: 87.2% of statements 20:07:27 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.171s coverage: 20.0% of statements 20:07:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.171s coverage: 100.0% of statements 20:07:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.453s coverage: 81.8% of statements 20:07:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.510s coverage: 82.1% of statements 20:07:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:07:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.241s coverage: 86.0% of statements 20:07:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:07:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:07:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.993s coverage: 63.1% of statements 20:07:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.243s coverage: 100.0% of statements 20:07:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.116s coverage: 89.4% of statements 20:07:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.103s coverage: 100.0% of statements 20:07:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.075s coverage: 73.7% of statements 20:07:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 20:07:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 20:07:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 20:07:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.072s coverage: 100.0% of statements 20:07:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:07:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:07:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:07:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.984s coverage: 38.4% of statements 20:07:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.245s coverage: 89.5% of statements 20:07:48 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 20:07:48 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 20:07:48 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 20:07:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:07:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.213s coverage: 84.8% of statements 20:07:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:07:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:07:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:07:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:08:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.279s coverage: 17.7% of statements 20:08:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:08:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:08:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:08:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:08:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.554s coverage: 92.3% of statements 20:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:08:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.275s coverage: 61.5% of statements 20:08:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:08:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:08:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.392s coverage: 97.7% of statements 20:08:08 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 20:08:08 WARNING: Linting skipped (not on x86_64 or linter not installed) 20:08:08 go vet ./... 20:10:45 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:10:45 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:10:45 ./bin/test-attribution-txt.sh [Pipeline] echo 20:10:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:10:45 + ls -al . 20:10:45 total 700 20:10:45 drwxrwxr-x 10 1001 1001 4096 Apr 28 20:03 . 20:10:45 drwxr-xr-x 4 root root 4096 Apr 28 20:02 .. 20:10:45 drwxrwxr-x 2 1001 1001 4096 Apr 28 20:01 .blubracket 20:10:45 -rw-rw-r-- 1 1001 1001 16 Apr 28 20:01 .dockerignore 20:10:45 drwxrwxr-x 8 1001 1001 4096 Apr 28 20:01 .git 20:10:45 drwxrwxr-x 3 1001 1001 4096 Apr 28 20:01 .github 20:10:45 -rw-rw-r-- 1 1001 1001 1133 Apr 28 20:01 .gitignore 20:10:45 -rw-rw-r-- 1 1001 1001 42 Apr 28 20:01 .golangci.yml 20:10:45 -rw-rw-r-- 1 1001 1001 87 Apr 28 20:01 .hadolint.yml 20:10:45 -rw-rw-r-- 1 1001 1001 166 Apr 28 20:01 .sonarcloud.properties 20:10:45 -rw-rw-r-- 1 1001 1001 1171 Apr 28 20:01 ADOPTERS.md 20:10:45 -rw-rw-r-- 1 1001 1001 10835 Apr 28 20:01 Attribution.txt 20:10:45 -rw-rw-r-- 1 1001 1001 73765 Apr 28 20:01 CHANGELOG.md 20:10:45 -rw-rw-r-- 1 1001 1001 3804 Apr 28 20:01 CONTRIBUTING.md 20:10:45 -rw-rw-r-- 1 1001 1001 677 Apr 28 20:01 GOVERNANCE.md 20:10:45 -rw-rw-r-- 1 1001 1001 883 Apr 28 20:01 Jenkinsfile 20:10:45 -rw-rw-r-- 1 1001 1001 10775 Apr 28 20:01 LICENSE 20:10:45 -rw-rw-r-- 1 1001 1001 14368 Apr 28 20:01 Makefile 20:10:45 -rw-rw-r-- 1 1001 1001 582 Apr 28 20:01 OWNERS.md 20:10:45 -rw-rw-r-- 1 1001 1001 9403 Apr 28 20:01 README.md 20:10:45 -rw-rw-r-- 1 1001 1001 789 Apr 28 20:01 SECURITY.md 20:10:45 -rw-rw-r-- 1 1001 1001 5 Apr 28 19:58 VERSION 20:10:45 drwxrwxr-x 2 1001 1001 4096 Apr 28 20:01 bin 20:10:45 drwxrwxr-x 18 1001 1001 4096 Apr 28 20:01 cmd 20:10:45 -rw-r--r-- 1 root root 448352 Apr 28 20:08 coverage.out 20:10:45 -rw-rw-r-- 1 1001 1001 3200 Apr 28 20:01 go.mod 20:10:45 -rw-rw-r-- 1 1001 1001 31155 Apr 28 20:01 go.sum 20:10:45 drwxrwxr-x 7 1001 1001 4096 Apr 28 20:01 internal 20:10:45 drwxrwxr-x 3 1001 1001 4096 Apr 28 20:01 openapi 20:10:45 -rw-rw-r-- 1 1001 1001 594 Apr 28 20:01 security.txt 20:10:45 drwxrwxr-x 4 1001 1001 4096 Apr 28 20:01 snap 20:10:45 -rw-rw-r-- 1 1001 1001 204 Apr 28 20:01 version.go [Pipeline] sh 20:10:46 + '[' -e coverage.out ] 20:10:46 + chown 1001:1001 coverage.out [Pipeline] stash 20:10:46 Warning: overwriting stash ‘coverage-report’ 20:10:47 Stashed 1 file(s) [Pipeline] sh 20:10:47 + make build 20:10:47 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:12:24 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:12:24 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:12:24 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:12: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:13: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:13:11 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 20:13: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:13:22 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:13:27 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:13: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:13:35 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:13:41 $ docker stop --time=1 ce0b7ddd7821e957a9829741d331462365ed17e818974085023e142fa6d50779 20:13:43 $ docker rm -f --volumes ce0b7ddd7821e957a9829741d331462365ed17e818974085023e142fa6d50779 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:13:45 20:13:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:13:46 latest: Pulling from edgex-devops/edgex-compose-arm64 20:13:46 29e5d40040c1: Pulling fs layer 20:13:46 1ce36da41761: Pulling fs layer 20:13:46 25b303627fd3: Pulling fs layer 20:13:46 29e5d40040c1: Verifying Checksum 20:13:46 29e5d40040c1: Download complete 20:13:46 1ce36da41761: Verifying Checksum 20:13:46 1ce36da41761: Download complete 20:13:46 29e5d40040c1: Pull complete 20:13:47 1ce36da41761: Pull complete 20:13:47 25b303627fd3: Verifying Checksum 20:13:58 25b303627fd3: Pull complete 20:13:58 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:13:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:13:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:13:58 prd-ubuntu20.04-docker-arm64-4c-16g-12031 does not seem to be running inside a container 20:13:58 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:14:00 $ docker top 0c62e3ba4cc68f81dadfe1654ad96b095698ceb73fea0d69dd8d36260d0ff9e1 -eo pid,comm [Pipeline] { [Pipeline] sh 20:14:01 + grep parallel 20:14:01 + docker-compose build --help 20:14:05 --parallel Build images in parallel. [Pipeline] } 20:14:05 $ docker stop --time=1 0c62e3ba4cc68f81dadfe1654ad96b095698ceb73fea0d69dd8d36260d0ff9e1 20:14:07 $ docker rm -f --volumes 0c62e3ba4cc68f81dadfe1654ad96b095698ceb73fea0d69dd8d36260d0ff9e1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:14:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:14:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:14:08 prd-ubuntu20.04-docker-arm64-4c-16g-12031 does not seem to be running inside a container 20:14:08 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:14:09 $ docker top 7a06c05eee9169d271cd5430bfe26ee66e6e28e345d28bfb482632b94c081c6f -eo pid,comm [Pipeline] { [Pipeline] sh 20:14:09 + docker-compose -f ./docker-compose-build.yml build --parallel 20:14:15 Building core-command ... 20:14:15 Building core-common-config-bootstrapper ... 20:14:15 Building core-data ... 20:14:15 Building core-metadata ... 20:14:15 Building security-bootstrapper ... 20:14:15 Building security-proxy-auth ... 20:14:15 Building security-proxy-setup ... 20:14:15 Building security-secretstore-setup ... 20:14:15 Building security-spiffe-token-provider ... 20:14:15 Building security-spire-agent ... 20:14:15 Building security-spire-config ... 20:14:15 Building security-spire-server ... 20:14:15 Building support-notifications ... 20:14:15 Building support-scheduler ... 20:14:15 Building security-bootstrapper 20:14:15 Building security-spire-agent 20:14:15 Building security-proxy-setup 20:14:15 Building core-metadata 20:14:15 Building core-data 20:15:02 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:15:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:15:02 ---> 1530d9585714 20:15:02 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:15:02 ---> Running in f783f0a7d94c 20:15:02 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:15:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:15:02 ---> 1530d9585714 20:15:02 Step 3/22 : WORKDIR /edgex-go 20:15:02 ---> Running in f2fc1a3a22a7 20:15:02 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:15:02 Step 2/33 : FROM ${BUILDER_BASE} AS builder 20:15:02 ---> 1530d9585714 20:15:02 Step 3/33 : WORKDIR /edgex-go 20:15:02 ---> Running in 9bb7507dbac1 20:15:02 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:15:02 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:15:02 ---> 1530d9585714 20:15:02 Step 3/27 : WORKDIR /edgex-go 20:15:02 ---> Running in a848cd4dcb98 20:15:02 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:15:02 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:15:02 ---> 1530d9585714 20:15:02 Step 3/25 : ARG ADD_BUILD_TAGS="" 20:15:02 ---> Running in 4fa04f5e6d98 20:15:02 Removing intermediate container f783f0a7d94c 20:15:02 ---> c5b7eb7c3a26 20:15:02 Step 4/23 : WORKDIR /edgex-go 20:15:02 ---> Running in 482ecd155294 20:15:02 Removing intermediate container f2fc1a3a22a7 20:15:02 ---> 38cda0ec29db 20:15:02 Step 4/22 : RUN apk add --update --no-cache make git 20:15:02 ---> Running in 71f9867e4981 20:15:02 Removing intermediate container 9bb7507dbac1 20:15:02 ---> dbf554239039 20:15:02 Step 4/33 : RUN apk add --update --no-cache make git 20:15:02 Removing intermediate container a848cd4dcb98 20:15:02 ---> fb9e5804fb60 20:15:02 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:15:02 ---> Running in cf95d3ef1209 20:15:02 Removing intermediate container 4fa04f5e6d98 20:15:02 ---> 24be5bdb914e 20:15:02 Step 4/25 : WORKDIR /edgex-go 20:15:02 ---> Running in 5a77ebed89ac 20:15:02 Removing intermediate container 482ecd155294 20:15:02 ---> da599d49e043 20:15:02 Step 5/23 : RUN apk add --update --no-cache make git 20:15:02 ---> Running in fe041aadab51 20:15:02 ---> Running in 0545b32ab7c0 20:15:02 Removing intermediate container fe041aadab51 20:15:02 ---> 9368f9e319f9 20:15:02 Step 5/25 : RUN apk add --update --no-cache make git 20:15:02 ---> Running in 7dfea72b758e 20:15:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:15:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:15:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:15:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:15:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:15:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:15:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:15:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:15:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:15:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:15:02 OK: 263 MiB in 53 packages 20:15:02 OK: 263 MiB in 53 packages 20:15:02 OK: 263 MiB in 53 packages 20:15:02 OK: 263 MiB in 53 packages 20:15:02 OK: 263 MiB in 53 packages 20:15:02 Removing intermediate container cf95d3ef1209 20:15:02 ---> ec6dbc010bbc 20:15:02 Step 5/33 : COPY go.mod vendor* ./ 20:15:02 Removing intermediate container 71f9867e4981 20:15:02 ---> c2d24eb81e18 20:15:02 Step 5/22 : COPY go.mod vendor* ./ 20:15:03 Removing intermediate container 5a77ebed89ac 20:15:03 ---> 93621ddfe5ae 20:15:03 Step 5/27 : COPY go.mod vendor* ./ 20:15:03 Removing intermediate container 0545b32ab7c0 20:15:03 ---> 18debc657bcd 20:15:03 Step 6/23 : COPY go.mod vendor* ./ 20:15:03 Removing intermediate container 7dfea72b758e 20:15:03 ---> 28d4b310f1d2 20:15:03 Step 6/25 : COPY go.mod vendor* ./ 20:15:03 ---> 612e59d3a3c7 20:15:03 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:15:03 ---> 302c43b524d6 20:15:03 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:15:03 ---> Running in 9a401b5a019c 20:15:03 ---> Running in db3fa60d4804 20:15:04 ---> 71473cdc73be 20:15:04 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:15:04 ---> 9e14a2376066 20:15:04 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:15:04 ---> b492f013977c 20:15:04 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:15:04 ---> Running in 5d365500b3ae 20:15:04 ---> Running in 1328ed66fe37 20:15:04 ---> Running in f23aad481ed8 20:16:56 Removing intermediate container db3fa60d4804 20:16:56 ---> ea880ab6c25b 20:16:56 Step 7/22 : COPY . . 20:16:56 Removing intermediate container 1328ed66fe37 20:16:56 ---> e25fc5e6d29b 20:16:56 Step 7/27 : COPY . . 20:16:56 Removing intermediate container f23aad481ed8 20:16:56 ---> 7db29d901c2b 20:16:56 Step 8/25 : COPY . . 20:16:56 Removing intermediate container 9a401b5a019c 20:16:56 ---> c6a1503b4ca1 20:16:56 Step 7/33 : COPY . . 20:16:56 Removing intermediate container 5d365500b3ae 20:16:56 ---> f8ff3bf60d6a 20:16:56 Step 8/23 : COPY . . 20:17:12 ---> 6e7d4a2fb5cb 20:17:12 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:17:12 ---> 2b2946581d06 20:17:12 Step 8/22 : RUN make cmd/secrets-config/secrets-config 20:17:12 ---> Running in b9e2b1050205 20:17:12 ---> Running in f7e929605e02 20:17:12 ---> a42b0607022e 20:17:12 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 20:17:13 ---> 734efe5dab00 20:17:13 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 20:17:13 ---> 90eaa9ea6b9b 20:17:13 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 20:17:13 ---> Running in d1010125a110 20:17:13 ---> Running in b58d0902cc81 20:17:13 ---> Running in 5a316690fc9a 20:17:13 Removing intermediate container b58d0902cc81 20:17:13 ---> 51a6994431fd 20:17:13 Step 9/27 : WORKDIR /edgex-go/spire-build 20:17:14 ---> Running in daf0f513581c 20:17:14 Removing intermediate container daf0f513581c 20:17:14 ---> a345c7d126a8 20:17:14 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:17:14 ---> Running in bac578caab89 20:17:15 Removing intermediate container bac578caab89 20:17:15 ---> 19ce8fdd3a6d 20:17:15 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:17:15 ---> Running in 50d4cf42f82d 20:17:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:17:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:17:16 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:17:16 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:17:18 Removing intermediate container 50d4cf42f82d 20:17:18 ---> d10a4f702993 20:17:18 Step 12/27 : WORKDIR /edgex-go 20:17:18 ---> Running in 46718709cb17 20:17:19 Removing intermediate container 46718709cb17 20:17:19 ---> 6eb02d092183 20:17:19 20:17:19 Step 13/27 : FROM alpine:3.17 20:17:19 3.17: Pulling from library/alpine 20:17:19 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:17:19 Status: Downloaded newer image for alpine:3.17 20:17:19 ---> 51e60588ff2c 20:17:19 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:17:20 ---> Running in 1a9dcb08054e 20:17:20 Removing intermediate container 1a9dcb08054e 20:17:20 ---> 97012da721ef 20:17:20 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:17:20 ---> Running in cd02249b21b1 20:17:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:17:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:17:24 v3.17.3-142-g528c072ab1c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:17:24 v3.17.3-142-g528c072ab1c [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:17:24 OK: 17691 distinct packages available 20:17:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:17:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:17:27 (1/5) Installing dumb-init (1.2.5-r2) 20:17:27 (2/5) Installing musl-obstack (1.2.3-r0) 20:17:27 (3/5) Installing libucontext (1.2-r0) 20:17:27 (4/5) Installing gcompat (1.1.0-r0) 20:17:27 (5/5) Installing openssl (3.0.8-r4) 20:17:27 Executing busybox-1.35.0-r29.trigger 20:17:27 OK: 9 MiB in 20 packages 20:17:29 Removing intermediate container cd02249b21b1 20:17:29 ---> 7594aea2a0b9 20:17:29 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:17:30 ---> 86e2cd527f8e 20:17:30 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:17:31 ---> b68463878c38 20:17:31 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:17:35 ---> 30ef14f5f474 20:17:35 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:17:40 ---> f9473e1c7ca7 20:17:40 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:17:41 ---> 2065b7960b2d 20:17:41 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:17:42 ---> 4636fecd388d 20:17:42 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:17:43 ---> 46521ba7025b 20:17:43 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:17:43 ---> Running in e0f3c63bbfa2 20:17:44 Removing intermediate container e0f3c63bbfa2 20:17:44 ---> 89764ed76464 20:17:44 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:17:44 ---> Running in 80a6b6000d26 20:17:44 Removing intermediate container 80a6b6000d26 20:17:44 ---> e0fdf3661564 20:17:44 Step 25/27 : LABEL arch=arm64 20:17:44 ---> Running in f2f4a18a1f33 20:17:45 Removing intermediate container f2f4a18a1f33 20:17:45 ---> b0bda1fb0320 20:17:45 Step 26/27 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 20:17:45 ---> Running in 08558032c302 20:17:46 Removing intermediate container 08558032c302 20:17:46 ---> 769490f22ed8 20:17:46 Step 27/27 : LABEL version=0.0.0 20:17:46 ---> Running in af05ee8845ac 20:17:46 Removing intermediate container af05ee8845ac 20:17:46 ---> b4edada8a780 20:17:46 20:17:46 Successfully built b4edada8a780 20:17:46 Successfully tagged security-spire-agent-arm64:latest 20:17:46  Building security-spire-agent ... done Building security-proxy-auth 20:18:01 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:18:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:18:01 ---> 1530d9585714 20:18:01 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:18:01 ---> Using cache 20:18:01 ---> 24be5bdb914e 20:18:01 Step 4/23 : WORKDIR /edgex-go 20:18:01 ---> Using cache 20:18:01 ---> 9368f9e319f9 20:18:01 Step 5/23 : RUN apk add --update --no-cache make git 20:18:01 ---> Using cache 20:18:01 ---> 28d4b310f1d2 20:18:01 Step 6/23 : COPY go.mod vendor* ./ 20:18:01 ---> Using cache 20:18:01 ---> 9e14a2376066 20:18:01 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:18:01 ---> Using cache 20:18:01 ---> 7db29d901c2b 20:18:01 Step 8/23 : COPY . . 20:18:01 ---> Using cache 20:18:01 ---> 90eaa9ea6b9b 20:18:01 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 20:18:01 ---> Running in 88cbf354b39d 20:18: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-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 20:23:38 Removing intermediate container f7e929605e02 20:23:38 ---> 99e47751252e 20:23:38 20:23:38 Step 9/22 : FROM alpine:3.17 20:23:38 ---> 51e60588ff2c 20:23:38 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 20:23:38 ---> Running in af68c7d92dd8 20:23:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:23:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:23:38 (1/2) Installing dumb-init (1.2.5-r2) 20:23:38 (2/2) Installing openssl (3.0.8-r4) 20:23:38 Executing busybox-1.35.0-r29.trigger 20:23:38 OK: 8 MiB in 17 packages 20:23:38 Removing intermediate container af68c7d92dd8 20:23:38 ---> ab01196c7c97 20:23:38 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:23:38 ---> Running in 6d46e827e90e 20:23:42 Removing intermediate container 6d46e827e90e 20:23:42 ---> edb45c620c0e 20:23:42 Step 12/22 : WORKDIR /edgex 20:23:42 ---> Running in 9dbf05dae96d 20:23:42 Removing intermediate container 9dbf05dae96d 20:23:42 ---> e8a08e94e120 20:23:42 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:23:44 ---> 28367c16d1f7 20:23:44 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 20:23:44 Removing intermediate container b9e2b1050205 20:23:44 ---> c9bb3d67e1d8 20:23:44 20:23:44 Step 9/33 : FROM alpine:3.17 20:23:44 ---> 51e60588ff2c 20:23:44 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:23:45 ---> Running in 7a4bcc02b3ce 20:23:45 ---> ef818078a2c7 20:23:45 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 20:23:45 Removing intermediate container 7a4bcc02b3ce 20:23:45 ---> eef83aa85209 20:23:45 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 20:23:45 ---> Running in 00cfa51665f9 20:23:46 ---> 331382a2f261 20:23:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:23:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:23:48 ---> 3acbbaafbd89 20:23:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:23:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:23:49 ---> 6df1c93c86f8 20:23:49 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:23:49 ---> Running in a0a880f2b2ae 20:23:50 (1/2) Installing dumb-init (1.2.5-r2) 20:23:50 (2/2) Installing su-exec (0.2-r2) 20:23:50 Executing busybox-1.35.0-r29.trigger 20:23:50 OK: 8 MiB in 17 packages 20:23:52 Removing intermediate container 00cfa51665f9 20:23:52 ---> 10cf30dd490f 20:23:52 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 20:23:52 ---> Running in cf00a969fcb3 20:23:53 Removing intermediate container a0a880f2b2ae 20:23:53 ---> 8c4e3c35e9cc 20:23:53 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 20:23:53 Removing intermediate container cf00a969fcb3 20:23:53 ---> 0fd3c5f3ae3a 20:23:53 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 20:23:53 ---> Running in 62ade55489d2 20:23:53 ---> Running in 6898d9dfbc97 20:23:53 Removing intermediate container 62ade55489d2 20:23:53 ---> e24fa7aaf044 20:23:53 Step 20/22 : LABEL arch=arm64 20:23:56 Removing intermediate container 6898d9dfbc97 20:23:56 ---> ffe65282f2dc 20:23:56 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 20:23:56 ---> Running in b1dde3a8b99a 20:23:56 ---> Running in 3ed56b8eeb84 20:23:56 Removing intermediate container b1dde3a8b99a 20:23:56 ---> 38eef981c130 20:23:56 Step 21/22 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 20:23:56 ---> Running in 82108557978d 20:23:57 Removing intermediate container 3ed56b8eeb84 20:23:57 ---> 2a983b47898a 20:23:57 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 20:23:57 ---> Running in 5bf824c05902 20:23:57 Removing intermediate container 82108557978d 20:23:57 ---> bc9c9f7d269a 20:23:57 Step 22/22 : LABEL version=0.0.0 20:23:57 ---> Running in 3599cb007ab6 20:23:57 Removing intermediate container 5bf824c05902 20:23:57 ---> 8693f73870f4 20:23:57 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 20:23:58 ---> Running in 465e0c89cf5c 20:23:58 Removing intermediate container 3599cb007ab6 20:23:58 ---> 407a37d3307a 20:23:58 20:23:58 Successfully built 407a37d3307a 20:23:58 Successfully tagged security-proxy-setup-arm64:latest 20:23:58  Building security-proxy-setup ... done Building support-notifications 20:24:02 Removing intermediate container 465e0c89cf5c 20:24:02 ---> de8590e4638f 20:24:02 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 20:24:02 ---> Running in e3581e11dece 20:24:03 Removing intermediate container e3581e11dece 20:24:03 ---> bda1e930cd2b 20:24:03 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 20:24:04 ---> 04d65fda2953 20:24:04 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 20:24:04 ---> Running in 28640e2c3a02 20:24:09 Removing intermediate container 28640e2c3a02 20:24:09 ---> 2d5b36f3674c 20:24:09 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 20:24:11 ---> 22d0defcbf91 20:24:11 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 20:24:11 Removing intermediate container 88cbf354b39d 20:24:11 ---> b3f908c6d8b5 20:24:11 20:24:11 Step 10/23 : FROM alpine:3.17 20:24:11 ---> 51e60588ff2c 20:24:11 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:24:11 ---> Running in ca065d85051a 20:24:12 ---> 6af6d83c5823 20:24:12 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:24:12 Removing intermediate container ca065d85051a 20:24:12 ---> 5ec1936c388a 20:24:12 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:24:12 ---> Running in b90d8dd2d535 20:24:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:24:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:24:15 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:24:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:24:15 ---> 1530d9585714 20:24:15 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:24:15 ---> Using cache 20:24:15 ---> 24be5bdb914e 20:24:15 Step 4/23 : WORKDIR /edgex-go 20:24:15 ---> Using cache 20:24:15 ---> 9368f9e319f9 20:24:15 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 20:24:16 ---> dd40fa1e1ae5 20:24:16 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 20:24:16 ---> Running in e42b828817f7 20:24:16 (1/1) Installing dumb-init (1.2.5-r2) 20:24:16 Executing busybox-1.35.0-r29.trigger 20:24:16 OK: 8 MiB in 16 packages 20:24:17 ---> e8423c4a2d14 20:24:17 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 20:24:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:24:18 Removing intermediate container b90d8dd2d535 20:24:18 ---> 47a8e05f61b3 20:24:18 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:24:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:24:18 ---> 6ac7ba7ec4da 20:24:18 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 20:24:19 ---> 92882048c5e4 20:24:19 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:24:19 OK: 263 MiB in 53 packages 20:24:19 ---> 539f4407982d 20:24:19 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 20:24:20 ---> 03eb5bc67d27 20:24:20 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 20:24:20 Removing intermediate container d1010125a110 20:24:20 ---> c54fd3033940 20:24:20 20:24:20 Step 10/23 : FROM alpine:3.17 20:24:20 ---> 51e60588ff2c 20:24:20 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:24:20 ---> Running in b5a2501f8926 20:24:20 Removing intermediate container e42b828817f7 20:24:20 ---> 8d1048fce0a8 20:24:20 Step 6/23 : COPY go.mod vendor* ./ 20:24:21 ---> 16c8ab32f1c4 20:24:21 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:24:24 Removing intermediate container b5a2501f8926 20:24:24 ---> a727b2fe71a5 20:24:24 Step 12/23 : ENV APP_PORT=59880 20:24:24 ---> 96f1fadff43c 20:24:24 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:24:24 ---> 8d6b2c424473 20:24:24 Step 28/33 : RUN chmod +x /entrypoint.sh 20:24:24 ---> 42dbe52a1c11 20:24:24 ---> Running in bc705c2f68eb 20:24:24 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 20:24:24 ---> Running in ba08bc256747 20:24:24 ---> Running in b2fbb79b6ac7 20:24:25 Removing intermediate container bc705c2f68eb 20:24:25 ---> 6f48f8ff0dd3 20:24:25 Step 13/23 : EXPOSE $APP_PORT 20:24:25 ---> Running in 2754e85d828e 20:24:25 Removing intermediate container 5a316690fc9a 20:24:25 ---> 81cc6dd79cbf 20:24:25 20:24:25 Step 10/25 : FROM alpine:3.17 20:24:25 ---> 51e60588ff2c 20:24:25 Step 11/25 : RUN apk add --update --no-cache dumb-init 20:24:25 ---> b613611a7639 20:24:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 20:24:25 ---> Running in 82ba85539365 20:24:26 Removing intermediate container 2754e85d828e 20:24:26 ---> bea24f9b61aa 20:24:26 Step 14/23 : RUN apk add --update --no-cache dumb-init 20:24:26 ---> Running in 1713f44a6b7f 20:24:27 ---> 650c8ef60939 20:24:27 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:24:27 ---> Running in bf8a2e4f7c73 20:24:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:24:28 Removing intermediate container b2fbb79b6ac7 20:24:28 ---> f1d94f8cf88e 20:24:28 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 20:24:28 ---> Running in 5f38e73f127f 20:24:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:24:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:24:29 Removing intermediate container 5f38e73f127f 20:24:29 ---> 03d79adc1983 20:24:29 Step 30/33 : CMD ["gate"] 20:24:29 ---> Running in 6c66fd6f67e2 20:24:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:24:29 Removing intermediate container 6c66fd6f67e2 20:24:29 ---> 277bd49e0c18 20:24:29 Step 31/33 : LABEL arch=arm64 20:24:30 ---> Running in 89cf541e4498 20:24:30 (1/1) Installing dumb-init (1.2.5-r2) 20:24:30 Executing busybox-1.35.0-r29.trigger 20:24:30 OK: 8 MiB in 16 packages 20:24:30 Removing intermediate container bf8a2e4f7c73 20:24:30 ---> 89b99f698934 20:24:30 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:24:30 ---> Running in 5ccbd2eb1f56 20:24:30 (1/1) Installing dumb-init (1.2.5-r2) 20:24:30 Executing busybox-1.35.0-r29.trigger 20:24:30 Removing intermediate container 89cf541e4498 20:24:30 ---> 2dd48af208b2 20:24:30 Step 32/33 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 20:24:30 OK: 8 MiB in 16 packages 20:24:31 ---> Running in dfcd4a18e63d 20:24:31 Removing intermediate container 5ccbd2eb1f56 20:24:31 ---> 4aec8b949568 20:24:31 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 20:24:31 Removing intermediate container dfcd4a18e63d 20:24:31 ---> 873d654703fa 20:24:31 Step 33/33 : LABEL version=0.0.0 20:24:31 ---> Running in 29c9d95a90a7 20:24:31 ---> Running in 2f92881ba0e0 20:24:32 Removing intermediate container 82ba85539365 20:24:32 ---> 5495340f10d5 20:24:32 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:24:32 ---> Running in 5745574d5efd 20:24:32 Removing intermediate container 1713f44a6b7f 20:24:32 ---> 268642cb6e06 20:24:32 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:24:32 Removing intermediate container 29c9d95a90a7 20:24:32 ---> 0e0c15b64ad5 20:24:32 Step 21/23 : LABEL arch=arm64 20:24:32 Removing intermediate container 2f92881ba0e0 20:24:32 ---> 7e56749358ed 20:24:32 20:24:32 ---> Running in 8f902f4f26e1 20:24:32 Removing intermediate container 5745574d5efd 20:24:32 ---> ae57bd25db96 20:24:32 Step 13/25 : ENV APP_PORT=59881 20:24:32 ---> Running in d3a07f07e0cb 20:24:33 Successfully built 7e56749358ed 20:24:33 Successfully tagged security-bootstrapper-arm64:latest 20:24:33  Building security-bootstrapper ... done Building security-secretstore-setup 20:24:33 Removing intermediate container 8f902f4f26e1 20:24:33 ---> 6a3098bc089f 20:24:33 Step 22/23 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 20:24:33 ---> 3e063eef9d21 20:24:33 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:24:33 ---> Running in 3fd18e76edf9 20:24:33 Removing intermediate container d3a07f07e0cb 20:24:33 ---> 8d058d2d529c 20:24:33 Step 14/25 : EXPOSE $APP_PORT 20:24:33 ---> Running in 4569b083893e 20:24:34 Removing intermediate container 3fd18e76edf9 20:24:34 ---> 2e984b84ff30 20:24:34 Step 23/23 : LABEL version=0.0.0 20:24:34 ---> Running in cfc832ee8476 20:24:34 Removing intermediate container 4569b083893e 20:24:34 ---> 8b4d9740175b 20:24:34 Step 15/25 : WORKDIR / 20:24:34 ---> a1b7461c990e 20:24:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:24:34 ---> Running in 07dba0b8c148 20:24:34 Removing intermediate container cfc832ee8476 20:24:34 ---> 1caed6c1916e 20:24:34 20:24:35 Successfully built 1caed6c1916e 20:24:35 Successfully tagged security-proxy-auth-arm64:latest 20:24:35  Building security-proxy-auth ... done Building core-common-config-bootstrapper 20:24:35 Removing intermediate container 07dba0b8c148 20:24:35 ---> 6a16d74a4ba6 20:24:35 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:24:37 ---> e6a9587c454d 20:24:37 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 20:24:37 ---> ae6050a31abd 20:24:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 20:24:38 ---> 47e96607de11 20:24:38 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:24:38 ---> 2664321940ed 20:24:38 Step 19/23 : ENTRYPOINT ["/core-data"] 20:24:38 ---> Running in 8df0a917aee1 20:24:39 Removing intermediate container 8df0a917aee1 20:24:39 ---> 5361faf5e6cb 20:24:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:24:39 ---> Running in 9bc33579c3ea 20:24:39 ---> 0f48b4e96c09 20:24:39 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 20:24:40 Removing intermediate container 9bc33579c3ea 20:24:40 ---> e8dbf781a5b6 20:24:40 Step 21/23 : LABEL arch=arm64 20:24:40 ---> Running in 8d80e3341313 20:24:40 Removing intermediate container 8d80e3341313 20:24:40 ---> 5666f77f6f42 20:24:40 Step 22/23 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 20:24:40 ---> 274ba32a6d35 20:24:40 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 20:24:40 ---> Running in e6426f353b53 20:24:41 Removing intermediate container e6426f353b53 20:24:41 ---> 0b06eec40c21 20:24:41 Step 23/23 : LABEL version=0.0.0 20:24:41 ---> Running in b10389e83cc3 20:24:42 ---> e18757eb1d62 20:24:42 Step 21/25 : ENTRYPOINT ["/core-metadata"] 20:24:42 ---> Running in 7109e8930863 20:24:42 Removing intermediate container b10389e83cc3 20:24:42 ---> 6b1b72243393 20:24:42 20:24:42 Removing intermediate container 7109e8930863 20:24:42 ---> 1007cf60802a 20:24:42 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:24:42 ---> Running in cd4123d10108 20:24:43 Successfully built 6b1b72243393 20:24:43 Successfully tagged core-data-arm64:latest 20:24:43  Building core-data ... done Building security-spire-config 20:24:43 Removing intermediate container cd4123d10108 20:24:43 ---> df0bb0f0c33f 20:24:43 Step 23/25 : LABEL arch=arm64 20:24:43 ---> Running in 7c08ecc7b929 20:24:44 Removing intermediate container 7c08ecc7b929 20:24:44 ---> d585f52a2e40 20:24:44 Step 24/25 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 20:24:44 ---> Running in e07e1870682e 20:24:45 Removing intermediate container e07e1870682e 20:24:45 ---> 3759059ca9d9 20:24:45 Step 25/25 : LABEL version=0.0.0 20:24:45 ---> Running in 09448993a710 20:24:45 Removing intermediate container 09448993a710 20:24:45 ---> 911f5b35cace 20:24:45 20:24:45 Successfully built 911f5b35cace 20:24:45 Successfully tagged core-metadata-arm64:latest 20:24:45  Building core-metadata ... done Building security-spire-server 20:25:04 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:25:04 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:25:04 ---> 1530d9585714 20:25:04 Step 3/25 : WORKDIR /edgex-go 20:25:04 ---> Using cache 20:25:04 ---> fb9e5804fb60 20:25:04 Step 4/25 : RUN apk add --update --no-cache make git 20:25:05 ---> Running in 212eec80f7e0 20:25:06 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:25:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:25:06 ---> 1530d9585714 20:25:06 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:25:06 ---> Using cache 20:25:06 ---> 24be5bdb914e 20:25:06 Step 4/23 : WORKDIR /edgex-go 20:25:06 ---> Using cache 20:25:06 ---> 9368f9e319f9 20:25:06 Step 5/23 : RUN apk add --update --no-cache make git 20:25:06 ---> Using cache 20:25:06 ---> 28d4b310f1d2 20:25:06 Step 6/23 : COPY go.mod vendor* ./ 20:25:06 ---> Using cache 20:25:06 ---> 9e14a2376066 20:25:06 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:25:06 ---> Using cache 20:25:06 ---> 7db29d901c2b 20:25:06 Step 8/23 : COPY . . 20:25:06 ---> Using cache 20:25:06 ---> 90eaa9ea6b9b 20:25:06 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:25:06 ---> Running in db3a9c99e664 20:25:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:25:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:25: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:25:08 OK: 263 MiB in 53 packages 20:25:11 Removing intermediate container 212eec80f7e0 20:25:11 ---> 1e783456fa0f 20:25:11 Step 5/25 : COPY go.mod vendor* ./ 20:25:12 ---> 7fcae88c71e2 20:25:12 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:25:12 ---> Running in 80f4413da876 20:25:15 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:25:15 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:25:15 ---> 1530d9585714 20:25:15 Step 3/27 : WORKDIR /edgex-go 20:25:15 ---> Using cache 20:25:15 ---> fb9e5804fb60 20:25:15 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:25:15 ---> Using cache 20:25:15 ---> 93621ddfe5ae 20:25:15 Step 5/27 : COPY go.mod vendor* ./ 20:25:15 ---> Using cache 20:25:15 ---> 71473cdc73be 20:25:15 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:25:15 ---> Using cache 20:25:15 ---> e25fc5e6d29b 20:25:15 Step 7/27 : COPY . . 20:25:15 ---> Using cache 20:25:15 ---> 734efe5dab00 20:25:15 Step 8/27 : ARG SPIRE_RELEASE=1.6.3 20:25:15 ---> Using cache 20:25:15 ---> 51a6994431fd 20:25:15 Step 9/27 : WORKDIR /edgex-go/spire-build 20:25:15 ---> Using cache 20:25:15 ---> a345c7d126a8 20:25:15 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:25:15 ---> Using cache 20:25:15 ---> 19ce8fdd3a6d 20:25:15 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:25:15 ---> Using cache 20:25:15 ---> d10a4f702993 20:25:15 Step 12/27 : WORKDIR /edgex-go 20:25:15 ---> Using cache 20:25:15 ---> 6eb02d092183 20:25:15 20:25:15 Step 13/27 : FROM alpine:3.17 20:25:15 ---> 51e60588ff2c 20:25:15 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:25:15 ---> Using cache 20:25:15 ---> 97012da721ef 20:25:15 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:25:16 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:25:16 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:25:16 ---> 1530d9585714 20:25:16 Step 3/26 : WORKDIR /edgex-go 20:25:16 ---> Using cache 20:25:16 ---> fb9e5804fb60 20:25:16 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 20:25:16 ---> Using cache 20:25:16 ---> 93621ddfe5ae 20:25:16 Step 5/26 : COPY go.mod vendor* ./ 20:25:16 ---> Using cache 20:25:16 ---> 71473cdc73be 20:25:16 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:25:16 ---> Using cache 20:25:16 ---> e25fc5e6d29b 20:25:16 Step 7/26 : COPY . . 20:25:16 ---> Using cache 20:25:16 ---> 734efe5dab00 20:25:17 Step 8/26 : ARG SPIRE_RELEASE=1.6.3 20:25:17 ---> Using cache 20:25:17 ---> 51a6994431fd 20:25:17 Step 9/26 : WORKDIR /edgex-go/spire-build 20:25:17 ---> Using cache 20:25:17 ---> a345c7d126a8 20:25:17 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:25:17 ---> Using cache 20:25:17 ---> 19ce8fdd3a6d 20:25:17 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:25:17 ---> Running in 217902a6676d 20:25:17 ---> Running in 39eeba4b0539 20:25:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:25:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:25:21 Removing intermediate container 39eeba4b0539 20:25:21 ---> fd3c781a61bc 20:25:21 Step 12/26 : WORKDIR /edgex-go 20:25:21 ---> Running in ed8d876024b0 20:25:22 Removing intermediate container ed8d876024b0 20:25:22 ---> 6ad19c0b04e4 20:25:22 20:25:22 Step 13/26 : FROM alpine:3.17 20:25:22 ---> 51e60588ff2c 20:25:22 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:25:22 ---> Using cache 20:25:22 ---> 97012da721ef 20:25:22 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:25:22 ---> Using cache 20:25:22 ---> 7594aea2a0b9 20:25:22 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 20:25:22 ---> Using cache 20:25:22 ---> 86e2cd527f8e 20:25:22 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 20:25:22 ---> Using cache 20:25:22 ---> b68463878c38 20:25:22 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:25:22 v3.17.3-142-g528c072ab1c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:25:22 v3.17.3-142-g528c072ab1c [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:25:22 OK: 17691 distinct packages available 20:25:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:25:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:25:24 (1/4) Installing dumb-init (1.2.5-r2) 20:25:24 (2/4) Installing musl-obstack (1.2.3-r0) 20:25:24 (3/4) Installing libucontext (1.2-r0) 20:25:24 (4/4) Installing gcompat (1.1.0-r0) 20:25:24 Executing busybox-1.35.0-r29.trigger 20:25:24 OK: 8 MiB in 19 packages 20:25:27 Removing intermediate container 217902a6676d 20:25:27 ---> 19be0b919665 20:25:27 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:25:30 ---> 0a5b656b54f0 20:25:30 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:25:32 ---> 0d129cb60474 20:25:32 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:25:33 ---> 12b71589d16f 20:25:33 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:25:35 ---> 9e9a09761cf0 20:25:35 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:25:36 ---> a1abdd3f29c5 20:25:36 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:25:38 ---> 71c32c1dd5f5 20:25:38 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:25:38 ---> Running in 5d42d8b58e88 20:25:40 Removing intermediate container 5d42d8b58e88 20:25:40 ---> e7c908a09bbe 20:25:40 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:25:40 ---> Running in 59820b6a266e 20:25:40 ---> 8f820c5e8d71 20:25:40 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:25:40 Removing intermediate container 59820b6a266e 20:25:40 ---> ed853e8aeec3 20:25:40 Step 24/26 : LABEL arch=arm64 20:25:40 ---> Running in 4ce645e25698 20:25:41 ---> 033d24309864 20:25:41 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:25:41 Removing intermediate container 4ce645e25698 20:25:41 ---> f77e444b47cf 20:25:41 Step 25/26 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 20:25:42 ---> Running in afe614e13ff7 20:25:42 ---> Running in 0d1bd0fd83b2 20:25:42 Removing intermediate container afe614e13ff7 20:25:42 ---> ab1d0ede5b50 20:25:42 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:25:43 Removing intermediate container 0d1bd0fd83b2 20:25:43 ---> 9058c1bf3ef6 20:25:43 Step 26/26 : LABEL version=0.0.0 20:25:43 ---> Running in 5191d2fd100d 20:25:43 Removing intermediate container ba08bc256747 20:25:43 ---> 19300704bf1b 20:25:43 Step 8/23 : COPY . . 20:25:44 Removing intermediate container 5191d2fd100d 20:25:44 ---> c17318b68fc9 20:25:44 20:25:44 ---> a0997d66b43c 20:25:44 Step 22/27 : WORKDIR / 20:25:44 ---> Running in 5ed2b4faf5c9 20:25:44 Successfully built c17318b68fc9 20:25:44 Successfully tagged security-spire-server-arm64:latest 20:25:44 Building support-scheduler 20:25:45  Building security-spire-server ... done Removing intermediate container 5ed2b4faf5c9 20:25:45 ---> 028b020aa7a5 20:25:45 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:25:45 ---> Running in 2b838391dbe2 20:25:46 Removing intermediate container 2b838391dbe2 20:25:46 ---> 29421eef7f88 20:25:46 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:25:46 ---> Running in 90e56c7f1e19 20:25:47 Removing intermediate container 90e56c7f1e19 20:25:47 ---> 6d13bb53f11f 20:25:47 Step 25/27 : LABEL arch=arm64 20:25:47 ---> Running in 10d385c9b1bc 20:25:48 Removing intermediate container 10d385c9b1bc 20:25:48 ---> d7da7c6c2d78 20:25:48 Step 26/27 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 20:25:49 ---> Running in a47f53e3f698 20:25:50 Removing intermediate container a47f53e3f698 20:25:50 ---> e5046bb04c92 20:25:50 Step 27/27 : LABEL version=0.0.0 20:25:50 ---> Running in fe2b9b193ab6 20:25:50 Removing intermediate container fe2b9b193ab6 20:25:50 ---> a839fe166539 20:25:50 20:25:51 Successfully built a839fe166539 20:25:51 Successfully tagged security-spire-config-arm64:latest 20:25:51  Building security-spire-config ... done Building core-command 20:26:01 ---> 36c7c70b2de4 20:26:01 Step 9/23 : RUN make cmd/support-notifications/support-notifications 20:26:01 ---> Running in badd90f74372 20:26:04 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:26:06 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:26:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:26:06 ---> 1530d9585714 20:26:06 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:26:06 ---> Using cache 20:26:06 ---> 24be5bdb914e 20:26:06 Step 4/23 : WORKDIR /edgex-go 20:26:06 ---> Using cache 20:26:06 ---> 9368f9e319f9 20:26:06 Step 5/23 : RUN apk add --update --no-cache make git 20:26:06 ---> Using cache 20:26:06 ---> 28d4b310f1d2 20:26:06 Step 6/23 : COPY go.mod vendor* ./ 20:26:06 ---> Using cache 20:26:06 ---> 9e14a2376066 20:26:06 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:26:06 ---> Using cache 20:26:06 ---> 7db29d901c2b 20:26:06 Step 8/23 : COPY . . 20:26:06 ---> Using cache 20:26:06 ---> 90eaa9ea6b9b 20:26:06 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 20:26:09 ---> Running in 40cbdc457bda 20:26: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:26:15 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:26:15 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:26:15 ---> 1530d9585714 20:26:15 Step 3/24 : ARG ADD_BUILD_TAGS="" 20:26:15 ---> Using cache 20:26:15 ---> 24be5bdb914e 20:26:15 Step 4/24 : WORKDIR /edgex-go 20:26:15 ---> Using cache 20:26:15 ---> 9368f9e319f9 20:26:15 Step 5/24 : RUN apk add --update --no-cache make git 20:26:15 ---> Using cache 20:26:15 ---> 28d4b310f1d2 20:26:15 Step 6/24 : COPY go.mod vendor* ./ 20:26:15 ---> Using cache 20:26:15 ---> 9e14a2376066 20:26:15 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:26:15 ---> Using cache 20:26:15 ---> 7db29d901c2b 20:26:15 Step 8/24 : COPY . . 20:26:15 ---> Using cache 20:26:15 ---> 90eaa9ea6b9b 20:26:15 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 20:26:15 ---> Running in 71209c845587 20:26:18 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:26:44 Removing intermediate container 80f4413da876 20:26:44 ---> 59dad58cc95a 20:26:44 Step 7/25 : COPY . . 20:26:54 ---> e480301c9637 20:26:54 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:26:54 ---> Running in 1594bb3e4d39 20:26:55 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:31:17 Removing intermediate container db3a9c99e664 20:31:17 ---> 25fff8bda4b4 20:31:17 20:31:17 Step 10/23 : FROM alpine:3.17 20:31:17 ---> 51e60588ff2c 20:31:17 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:31:17 ---> Using cache 20:31:17 ---> 5ec1936c388a 20:31:17 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:31:17 ---> Using cache 20:31:17 ---> 47a8e05f61b3 20:31:17 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:31:17 ---> Using cache 20:31:17 ---> 92882048c5e4 20:31:17 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:31:17 ---> Using cache 20:31:17 ---> 03eb5bc67d27 20:31:17 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 20:31:17 ---> 5cd60bc7479d 20:31:17 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 20:31:17 ---> edc492ee320d 20:31:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 20:31:17 ---> ec1343aaefdb 20:31:17 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:31:17 ---> Running in a996d24b1f86 20:31:17 Removing intermediate container a996d24b1f86 20:31:17 ---> b2eda17f8462 20:31:17 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:31:17 ---> Running in 1c8be31f1514 20:31:17 Removing intermediate container 1c8be31f1514 20:31:17 ---> b2a99efbafe4 20:31:17 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 20:31:17 ---> Running in a57aa89f9aa1 20:31:17 Removing intermediate container a57aa89f9aa1 20:31:17 ---> 23f379f874a3 20:31:17 Step 21/23 : LABEL arch=arm64 20:31:17 ---> Running in d3ae38445339 20:31:18 Removing intermediate container d3ae38445339 20:31:18 ---> 606800a942d4 20:31:18 Step 22/23 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 20:31:18 ---> Running in 0193fb94c7ec 20:31:19 Removing intermediate container 0193fb94c7ec 20:31:19 ---> e5013c246c1b 20:31:19 Step 23/23 : LABEL version=0.0.0 20:31:19 ---> Running in abea4f06f164 20:31:19 Removing intermediate container abea4f06f164 20:31:19 ---> b8271eb60745 20:31:19 20:31:19 Successfully built b8271eb60745 20:31:19 Successfully tagged core-common-config-bootstrapper-arm64:latest 20:31:19  Building core-common-config-bootstrapper ... done Building security-spiffe-token-provider 20:31:38 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:31:38 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:31:38 ---> 1530d9585714 20:31:38 Step 3/20 : WORKDIR /edgex-go 20:31:38 ---> Using cache 20:31:38 ---> fb9e5804fb60 20:31:38 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 20:31:38 ---> Running in 086b4f524ab8 20:31:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:31:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:31:39 v3.17.3-142-g528c072ab1c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:31:39 v3.17.3-142-g528c072ab1c [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:31:39 OK: 17690 distinct packages available 20:31:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:31:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:31:42 OK: 263 MiB in 53 packages 20:31:44 Removing intermediate container 086b4f524ab8 20:31:44 ---> 730217e481d1 20:31:44 Step 5/20 : COPY go.mod vendor* ./ 20:31:44 ---> ee675c643d8c 20:31:44 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:31:45 ---> Running in 21b0bbef951c 20:33:06 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:33:24 Removing intermediate container 21b0bbef951c 20:33:24 ---> cb618287baac 20:33:24 Step 7/20 : COPY . . 20:33:30 Removing intermediate container 1594bb3e4d39 20:33:30 ---> e66996706e73 20:33:30 20:33:30 Step 9/25 : FROM alpine:3.17 20:33:30 ---> 51e60588ff2c 20:33:30 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:33:30 Removing intermediate container 71209c845587 20:33:30 ---> a61c6d59fef7 20:33:30 20:33:30 Step 10/24 : FROM alpine:3.17 20:33:30 ---> 51e60588ff2c 20:33:30 Step 11/24 : RUN apk add --update --no-cache dumb-init 20:33:30 ---> Using cache 20:33:30 ---> 5495340f10d5 20:33:30 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:33:30 ---> Using cache 20:33:30 ---> ae57bd25db96 20:33:30 Step 13/24 : ENV APP_PORT=59882 20:33:30 ---> Running in 5d13f2268d54 20:33:30 ---> Running in 1ee750cb38da 20:33:31 Removing intermediate container 5d13f2268d54 20:33:31 ---> 7a38cdd10e64 20:33:31 Step 14/24 : EXPOSE $APP_PORT 20:33:32 ---> Running in ecce8b964119 20:33:32 Removing intermediate container ecce8b964119 20:33:32 ---> b63637aabedf 20:33:32 Step 15/24 : WORKDIR / 20:33:32 ---> Running in 11f8f0458b55 20:33:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:33:34 Removing intermediate container 11f8f0458b55 20:33:34 ---> 565d4e1f1341 20:33:34 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:33:35 ---> f560b4d91daa 20:33:35 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 20:33:37 ---> 228a33c0776a 20:33:37 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:33:38 WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.17/main: temporary error (try again later) 20:33:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:33:40 ---> 91e6dc2cddb6 20:33:40 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 20:33:41 ---> 685f301e1207 20:33:41 Step 20/24 : ENTRYPOINT ["/core-command"] 20:33:41 ---> Running in a67adb149e26 20:33:41 ---> d0eb3c6e3e1a 20:33:41 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:33:43 WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.17/community: temporary error (try again later) 20:33:43 ERROR: unable to select packages: 20:33:43  ca-certificates (no such package): 20:33:43 required by: world[ca-certificates] 20:33:43 dumb-init (no such package): 20:33:43 required by: world[dumb-init] 20:33:43 su-exec (no such package): 20:33:43 required by: world[su-exec] 20:33:44 Removing intermediate container a67adb149e26 20:33:44 ---> d4b1cb2b10ac 20:33:44 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:33:44 ---> Running in 02a80f060053 20:33:45 ---> Running in 6bbfc18f6193 20:33:46 Removing intermediate container 6bbfc18f6193 20:33:46 ---> f9f87799c904 20:33:46 Step 22/24 : LABEL arch=arm64 20:33:46 ---> Running in def27e255faf 20:33:46 Removing intermediate container def27e255faf 20:33:46 ---> ab7e49bab975 20:33:46 Step 23/24 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 20:33:46 ---> Running in 20b7783e54dd 20:33:47 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:33:47 Removing intermediate container 20b7783e54dd 20:33:47 ---> ceebd9cfff35 20:33:47 Step 24/24 : LABEL version=0.0.0 20:33:47 ---> Running in 73c4b38dc63d 20:33:48 Removing intermediate container 73c4b38dc63d 20:33:48 ---> 605e10c232a7 20:33:48 20:33:48 Successfully built 605e10c232a7 20:33:48 Successfully tagged core-command-arm64:latest 20:35:10  Building core-command ... done Removing intermediate container badd90f74372 20:35:10 ---> 39946f0cc51c 20:35:10 20:35:10 Step 10/23 : FROM alpine:3.17 20:35:10 ---> 51e60588ff2c 20:35:10 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 20:35:10 Removing intermediate container 40cbdc457bda 20:35:10 ---> c8201f031c5c 20:35:10 20:35:10 Step 10/23 : FROM alpine:3.17 20:35:10 ---> 51e60588ff2c 20:35:10 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:35:10 ---> Using cache 20:35:10 ---> 5495340f10d5 20:35:10 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:35:10 ---> Using cache 20:35:10 ---> ae57bd25db96 20:35:10 Step 13/23 : ENV APP_PORT=59861 20:35:10 ---> Running in 3ba4ac606771 20:35:10 ---> Running in 4d0bb2e7653b 20:35:10 Removing intermediate container 4d0bb2e7653b 20:35:10 ---> c9ab2f5702ad 20:35:10 Step 14/23 : EXPOSE $APP_PORT 20:35:10 ---> Running in a53db7b599ed 20:35:10 Removing intermediate container a53db7b599ed 20:35:10 ---> 9ba333b68d37 20:35:10 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:35:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:35:10 ---> edaf7d985e2d 20:35:10 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:35:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:35:10 ---> 558147286f37 20:35:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:35:10 (1/2) Installing ca-certificates (20220614-r4) 20:35:10 (2/2) Installing dumb-init (1.2.5-r2) 20:35:10 Executing busybox-1.35.0-r29.trigger 20:35:10 Executing ca-certificates-20220614-r4.trigger 20:35:10 OK: 8 MiB in 17 packages 20:35:12 ---> b249bd2660c8 20:35:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 20:35:12 Removing intermediate container 3ba4ac606771 20:35:12 ---> e3828c7f2752 20:35:12 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 20:35:12 ---> Running in afe19c37c3f1 20:35:13 ---> f50b383c5751 20:35:13 Step 19/23 : ENTRYPOINT ["/support-scheduler"]Removing intermediate container afe19c37c3f1 20:35:13 20:35:13 ---> 1e391559a51a 20:35:13 Step 13/23 : ENV APP_PORT=59860 20:35:13 ---> Running in 19fe3f833cea 20:35:13 ---> Running in 6f5326d98270 20:35:13 Removing intermediate container 6f5326d98270 20:35:13 Removing intermediate container 19fe3f833cea 20:35:13 ---> eca466979615 20:35:13 Step 14/23 : EXPOSE $APP_PORT 20:35:13 ---> ac51216e5199 20:35:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:35:13 ---> Running in b31a8559c29e 20:35:13 ---> Running in 7178ce6b2d86 20:35:14 Removing intermediate container b31a8559c29e 20:35:14 ---> 142edd4c52ca 20:35:14 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:35:14 Removing intermediate container 7178ce6b2d86 20:35:14 ---> 042bfcc97894 20:35:14 Step 21/23 : LABEL arch=arm64 20:35:14 ---> Running in 80e1aad4ba4c 20:35:15 Removing intermediate container 80e1aad4ba4c 20:35:15 ---> b6139b00502e 20:35:15 Step 22/23 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 20:35:15 ---> Running in b2db1d56694b 20:35:15 ---> 1d13985adfae 20:35:15 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:35:18 Removing intermediate container b2db1d56694b 20:35:18 ---> 0f966cdd3251 20:35:18 Step 23/23 : LABEL version=0.0.0 20:35:18 ---> d04dc38d25ff 20:35:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:35:18 ---> Running in 48bec1e671be 20:35:18 Removing intermediate container 48bec1e671be 20:35:18 ---> 625fc657fa4c 20:35:18 20:35:19 Successfully built 625fc657fa4c 20:35:19 Successfully tagged support-scheduler-arm64:latest 20:35:21  Building support-scheduler ... done  ---> fca6fd33f91f 20:35:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 20:35:21 ---> 075c1a89ddcf 20:35:21 Step 19/23 : ENTRYPOINT ["/support-notifications"] 20:35:21 ---> Running in 2727d4799790 20:35:22 Removing intermediate container 2727d4799790 20:35:22 ---> f7f17e093589 20:35:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:35:22 ---> Running in abdd8a09dc88 20:35:22 Removing intermediate container abdd8a09dc88 20:35:22 ---> ce4713f47f74 20:35:22 Step 21/23 : LABEL arch=arm64 20:35:22 ---> Running in 943f5b593c00 20:35:23 Removing intermediate container 943f5b593c00 20:35:23 ---> 0c92fa7179fa 20:35:23 Step 22/23 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 20:35:23 ---> Running in d2c438e54ed6 20:35:24 Removing intermediate container d2c438e54ed6 20:35:24 ---> f19310dcf99c 20:35:24 Step 23/23 : LABEL version=0.0.0 20:35:24 ---> Running in 1c9c7e9a3dda 20:35:24 Removing intermediate container 1c9c7e9a3dda 20:35:24 ---> 071a7429df8c 20:35:24 20:35:24 Successfully built 071a7429df8c 20:35:24 Successfully tagged support-notifications-arm64:latest 20:36:32  Building support-notifications ... done Removing intermediate container 02a80f060053 20:36:32 ---> f43c27d1efe9 20:36:32 20:36:32 Step 9/20 : FROM alpine:3.17 20:36:32 ---> 51e60588ff2c 20:36:32 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:36:32 ---> Using cache 20:36:32 ---> eef83aa85209 20:36:32 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:36:32 ---> Running in 4d790daa6303 20:36:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:36:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:36:32 v3.17.3-142-g528c072ab1c [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:36:32 v3.17.3-142-g528c072ab1c [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:36:32 OK: 17691 distinct packages available 20:36:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:36:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:36:32 (1/9) Installing ca-certificates (20220614-r4) 20:36:32 (2/9) Installing brotli-libs (1.0.9-r9) 20:36:32 (3/9) Installing nghttp2-libs (1.51.0-r0) 20:36:32 (4/9) Installing libcurl (8.0.1-r0) 20:36:32 (5/9) Installing curl (8.0.1-r0) 20:36:32 (6/9) Installing dumb-init (1.2.5-r2) 20:36:32 (7/9) Installing musl-obstack (1.2.3-r0) 20:36:32 (8/9) Installing libucontext (1.2-r0) 20:36:32 (9/9) Installing gcompat (1.1.0-r0) 20:36:32 Executing busybox-1.35.0-r29.trigger 20:36:32 Executing ca-certificates-20220614-r4.trigger 20:36:32 OK: 11 MiB in 24 packages 20:36:32 Removing intermediate container 4d790daa6303 20:36:32 ---> d5d6fdf23fbc 20:36:32 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 20:36:32 ---> feb4002933e1 20:36:32 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 20:36:32 ---> 177f1cc28b6e 20:36:32 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:36:34 ---> 0d8f1fc372f3 20:36:34 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 20:36:34 ---> 32e70a7cb532 20:36:34 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 20:36:34 ---> Running in 9d0410e5040c 20:36:34 Removing intermediate container 9d0410e5040c 20:36:34 ---> b6bf65b44027 20:36:34 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500"] 20:36:34 ---> Running in d3893553f819 20:36:35 Removing intermediate container d3893553f819 20:36:35 ---> 44628852261d 20:36:35 Step 18/20 : LABEL arch=arm64 20:36:35 ---> Running in 8f298f3b080d 20:36:35 Removing intermediate container 8f298f3b080d 20:36:35 ---> ee72ae0f7205 20:36:35 Step 19/20 : LABEL git_sha=61a3a97409ebeb4bf0af4b31ba2aa066a138f881 20:36:35 ---> Running in 52832ac624fc 20:36:35 Removing intermediate container 52832ac624fc 20:36:35 ---> a88b66e89d26 20:36:35 Step 20/20 : LABEL version=0.0.0 20:36:35 ---> Running in d50947832eb4 20:36:36 Removing intermediate container d50947832eb4 20:36:36 ---> 7f39f58922e5 20:36:36 20:36:36 Successfully built 7f39f58922e5 20:36:36 Successfully tagged security-spiffe-token-provider-arm64:latest 20:36:36  Building security-spiffe-token-provider ... done  20:36:36 ERROR: for security-secretstore-setup (, "The command '/bin/sh -c apk add --update --no-cache ca-certificates dumb-init su-exec' returned a non-zero code: 3") 20:36:36 Service 'security-secretstore-setup' failed to build: The command '/bin/sh -c apk add --update --no-cache ca-certificates dumb-init su-exec' returned a non-zero code: 3 [Pipeline] } 20:36:36 $ docker stop --time=1 7a06c05eee9169d271cd5430bfe26ee66e6e28e345d28bfb482632b94c081c6f 20:36:39 $ docker rm -f --volumes 7a06c05eee9169d271cd5430bfe26ee66e6e28e345d28bfb482632b94c081c6f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:36:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:36:40 20:36:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:36:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:36:41 arm64: Pulling from edgex-lftools-log-publisher 20:36:41 8998bd30e6a1: Pulling fs layer 20:36:41 04944245beec: Pulling fs layer 20:36:41 699f458cf7ca: Pulling fs layer 20:36:41 765212b225bb: Pulling fs layer 20:36:41 f23df028b6ca: Pulling fs layer 20:36:41 d65c8cfc05b1: Pulling fs layer 20:36:41 2437ff75d9bd: Pulling fs layer 20:36:41 f23df028b6ca: Waiting 20:36:41 d65c8cfc05b1: Waiting 20:36:41 2437ff75d9bd: Waiting 20:36:41 765212b225bb: Waiting 20:36:41 04944245beec: Verifying Checksum 20:36:41 04944245beec: Download complete 20:36:41 765212b225bb: Verifying Checksum 20:36:41 765212b225bb: Download complete 20:36:41 f23df028b6ca: Verifying Checksum 20:36:41 f23df028b6ca: Download complete 20:36:41 d65c8cfc05b1: Verifying Checksum 20:36:41 d65c8cfc05b1: Download complete 20:36:41 699f458cf7ca: Verifying Checksum 20:36:41 699f458cf7ca: Download complete 20:36:42 8998bd30e6a1: Verifying Checksum 20:36:42 8998bd30e6a1: Download complete 20:36:44 2437ff75d9bd: Verifying Checksum 20:36:44 2437ff75d9bd: Download complete 20:36:46 8998bd30e6a1: Pull complete 20:36:46 04944245beec: Pull complete 20:36:47 699f458cf7ca: Pull complete 20:36:48 765212b225bb: Pull complete 20:36:49 f23df028b6ca: Pull complete 20:36:49 d65c8cfc05b1: Pull complete 20:37:03 2437ff75d9bd: Pull complete 20:37:03 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:37:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:37:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:37:04 prd-ubuntu20.04-docker-arm64-4c-16g-12031 does not seem to be running inside a container 20:37:04 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 20:37:08 $ docker top 06f225ebbdc001f5388ccd341435eb85d9b4a2cdf5ae8b728f4541ebdbe43d29 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:37:09 ---> job-cost.sh 20:37:09 lf-activate-venv: SKIPPING 20:37:09 INFO: No Stack... 20:37:09 INFO: Retrieving Pricing Info for: v3-standard-4 20:37:10 INFO: Archiving Costs [Pipeline] sh 20:37:11 + cat /w/workspace/edgex-go/1/archives/cost.csv 20:37:11 + cut -d, -f6 [Pipeline] lock 20:37:11 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4541-1-stack-cost] 20:37:11 Resource [jenkins-edgexfoundry-edgex-go-PR-4541-1-stack-cost] did not exist. Created. 20:37:11 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4541-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:37:12 + echo total: 0.10999999940395355 [Pipeline] stash 20:37:12 Stashed 1 file(s) [Pipeline] } 20:37:12 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4541-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:37:12 $ docker stop --time=1 06f225ebbdc001f5388ccd341435eb85d9b4a2cdf5ae8b728f4541ebdbe43d29 20:37:14 $ docker rm -f --volumes 06f225ebbdc001f5388ccd341435eb85d9b4a2cdf5ae8b728f4541ebdbe43d29 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:37:14 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 20:37:16 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 20:37:16 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:37:17 ---> package-listing.sh 20:37:17 ++ facter osfamily 20:37:17 ++ tr '[:upper:]' '[:lower:]' 20:37:17 + OS_FAMILY=debian 20:37:17 + workspace=/w/workspace/edgex-go/1 20:37:17 + START_PACKAGES=/tmp/packages_start.txt 20:37:17 + END_PACKAGES=/tmp/packages_end.txt 20:37:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:37:17 + PACKAGES=/tmp/packages_start.txt 20:37:17 + '[' /w/workspace/edgex-go/1 ']' 20:37:17 + PACKAGES=/tmp/packages_end.txt 20:37:17 + case "${OS_FAMILY}" in 20:37:17 + dpkg -l 20:37:17 + grep '^ii' 20:37:17 + '[' -f /tmp/packages_start.txt ']' 20:37:17 + '[' -f /tmp/packages_end.txt ']' 20:37:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:37:17 + '[' /w/workspace/edgex-go/1 ']' 20:37:17 + mkdir -p /w/workspace/edgex-go/1/archives/ 20:37:17 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 20:37:17 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:37:18 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:37:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:37:18 20:37:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:37:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:37:19 latest: Pulling from edgex-lftools-log-publisher 20:37:19 5eb5b503b376: Pulling fs layer 20:37:19 5c69ac0246d0: Pulling fs layer 20:37:19 ec43610c2a17: Pulling fs layer 20:37:19 3a2ae6a8a46f: Pulling fs layer 20:37:19 33b1e0a273af: Pulling fs layer 20:37:19 5d3b04190fa2: Pulling fs layer 20:37:19 2f39f015ded8: Pulling fs layer 20:37:19 3a2ae6a8a46f: Waiting 20:37:19 33b1e0a273af: Waiting 20:37:19 5d3b04190fa2: Waiting 20:37:19 2f39f015ded8: Waiting 20:37:19 5c69ac0246d0: Verifying Checksum 20:37:19 5c69ac0246d0: Download complete 20:37:19 3a2ae6a8a46f: Download complete 20:37:19 33b1e0a273af: Verifying Checksum 20:37:19 33b1e0a273af: Download complete 20:37:19 5d3b04190fa2: Verifying Checksum 20:37:19 ec43610c2a17: Verifying Checksum 20:37:19 ec43610c2a17: Download complete 20:37:19 5eb5b503b376: Verifying Checksum 20:37:19 5eb5b503b376: Download complete 20:37:19 2f39f015ded8: Download complete 20:37:20 5eb5b503b376: Pull complete 20:37:20 5c69ac0246d0: Pull complete 20:37:21 ec43610c2a17: Pull complete 20:37:21 3a2ae6a8a46f: Pull complete 20:37:21 33b1e0a273af: Pull complete 20:37:21 5d3b04190fa2: Pull complete 20:37:25 2f39f015ded8: Pull complete 20:37:25 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:37:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:37:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:37:25 prd-ubuntu20.04-docker-8c-8g-12030 does not seem to be running inside a container 20:37:25 $ 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:37:27 $ docker top 754db9e8b7f64da545a8bd83cfef908e7de0772a1fe9ec2e5c5b5058f9136d24 -eo pid,comm [Pipeline] { [Pipeline] sh 20:37:27 + touch /tmp/pre-build-complete [Pipeline] sh 20:37:27 + mkdir -p /var/log/sysstat [Pipeline] sh 20:37:28 + ls /var/log/sa-host 20:37:28 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:37:28 provisioning config files... 20:37:28 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config14889740066932466606tmp [Pipeline] { [Pipeline] echo 20:37:28 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:37:28 ---> create-netrc.sh [Pipeline] } 20:37:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:37:29 ---> python-tools-install.sh [Pipeline] echo 20:37:29 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:37:29 ---> sudo-logs.sh 20:37:29 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:37:29 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:37:29 ---> job-cost.sh 20:37:29 lf-activate-venv: SKIPPING 20:37:29 DEBUG: total: 0.10999999940395355 20:37:29 INFO: Retrieving Stack Cost... 20:37:30 INFO: Retrieving Pricing Info for: v3-standard-8 20:37:30 INFO: Archiving Costs [Pipeline] echo 20:37:30 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:37:31 ---> logs-deploy.sh 20:37:31 lf-activate-venv: SKIPPING 20:37:31 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4541/1 20:37:31 INFO: archiving workspace using pattern(s): 20:37:32 Archives upload complete. 20:37:32 INFO: archiving logs to Nexus 20:37:33 ---> uname -a: 20:37:33 Linux prd-ubuntu20-04-docker-8c-8g-12030 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 20:37:33 20:37:33 20:37:33 ---> lscpu: 20:37:33 Architecture: x86_64 20:37:33 CPU op-mode(s): 32-bit, 64-bit 20:37:33 Byte Order: Little Endian 20:37:33 Address sizes: 40 bits physical, 48 bits virtual 20:37:33 CPU(s): 8 20:37:33 On-line CPU(s) list: 0-7 20:37:33 Thread(s) per core: 1 20:37:33 Core(s) per socket: 1 20:37:33 Socket(s): 8 20:37:33 NUMA node(s): 1 20:37:33 Vendor ID: AuthenticAMD 20:37:33 CPU family: 23 20:37:33 Model: 49 20:37:33 Model name: AMD EPYC-Rome Processor 20:37:33 Stepping: 0 20:37:33 CPU MHz: 2800.000 20:37:33 BogoMIPS: 5600.00 20:37:33 Virtualization: AMD-V 20:37:33 Hypervisor vendor: KVM 20:37:33 Virtualization type: full 20:37:33 L1d cache: 256 KiB 20:37:33 L1i cache: 256 KiB 20:37:33 L2 cache: 4 MiB 20:37:33 L3 cache: 128 MiB 20:37:33 NUMA node0 CPU(s): 0-7 20:37:33 Vulnerability Itlb multihit: Not affected 20:37:33 Vulnerability L1tf: Not affected 20:37:33 Vulnerability Mds: Not affected 20:37:33 Vulnerability Meltdown: Not affected 20:37:33 Vulnerability Mmio stale data: Not affected 20:37:33 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:37:33 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 20:37:33 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 20:37:33 Vulnerability Srbds: Not affected 20:37:33 Vulnerability Tsx async abort: Not affected 20:37:33 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 20:37:33 20:37:33 20:37:33 ---> nproc: 20:37:33 8 20:37:33 20:37:33 20:37:33 ---> df -h: 20:37:33 Filesystem Size Used Avail Use% Mounted on 20:37:33 overlay 155G 19G 137G 12% / 20:37:33 tmpfs 64M 0 64M 0% /dev 20:37:33 tmpfs 16G 0 16G 0% /sys/fs/cgroup 20:37:33 shm 64M 0 64M 0% /dev/shm 20:37:33 /dev/vda1 155G 19G 137G 12% /facter-os 20:37:33 20:37:33 20:37:33 ---> sar -b -r -n DEV: 20:37:33 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-12030) 04/28/23 _x86_64_ (8 CPU) 20:37:33 20:37:33 19:57:45 LINUX RESTART (8 CPU) 20:37:33 20:37:33 19:58:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:37:33 19:59:02 185.40 48.14 137.26 0.00 5425.90 190134.71 0.00 20:37:33 20:00:01 68.25 0.58 67.67 0.00 7.46 32720.84 0.00 20:37:33 20:01:01 32.21 0.32 31.89 0.00 3.73 12387.42 0.00 20:37:33 20:02:01 224.78 0.17 224.61 0.00 22.26 109451.62 0.00 20:37:33 20:03:01 887.05 21.83 865.22 0.00 5269.12 346101.12 0.00 20:37:33 20:04:01 1465.99 2.20 1463.80 0.00 274.58 375917.23 0.00 20:37:33 20:05:01 579.24 0.05 579.19 0.00 4.53 62625.26 0.00 20:37:33 20:06:01 1.77 0.00 1.77 0.00 0.00 19.86 0.00 20:37:33 20:07:01 1.23 0.00 1.23 0.00 0.00 12.93 0.00 20:37:33 20:08:01 2.32 0.00 2.32 0.00 0.00 38.39 0.00 20:37:33 20:09:01 1.03 0.00 1.03 0.00 0.00 10.40 0.00 20:37:33 20:10:01 1.53 0.00 1.53 0.00 0.00 16.80 0.00 20:37:33 20:11:01 0.98 0.00 0.98 0.00 0.00 10.00 0.00 20:37:33 20:12:01 0.90 0.00 0.90 0.00 0.00 10.93 0.00 20:37:33 20:13:01 2.08 0.02 2.07 0.00 0.13 23.46 0.00 20:37:33 20:14:01 1.12 0.00 1.12 0.00 0.00 13.33 0.00 20:37:33 20:15:01 1.22 0.00 1.22 0.00 0.00 14.53 0.00 20:37:33 20:16:01 0.92 0.00 0.92 0.00 0.00 11.20 0.00 20:37:33 20:17:01 1.27 0.02 1.25 0.00 0.13 14.93 0.00 20:37:33 20:18:01 1.85 0.00 1.85 0.00 0.00 22.13 0.00 20:37:33 20:19:01 1.35 0.00 1.35 0.00 0.00 15.46 0.00 20:37:33 20:20:04 3.62 1.59 2.03 0.00 35.93 24.25 0.00 20:37:33 20:21:01 1.02 0.00 1.02 0.00 0.00 11.78 0.00 20:37:33 20:22:01 0.95 0.00 0.95 0.00 0.00 12.00 0.00 20:37:33 20:23:01 1.25 0.00 1.25 0.00 0.00 14.80 0.00 20:37:33 20:24:01 1.78 0.00 1.78 0.00 0.00 20.40 0.00 20:37:33 20:25:01 1.37 0.00 1.37 0.00 0.00 14.80 0.00 20:37:33 20:26:01 1.80 0.00 1.80 0.00 0.00 21.33 0.00 20:37:33 20:27:01 1.03 0.00 1.03 0.00 0.00 11.46 0.00 20:37:33 20:28:01 1.65 0.00 1.65 0.00 0.00 19.06 0.00 20:37:33 20:29:01 1.05 0.00 1.05 0.00 0.00 12.13 0.00 20:37:33 20:30:01 1.50 0.00 1.50 0.00 0.00 16.66 0.00 20:37:33 20:31:01 0.93 0.00 0.93 0.00 0.00 10.80 0.00 20:37:33 20:32:01 1.00 0.00 1.00 0.00 0.00 12.13 0.00 20:37:33 20:33:01 1.30 0.00 1.30 0.00 0.00 14.93 0.00 20:37:33 20:34:01 0.95 0.00 0.95 0.00 0.00 12.40 0.00 20:37:33 20:35:01 1.22 0.00 1.22 0.00 0.00 13.73 0.00 20:37:33 20:36:01 0.92 0.00 0.92 0.00 0.00 11.60 0.00 20:37:33 20:37:01 1.15 0.00 1.15 0.00 0.00 13.33 0.00 20:37:33 Average: 89.43 1.92 87.50 0.00 283.32 28968.83 0.00 20:37:33 20:37:33 19:58:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:37:33 19:59:02 28627800 31583252 723052 2.20 78132 3143104 1953716 5.76 1065416 2810252 27632 20:37:33 20:00:01 27606388 31316600 983372 2.99 113472 3786156 2370112 6.98 1764640 3048996 231952 20:37:33 20:01:01 27505656 31416944 881568 2.68 117192 3959564 2057108 6.06 1560528 3332780 309524 20:37:33 20:02:01 26015608 31441652 843172 2.56 124180 5425192 2406780 7.09 1667552 4653792 7288 20:37:33 20:03:01 20219132 30817024 1447140 4.40 300076 10086104 3271568 9.64 2862156 8888704 144564 20:37:33 20:04:01 17961584 30898128 1356120 4.12 367988 12218744 3733828 11.00 2961236 10897964 12428 20:37:33 20:05:01 19832624 31518824 751996 2.29 382228 11011376 1953132 5.76 2425016 9644152 280 20:37:33 20:06:01 19832960 31519336 751184 2.28 382252 11011376 1953132 5.76 2424876 9644152 168 20:37:33 20:07:01 19840856 31527284 743148 2.26 382256 11011380 1953132 5.76 2417236 9644156 16 20:37:33 20:08:01 19841148 31527960 742760 2.26 382304 11011364 1953132 5.76 2416864 9644524 32 20:37:33 20:09:01 19846692 31533560 737240 2.24 382308 11011368 1953132 5.76 2411744 9644532 136 20:37:33 20:10:01 19847612 31534516 736276 2.24 382328 11011372 1953132 5.76 2411348 9644536 192 20:37:33 20:11:01 19848012 31534960 735740 2.24 382332 11011372 1953132 5.76 2411456 9644536 8 20:37:33 20:12:01 19847760 31534728 735932 2.24 382344 11011376 1953132 5.76 2411484 9644540 252 20:37:33 20:13:01 19847020 31534220 736648 2.24 382392 11011368 1923700 5.67 2411164 9644668 24 20:37:33 20:14:01 19847556 31534760 736020 2.24 382412 11011380 1923700 5.67 2411168 9644672 176 20:37:33 20:15:01 19847256 31534464 736248 2.24 382420 11011384 1923700 5.67 2411084 9644676 28 20:37:33 20:16:01 19847176 31534444 736236 2.24 382452 11011384 1923700 5.67 2411156 9644680 180 20:37:33 20:17:01 19847248 31534520 736204 2.24 382476 11011388 1923700 5.67 2411664 9644684 8 20:37:33 20:18:01 19847740 31535052 735872 2.24 382500 11011392 1923700 5.67 2411284 9644680 40 20:37:33 20:19:01 19847748 31535088 735808 2.24 382532 11011396 1923700 5.67 2411304 9644684 8 20:37:33 20:20:04 19838024 31527628 743216 2.26 382584 11012524 1902612 5.61 2423220 9645040 8 20:37:33 20:21:01 19837788 31527424 743460 2.26 382608 11012528 1902612 5.61 2422960 9645024 16 20:37:33 20:22:01 19837764 31527412 743404 2.26 382616 11012532 1902612 5.61 2422980 9645028 184 20:37:33 20:23:01 19837448 31527096 743624 2.26 382640 11012528 1902612 5.61 2422888 9645028 8 20:37:33 20:24:01 19837172 31526824 743832 2.26 382652 11012540 1902612 5.61 2422960 9645032 4 20:37:33 20:25:01 19836864 31526576 744044 2.26 382680 11012540 1902612 5.61 2422952 9645036 8 20:37:33 20:26:01 19837068 31526844 743720 2.26 382732 11012548 1918668 5.65 2423008 9645044 44 20:37:33 20:27:01 19837236 31527020 743692 2.26 382740 11012552 1918668 5.65 2423008 9645048 8 20:37:33 20:28:01 19837220 31527040 743656 2.26 382764 11012552 1918668 5.65 2423052 9645040 60 20:37:33 20:29:01 19836628 31526604 743972 2.26 382776 11012684 1918668 5.65 2423460 9645172 160 20:37:33 20:30:01 19836572 31526564 743944 2.26 382792 11012684 1918668 5.65 2423356 9645172 196 20:37:33 20:31:01 19836524 31526536 743912 2.26 382804 11012688 1918668 5.65 2423368 9645176 196 20:37:33 20:32:01 19836436 31526480 743908 2.26 382828 11012692 1918668 5.65 2423452 9645180 284 20:37:33 20:33:01 19835932 31525988 744372 2.26 382852 11012692 1918668 5.65 2423144 9645180 32 20:37:33 20:34:01 19836400 31526492 744068 2.26 382872 11012696 1918668 5.65 2423520 9645184 276 20:37:33 20:35:01 19836368 31526484 744020 2.26 382896 11012700 1918668 5.65 2423460 9645184 140 20:37:33 20:36:01 19836604 31526732 743708 2.26 382904 11012704 1918668 5.65 2423464 9645188 268 20:37:33 20:37:01 19836332 31526472 744176 2.26 382912 11012708 1918668 5.65 2423204 9645192 28 20:37:33 Average: 20581281 31485373 787448 2.39 351955 10308119 2033942 5.99 2351483 9023393 18894 20:37:33 20:37:33 19:58:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:37:33 19:59:02 ens3 1619.35 1475.70 12336.29 179.74 0.00 0.00 0.00 0.00 20:37:33 19:59:02 lo 5.47 5.47 0.53 0.53 0.00 0.00 0.00 0.00 20:37:33 19:59:02 vethdd22adb 59.59 82.84 5.47 199.93 0.00 0.00 0.00 0.02 20:37:33 19:59:02 docker0 585.87 546.04 41.99 2945.67 0.00 0.00 0.00 0.00 20:37:33 20:00:01 ens3 108.93 85.78 536.83 110.54 0.00 0.00 0.00 0.00 20:37:33 20:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:33 20:00:01 veth9559577 0.10 0.29 0.01 0.03 0.00 0.00 0.00 0.00 20:37:33 20:00:01 docker0 18.37 40.51 1.58 491.87 0.00 0.00 0.00 0.00 20:37:33 20:01:01 ens3 37.93 20.75 34.07 12.99 0.00 0.00 0.00 0.00 20:37:33 20:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:01:01 veth9559577 1.33 1.35 0.12 0.12 0.00 0.00 0.00 0.00 20:37:33 20:01:01 docker0 1.33 1.33 0.10 0.12 0.00 0.00 0.00 0.00 20:37:33 20:02:01 ens3 223.30 139.31 1949.51 26.59 0.00 0.00 0.00 0.00 20:37:33 20:02:01 vetheac55e5 15.90 24.38 1.53 8.31 0.00 0.00 0.00 0.00 20:37:33 20:02:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 20:37:33 20:02:01 veth0dddadc 16.03 24.35 1.54 8.30 0.00 0.00 0.00 0.00 20:37:33 20:02:01 veth1700434 15.85 24.23 1.53 8.27 0.00 0.00 0.00 0.00 20:37:33 20:02:01 docker0 86.49 136.04 6.99 253.86 0.00 0.00 0.00 0.00 20:37:33 20:02:01 veth5b1a584 0.00 0.37 0.00 0.02 0.00 0.00 0.00 0.00 20:37:33 20:02:01 veth3952b3c 15.98 24.43 1.54 8.31 0.00 0.00 0.00 0.00 20:37:33 20:02:01 vethe7ce67a 15.88 24.53 1.53 8.29 0.00 0.00 0.00 0.00 20:37:33 20:03:01 ens3 1058.47 524.65 8167.61 55.78 0.00 0.00 0.00 0.00 20:37:33 20:03:01 veth3e40b04 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 20:37:33 20:03:01 veth97eb5d6 0.00 0.27 0.00 0.02 0.00 0.00 0.00 0.00 20:37:33 20:03:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 20:37:33 20:03:01 docker0 430.79 888.89 33.86 6192.82 0.00 0.00 0.00 0.00 20:37:33 20:03:01 veth9df4817 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 20:37:33 20:03:01 veth5b1a584 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:37:33 20:04:01 veth836e88a 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 20:37:33 20:04:01 ens3 453.27 220.84 2859.04 41.66 0.00 0.00 0.00 0.00 20:37:33 20:04:01 vetha18a0f0 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 20:37:33 20:04:01 lo 0.33 0.33 0.02 0.02 0.00 0.00 0.00 0.00 20:37:33 20:04:01 docker0 185.79 399.00 15.22 2816.68 0.00 0.00 0.00 0.00 20:37:33 20:04:01 veth5b1a584 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 20:37:33 20:04:01 veth368ee3c 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 20:37:33 20:04:01 vethd8539da 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:04:01 veth4701cfa 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:05:01 ens3 43.19 22.73 299.35 10.75 0.00 0.00 0.00 0.00 20:37:33 20:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:05:01 docker0 10.46 20.54 0.69 280.24 0.00 0.00 0.00 0.00 20:37:33 20:06:01 ens3 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:37:33 20:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:33 20:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:07:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:08:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:37:33 20:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:33 20:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:09:01 ens3 0.17 0.08 0.08 0.06 0.00 0.00 0.00 0.00 20:37:33 20:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:10:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:37:33 20:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:33 20:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:11:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:12:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:37:33 20:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:33 20:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:13:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:14:01 ens3 0.27 0.20 0.08 0.07 0.00 0.00 0.00 0.00 20:37:33 20:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:33 20:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:15:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:16:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:37:33 20:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:33 20:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:17:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:18:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:37:33 20:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:33 20:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:19:01 ens3 0.13 0.07 0.08 0.06 0.00 0.00 0.00 0.00 20:37:33 20:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:20:04 ens3 58.46 83.39 8.38 177.54 0.00 0.00 0.00 0.00 20:37:33 20:20:04 lo 0.32 0.32 0.03 0.03 0.00 0.00 0.00 0.00 20:37:33 20:20:04 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:21:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:22:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:37:33 20:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:33 20:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:23:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:24:01 ens3 0.27 0.20 0.08 0.07 0.00 0.00 0.00 0.00 20:37:33 20:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:33 20:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:25:01 ens3 0.33 0.28 0.65 0.02 0.00 0.00 0.00 0.00 20:37:33 20:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:26:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:37:33 20:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:33 20:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:27:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:28:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:37:33 20:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:33 20:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:29:01 ens3 0.13 0.13 0.08 0.07 0.00 0.00 0.00 0.00 20:37:33 20:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:30:01 ens3 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:37:33 20:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:33 20:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:31:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:32:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:37:33 20:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:33 20:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:33:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:34:01 ens3 0.28 0.28 0.08 0.08 0.00 0.00 0.00 0.00 20:37:33 20:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:33 20:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:35:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:36:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:37:33 20:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:37:33 20:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:37:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 20:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:37:33 Average: ens3 92.53 66.14 671.64 15.99 0.00 0.00 0.00 0.00 20:37:33 Average: lo 0.29 0.29 0.03 0.03 0.00 0.00 0.00 0.00 20:37:33 Average: docker0 33.83 52.12 2.58 332.78 0.00 0.00 0.00 0.00 20:37:33 20:37:33 20:37:33 ---> sar -P ALL: 20:37:33 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-12030) 04/28/23 _x86_64_ (8 CPU) 20:37:33 20:37:33 19:57:45 LINUX RESTART (8 CPU) 20:37:33 20:37:33 19:58:01 CPU %user %nice %system %iowait %steal %idle 20:37:33 19:59:02 all 11.23 0.00 4.36 1.41 0.06 82.94 20:37:33 19:59:02 0 10.60 0.00 4.02 0.79 0.07 84.52 20:37:33 19:59:02 1 11.46 0.00 4.04 0.93 0.07 83.51 20:37:33 19:59:02 2 9.66 0.00 4.79 1.21 0.05 84.29 20:37:33 19:59:02 3 8.05 0.00 3.62 0.97 0.05 87.32 20:37:33 19:59:02 4 16.06 0.00 5.23 1.53 0.05 77.13 20:37:33 19:59:02 5 14.08 0.00 3.66 0.17 0.05 82.04 20:37:33 19:59:02 6 10.14 0.00 3.77 3.11 0.05 82.92 20:37:33 19:59:02 7 9.73 0.00 5.77 2.58 0.08 81.84 20:37:33 20:00:01 all 30.33 0.00 5.87 0.33 0.08 63.39 20:37:33 20:00:01 0 31.07 0.00 6.35 0.02 0.09 62.48 20:37:33 20:00:01 1 31.21 0.00 5.52 0.02 0.07 63.18 20:37:33 20:00:01 2 29.05 0.00 5.55 0.02 0.09 65.29 20:37:33 20:00:01 3 30.24 0.00 5.42 0.79 0.09 63.46 20:37:33 20:00:01 4 29.99 0.00 6.07 0.02 0.09 63.83 20:37:33 20:00:01 5 28.36 0.00 5.09 0.12 0.09 66.34 20:37:33 20:00:01 6 30.62 0.00 6.40 0.10 0.09 62.79 20:37:33 20:00:01 7 32.08 0.00 6.53 1.59 0.09 59.72 20:37:33 20:01:01 all 45.69 0.00 6.44 0.10 0.10 47.67 20:37:33 20:01:01 0 45.89 0.00 6.41 0.00 0.10 47.60 20:37:33 20:01:01 1 44.03 0.00 6.18 0.00 0.10 49.69 20:37:33 20:01:01 2 45.60 0.00 6.23 0.00 0.10 48.07 20:37:33 20:01:01 3 45.43 0.00 6.73 0.67 0.12 47.05 20:37:33 20:01:01 4 46.32 0.00 6.72 0.00 0.08 46.87 20:37:33 20:01:01 5 45.30 0.00 6.49 0.00 0.08 48.13 20:37:33 20:01:01 6 47.01 0.00 6.62 0.00 0.10 46.27 20:37:33 20:01:01 7 45.91 0.00 6.13 0.15 0.12 47.69 20:37:33 20:02:01 all 11.85 0.00 6.75 1.00 0.07 80.34 20:37:33 20:02:01 0 12.21 0.00 6.49 0.14 0.07 81.09 20:37:33 20:02:01 1 12.18 0.00 7.14 0.20 0.07 80.41 20:37:33 20:02:01 2 11.85 0.00 5.90 0.14 0.08 82.03 20:37:33 20:02:01 3 10.75 0.00 5.98 2.41 0.05 80.80 20:37:33 20:02:01 4 13.36 0.00 6.92 0.22 0.07 79.43 20:37:33 20:02:01 5 11.26 0.00 7.34 0.17 0.07 81.16 20:37:33 20:02:01 6 11.15 0.00 5.97 0.19 0.05 82.65 20:37:33 20:02:01 7 12.00 0.00 8.28 4.52 0.07 75.13 20:37:33 20:03:01 all 46.89 0.00 13.87 4.18 0.10 34.96 20:37:33 20:03:01 0 46.17 0.00 14.71 9.91 0.08 29.12 20:37:33 20:03:01 1 47.04 0.00 13.73 4.82 0.10 34.30 20:37:33 20:03:01 2 47.97 0.00 12.52 2.76 0.08 36.66 20:37:33 20:03:01 3 46.13 0.00 15.40 3.88 0.10 34.49 20:37:33 20:03:01 4 46.59 0.00 12.52 1.50 0.10 39.29 20:37:33 20:03:01 5 47.17 0.00 14.21 5.72 0.08 32.81 20:37:33 20:03:01 6 46.49 0.00 13.88 1.40 0.10 38.13 20:37:33 20:03:01 7 47.54 0.00 14.02 3.49 0.12 34.83 20:37:33 20:04:01 all 67.17 0.00 17.94 2.70 0.16 12.02 20:37:33 20:04:01 0 68.47 0.00 17.15 1.23 0.17 12.98 20:37:33 20:04:01 1 67.31 0.00 18.36 1.67 0.17 12.49 20:37:33 20:04:01 2 67.92 0.00 17.55 3.55 0.15 10.84 20:37:33 20:04:01 3 68.22 0.00 16.45 1.57 0.19 13.57 20:37:33 20:04:01 4 67.07 0.00 17.76 5.32 0.15 9.69 20:37:33 20:04:01 5 66.21 0.00 19.26 2.50 0.13 11.91 20:37:33 20:04:01 6 64.88 0.00 17.93 2.03 0.14 15.02 20:37:33 20:04:01 7 67.30 0.00 19.09 3.76 0.15 9.69 20:37:33 20:05:01 all 25.58 0.00 5.31 0.71 0.06 68.34 20:37:33 20:05:01 0 26.91 0.00 5.01 0.36 0.05 67.66 20:37:33 20:05:01 1 25.50 0.00 5.17 0.59 0.07 68.67 20:37:33 20:05:01 2 26.18 0.00 5.11 0.12 0.05 68.54 20:37:33 20:05:01 3 25.72 0.00 5.08 0.25 0.05 68.90 20:37:33 20:05:01 4 24.97 0.00 5.35 1.69 0.05 67.94 20:37:33 20:05:01 5 25.97 0.00 5.42 0.15 0.05 68.40 20:37:33 20:05:01 6 24.38 0.00 5.35 1.29 0.07 68.92 20:37:33 20:05:01 7 25.01 0.00 5.95 1.26 0.07 67.72 20:37:33 20:06:01 all 0.28 0.00 0.02 0.00 0.01 99.69 20:37:33 20:06:01 0 2.00 0.00 0.02 0.00 0.02 97.96 20:37:33 20:06:01 1 0.00 0.00 0.02 0.02 0.02 99.95 20:37:33 20:06:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:37:33 20:06:01 3 0.15 0.00 0.02 0.00 0.00 99.83 20:37:33 20:06:01 4 0.03 0.00 0.03 0.00 0.02 99.92 20:37:33 20:06:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:06:01 6 0.02 0.00 0.03 0.00 0.03 99.92 20:37:33 20:06:01 7 0.02 0.00 0.02 0.00 0.02 99.95 20:37:33 20:07:01 all 0.28 0.00 0.01 0.00 0.01 99.69 20:37:33 20:07:01 0 2.02 0.00 0.00 0.00 0.02 97.96 20:37:33 20:07:01 1 0.02 0.00 0.03 0.00 0.00 99.95 20:37:33 20:07:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:37:33 20:07:01 3 0.13 0.00 0.00 0.00 0.00 99.87 20:37:33 20:07:01 4 0.02 0.00 0.00 0.02 0.00 99.97 20:37:33 20:07:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:07:01 6 0.03 0.00 0.02 0.02 0.03 99.90 20:37:33 20:07:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:37:33 20:08:01 all 0.28 0.00 0.02 0.01 0.01 99.69 20:37:33 20:08:01 0 1.99 0.00 0.03 0.00 0.02 97.97 20:37:33 20:08:01 1 0.03 0.00 0.02 0.02 0.03 99.90 20:37:33 20:08:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:37:33 20:08:01 3 0.10 0.00 0.02 0.00 0.00 99.88 20:37:33 20:08:01 4 0.02 0.00 0.00 0.03 0.02 99.93 20:37:33 20:08:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:08:01 6 0.03 0.00 0.03 0.00 0.02 99.92 20:37:33 20:08:01 7 0.03 0.00 0.02 0.00 0.02 99.93 20:37:33 20:09:01 all 0.25 0.00 0.02 0.00 0.01 99.70 20:37:33 20:09:01 0 1.86 0.00 0.07 0.00 0.00 98.08 20:37:33 20:09:01 1 0.05 0.00 0.03 0.02 0.02 99.88 20:37:33 20:09:01 2 0.02 0.00 0.00 0.00 0.02 99.97 20:37:33 20:09:01 3 0.02 0.00 0.03 0.00 0.03 99.92 20:37:33 20:09:01 4 0.02 0.00 0.02 0.02 0.00 99.95 20:37:33 20:09:01 5 0.00 0.00 0.02 0.00 0.02 99.97 20:37:33 20:09:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:37:33 20:09:01 7 0.03 0.00 0.02 0.00 0.02 99.93 20:37:33 20:37:33 20:09:01 CPU %user %nice %system %iowait %steal %idle 20:37:33 20:10:01 all 0.02 0.00 0.01 0.00 0.01 99.96 20:37:33 20:10:01 0 0.08 0.00 0.03 0.00 0.03 99.85 20:37:33 20:10:01 1 0.02 0.00 0.00 0.02 0.02 99.95 20:37:33 20:10:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:37:33 20:10:01 3 0.02 0.00 0.02 0.00 0.02 99.95 20:37:33 20:10:01 4 0.02 0.00 0.00 0.02 0.02 99.95 20:37:33 20:10:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:10:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:10:01 7 0.00 0.00 0.00 0.00 0.02 99.98 20:37:33 20:11:01 all 0.02 0.00 0.01 0.00 0.01 99.95 20:37:33 20:11:01 0 0.03 0.00 0.02 0.00 0.00 99.95 20:37:33 20:11:01 1 0.05 0.00 0.03 0.00 0.02 99.90 20:37:33 20:11:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:11:01 3 0.03 0.00 0.02 0.00 0.02 99.93 20:37:33 20:11:01 4 0.02 0.00 0.00 0.02 0.02 99.95 20:37:33 20:11:01 5 0.00 0.00 0.02 0.00 0.02 99.97 20:37:33 20:11:01 6 0.02 0.00 0.00 0.02 0.02 99.95 20:37:33 20:11:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:37:33 20:12:01 all 0.01 0.00 0.00 0.00 0.01 99.97 20:37:33 20:12:01 0 0.00 0.00 0.00 0.00 0.02 99.98 20:37:33 20:12:01 1 0.05 0.00 0.00 0.00 0.00 99.95 20:37:33 20:12:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:12:01 3 0.02 0.00 0.02 0.00 0.02 99.95 20:37:33 20:12:01 4 0.02 0.00 0.02 0.03 0.00 99.93 20:37:33 20:12:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:37:33 20:12:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:37:33 20:12:01 7 0.00 0.00 0.00 0.00 0.02 99.98 20:37:33 20:13:01 all 0.04 0.00 0.01 0.01 0.01 99.93 20:37:33 20:13:01 0 0.07 0.00 0.02 0.02 0.02 99.88 20:37:33 20:13:01 1 0.03 0.00 0.00 0.00 0.02 99.95 20:37:33 20:13:01 2 0.03 0.00 0.02 0.00 0.00 99.95 20:37:33 20:13:01 3 0.05 0.00 0.03 0.00 0.03 99.88 20:37:33 20:13:01 4 0.07 0.00 0.02 0.05 0.02 99.85 20:37:33 20:13:01 5 0.00 0.00 0.02 0.00 0.02 99.97 20:37:33 20:13:01 6 0.03 0.00 0.00 0.00 0.00 99.97 20:37:33 20:13:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:37:33 20:14:01 all 0.01 0.00 0.01 0.00 0.01 99.96 20:37:33 20:14:01 0 0.03 0.00 0.02 0.00 0.02 99.93 20:37:33 20:14:01 1 0.03 0.00 0.03 0.02 0.03 99.88 20:37:33 20:14:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:37:33 20:14:01 3 0.03 0.00 0.00 0.00 0.02 99.95 20:37:33 20:14:01 4 0.00 0.00 0.00 0.02 0.00 99.98 20:37:33 20:14:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:14:01 7 0.00 0.00 0.00 0.00 0.02 99.98 20:37:33 20:15:01 all 0.02 0.00 0.02 0.00 0.01 99.95 20:37:33 20:15:01 0 0.05 0.00 0.02 0.00 0.02 99.92 20:37:33 20:15:01 1 0.02 0.00 0.03 0.02 0.00 99.93 20:37:33 20:15:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:15:01 3 0.03 0.00 0.03 0.00 0.02 99.92 20:37:33 20:15:01 4 0.02 0.00 0.02 0.02 0.02 99.93 20:37:33 20:15:01 5 0.03 0.00 0.02 0.00 0.02 99.93 20:37:33 20:15:01 6 0.02 0.00 0.00 0.00 0.02 99.97 20:37:33 20:15:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:37:33 20:16:01 all 0.01 0.00 0.02 0.00 0.01 99.96 20:37:33 20:16:01 0 0.05 0.00 0.03 0.00 0.03 99.88 20:37:33 20:16:01 1 0.02 0.00 0.02 0.00 0.03 99.93 20:37:33 20:16:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:16:01 3 0.02 0.00 0.05 0.00 0.02 99.92 20:37:33 20:16:01 4 0.02 0.00 0.02 0.02 0.00 99.95 20:37:33 20:16:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:16:01 7 0.00 0.00 0.02 0.00 0.02 99.97 20:37:33 20:17:01 all 0.03 0.00 0.01 0.00 0.01 99.95 20:37:33 20:17:01 0 0.07 0.00 0.02 0.00 0.00 99.92 20:37:33 20:17:01 1 0.05 0.00 0.03 0.02 0.02 99.88 20:37:33 20:17:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:37:33 20:17:01 3 0.05 0.00 0.03 0.00 0.02 99.90 20:37:33 20:17:01 4 0.02 0.00 0.00 0.02 0.02 99.95 20:37:33 20:17:01 5 0.02 0.00 0.00 0.00 0.02 99.97 20:37:33 20:17:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:37:33 20:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:18:01 all 0.03 0.00 0.01 0.01 0.01 99.95 20:37:33 20:18:01 0 0.07 0.00 0.02 0.00 0.03 99.88 20:37:33 20:18:01 1 0.02 0.00 0.02 0.02 0.02 99.93 20:37:33 20:18:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:37:33 20:18:01 3 0.08 0.00 0.02 0.00 0.02 99.88 20:37:33 20:18:01 4 0.02 0.00 0.00 0.02 0.00 99.97 20:37:33 20:18:01 5 0.00 0.00 0.03 0.00 0.02 99.95 20:37:33 20:18:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:37:33 20:18:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:37:33 20:19:01 all 0.02 0.00 0.01 0.00 0.01 99.95 20:37:33 20:19:01 0 0.02 0.00 0.02 0.00 0.02 99.95 20:37:33 20:19:01 1 0.02 0.00 0.02 0.00 0.03 99.93 20:37:33 20:19:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:19:01 3 0.08 0.00 0.03 0.00 0.02 99.87 20:37:33 20:19:01 4 0.00 0.00 0.03 0.03 0.02 99.92 20:37:33 20:19:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:37:33 20:19:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:19:01 7 0.00 0.00 0.00 0.00 0.02 99.98 20:37:33 20:20:04 all 0.49 0.00 0.07 2.33 0.01 97.09 20:37:33 20:20:04 0 1.06 0.00 0.17 4.74 0.02 94.01 20:37:33 20:20:04 1 0.44 0.00 0.08 0.06 0.02 99.40 20:37:33 20:20:04 2 0.25 0.00 0.05 0.02 0.00 99.68 20:37:33 20:20:04 3 1.00 0.00 0.06 7.17 0.03 91.73 20:37:33 20:20:04 4 0.51 0.00 0.05 0.06 0.00 99.38 20:37:33 20:20:04 5 0.22 0.00 0.03 0.00 0.00 99.75 20:37:33 20:20:04 6 0.08 0.00 0.03 0.02 0.02 99.86 20:37:33 20:20:04 7 0.38 0.00 0.11 6.53 0.02 92.97 20:37:33 20:37:33 20:20:04 CPU %user %nice %system %iowait %steal %idle 20:37:33 20:21:01 all 0.02 0.00 0.01 0.03 0.01 99.93 20:37:33 20:21:01 0 0.02 0.00 0.02 0.07 0.00 99.89 20:37:33 20:21:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:37:33 20:21:01 2 0.02 0.00 0.02 0.00 0.00 99.96 20:37:33 20:21:01 3 0.02 0.00 0.02 0.00 0.02 99.95 20:37:33 20:21:01 4 0.00 0.00 0.00 0.18 0.02 99.81 20:37:33 20:21:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:21:01 6 0.04 0.00 0.02 0.00 0.02 99.93 20:37:33 20:21:01 7 0.05 0.00 0.00 0.00 0.02 99.93 20:37:33 20:22:01 all 0.01 0.00 0.01 0.00 0.01 99.96 20:37:33 20:22:01 0 0.02 0.00 0.00 0.00 0.02 99.97 20:37:33 20:22:01 1 0.02 0.00 0.02 0.00 0.02 99.95 20:37:33 20:22:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:37:33 20:22:01 3 0.02 0.00 0.02 0.00 0.02 99.95 20:37:33 20:22:01 4 0.00 0.00 0.00 0.02 0.00 99.98 20:37:33 20:22:01 5 0.00 0.00 0.03 0.02 0.02 99.93 20:37:33 20:22:01 6 0.03 0.00 0.00 0.00 0.00 99.97 20:37:33 20:22:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:37:33 20:23:01 all 0.01 0.00 0.01 0.00 0.01 99.97 20:37:33 20:23:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:23:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:23:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:23:01 3 0.07 0.00 0.03 0.00 0.02 99.88 20:37:33 20:23:01 4 0.00 0.00 0.00 0.02 0.02 99.97 20:37:33 20:23:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:23:01 6 0.02 0.00 0.03 0.00 0.02 99.93 20:37:33 20:23:01 7 0.00 0.00 0.00 0.02 0.02 99.97 20:37:33 20:24:01 all 0.02 0.00 0.01 0.01 0.01 99.96 20:37:33 20:24:01 0 0.03 0.00 0.02 0.00 0.02 99.93 20:37:33 20:24:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:37:33 20:24:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:24:01 3 0.05 0.00 0.03 0.00 0.03 99.88 20:37:33 20:24:01 4 0.00 0.00 0.00 0.02 0.00 99.98 20:37:33 20:24:01 5 0.00 0.00 0.00 0.02 0.00 99.98 20:37:33 20:24:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:37:33 20:24:01 7 0.03 0.00 0.02 0.02 0.02 99.92 20:37:33 20:25:01 all 0.01 0.00 0.01 0.00 0.01 99.97 20:37:33 20:25:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:37:33 20:25:01 1 0.00 0.00 0.00 0.00 0.02 99.98 20:37:33 20:25:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:37:33 20:25:01 3 0.02 0.00 0.02 0.00 0.02 99.95 20:37:33 20:25:01 4 0.02 0.00 0.00 0.03 0.00 99.95 20:37:33 20:25:01 5 0.00 0.00 0.00 0.00 0.02 99.98 20:37:33 20:25:01 6 0.02 0.00 0.02 0.00 0.02 99.95 20:37:33 20:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:26:01 all 0.01 0.00 0.01 0.01 0.01 99.96 20:37:33 20:26:01 0 0.03 0.00 0.02 0.00 0.02 99.93 20:37:33 20:26:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:26:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:26:01 3 0.02 0.00 0.02 0.00 0.03 99.93 20:37:33 20:26:01 4 0.00 0.00 0.00 0.03 0.02 99.95 20:37:33 20:26:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:26:01 6 0.03 0.00 0.05 0.00 0.02 99.90 20:37:33 20:26:01 7 0.00 0.00 0.00 0.02 0.02 99.97 20:37:33 20:27:01 all 0.03 0.00 0.01 0.00 0.01 99.95 20:37:33 20:27:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:37:33 20:27:01 1 0.02 0.00 0.00 0.00 0.02 99.97 20:37:33 20:27:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:37:33 20:27:01 3 0.03 0.00 0.03 0.00 0.02 99.92 20:37:33 20:27:01 4 0.13 0.00 0.00 0.02 0.00 99.85 20:37:33 20:27:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:37:33 20:27:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:37:33 20:27:01 7 0.02 0.00 0.00 0.02 0.02 99.95 20:37:33 20:28:01 all 0.02 0.00 0.01 0.02 0.01 99.94 20:37:33 20:28:01 0 0.07 0.00 0.00 0.00 0.02 99.92 20:37:33 20:28:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:37:33 20:28:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:37:33 20:28:01 3 0.02 0.00 0.02 0.00 0.02 99.95 20:37:33 20:28:01 4 0.02 0.00 0.02 0.02 0.02 99.93 20:37:33 20:28:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:37:33 20:28:01 6 0.03 0.00 0.00 0.00 0.02 99.95 20:37:33 20:28:01 7 0.00 0.00 0.02 0.12 0.00 99.87 20:37:33 20:29:01 all 0.00 0.00 0.01 0.00 0.01 99.98 20:37:33 20:29:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:37:33 20:29:01 1 0.00 0.00 0.02 0.00 0.02 99.97 20:37:33 20:29:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:29:01 3 0.00 0.00 0.02 0.00 0.02 99.97 20:37:33 20:29:01 4 0.00 0.00 0.00 0.03 0.00 99.97 20:37:33 20:29:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:29:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:37:33 20:29:01 7 0.02 0.00 0.00 0.00 0.02 99.97 20:37:33 20:30:01 all 0.01 0.00 0.01 0.00 0.01 99.96 20:37:33 20:30:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:37:33 20:30:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:30:01 3 0.07 0.00 0.03 0.00 0.03 99.87 20:37:33 20:30:01 4 0.00 0.00 0.00 0.03 0.02 99.95 20:37:33 20:30:01 5 0.00 0.00 0.02 0.00 0.02 99.97 20:37:33 20:30:01 6 0.03 0.00 0.02 0.00 0.02 99.93 20:37:33 20:30:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:31:01 all 0.02 0.00 0.01 0.00 0.01 99.96 20:37:33 20:31:01 0 0.05 0.00 0.02 0.00 0.02 99.92 20:37:33 20:31:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:31:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:31:01 3 0.03 0.00 0.05 0.00 0.02 99.90 20:37:33 20:31:01 4 0.00 0.00 0.00 0.00 0.02 99.98 20:37:33 20:31:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:37:33 20:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:31:01 7 0.03 0.00 0.02 0.02 0.02 99.92 20:37:33 20:37:33 20:31:01 CPU %user %nice %system %iowait %steal %idle 20:37:33 20:32:01 all 0.02 0.00 0.01 0.00 0.01 99.96 20:37:33 20:32:01 0 0.00 0.00 0.02 0.00 0.02 99.97 20:37:33 20:32:01 1 0.02 0.00 0.00 0.00 0.02 99.97 20:37:33 20:32:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:32:01 3 0.07 0.00 0.02 0.00 0.02 99.90 20:37:33 20:32:01 4 0.02 0.00 0.00 0.02 0.00 99.97 20:37:33 20:32:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:32:01 6 0.03 0.00 0.00 0.00 0.02 99.95 20:37:33 20:32:01 7 0.00 0.00 0.02 0.02 0.00 99.97 20:37:33 20:33:01 all 0.02 0.00 0.01 0.00 0.01 99.96 20:37:33 20:33:01 0 0.03 0.00 0.00 0.00 0.00 99.97 20:37:33 20:33:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:37:33 20:33:01 2 0.02 0.00 0.02 0.00 0.02 99.95 20:37:33 20:33:01 3 0.05 0.00 0.05 0.00 0.02 99.88 20:37:33 20:33:01 4 0.00 0.00 0.00 0.02 0.02 99.97 20:37:33 20:33:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:37:33 20:33:01 6 0.00 0.00 0.02 0.00 0.02 99.97 20:37:33 20:33:01 7 0.02 0.00 0.02 0.00 0.02 99.95 20:37:33 20:34:01 all 0.01 0.00 0.01 0.00 0.01 99.96 20:37:33 20:34:01 0 0.02 0.00 0.02 0.00 0.02 99.95 20:37:33 20:34:01 1 0.02 0.00 0.02 0.00 0.02 99.95 20:37:33 20:34:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:34:01 3 0.05 0.00 0.02 0.00 0.03 99.90 20:37:33 20:34:01 4 0.02 0.00 0.00 0.03 0.02 99.93 20:37:33 20:34:01 5 0.00 0.00 0.00 0.00 0.02 99.98 20:37:33 20:34:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:37:33 20:34:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:35:01 all 0.01 0.00 0.01 0.00 0.01 99.97 20:37:33 20:35:01 0 0.02 0.00 0.02 0.00 0.02 99.95 20:37:33 20:35:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:35:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:37:33 20:35:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:37:33 20:35:01 4 0.02 0.00 0.02 0.00 0.02 99.95 20:37:33 20:35:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:37:33 20:35:01 6 0.02 0.00 0.00 0.00 0.02 99.97 20:37:33 20:35:01 7 0.00 0.00 0.00 0.02 0.02 99.97 20:37:33 20:36:01 all 0.01 0.00 0.01 0.00 0.02 99.96 20:37:33 20:36:01 0 0.03 0.00 0.03 0.00 0.02 99.92 20:37:33 20:36:01 1 0.00 0.00 0.02 0.00 0.02 99.97 20:37:33 20:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:36:01 3 0.02 0.00 0.00 0.00 0.02 99.97 20:37:33 20:36:01 4 0.03 0.00 0.02 0.03 0.05 99.87 20:37:33 20:36:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:36:01 6 0.00 0.00 0.00 0.00 0.02 99.98 20:37:33 20:36:01 7 0.02 0.00 0.00 0.00 0.02 99.97 20:37:33 20:37:01 all 0.01 0.00 0.00 0.00 0.00 99.98 20:37:33 20:37:01 0 0.05 0.00 0.00 0.00 0.00 99.95 20:37:33 20:37:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:37:33 20:37:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:37:01 3 0.03 0.00 0.00 0.00 0.00 99.97 20:37:33 20:37:01 4 0.02 0.00 0.02 0.00 0.03 99.93 20:37:33 20:37:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:37:33 20:37:01 7 0.00 0.00 0.00 0.02 0.00 99.98 20:37:33 Average: all 6.11 0.00 1.55 0.33 0.02 91.98 20:37:33 Average: 0 6.39 0.00 1.54 0.45 0.03 91.59 20:37:33 Average: 1 6.09 0.00 1.54 0.21 0.03 92.13 20:37:33 Average: 2 6.06 0.00 1.47 0.20 0.02 92.25 20:37:33 Average: 3 6.01 0.00 1.51 0.46 0.03 91.99 20:37:33 Average: 4 6.24 0.00 1.55 0.28 0.02 91.90 20:37:33 Average: 5 6.06 0.00 1.57 0.22 0.02 92.13 20:37:33 Average: 6 5.96 0.00 1.53 0.21 0.02 92.28 20:37:33 Average: 7 6.09 0.00 1.67 0.62 0.03 91.58 20:37:33 20:37:33 20:37:33