Pull request #4751 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8+587930f9e62dbb8d1de22549799db07406fff5b2 (7a3747f67b04f7e5b4cf4d79cda3e7a1ff9a3f7f) 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-ssh15578971679517921188.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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-ssh16637504776472387974.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 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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-4751/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-4751/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15417688352099659749.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-4751/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8699965518364206206.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 33739fb647ab338ef2ce3bfc8312bfbcef468f88 # timeout=10 Commit message: "Merge pull request #447 from ernestojeda/fix-release-changelog" > 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-ssh11475038965011047695.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-4751/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-4751/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5882437834918897238.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 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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]] ========================================================= [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.21 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-27819 in /w/workspace/edgexfoundry_edgex-go_PR-4751 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4751/head:refs/remotes/origin/PR-4751 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 587930f9e62dbb8d1de22549799db07406fff5b2 into PR head commit c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8 Merge succeeded, producing c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8 Checking out Revision c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8 (PR-4751) > git config core.sparsecheckout # timeout=10 > git checkout -f c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8 # 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 587930f9e62dbb8d1de22549799db07406fff5b2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8 # timeout=10 Commit message: "feat: Add new StoreForwardQueueSize metric to common App services config" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:23:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:23:19 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:23:19 ========================================================= 18:23:19 EdgeX Global Pipelines Version Info 18:23:19 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:23:20 ------------------- 18:23:20 stable info: 18:23:20 ------------------- 18:23:20 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:23:20 Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 18:23:20 Message: update stable to v1.0.258 18:23:20 ------------------- 18:23:20 experimental info: 18:23:20 ------------------- 18:23:20 Commited By: **** collab-it+edgex@linuxfoundation.org 18:23:20 Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 18:23:20 Message: update experimental to v1.0.258 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:23:20 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:23:21 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:23:21 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:23:21 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:23:21 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:23:21 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 18:23:21 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 18:23:21 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:23:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 18:23:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 18:23:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:23:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:23:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 18:23:21 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:23:21 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:23:21 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:23:21 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:23:22 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:23:22 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:23:22 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 18:23:22 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:23:22 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:23:22 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 18:23:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4751 [Pipeline] echo 18:23:22 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4751 [Pipeline] echo 18:23:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4751 [Pipeline] echo 18:23:22 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8 [Pipeline] echo 18:23:22 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c8d85a4 [Pipeline] echo 18:23:22 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:23:22 provisioning config files... 18:23:22 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config14440461222079189657tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:23:23 ---> ****-login.sh 18:23:23 nexus3.edgexfoundry.org:10001 18:23:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:23:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:23:23 Configure a credential helper to remove this warning. See 18:23:23 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:23:23 18:23:23 Login Succeeded 18:23:23 nexus3.edgexfoundry.org:10002 18:23:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:23:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:23:23 Configure a credential helper to remove this warning. See 18:23:23 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:23:23 18:23:23 Login Succeeded 18:23:23 nexus3.edgexfoundry.org:10003 18:23:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:23:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:23:23 Configure a credential helper to remove this warning. See 18:23:23 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:23:23 18:23:23 Login Succeeded 18:23:23 nexus3.edgexfoundry.org:10004 18:23:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:23:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:23:24 Configure a credential helper to remove this warning. See 18:23:24 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:23:24 18:23:24 Login Succeeded 18:23:24 ****.io 18:23:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:23:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:23:24 Configure a credential helper to remove this warning. See 18:23:24 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:23:24 18:23:24 Login Succeeded 18:23:24 ---> ****-login.sh ends [Pipeline] } 18:23:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:23:24 + 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 18:23:24 + dirname cmd/core-command/Dockerfile 18:23:24 + cut -d/ -f2 18:23:24 + echo core-command,cmd/core-command/Dockerfile 18:23:24 + + dirname cmd/core-common-config-bootstrapper/Dockerfile 18:23:24 cut -d/ -f2 18:23:24 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 18:23:24 + dirname cmd/core-data/Dockerfile 18:23:24 + cut -d/ -f2 18:23:24 + echo core-data,cmd/core-data/Dockerfile 18:23:24 + dirname cmd/core-metadata/Dockerfile 18:23:24 + cut -d/ -f2 18:23:24 + echo core-metadata,cmd/core-metadata/Dockerfile 18:23:24 + dirname cmd/security-bootstrapper/Dockerfile 18:23:24 + cut -d/ -f2 18:23:24 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 18:23:24 + dirname cmd/security-proxy-auth/Dockerfile 18:23:24 + cut -d/ -f2 18:23:24 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 18:23:24 + dirname cmd/security-proxy-setup/Dockerfile 18:23:24 + cut -d/ -f2 18:23:24 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:23:24 + dirname cmd/security-secretstore-setup/Dockerfile 18:23:24 + cut -d/ -f2 18:23:24 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:23:24 + dirname cmd/security-spiffe-token-provider/Dockerfile 18:23:24 + cut -d/ -f2 18:23:24 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 18:23:24 + dirname cmd/security-spire-agent/Dockerfile 18:23:24 + cut -d/ -f2 18:23:24 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 18:23:24 + dirname cmd/security-spire-config/Dockerfile 18:23:24 + cut -d/ -f2 18:23:24 + echo security-spire-config,cmd/security-spire-config/Dockerfile 18:23:24 + dirname cmd/security-spire-server/Dockerfile 18:23:24 + cut -d/ -f2 18:23:24 + echo security-spire-server,cmd/security-spire-server/Dockerfile 18:23:24 + dirname cmd/support-notifications/Dockerfile 18:23:24 + cut -d/ -f2 18:23:24 + echo support-notifications,cmd/support-notifications/Dockerfile 18:23:24 + dirname cmd/support-scheduler/Dockerfile 18:23:24 + cut -d/ -f2 18:23:24 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 18:23:25 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 18:23:25 + git rev-list -1 --merges c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8~1..c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8 [Pipeline] echo 18:23:25 -----------> git rev-list -1 --merges c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8~1..c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8 c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8 [false] [Pipeline] sh 18:23:25 + git log --format=format:%s -1 c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8 [Pipeline] echo 18:23:26 ========================================================= 18:23:26 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 18:23:26 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 18:23:26 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:23:26 + grep -v github /etc/ssh/ssh_known_hosts 18:23:26 + [ -e /tmp/ssh_known_hosts ] 18:23:26 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 18:23:26 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 18:23:26 + sudo tee -a /etc/ssh/ssh_known_hosts 18:23:26 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:23:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:23:27 18:23:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:23:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:23:27 0.1.4: Pulling from edgex-devops/py-git-semver 18:23:27 b85a868b505f: Pulling fs layer 18:23:27 e2be974225ed: Pulling fs layer 18:23:27 339a4e72a1f5: Pulling fs layer 18:23:27 988bab9f4d93: Pulling fs layer 18:23:27 1469e6f7b9e6: Pulling fs layer 18:23:27 eaf3925da568: Pulling fs layer 18:23:27 bab4dde63d76: Pulling fs layer 18:23:27 bde34c3a00c8: Pulling fs layer 18:23:27 b352a97aabf1: Pulling fs layer 18:23:27 4872d77fe225: Pulling fs layer 18:23:27 5851b861e8e6: Pulling fs layer 18:23:27 eaf3925da568: Waiting 18:23:27 bab4dde63d76: Waiting 18:23:27 1469e6f7b9e6: Waiting 18:23:27 bde34c3a00c8: Waiting 18:23:27 988bab9f4d93: Waiting 18:23:27 5851b861e8e6: Waiting 18:23:27 b352a97aabf1: Waiting 18:23:27 4872d77fe225: Waiting 18:23:27 e2be974225ed: Download complete 18:23:27 988bab9f4d93: Verifying Checksum 18:23:27 988bab9f4d93: Download complete 18:23:27 1469e6f7b9e6: Verifying Checksum 18:23:27 1469e6f7b9e6: Download complete 18:23:27 339a4e72a1f5: Verifying Checksum 18:23:27 339a4e72a1f5: Download complete 18:23:27 eaf3925da568: Verifying Checksum 18:23:27 eaf3925da568: Download complete 18:23:27 bde34c3a00c8: Verifying Checksum 18:23:27 bde34c3a00c8: Download complete 18:23:27 b352a97aabf1: Download complete 18:23:27 4872d77fe225: Verifying Checksum 18:23:27 5851b861e8e6: Verifying Checksum 18:23:27 5851b861e8e6: Download complete 18:23:27 b85a868b505f: Verifying Checksum 18:23:27 b85a868b505f: Download complete 18:23:27 bab4dde63d76: Verifying Checksum 18:23:27 bab4dde63d76: Download complete 18:23:28 b85a868b505f: Pull complete 18:23:28 e2be974225ed: Pull complete 18:23:29 339a4e72a1f5: Pull complete 18:23:29 988bab9f4d93: Pull complete 18:23:29 1469e6f7b9e6: Pull complete 18:23:29 eaf3925da568: Pull complete 18:23:31 bab4dde63d76: Pull complete 18:23:31 bde34c3a00c8: Pull complete 18:23:31 b352a97aabf1: Pull complete 18:23:31 4872d77fe225: Pull complete 18:23:31 5851b861e8e6: Pull complete 18:23:31 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 18:23:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:23:31 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:23:32 prd-ubuntu20.04-docker-8c-8g-27819 does not seem to be running inside a container 18:23:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 18:23:35 $ docker top 73edce786d2cf2e4418876bae4e1f467fbc5cf5b84ccdbc71fd2ec7fb703b05b -eo pid,comm 18:23:35 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). 18:23:35 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:23:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:23:35 [ssh-agent] Looking for ssh-agent implementation... 18:23:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:23:35 $ docker exec 73edce786d2cf2e4418876bae4e1f467fbc5cf5b84ccdbc71fd2ec7fb703b05b ssh-agent 18:23:35 SSH_AUTH_SOCK=/tmp/ssh-M1eXrqjTmRrB/agent.32 18:23:35 SSH_AGENT_PID=38 18:23:35 Running ssh-add (command line suppressed) 18:23:35 Identity added: /w/workspace/edgex-go/1@tmp/private_key_14560733520513368568.key (/w/workspace/edgex-go/1@tmp/private_key_14560733520513368568.key) 18:23:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:23:36 + git tag --points-at HEAD [Pipeline] } 18:23:36 $ docker exec --env ******** --env ******** 73edce786d2cf2e4418876bae4e1f467fbc5cf5b84ccdbc71fd2ec7fb703b05b ssh-agent -k 18:23:36 unset SSH_AUTH_SOCK; 18:23:36 unset SSH_AGENT_PID; 18:23:36 echo Agent pid 38 killed; 18:23:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:23:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:23:36 [ssh-agent] Looking for ssh-agent implementation... 18:23:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:23:36 $ docker exec 73edce786d2cf2e4418876bae4e1f467fbc5cf5b84ccdbc71fd2ec7fb703b05b ssh-agent 18:23:36 SSH_AUTH_SOCK=/tmp/ssh-SBc2TemiqTru/agent.69 18:23:36 SSH_AGENT_PID=75 18:23:36 Running ssh-add (command line suppressed) 18:23:36 Identity added: /w/workspace/edgex-go/1@tmp/private_key_14419967644384992820.key (/w/workspace/edgex-go/1@tmp/private_key_14419967644384992820.key) 18:23:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:23:37 + git semver init 18:23:37 2024-01-24 18:23:37,335 [run_init] DEBUG init version:0.0.0 force:False 18:23:37 2024-01-24 18:23:37,336 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 18:23:37 2024-01-24 18:23:37,336 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 18:23:37 2024-01-24 18:23:37,336 [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) 18:23:45 2024-01-24 18:23:44,323 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 18:23:45 2024-01-24 18:23:44,324 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4751 with force:False 18:23:45 2024-01-24 18:23:44,324 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4751 18:23:45 2024-01-24 18:23:44,328 [execute] INFO git cat-file --batch-check 18:23:45 2024-01-24 18:23:44,328 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 18:23:45 2024-01-24 18:23:44,332 [execute] INFO git cat-file --batch 18:23:45 2024-01-24 18:23:44,333 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 18:23:45 2024-01-24 18:23:44,337 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4751 18:23:45 0.0.0 [Pipeline] } 18:23:45 $ docker exec --env ******** --env ******** 73edce786d2cf2e4418876bae4e1f467fbc5cf5b84ccdbc71fd2ec7fb703b05b ssh-agent -k 18:23:45 unset SSH_AUTH_SOCK; 18:23:45 unset SSH_AGENT_PID; 18:23:45 echo Agent pid 75 killed; 18:23:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:23:46 + git semver [Pipeline] } 18:23:46 $ docker stop --time=1 73edce786d2cf2e4418876bae4e1f467fbc5cf5b84ccdbc71fd2ec7fb703b05b 18:23:47 $ docker rm -f --volumes 73edce786d2cf2e4418876bae4e1f467fbc5cf5b84ccdbc71fd2ec7fb703b05b [Pipeline] // withDockerContainer [Pipeline] sh 18:23:48 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:23:48 Stashed 1 file(s) [Pipeline] echo 18:23:48 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:23:49 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 18:23:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 18:23:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 18:23:49 ========================================================= 18:23:49 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 18:23:49 ========================================================= [Pipeline] fileExists [Pipeline] sh 18:23:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 18:23:50 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 18:23:50 7264a8db6415: Pulling fs layer 18:23:50 c4d48a809fc2: Pulling fs layer 18:23:50 4f1c88b9dad5: Pulling fs layer 18:23:50 ad3a456e5733: Pulling fs layer 18:23:50 69c7f0334f64: Pulling fs layer 18:23:50 1f1c1a5573a3: Pulling fs layer 18:23:50 ce7588e14bc9: Pulling fs layer 18:23:50 b5e4710f87ac: Pulling fs layer 18:23:50 1f1c1a5573a3: Waiting 18:23:50 ce7588e14bc9: Waiting 18:23:50 b5e4710f87ac: Waiting 18:23:50 69c7f0334f64: Waiting 18:23:50 ad3a456e5733: Waiting 18:23:50 c4d48a809fc2: Download complete 18:23:50 ad3a456e5733: Verifying Checksum 18:23:50 ad3a456e5733: Download complete 18:23:50 69c7f0334f64: Verifying Checksum 18:23:50 69c7f0334f64: Download complete 18:23:50 7264a8db6415: Verifying Checksum 18:23:50 7264a8db6415: Download complete 18:23:50 1f1c1a5573a3: Verifying Checksum 18:23:50 1f1c1a5573a3: Download complete 18:23:50 7264a8db6415: Pull complete 18:23:50 b5e4710f87ac: Verifying Checksum 18:23:50 b5e4710f87ac: Download complete 18:23:50 c4d48a809fc2: Pull complete 18:23:50 4f1c88b9dad5: Verifying Checksum 18:23:50 4f1c88b9dad5: Download complete 18:23:50 ce7588e14bc9: Verifying Checksum 18:23:50 ce7588e14bc9: Download complete 18:23:54 4f1c88b9dad5: Pull complete 18:23:54 ad3a456e5733: Pull complete 18:23:54 69c7f0334f64: Pull complete 18:23:54 1f1c1a5573a3: Pull complete 18:23:55 ce7588e14bc9: Pull complete 18:23:56 b5e4710f87ac: Pull complete 18:23:56 Digest: sha256:f80dd7bb8fdf010369d5adb4058a62695265b22e897ca6aac7b42af84fdce50e 18:23:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 18:23:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh 18:23:56 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 18:23:56 WORKDIR /edgex 18:23:56 COPY go.mod . 18:23:56 RUN go mod download 18:23:56 + docker build -t ci-base-image-x86_64 -f - . 18:23:57 Sending build context to Docker daemon 175.1MB 18:23:57 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 18:23:57 ---> 88b5674ff536 18:23:57 Step 2/4 : WORKDIR /edgex 18:24:02 ---> Running in 72fb5dfe8e6e 18:24:02 Removing intermediate container 72fb5dfe8e6e 18:24:02 ---> 4cafc5530bf4 18:24:02 Step 3/4 : COPY go.mod . 18:24:02 ---> c79948a0408b 18:24:02 Step 4/4 : RUN go mod download 18:24:02 ---> Running in bca0dab89797 18:24:03 Still waiting to schedule task 18:24:03 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 18:24:20 Removing intermediate container bca0dab89797 18:24:20 ---> 9ed92c58179f 18:24:20 Successfully built 9ed92c58179f 18:24:20 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:24:21 + docker inspect -f . ci-base-image-x86_64 18:24:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:24:21 prd-ubuntu20.04-docker-8c-8g-27819 does not seem to be running inside a container 18:24:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:24:21 $ docker top 958d27a6a59aff20a438ac43a63cec4eeabbbcddf370d050105b61c00545da92 -eo pid,comm [Pipeline] { [Pipeline] sh 18:24:22 + go version 18:24:22 go version go1.21.0 linux/amd64 [Pipeline] } 18:24:22 $ docker stop --time=1 958d27a6a59aff20a438ac43a63cec4eeabbbcddf370d050105b61c00545da92 18:24:23 $ docker rm -f --volumes 958d27a6a59aff20a438ac43a63cec4eeabbbcddf370d050105b61c00545da92 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:24:24 + docker inspect -f . ci-base-image-x86_64 18:24:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:24:24 prd-ubuntu20.04-docker-8c-8g-27819 does not seem to be running inside a container 18:24:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:24:25 $ docker top 2b18a9f24225509a28f8ee18e5f02072cc96b08f6e4eeb0c5d6a86d7d5a3ba61 -eo pid,comm [Pipeline] { [Pipeline] echo 18:24:25 ========================================================= 18:24:25 [edgeXBuildGoParallel] Running Tests and Build... 18:24:25 ========================================================= [Pipeline] sh 18:24:25 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 18:24:26 + make test 18:24:26 go test -race -coverprofile=coverage.out ./... 18:24:32 ? github.com/edgexfoundry/edgex-go [no test files] 18:24:44 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:24:44 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 18:24:44 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:24:44 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:24:44 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:24:44 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:24:44 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:24:45 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 18:24:45 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:24:45 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 18:24:45 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:24:45 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:24:45 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:24:45 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 18:24:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:24:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:24:48 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.039s coverage: 28.7% of statements 18:24:50 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.065s coverage: 97.0% of statements 18:24:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 18:24:50 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 18:24:50 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 18:24:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:24:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:24:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 18:24:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 18:24:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 18:24:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:24:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 18:24:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:24:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:24:53 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.068s coverage: 69.2% of statements 18:24:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.083s coverage: 53.2% of statements 18:24:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.786s coverage: 93.4% of statements 18:24:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.061s coverage: 4.1% of statements 18:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 18:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 18:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 18:24:56 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:24:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 18:24:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:24:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:24:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:24:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:24:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:24:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.350s coverage: 97.6% of statements 18:24:57 ok github.com/edgexfoundry/edgex-go/internal/io 1.041s coverage: 72.2% of statements 18:24:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 18:24:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:24:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.063s coverage: 0.9% of statements 18:24:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.058s coverage: 32.2% of statements 18:24:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.042s coverage: 41.7% of statements 18:25:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.042s coverage: 82.9% of statements 18:25:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.048s coverage: 94.1% of statements 18:25:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.068s coverage: 96.3% of statements 18:25:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.039s coverage: 87.5% of statements 18:25:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 18:25:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:25:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:25:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:25:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:25:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 18:25:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 18:25:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 18:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:25:02 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:25:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:25:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:25:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 18:25:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:25:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:25:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:25:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 18:25:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 18:25:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 18:25:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:25:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:25:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:25:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.052s coverage: 94.4% of statements 18:25:14 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 18:25:14 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 18:25:14 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 18:25:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:25:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 18:25:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 18:25:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 18:25:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 18:25:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:25:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:25:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 18:25:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 18:25:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.273s coverage: 79.9% of statements 18:25:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.053s coverage: 92.9% of statements 18:25:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.015s coverage: 64.4% of statements 18:25:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.051s coverage: 62.3% of statements 18:25:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.045s coverage: 87.2% of statements 18:25:26 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.036s coverage: 20.0% of statements 18:25:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.034s coverage: 100.0% of statements 18:25:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.086s coverage: 81.8% of statements 18:25:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.067s coverage: 82.1% of statements 18:25:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.049s coverage: 86.0% of statements 18:25:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.173s coverage: 63.1% of statements 18:25:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.043s coverage: 100.0% of statements 18:25:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.023s coverage: 89.4% of statements 18:25:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.017s coverage: 100.0% of statements 18:25:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.014s coverage: 73.7% of statements 18:25:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.020s coverage: 100.0% of statements 18:25:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.275s coverage: 38.4% of statements 18:25:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.039s coverage: 89.5% of statements 18:25:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.044s coverage: 84.8% of statements 18:25:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.072s coverage: 19.9% of statements 18:25:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.129s coverage: 95.7% of statements 18:25:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.048s coverage: 61.8% of statements 18:25:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.069s coverage: 98.9% of statements 18:25:26 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 18:25:26 running golangci-lint 18:25:26 golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z 18:25:26 go version go1.21.0 linux/amd64 18:25:26 level=info msg="[config_reader] Used config file .golangci.yml" 18:25:26 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 18:25:36 Running on prd-ubuntu20.04-docker-arm64-4c-16g-27820 in /w/workspace/edgexfoundry_edgex-go_PR-4751 [Pipeline] { [Pipeline] ws 18:25:36 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 18:25:36 The recommended git tool is: git 18:25:41 level=info msg="[loader] Go packages loading at mode 575 (deps|exports_file|imports|types_sizes|compiled_files|files|name) took 14.262731159s" 18:25:41 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 36.904352ms" 18:25:41 using credential edgex-jenkins-ssh 18:25:41 Cloning the remote Git repository 18:25:41 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:25:41 > git init /w/workspace/edgex-go/1 # timeout=10 18:25:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:25:42 > git --version # timeout=10 18:25:42 > git --version # 'git version 2.25.1' 18:25:42 using GIT_SSH to set credentials SSH Credentials for GitHub 18:25:42 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:25:49 level=info msg="[linters_context/goanalysis] analyzers took 1m22.654152209s with top 10 stages: buildir: 37.959549788s, gosec: 7.562470638s, inspect: 2.361015619s, printf: 1.652670667s, fact_deprecated: 1.599624502s, S1038: 1.220342297s, fact_purity: 1.119147953s, ctrlflow: 1.11094985s, nilness: 836.811897ms, errcheck: 797.510019ms" 18:25:49 level=info msg="[runner] Issues before processing: 197, after processing: 0" 18:25:49 level=info msg="[runner] Processors filtering stat (out/in): skip_dirs: 197/197, exclude: 197/197, filename_unadjuster: 197/197, exclude-rules: 21/197, nolint: 0/21, identifier_marker: 197/197, cgo: 197/197, skip_files: 197/197, autogenerated_exclude: 197/197, path_prettifier: 197/197" 18:25:49 level=info msg="[runner] processing took 16.166904ms with stages: nolint: 6.685528ms, identifier_marker: 4.772163ms, autogenerated_exclude: 1.517744ms, path_prettifier: 1.401943ms, exclude-rules: 1.046523ms, skip_dirs: 683.902µs, cgo: 34.411µs, filename_unadjuster: 18.74µs, max_same_issues: 1.5µs, exclude: 790ns, fixer: 640ns, uniq_by_line: 620ns, skip_files: 520ns, severity-rules: 400ns, sort_results: 350ns, diff: 300ns, path_shortener: 260ns, source_code: 190ns, max_from_linter: 160ns, max_per_file_from_linter: 120ns, path_prefixer: 100ns" 18:25:49 level=info msg="[runner] linters took 9.221242454s with stages: goanalysis_metalinter: 9.20494457s" 18:25:49 level=info msg="File cache stats: 0 entries of total size 0B" 18:25:49 level=info msg="Memory: 236 samples, avg is 233.8MB, max is 937.5MB" 18:25:49 level=info msg="Execution took 23.530319719s" 18:25:49 go vet ./... 18:25:53 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:25:53 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:25:53 ./bin/test-attribution-txt.sh [Pipeline] echo 18:25:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh 18:25:53 + ls -al . 18:25:53 total 736 18:25:53 drwxrwxr-x 11 1001 1001 4096 Jan 24 18:24 . 18:25:53 drwxr-xr-x 4 root root 4096 Jan 24 18:24 .. 18:25:53 drwxrwxr-x 2 1001 1001 4096 Jan 24 18:23 .blubracket 18:25:53 -rw-rw-r-- 1 1001 1001 10 Jan 24 18:23 .dockerignore 18:25:53 drwxrwxr-x 8 1001 1001 4096 Jan 24 18:25 .git 18:25:53 drwxrwxr-x 3 1001 1001 4096 Jan 24 18:23 .github 18:25:53 -rw-rw-r-- 1 1001 1001 1074 Jan 24 18:23 .gitignore 18:25:53 -rw-rw-r-- 1 1001 1001 42 Jan 24 18:23 .golangci.yml 18:25:53 -rw-rw-r-- 1 1001 1001 100 Jan 24 18:23 .hadolint.yml 18:25:53 drwxr-xr-x 3 1001 1001 4096 Jan 24 18:23 .semver 18:25:53 -rw-rw-r-- 1 1001 1001 155 Jan 24 18:23 .sonarcloud.properties 18:25:53 -rw-rw-r-- 1 1001 1001 1171 Jan 24 18:23 ADOPTERS.md 18:25:53 -rw-rw-r-- 1 1001 1001 11674 Jan 24 18:23 Attribution.txt 18:25:53 -rw-rw-r-- 1 1001 1001 100284 Jan 24 18:23 CHANGELOG.md 18:25:53 -rw-rw-r-- 1 1001 1001 3804 Jan 24 18:23 CONTRIBUTING.md 18:25:53 -rw-rw-r-- 1 1001 1001 677 Jan 24 18:23 GOVERNANCE.md 18:25:53 -rw-rw-r-- 1 1001 1001 861 Jan 24 18:23 Jenkinsfile 18:25:53 -rw-rw-r-- 1 1001 1001 10775 Jan 24 18:23 LICENSE 18:25:53 -rw-rw-r-- 1 1001 1001 15392 Jan 24 18:23 Makefile 18:25:53 -rw-rw-r-- 1 1001 1001 582 Jan 24 18:23 OWNERS.md 18:25:53 -rw-rw-r-- 1 1001 1001 9528 Jan 24 18:23 README.md 18:25:53 -rw-rw-r-- 1 1001 1001 789 Jan 24 18:23 SECURITY.md 18:25:53 -rw-rw-r-- 1 1001 1001 5 Jan 24 18:23 VERSION 18:25:53 drwxrwxr-x 2 1001 1001 4096 Jan 24 18:23 bin 18:25:53 drwxrwxr-x 18 1001 1001 4096 Jan 24 18:23 cmd 18:25:53 -rw-r--r-- 1 root root 453601 Jan 24 18:25 coverage.out 18:25:53 drwxrwxr-x 2 1001 1001 4096 Jan 24 18:23 fuzz_test 18:25:53 -rw-rw-r-- 1 1001 1001 3686 Jan 24 18:23 go.mod 18:25:53 -rw-rw-r-- 1 1001 1001 34039 Jan 24 18:23 go.sum 18:25:53 drwxrwxr-x 7 1001 1001 4096 Jan 24 18:23 internal 18:25:53 drwxrwxr-x 3 1001 1001 4096 Jan 24 18:23 openapi 18:25:53 -rw-rw-r-- 1 1001 1001 584 Jan 24 18:23 security.txt 18:25:53 -rw-rw-r-- 1 1001 1001 204 Jan 24 18:23 version.go [Pipeline] sh 18:25:54 + '[' -e coverage.out ] 18:25:54 + chown 1001:1001 coverage.out [Pipeline] stash 18:25:54 Stashed 1 file(s) [Pipeline] sh 18:25:54 + make build 18:25:54 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 18:25:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:25:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:25:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:25:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:25:58 using GIT_SSH to set credentials SSH Credentials for GitHub 18:25:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4751/head:refs/remotes/origin/PR-4751 +refs/heads/main:refs/remotes/origin/main # timeout=10 18:25:59 Merging remotes/origin/main commit 587930f9e62dbb8d1de22549799db07406fff5b2 into PR head commit c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8 18:25:59 Merge succeeded, producing c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8 18:25:59 Checking out Revision c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8 (PR-4751) 18:25:59 > git config core.sparsecheckout # timeout=10 18:25:59 > git checkout -f c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8 # timeout=10 18:25:59 > git remote # timeout=10 18:25:59 > git config --get remote.origin.url # timeout=10 18:25:59 using GIT_SSH to set credentials SSH Credentials for GitHub 18:25:59 > git merge 587930f9e62dbb8d1de22549799db07406fff5b2 # timeout=10 18:25:59 > git rev-parse HEAD^{commit} # timeout=10 18:25:59 > git config core.sparsecheckout # timeout=10 18:25:59 > git checkout -f c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8 # timeout=10 18:26:03 Commit message: "feat: Add new StoreForwardQueueSize metric to common App services config" 18:26:03 > git --version # timeout=10 18:26:03 > git --version # 'git version 2.25.1' 18:26:03 fatal: bad object 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:26:04 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 18:26:04 % Total % Received % Xferd Average Speed Time Time Time Current 18:26:04 Dload Upload Total Spent Left Speed 18:26:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12682 100 12682 0 0 96075 0 --:--:-- --:--:-- --:--:-- 96075 [Pipeline] sh 18:26:05 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 18:26:05 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 18:26:05 + sudo tee /etc/docker/daemon.new 18:26:05 { 18:26:05 "registry-mirrors": [ 18:26:05 "https://nexus3.edgexfoundry.org:10001" 18:26:05 ], 18:26:05 "bip": "10.250.0.254/24", 18:26:05 "hosts": [ 18:26:05 "tcp://0.0.0.0:5555", 18:26:05 "unix:///var/run/docker.sock" 18:26:05 ], 18:26:05 "mtu": 1458, 18:26:05 "selinux-enabled": true, 18:26:05 "seccomp-profile": "/etc/docker/seccomp.json" 18:26:05 } [Pipeline] sh 18:26:05 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 18:26:06 + sudo service docker restart 18:26:07 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:26:08 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 18:26:09 go build -tags " non_delayedstart" -ldflags "-s -w -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 18:26:09 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:26:15 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:26:16 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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 18:26:17 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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 18:26:17 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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 18:26:18 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 18:26:19 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:26:19 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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] } 18:26:20 $ docker stop --time=1 2b18a9f24225509a28f8ee18e5f02072cc96b08f6e4eeb0c5d6a86d7d5a3ba61 18:26:24 $ docker rm -f --volumes 2b18a9f24225509a28f8ee18e5f02072cc96b08f6e4eeb0c5d6a86d7d5a3ba61 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] configFileProvider 18:26:25 provisioning config files... 18:26:25 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config11970358655859834421tmp [Pipeline] // stage [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 18:26:25 ---> ****-login.sh 18:26:25 nexus3.edgexfoundry.org:10001 [Pipeline] writeFile 18:26:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:26:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:26:26 Configure a credential helper to remove this warning. See 18:26:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:26:26 18:26:26 Login Succeeded 18:26:26 nexus3.edgexfoundry.org:10002 18:26:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:26:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:26:26 18:26:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:26:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:26:26 Configure a credential helper to remove this warning. See 18:26:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:26:26 18:26:26 Login Succeeded 18:26:26 nexus3.edgexfoundry.org:10003 18:26:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:26:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:26:26 Configure a credential helper to remove this warning. See 18:26:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:26:26 18:26:26 Login Succeeded 18:26:26 nexus3.edgexfoundry.org:10004 18:26:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:26:26 latest: Pulling from edgex-devops/edgex-compose 18:26:26 91d30c5bc195: Pulling fs layer 18:26:26 2e9b0aa3be6d: Pulling fs layer 18:26:26 9c61dcf015f6: Pulling fs layer 18:26:26 4698f68db338: Pulling fs layer 18:26:26 2a2f49069b9e: Pulling fs layer 18:26:26 e0025b399a48: Pulling fs layer 18:26:26 4698f68db338: Waiting 18:26:26 e0025b399a48: Waiting 18:26:26 2a2f49069b9e: Waiting 18:26:26 91d30c5bc195: Verifying Checksum 18:26:26 91d30c5bc195: Download complete 18:26:26 4698f68db338: Download complete 18:26:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:26:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:26:26 Configure a credential helper to remove this warning. See 18:26:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:26:26 18:26:26 Login Succeeded 18:26:26 ****.io 18:26:27 2e9b0aa3be6d: Verifying Checksum 18:26:27 2e9b0aa3be6d: Download complete 18:26:27 91d30c5bc195: Pull complete 18:26:27 e0025b399a48: Verifying Checksum 18:26:27 e0025b399a48: Download complete 18:26:27 2a2f49069b9e: Verifying Checksum 18:26:27 2a2f49069b9e: Download complete 18:26:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:26:27 2e9b0aa3be6d: Pull complete 18:26:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 18:26:27 Configure a credential helper to remove this warning. See 18:26:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 18:26:27 18:26:27 Login Succeeded 18:26:27 ---> ****-login.sh ends [Pipeline] } 18:26:27 Deleting 1 temporary files [Pipeline] // configFileProvider 18:26:27 9c61dcf015f6: Verifying Checksum 18:26:27 9c61dcf015f6: Download complete [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 18:26:28 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 18:26:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 18:26:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 18:26:28 ========================================================= 18:26:28 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 18:26:28 ========================================================= [Pipeline] fileExists [Pipeline] sh 18:26:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 18:26:30 9c61dcf015f6: Pull complete 18:26:30 4698f68db338: Pull complete 18:26:30 2a2f49069b9e: Pull complete 18:26:30 e0025b399a48: Pull complete 18:26:30 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 18:26:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:26:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:26:30 prd-ubuntu20.04-docker-8c-8g-27819 does not seem to be running inside a container 18:26: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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:26:31 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:26:31 9fda8d8052c6: Pulling fs layer 18:26:31 5d54e960e981: Pulling fs layer 18:26:31 c4a7e357bf2a: Pulling fs layer 18:26:31 f0e02332f6b5: Pulling fs layer 18:26:31 872ee5b61b7b: Pulling fs layer 18:26:31 0c6a40ed1a82: Pulling fs layer 18:26:31 94ae7d8d031c: Pulling fs layer 18:26:31 f0e02332f6b5: Waiting 18:26:31 872ee5b61b7b: Waiting 18:26:31 0c6a40ed1a82: Waiting 18:26:31 94ae7d8d031c: Waiting 18:26:31 5d54e960e981: Download complete 18:26:31 f0e02332f6b5: Verifying Checksum 18:26:31 f0e02332f6b5: Download complete 18:26:31 9fda8d8052c6: Download complete 18:26:31 872ee5b61b7b: Verifying Checksum 18:26:31 872ee5b61b7b: Download complete 18:26:32 94ae7d8d031c: Verifying Checksum 18:26:32 94ae7d8d031c: Download complete 18:26:32 9fda8d8052c6: Pull complete 18:26:33 5d54e960e981: Pull complete 18:26:33 c4a7e357bf2a: Verifying Checksum 18:26:33 c4a7e357bf2a: Download complete 18:26:33 $ docker top fc5ad23320b4b2df9d0066d7114be9e20d0b043e7f974721ceaf119327de825a -eo pid,comm [Pipeline] { [Pipeline] sh 18:26:33 + docker compose -f ./docker-compose-build.yml build --parallel 18:26:34 0c6a40ed1a82: Verifying Checksum 18:26:34 0c6a40ed1a82: Download complete 18:26:36 #1 [core-common-config-bootstrapper internal] load build definition from Dockerfile 18:26:36 #1 transferring dockerfile: 2.23kB done 18:26:36 #1 DONE 0.1s 18:26:36 18:26:36 #2 [core-data internal] load build definition from Dockerfile 18:26:36 #2 transferring dockerfile: 2.01kB done 18:26:36 #2 DONE 0.0s 18:26:36 18:26:36 #3 [security-spire-server internal] load build definition from Dockerfile 18:26:36 #3 transferring dockerfile: 1.70kB done 18:26:36 #3 DONE 0.0s 18:26:36 18:26:36 #4 [security-proxy-setup internal] load build definition from Dockerfile 18:26:36 #4 transferring dockerfile: 2.50kB done 18:26:36 #4 DONE 0.0s 18:26:36 18:26:36 #5 [support-notifications internal] load build definition from Dockerfile 18:26:36 #5 transferring dockerfile: 1.95kB done 18:26:36 #5 DONE 0.0s 18:26:36 18:26:36 #6 [security-spire-config internal] load build definition from Dockerfile 18:26:36 #6 transferring dockerfile: 1.69kB done 18:26:36 #6 DONE 0.0s 18:26:36 18:26:36 #7 [core-metadata internal] load build definition from Dockerfile 18:26:36 #7 transferring dockerfile: 2.06kB done 18:26:36 #7 DONE 0.0s 18:26:36 18:26:36 #8 [support-scheduler internal] load build definition from Dockerfile 18:26:36 #8 transferring dockerfile: 1.93kB done 18:26:36 #8 DONE 0.0s 18:26:36 18:26:36 #9 [security-proxy-auth internal] load build definition from Dockerfile 18:26:36 #9 transferring dockerfile: 2.15kB done 18:26:36 #9 DONE 0.0s 18:26:36 18:26:36 #10 [core-command internal] load build definition from Dockerfile 18:26:36 #10 transferring dockerfile: 1.93kB done 18:26:36 #10 DONE 0.0s 18:26:36 18:26:36 #11 [security-spire-agent internal] load build definition from Dockerfile 18:26:36 #11 transferring dockerfile: 1.81kB done 18:26:36 #11 DONE 0.0s 18:26:36 18:26:36 #12 [core-common-config-bootstrapper internal] load .dockerignore 18:26:36 #12 transferring context: 50B done 18:26:36 #12 DONE 0.0s 18:26:36 18:26:36 #13 [security-bootstrapper internal] load build definition from Dockerfile 18:26:36 #13 transferring dockerfile: 2.93kB done 18:26:36 #13 DONE 0.0s 18:26:36 18:26:36 #14 [security-spiffe-token-provider internal] load build definition from Dockerfile 18:26:36 #14 transferring dockerfile: 1.89kB done 18:26:36 #14 DONE 0.0s 18:26:36 18:26:36 #15 [security-secretstore-setup internal] load build definition from Dockerfile 18:26:36 #15 transferring dockerfile: 2.49kB done 18:26:36 #15 DONE 0.0s 18:26:36 18:26:36 #16 [core-data internal] load .dockerignore 18:26:36 #16 transferring context: 50B done 18:26:36 #16 DONE 0.0s 18:26:36 18:26:36 #17 [security-spire-server internal] load .dockerignore 18:26:36 #17 transferring context: 50B done 18:26:36 #17 DONE 0.0s 18:26:36 18:26:36 #18 [security-proxy-setup internal] load .dockerignore 18:26:36 #18 transferring context: 50B done 18:26:36 #18 DONE 0.0s 18:26:36 18:26:36 #19 [security-spire-config internal] load .dockerignore 18:26:36 #19 transferring context: 50B done 18:26:36 #19 DONE 0.0s 18:26:36 18:26:36 #20 [support-notifications internal] load .dockerignore 18:26:36 #20 transferring context: 50B done 18:26:36 #20 DONE 0.0s 18:26:36 18:26:36 #21 [core-metadata internal] load .dockerignore 18:26:36 #21 transferring context: 50B done 18:26:36 #21 DONE 0.0s 18:26:36 18:26:36 #22 [support-scheduler internal] load .dockerignore 18:26:36 #22 transferring context: 50B done 18:26:36 #22 DONE 0.0s 18:26:36 18:26:36 #23 [security-proxy-auth internal] load .dockerignore 18:26:36 #23 transferring context: 50B done 18:26:36 #23 DONE 0.0s 18:26:36 18:26:36 #24 [core-command internal] load .dockerignore 18:26:36 #24 transferring context: 50B done 18:26:36 #24 DONE 0.0s 18:26:36 18:26:36 #25 [security-spire-agent internal] load .dockerignore 18:26:36 #25 transferring context: 50B done 18:26:36 #25 DONE 0.0s 18:26:36 18:26:36 #26 [security-secretstore-setup internal] load .dockerignore 18:26:36 #26 transferring context: 50B done 18:26:36 #26 DONE 0.0s 18:26:36 18:26:36 #27 [security-spiffe-token-provider internal] load .dockerignore 18:26:36 #27 transferring context: 50B done 18:26:36 #27 DONE 0.0s 18:26:36 18:26:36 #28 [security-bootstrapper internal] load .dockerignore 18:26:36 #28 transferring context: 50B done 18:26:36 #28 DONE 0.0s 18:26:36 18:26:36 #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 18:26:36 #29 DONE 0.0s 18:26:36 18:26:36 #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 18:26:36 #30 DONE 0.1s 18:26:36 18:26:36 #30 [core-data internal] load metadata for docker.io/library/alpine:3.18 18:26:36 #30 ... 18:26:36 18:26:36 #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 18:26:36 #29 DONE 0.0s 18:26:36 18:26:36 #30 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 18:26:36 #30 ... 18:26:36 18:26:36 #29 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 18:26:36 #29 DONE 0.0s 18:26:36 18:26:36 #30 [core-command internal] load metadata for docker.io/library/alpine:3.18 18:26:36 #30 DONE 0.3s 18:26:36 18:26:36 #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 18:26:36 #29 DONE 0.0s 18:26:36 18:26:36 #31 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 18:26:36 #31 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.0s done 18:26:36 #31 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done 18:26:36 #31 sha256:d695c3de6fcd8cfe3a6222b0358425d40adfd129a8a47c3416faff1a8aece389 528B / 528B done 18:26:36 #31 sha256:b541f2080109ab7b6bf2c06b28184fb750cdd17836c809211127717f48809858 1.47kB / 1.47kB done 18:26:36 #31 sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c 3.40MB / 3.40MB 0.2s done 18:26:36 #31 extracting sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c 0.2s 18:26:37 #31 ... 18:26:37 18:26:37 #29 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 18:26:37 #29 DONE 0.0s 18:26:37 18:26:37 #31 [security-secretstore-setup stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 18:26:37 #31 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.0s done 18:26:37 #31 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done 18:26:37 #31 sha256:d695c3de6fcd8cfe3a6222b0358425d40adfd129a8a47c3416faff1a8aece389 528B / 528B done 18:26:37 #31 sha256:b541f2080109ab7b6bf2c06b28184fb750cdd17836c809211127717f48809858 1.47kB / 1.47kB done 18:26:37 #31 sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c 3.40MB / 3.40MB 0.2s done 18:26:37 #31 ... 18:26:37 18:26:37 #30 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 18:26:37 #30 DONE 0.4s 18:26:37 18:26:37 #31 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 18:26:37 #31 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.0s done 18:26:37 #31 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done 18:26:37 #31 sha256:d695c3de6fcd8cfe3a6222b0358425d40adfd129a8a47c3416faff1a8aece389 528B / 528B done 18:26:37 #31 sha256:b541f2080109ab7b6bf2c06b28184fb750cdd17836c809211127717f48809858 1.47kB / 1.47kB done 18:26:37 #31 sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c 3.40MB / 3.40MB 0.2s done 18:26:37 #31 extracting sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c 0.4s done 18:26:37 #31 ... 18:26:37 18:26:37 #32 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 18:26:37 #32 DONE 0.9s 18:26:37 18:26:37 #33 [support-notifications builder 2/7] WORKDIR /edgex-go 18:26:42 #33 ... 18:26:42 18:26:42 #34 [support-scheduler internal] load build context 18:26:42 #34 transferring context: 187.88MB 5.5s 18:26:44 #34 ... 18:26:44 18:26:44 #35 [core-data internal] load build context 18:26:44 #35 ... 18:26:44 18:26:44 #34 [support-scheduler internal] load build context 18:26:44 #34 transferring context: 309.52MB 8.0s done 18:26:46 #34 ... 18:26:46 18:26:46 #36 [core-common-config-bootstrapper internal] load build context 18:26:46 #36 transferring context: 309.52MB 6.0s done 18:26:46 #36 ... 18:26:46 18:26:46 #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 18:26:47 #37 ... 18:26:47 18:26:47 #38 [security-proxy-auth internal] load build context 18:26:47 #38 transferring context: 309.52MB 7.2s done 18:26:47 #38 ... 18:26:47 18:26:47 #39 [core-metadata internal] load build context 18:26:47 #39 transferring context: 309.52MB 6.5s done 18:26:47 #39 ... 18:26:47 18:26:47 #40 [core-command internal] load build context 18:26:47 #40 transferring context: 309.52MB 7.3s done 18:26:47 #40 ... 18:26:47 18:26:47 #41 [security-secretstore-setup internal] load build context 18:26:47 #41 transferring context: 309.52MB 8.2s done 18:26:47 #41 ... 18:26:47 18:26:47 #42 [security-spiffe-token-provider internal] load build context 18:26:47 #42 transferring context: 309.52MB 6.1s done 18:26:47 #42 ... 18:26:47 18:26:47 #43 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 18:26:47 #43 ... 18:26:47 18:26:47 #44 [support-notifications internal] load build context 18:26:47 #44 transferring context: 309.52MB 6.0s done 18:26:48 #44 ... 18:26:48 18:26:48 #45 [security-bootstrapper internal] load build context 18:26:48 #45 transferring context: 309.52MB 7.3s done 18:26:48 #45 ... 18:26:48 18:26:48 #46 [security-proxy-setup internal] load build context 18:26:48 #46 transferring context: 309.52MB 7.7s done 18:26:52 c4a7e357bf2a: Pull complete 18:26:52 f0e02332f6b5: Pull complete 18:26:52 872ee5b61b7b: Pull complete 18:26:54 #46 ... 18:26:54 18:26:54 #35 [core-data internal] load build context 18:26:54 #35 transferring context: 309.52MB 7.8s done 18:26:54 #35 DONE 17.8s 18:26:54 18:26:54 #44 [support-notifications internal] load build context 18:26:54 #44 DONE 17.8s 18:26:54 18:26:54 #39 [core-metadata internal] load build context 18:26:54 #39 DONE 17.8s 18:26:54 18:26:54 #40 [core-command internal] load build context 18:26:54 #40 DONE 17.7s 18:26:54 18:26:54 #38 [security-proxy-auth internal] load build context 18:26:54 #38 DONE 17.7s 18:26:54 18:26:54 #42 [security-spiffe-token-provider internal] load build context 18:26:54 #42 DONE 17.6s 18:26:54 18:26:54 #45 [security-bootstrapper internal] load build context 18:26:54 #45 DONE 17.5s 18:26:54 18:26:54 #34 [support-scheduler internal] load build context 18:26:54 #34 DONE 17.8s 18:26:54 18:26:54 #46 [security-proxy-setup internal] load build context 18:26:54 #46 DONE 17.9s 18:26:54 18:26:54 #36 [core-common-config-bootstrapper internal] load build context 18:26:54 #36 DONE 18.0s 18:26:54 18:26:54 #31 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 18:26:54 #31 DONE 18.2s 18:26:54 18:26:54 #33 [support-scheduler builder 2/7] WORKDIR /edgex-go 18:26:54 #33 DONE 17.5s 18:26:54 18:26:54 #47 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 18:26:54 #47 ... 18:26:54 18:26:54 #41 [security-secretstore-setup internal] load build context 18:26:54 #41 DONE 17.6s 18:26:54 18:26:54 #37 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 18:26:54 #37 DONE 18.0s 18:26:54 18:26:54 #31 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 18:26:54 #31 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.0s done 18:26:54 #31 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done 18:26:54 #31 sha256:d695c3de6fcd8cfe3a6222b0358425d40adfd129a8a47c3416faff1a8aece389 528B / 528B done 18:26:54 #31 sha256:b541f2080109ab7b6bf2c06b28184fb750cdd17836c809211127717f48809858 1.47kB / 1.47kB done 18:26:54 #31 sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c 3.40MB / 3.40MB 0.2s done 18:26:54 #31 extracting sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c 0.4s done 18:26:54 #31 DONE 18.2s 18:26:54 18:26:54 #43 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 18:26:54 #43 DONE 17.8s 18:26:54 18:26:54 #48 [security-spire-config internal] load build context 18:26:54 #48 transferring context: 16.35kB done 18:26:54 #48 DONE 0.0s 18:26:54 18:26:54 #49 [security-spire-server internal] load build context 18:26:54 #49 transferring context: 18.10kB done 18:26:54 #49 DONE 0.0s 18:26:54 18:26:54 #50 [security-spire-agent internal] load build context 18:26:54 #50 transferring context: 17.63kB done 18:26:54 #50 DONE 0.1s 18:26:54 18:26:54 #51 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 18:26:54 #51 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.0s done 18:26:54 #51 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 18:26:54 #51 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done 18:26:54 #51 sha256:61cc53a269b199a7b169c2fb56b2d1061fc00d6167416d87f60f3ddc5ceb4f8b 2.74kB / 2.74kB done 18:26:54 #51 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.1s done 18:26:54 #51 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.1s done 18:26:54 #51 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.1s done 18:26:54 #51 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done 18:26:54 #51 sha256:13e228de2edc156c9cd22d12c33ecfc049b8ac3b6e92ae8d11319185a75505d4 1.05kB / 1.05kB done 18:26:54 #51 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done 18:26:54 #51 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 0B / 25.84MB 0.2s 18:26:55 #51 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.1s done 18:26:55 #51 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.1s done 18:26:55 #51 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 16.78MB / 25.84MB 0.3s 18:26:55 #51 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 done 18:26:55 #51 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 0.4s 18:26:55 #51 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 0.5s done 18:26:55 #51 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 18:26:56 #51 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 1.0s done 18:26:58 #51 ... 18:26:58 18:26:58 #52 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 18:26:58 #0 0.718 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 18:26:58 #0 0.793 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 18:26:58 #0 1.002 OK: 264 MiB in 52 packages 18:26:58 #52 DONE 3.6s 18:26:58 18:26:58 #53 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 18:26:58 #0 1.009 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 18:26:58 #0 1.111 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 18:26:58 #0 1.339 v3.18.5-151-gce1442ef267 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 18:26:58 #0 1.339 v3.18.5-151-gce1442ef267 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 18:26:58 #0 1.339 OK: 20073 distinct packages available 18:26:58 #0 1.386 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 18:26:58 #0 1.472 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 18:26:58 #0 1.701 OK: 264 MiB in 52 packages 18:26:58 #53 DONE 3.6s 18:26:58 18:26:58 #54 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 18:26:58 #0 1.007 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 18:26:58 #0 1.119 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 18:26:58 #0 1.376 (1/6) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r4) 18:26:58 #0 1.414 (2/6) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r4) 18:26:58 #0 1.421 (3/6) Installing dumb-init (1.2.5-r2) 18:26:58 #0 1.425 (4/6) Installing openssl (3.1.4-r4) 18:26:58 #0 1.435 (5/6) Installing su-exec (0.2-r3) 18:26:58 #0 1.437 (6/6) Installing yq (4.33.3-r5) 18:26:58 #0 1.527 Executing busybox-1.36.1-r5.trigger 18:26:58 #0 1.532 OK: 17 MiB in 19 packages 18:26:58 #54 DONE 3.6s 18:26:58 18:26:58 #55 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 18:26:58 #0 0.628 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 18:26:58 #0 0.708 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 18:26:58 #0 1.049 OK: 264 MiB in 52 packages 18:26:58 #55 DONE 3.7s 18:26:58 18:26:58 #56 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 18:26:58 #0 1.981 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 18:26:58 #0 2.048 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 18:26:58 #0 2.254 (1/2) Installing dumb-init (1.2.5-r2) 18:26:58 #0 2.257 (2/2) Installing su-exec (0.2-r3) 18:26:58 #0 2.259 Executing busybox-1.36.1-r5.trigger 18:26:58 #0 2.266 OK: 7 MiB in 17 packages 18:26:58 #56 DONE 3.7s 18:26:58 18:26:58 #57 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 18:26:58 #57 DONE 0.1s 18:26:58 18:26:58 #47 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git 18:26:58 #47 1.014 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 18:26:58 #47 1.101 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 18:26:58 #47 1.319 OK: 264 MiB in 52 packages 18:26:58 #47 DONE 3.8s 18:26:58 18:26:58 #58 [support-scheduler stage-1 2/9] RUN apk add --update --no-cache dumb-init 18:26:58 #0 0.445 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 18:26:58 #0 0.707 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 18:26:58 #0 1.029 (1/1) Installing dumb-init (1.2.5-r2) 18:26:58 #0 1.032 Executing busybox-1.36.1-r5.trigger 18:26:58 #0 1.042 OK: 7 MiB in 16 packages 18:26:58 #58 DONE 3.8s 18:26:58 18:26:58 #59 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 18:26:58 #59 DONE 0.2s 18:26:58 18:26:58 #60 [support-notifications builder 4/7] COPY go.mod vendor* ./ 18:26:58 #60 DONE 0.1s 18:26:58 18:26:58 #61 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 18:26:58 #61 DONE 0.2s 18:26:58 18:26:58 #62 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 18:26:58 #62 ... 18:26:58 18:26:58 #51 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 18:26:58 #51 DONE 3.8s 18:26:58 18:26:58 #63 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 18:26:58 #63 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.0s done 18:26:58 #63 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done 18:26:58 #63 sha256:7e76a3dce7eaf6d44f2b1987f5da8cd79a07e608aa6fd6d2c6133d2de2567113 1.05kB / 1.05kB done 18:26:58 #63 sha256:fbfe9bfccec4363503047752a0612bd8185689ca4b7569a923953aa6ca43f9dc 2.74kB / 2.74kB done 18:26:58 #63 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.1s done 18:26:58 #63 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.1s done 18:26:58 #63 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done 18:26:58 #63 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 0.3s done 18:26:58 #63 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 0.8s done 18:26:58 #63 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 done 18:26:58 #63 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 0.6s done 18:26:58 #63 DONE 3.8s 18:26:58 18:26:58 #64 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:26:59 #64 ... 18:26:59 18:26:59 #65 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 18:26:59 #0 4.493 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 18:26:59 #0 4.573 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 18:26:59 #0 4.794 (1/1) Installing dumb-init (1.2.5-r2) 18:26:59 #0 4.799 Executing busybox-1.36.1-r5.trigger 18:26:59 #0 4.806 OK: 7 MiB in 16 packages 18:26:59 #65 DONE 4.9s 18:26:59 18:26:59 #66 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 18:26:59 #0 4.491 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 18:26:59 #0 4.571 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 18:26:59 #0 4.760 (1/2) Installing ca-certificates (20230506-r0) 18:26:59 #0 4.772 (2/2) Installing dumb-init (1.2.5-r2) 18:26:59 #0 4.777 Executing busybox-1.36.1-r5.trigger 18:26:59 #0 4.782 Executing ca-certificates-20230506-r0.trigger 18:26:59 #0 4.836 OK: 8 MiB in 17 packages 18:26:59 #66 DONE 5.0s 18:26:59 18:26:59 #67 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 18:27:00 0c6a40ed1a82: Pull complete 18:27:01 #67 ... 18:27:01 18:27:01 #68 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 18:27:01 #0 4.734 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 18:27:01 #0 4.842 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 18:27:01 #0 5.116 v3.18.5-151-gce1442ef267 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 18:27:01 #0 5.116 v3.18.5-151-gce1442ef267 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 18:27:01 #0 5.116 OK: 20071 distinct packages available 18:27:01 #0 5.159 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 18:27:01 #0 5.253 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 18:27:01 #0 5.479 (1/4) Installing dumb-init (1.2.5-r2) 18:27:01 #0 5.482 (2/4) Installing musl-obstack (1.2.3-r2) 18:27:01 #0 5.511 (3/4) Installing libucontext (1.2-r2) 18:27:01 #0 5.512 (4/4) Installing gcompat (1.1.0-r1) 18:27:01 #0 5.516 Executing busybox-1.36.1-r5.trigger 18:27:01 #0 5.531 OK: 8 MiB in 19 packages 18:27:01 #68 DONE 6.1s 18:27:01 18:27:01 #69 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 18:27:01 #0 5.365 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 18:27:01 #0 5.458 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 18:27:01 #0 5.692 (1/4) Installing ca-certificates (20230506-r0) 18:27:01 #0 5.727 (2/4) Installing dumb-init (1.2.5-r2) 18:27:01 #0 5.727 (3/4) Installing su-exec (0.2-r3) 18:27:01 #0 5.728 (4/4) Installing yq (4.33.3-r5) 18:27:01 #0 5.840 Executing busybox-1.36.1-r5.trigger 18:27:01 #0 5.864 Executing ca-certificates-20230506-r0.trigger 18:27:01 #0 5.904 OK: 17 MiB in 19 packages 18:27:01 #69 DONE 6.3s 18:27:01 18:27:01 #70 [core-data stage-1 3/7] RUN apk --no-cache upgrade 18:27:01 #0 0.615 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 18:27:01 #0 0.699 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 18:27:01 #0 0.944 (1/2) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r4) 18:27:01 #0 0.977 (2/2) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r4) 18:27:01 #0 0.984 OK: 7 MiB in 16 packages 18:27:01 #70 DONE 1.4s 18:27:01 18:27:01 #71 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 18:27:01 #0 4.839 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 18:27:01 #0 4.964 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 18:27:01 #0 5.210 v3.18.5-151-gce1442ef267 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 18:27:01 #0 5.210 v3.18.5-151-gce1442ef267 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 18:27:01 #0 5.210 OK: 20071 distinct packages available 18:27:01 #0 5.266 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 18:27:01 #0 5.380 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 18:27:01 #0 5.675 (1/7) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r4) 18:27:01 #0 5.741 (2/7) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r4) 18:27:01 #0 5.757 (3/7) Installing dumb-init (1.2.5-r2) 18:27:01 #0 5.764 (4/7) Installing musl-obstack (1.2.3-r2) 18:27:01 #0 5.769 (5/7) Installing libucontext (1.2-r2) 18:27:01 #0 5.772 (6/7) Installing gcompat (1.1.0-r1) 18:27:01 #0 5.777 (7/7) Installing openssl (3.1.4-r4) 18:27:01 #0 5.785 Executing busybox-1.36.1-r5.trigger 18:27:01 #0 5.791 OK: 8 MiB in 20 packages 18:27:01 #71 DONE 6.2s 18:27:01 18:27:01 #72 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 18:27:01 #0 4.946 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 18:27:01 #0 5.044 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 18:27:01 #0 5.298 v3.18.5-151-gce1442ef267 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 18:27:01 #0 5.298 v3.18.5-151-gce1442ef267 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 18:27:01 #0 5.298 OK: 20071 distinct packages available 18:27:01 #0 5.359 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 18:27:01 #0 5.445 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 18:27:01 #0 5.692 (1/11) Installing ca-certificates (20230506-r0) 18:27:01 #0 5.717 (2/11) Installing brotli-libs (1.0.9-r14) 18:27:01 #0 5.736 (3/11) Installing libunistring (1.1-r1) 18:27:01 #0 5.751 (4/11) Installing libidn2 (2.3.4-r1) 18:27:01 #0 5.756 (5/11) Installing nghttp2-libs (1.57.0-r0) 18:27:01 #0 5.760 (6/11) Installing libcurl (8.5.0-r0) 18:27:01 #0 5.825 (7/11) Installing curl (8.5.0-r0) 18:27:01 #0 5.825 (8/11) Installing dumb-init (1.2.5-r2) 18:27:01 #0 5.835 (9/11) Installing musl-obstack (1.2.3-r2) 18:27:01 #0 5.840 (10/11) Installing libucontext (1.2-r2) 18:27:01 #0 5.849 (11/11) Installing gcompat (1.1.0-r1) 18:27:01 #0 5.853 Executing busybox-1.36.1-r5.trigger 18:27:01 #0 5.863 Executing ca-certificates-20230506-r0.trigger 18:27:01 #0 5.925 OK: 12 MiB in 26 packages 18:27:01 #72 DONE 6.3s 18:27:01 18:27:01 #73 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 18:27:01 #0 1.824 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 18:27:01 #0 1.909 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 18:27:01 #0 2.197 OK: 17 MiB in 19 packages 18:27:01 #73 DONE 2.7s 18:27:01 18:27:01 #62 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 18:27:01 #62 1.939 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 18:27:01 #62 2.021 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 18:27:01 #62 2.262 (1/2) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r4) 18:27:01 #62 2.335 (2/2) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r4) 18:27:01 #62 2.346 OK: 7 MiB in 16 packages 18:27:01 #62 DONE 2.8s 18:27:01 18:27:01 #74 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 18:27:01 #74 DONE 0.1s 18:27:01 18:27:01 #75 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 18:27:01 #75 ... 18:27:01 18:27:01 #76 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 18:27:01 #0 2.566 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 18:27:01 #0 2.661 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 18:27:01 #0 2.883 (1/2) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r4) 18:27:01 #0 2.915 (2/2) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r4) 18:27:01 #0 2.924 OK: 7 MiB in 17 packages 18:27:01 #76 DONE 3.1s 18:27:01 18:27:01 #77 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 18:27:02 94ae7d8d031c: Pull complete 18:27:02 Digest: sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 18:27:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 18:27:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 18:27:02 #77 ... 18:27:02 18:27:02 #67 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 18:27:02 #67 2.314 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 18:27:02 #67 2.392 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 18:27:02 #67 2.603 (1/2) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r4) 18:27:02 #67 2.642 (2/2) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r4) 18:27:02 #67 2.648 Executing ca-certificates-20230506-r0.trigger 18:27:02 #67 2.689 OK: 8 MiB in 17 packages 18:27:02 #67 DONE 2.9s [Pipeline] fileExists [Pipeline] sh 18:27:02 18:27:02 #75 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 18:27:02 #75 1.561 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 18:27:02 #75 1.656 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 18:27:02 #75 ... 18:27:02 18:27:02 #77 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 18:27:02 #77 DONE 1.4s 18:27:02 18:27:02 #78 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 18:27:02 #78 DONE 0.0s 18:27:02 18:27:02 #75 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 18:27:02 #75 1.902 OK: 8 MiB in 20 packages 18:27:02 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 18:27:02 WORKDIR /edgex 18:27:02 COPY go.mod . 18:27:02 RUN go mod download 18:27:02 + docker build -t ci-base-image-arm64 -f - . 18:27:03 #75 DONE 2.2s 18:27:03 18:27:03 #79 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 18:27:03 #0 1.623 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 18:27:03 #0 1.705 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 18:27:03 #0 1.956 (1/2) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r4) 18:27:03 #0 1.988 (2/2) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r4) 18:27:03 #0 1.995 OK: 8 MiB in 19 packages 18:27:03 #79 DONE 2.2s 18:27:03 18:27:03 #80 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 18:27:03 #0 building with "default" instance using docker driver 18:27:03 18:27:03 #1 [internal] load build definition from Dockerfile 18:27:03 #1 transferring dockerfile: 172B 0.0s done 18:27:03 #1 DONE 0.1s 18:27:03 18:27:03 #2 [internal] load .dockerignore 18:27:03 #2 transferring context: 50B 0.0s done 18:27:03 #2 DONE 0.1s 18:27:03 18:27:03 #3 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 18:27:03 #3 DONE 0.0s 18:27:04 18:27:04 #4 [internal] load build context 18:27:04 #4 transferring context: 3.72kB done 18:27:04 #4 DONE 0.1s 18:27:04 18:27:04 #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 18:27:04 #5 DONE 0.2s 18:27:04 18:27:04 #6 [2/4] WORKDIR /edgex 18:27:04 #80 DONE 1.4s 18:27:04 18:27:04 #81 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 18:27:04 #0 1.841 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 18:27:04 #0 1.939 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 18:27:04 #0 2.252 (1/2) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r4) 18:27:04 #0 2.285 (2/2) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r4) 18:27:04 #0 2.295 Executing ca-certificates-20230506-r0.trigger 18:27:04 #0 2.335 OK: 12 MiB in 26 packages 18:27:04 #81 DONE 3.6s 18:27:04 18:27:04 #82 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 18:27:04 #0 1.745 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 18:27:04 #0 1.828 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 18:27:04 #0 2.093 (1/2) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r4) 18:27:04 #0 2.167 (2/2) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r4) 18:27:04 #0 2.175 Executing ca-certificates-20230506-r0.trigger 18:27:04 #0 2.248 OK: 17 MiB in 19 packages 18:27:04 #82 DONE 3.6s 18:27:04 18:27:04 #83 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 18:27:04 #83 DONE 1.4s 18:27:04 18:27:04 #84 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 18:27:04 #84 DONE 1.4s 18:27:04 18:27:04 #85 [security-spire-server stage-2 5/9] COPY Attribution.txt / 18:27:04 #85 DONE 0.1s 18:27:04 18:27:04 #86 [security-spire-config stage-2 5/10] COPY Attribution.txt / 18:27:04 #86 DONE 0.0s 18:27:04 18:27:04 #87 [security-spire-config stage-2 6/10] COPY security.txt / 18:27:05 #87 ... 18:27:05 18:27:05 #88 [security-spire-server stage-2 6/9] COPY security.txt / 18:27:05 #88 DONE 0.5s 18:27:05 18:27:05 #87 [security-spire-config stage-2 6/10] COPY security.txt / 18:27:05 #87 DONE 0.5s 18:27:05 18:27:05 #89 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 18:27:05 #89 DONE 0.6s 18:27:05 18:27:05 #90 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 18:27:05 #90 DONE 0.1s 18:27:05 18:27:05 #91 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 18:27:05 #91 DONE 0.1s 18:27:05 18:27:05 #92 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 18:27:05 #92 DONE 0.1s 18:27:05 18:27:05 #93 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 18:27:05 #93 DONE 0.1s 18:27:05 18:27:05 #94 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 18:27:05 #94 DONE 0.1s 18:27:05 18:27:05 #95 [security-spire-agent stage-3 7/10] COPY security.txt / 18:27:05 #95 DONE 0.1s 18:27:05 18:27:05 #96 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 18:27:05 #96 DONE 0.0s 18:27:05 18:27:05 #97 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 18:27:05 #97 DONE 0.1s 18:27:05 18:27:05 #98 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 18:27:05 #98 DONE 0.0s 18:27:05 18:27:05 #99 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 18:27:05 #99 DONE 0.1s 18:27:05 18:27:05 #100 [security-spire-server] exporting to image 18:27:05 #100 exporting layers 18:27:05 #6 DONE 1.0s 18:27:05 18:27:05 #7 [3/4] COPY go.mod . 18:27:05 #7 DONE 0.1s 18:27:05 18:27:05 #8 [4/4] RUN go mod download 18:27:05 #100 ... 18:27:05 18:27:05 #101 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 18:27:05 #101 DONE 0.0s 18:27:05 18:27:05 #100 [security-spire-agent] exporting to image 18:27:05 #100 exporting layers 0.6s done 18:27:06 #100 exporting layers 0.5s done 18:27:06 #100 writing image sha256:dc5b1e84242b4bf108d4912ecb6a1baaffc65534c1da6be1258fc6dd5e8c4343 done 18:27:06 #100 naming to docker.io/library/security-spire-config done 18:27:06 #100 writing image sha256:232b716fa394afa6dbc8e2a69285b9dbe3d55ff4e361c44cea24b4c34b94637a done 18:27:06 #100 naming to docker.io/library/security-spire-server done 18:27:06 #100 writing image sha256:c24eaa350432167b9eb20b6cfcbbe732cf6c71770fb4c963e67fbfbf416ac143 done 18:27:06 #100 naming to docker.io/library/security-spire-agent done 18:27:06 #100 DONE 0.7s 18:27:06 18:27:06 #102 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:27:08 #102 ... 18:27:08 18:27:08 #103 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:27:08 #103 ... 18:27:08 18:27:08 #104 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:27:17 #8 DONE 11.9s 18:27:17 18:27:17 #9 exporting to image 18:27:17 #9 exporting layers 18:27:30 #9 exporting layers 12.5s done 18:27:30 #9 writing image sha256:a21abda55d0e0c3ded0a04c9774993c35d7e8d7459c17488731bdd97ce80cdc3 done 18:27:30 #9 naming to docker.io/library/ci-base-image-arm64 done 18:27:30 #9 DONE 12.5s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:27:30 #104 DONE 30.7s 18:27:30 18:27:30 #103 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:27:30 #103 DONE 30.8s 18:27:30 18:27:30 #64 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:27:30 #64 DONE 30.7s 18:27:30 18:27:30 #102 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:27:30 #102 DONE 30.7s 18:27:30 18:27:30 #105 [support-notifications builder 6/7] COPY . . 18:27:30 + docker inspect -f . ci-base-image-arm64 18:27:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:27:31 prd-ubuntu20.04-docker-arm64-4c-16g-27820 does not seem to be running inside a container 18:27:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:27:32 $ docker top c917d271c896dae9ba419a3f4023bffc54c528f1706ac663171773384350cefa -eo pid,comm [Pipeline] { [Pipeline] sh 18:27:32 + go version 18:27:32 go version go1.21.0 linux/arm64 [Pipeline] } 18:27:33 $ docker stop --time=1 c917d271c896dae9ba419a3f4023bffc54c528f1706ac663171773384350cefa 18:27:34 $ docker rm -f --volumes c917d271c896dae9ba419a3f4023bffc54c528f1706ac663171773384350cefa [Pipeline] // withDockerContainer [Pipeline] } 18:27:34 #105 DONE 5.3s 18:27:34 18:27:34 #106 [support-scheduler builder 6/7] COPY . . 18:27:34 #106 CACHED 18:27:34 18:27:34 #107 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:27:34 #107 CACHED 18:27:34 18:27:34 #108 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 18:27:34 #108 CACHED 18:27:34 18:27:34 #109 [security-proxy-auth builder 6/7] COPY . . 18:27:34 #109 CACHED 18:27:34 18:27:34 #110 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 18:27:34 #110 CACHED 18:27:34 18:27:34 #111 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:27:34 #111 CACHED 18:27:34 18:27:34 #112 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:27:34 #112 CACHED 18:27:34 18:27:34 #113 [core-command builder 6/7] COPY . . 18:27:34 #113 CACHED 18:27:34 18:27:34 #114 [core-command builder 4/7] COPY go.mod vendor* ./ 18:27:34 #114 CACHED 18:27:34 18:27:34 #115 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:27:34 #115 CACHED 18:27:34 18:27:34 #116 [core-metadata builder 6/7] COPY . . 18:27:34 #116 CACHED 18:27:34 18:27:34 #117 [core-metadata builder 4/7] COPY go.mod vendor* ./ 18:27:34 #117 CACHED 18:27:34 18:27:34 #118 [core-data builder 6/7] COPY . . 18:27:34 #118 CACHED 18:27:34 18:27:34 #119 [core-data builder 4/7] COPY go.mod vendor* ./ 18:27:34 #119 CACHED 18:27:34 18:27:34 #120 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:27:34 #120 CACHED 18:27:34 18:27:34 #121 [security-proxy-setup builder 6/7] COPY . . 18:27:34 #121 DONE 5.3s 18:27:34 18:27:34 #122 [security-secretstore-setup builder 6/7] COPY . . 18:27:34 #122 CACHED 18:27:34 18:27:34 #123 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 18:27:34 #123 CACHED 18:27:34 18:27:34 #124 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:27:34 #124 CACHED 18:27:34 18:27:34 #125 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:27:34 #125 CACHED 18:27:34 18:27:34 #126 [security-bootstrapper builder 6/7] COPY . . 18:27:34 #126 CACHED 18:27:34 18:27:34 #127 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 18:27:34 #127 CACHED 18:27:34 18:27:34 #128 [security-spiffe-token-provider builder 6/7] COPY . . 18:27:34 #128 DONE 5.3s 18:27:34 18:27:34 #129 [core-common-config-bootstrapper builder 6/7] COPY . . 18:27:34 #129 DONE 5.3s 18:27:34 18:27:34 #130 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 18:27:35 #130 0.805 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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] sh 18:27:35 + docker inspect -f . ci-base-image-arm64 18:27:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:27:35 prd-ubuntu20.04-docker-arm64-4c-16g-27820 does not seem to be running inside a container 18:27:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:27:36 $ docker top f9f51630e0135be80d92fd2d5b7494cc6f5ab4acf298f4b6bba5cc0bed370157 -eo pid,comm [Pipeline] { [Pipeline] echo 18:27:37 ========================================================= 18:27:37 [edgeXBuildGoParallel] Running Tests and Build... 18:27:37 ========================================================= [Pipeline] sh 18:27:37 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 18:27:38 + make test 18:27:38 go test -race -coverprofile=coverage.out ./... 18:27:45 #130 ... 18:27:45 18:27:45 #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 18:27:45 #0 0.894 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:27:45 #131 ... 18:27:45 18:27:45 #132 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 18:27:45 #0 0.371 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 18:27:45 #132 ... 18:27:45 18:27:45 #133 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 18:27:45 #0 1.188 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 18:27:45 #133 ... 18:27:45 18:27:45 #134 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 18:27:45 #0 0.729 go build -tags " non_delayedstart" -ldflags "-s -w -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 18:27:45 #134 ... 18:27:45 18:27:45 #135 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 18:27:45 #0 0.903 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:27:45 #135 ... 18:27:45 18:27:45 #136 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 18:27:45 #0 1.083 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:27:45 #136 ... 18:27:45 18:27:45 #137 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 18:27:45 #0 0.456 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 18:27:45 #137 ... 18:27:45 18:27:45 #138 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:27:45 #0 1.169 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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 18:27:45 #138 ... 18:27:45 18:27:45 #139 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 18:27:45 #0 0.665 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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 18:27:45 #139 ... 18:27:45 18:27:45 #140 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 18:27:45 #0 0.581 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:28:10 ? github.com/edgexfoundry/edgex-go [no test files] 18:28:53 #140 ... 18:28:53 18:28:53 #138 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:28:53 #138 71.80 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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 18:28:53 #138 ... 18:28:53 18:28:53 #140 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 18:28:53 #140 DONE 78.4s 18:28:53 18:28:53 #130 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 18:28:53 #130 DONE 78.4s 18:28:53 18:28:53 #134 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 18:28:53 #134 DONE 78.4s 18:28:53 18:28:53 #132 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 18:28:53 #132 DONE 78.4s 18:28:53 18:28:53 #137 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 18:28:53 #137 DONE 78.4s 18:28:53 18:28:53 #139 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 18:28:53 #139 DONE 78.5s 18:28:53 18:28:53 #135 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 18:28:53 #135 DONE 78.4s 18:28:53 18:28:53 #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 18:28:53 #131 DONE 78.5s 18:28:53 18:28:53 #138 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:28:53 #138 DONE 78.5s 18:28:53 18:28:53 #141 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 18:28:53 #141 ... 18:28:53 18:28:53 #136 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 18:28:53 #136 DONE 78.5s 18:28:53 18:28:53 #133 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 18:28:53 #133 DONE 78.7s 18:28:53 18:28:53 #142 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 18:28:53 #142 ... 18:28:53 18:28:53 #143 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 18:28:53 #143 DONE 0.6s 18:28:53 18:28:53 #141 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 18:28:53 #141 DONE 0.6s 18:28:53 18:28:53 #142 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 18:28:53 #142 DONE 0.5s 18:28:53 18:28:53 #144 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 18:28:53 #144 ... 18:28:53 18:28:53 #145 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 18:28:53 #145 DONE 0.6s 18:28:53 18:28:53 #146 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 18:28:53 #146 DONE 0.4s 18:28:53 18:28:53 #147 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 18:28:53 #147 DONE 0.5s 18:28:53 18:28:53 #148 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 18:28:53 #148 DONE 0.4s 18:28:53 18:28:53 #149 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 18:28:53 #149 CACHED 18:28:53 18:28:53 #150 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 18:28:53 #150 CACHED 18:28:53 18:28:53 #151 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 18:28:53 #151 CACHED 18:28:53 18:28:53 #152 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 18:28:53 #152 CACHED 18:28:53 18:28:53 #153 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 18:28:53 #153 CACHED 18:28:53 18:28:53 #154 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 18:28:53 #154 CACHED 18:28:53 18:28:53 #155 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 18:28:53 #155 CACHED 18:28:53 18:28:53 #156 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 18:28:53 #156 CACHED 18:28:53 18:28:53 #157 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 18:28:53 #157 DONE 0.3s 18:28:53 18:28:53 #158 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 18:28:53 #158 ... 18:28:53 18:28:53 #144 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 18:28:53 #144 DONE 0.4s 18:28:53 18:28:53 #159 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 18:28:53 #159 DONE 0.4s 18:28:54 18:28:54 #160 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 18:28:54 #160 DONE 0.4s 18:28:54 18:28:54 #161 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 18:28:54 #161 DONE 0.4s 18:28:54 18:28:54 #162 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 18:28:54 #162 ... 18:28:54 18:28:54 #163 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 18:28:54 #163 DONE 1.0s 18:28:54 18:28:54 #164 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:28:54 #164 DONE 1.0s 18:28:54 18:28:54 #158 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 18:28:54 #158 DONE 1.0s 18:28:55 18:28:55 #165 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:28:55 #165 DONE 1.3s 18:28:55 18:28:55 #166 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 18:28:55 #166 ... 18:28:55 18:28:55 #167 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:28:55 #167 DONE 1.3s 18:28:55 18:28:55 #168 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 18:28:55 #168 DONE 1.3s 18:28:55 18:28:55 #169 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:28:55 #169 DONE 1.3s 18:28:55 18:28:55 #170 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 18:28:55 #170 ... 18:28:55 18:28:55 #171 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:28:55 #171 DONE 1.3s 18:28:55 18:28:55 #172 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:28:55 #172 DONE 0.6s 18:28:55 18:28:55 #162 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 18:28:55 #162 DONE 1.3s 18:28:55 18:28:55 #173 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 18:28:55 #173 DONE 0.6s 18:28:55 18:28:55 #174 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 18:28:55 #174 DONE 0.6s 18:28:55 18:28:55 #166 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 18:28:55 #166 DONE 0.6s 18:28:55 18:28:55 #175 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 18:28:55 #175 DONE 0.5s 18:28:55 18:28:55 #100 [support-scheduler] exporting to image 18:28:55 #100 exporting layers 18:28:55 #100 ... 18:28:55 18:28:55 #176 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 18:28:55 #176 DONE 0.6s 18:28:55 18:28:55 #170 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 18:28:55 #170 DONE 0.6s 18:28:55 18:28:55 #177 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 18:28:55 #177 DONE 2.0s 18:28:55 18:28:55 #178 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 18:28:55 #178 DONE 0.5s 18:28:55 18:28:55 #179 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 18:28:55 #179 DONE 0.5s 18:28:55 18:28:55 #100 [support-notifications] exporting to image 18:28:55 #100 exporting layers 0.2s done 18:28:55 #100 ... 18:28:55 18:28:55 #180 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 18:28:55 #180 DONE 0.6s 18:28:55 18:28:55 #181 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 18:28:55 #181 DONE 0.5s 18:28:55 18:28:55 #100 [security-spiffe-token-provider] exporting to image 18:28:56 #100 ... 18:28:56 18:28:56 #182 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 18:28:56 #182 DONE 0.5s 18:28:56 18:28:56 #183 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 18:28:56 #183 DONE 0.5s 18:28:56 18:28:56 #184 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 18:28:56 #184 DONE 0.4s 18:28:56 18:28:56 #185 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 18:28:56 #185 DONE 0.4s 18:28:56 18:28:56 #100 [core-metadata] exporting to image 18:28:56 #100 writing image sha256:6fdbfd8fb4632791d44913ed38d2cceb0724d3414110d04fd51fd881fe709352 0.0s done 18:28:56 #100 writing image sha256:d049aa00cbf8e5b9d34c54b20a52ac58f4cc4c70e21b0ea87fdae3b636b63a09 0.1s done 18:28:56 #100 naming to docker.io/library/core-command done 18:28:56 #100 naming to docker.io/library/support-scheduler done 18:28:56 #100 exporting layers 0.3s done 18:28:56 #100 ... 18:28:56 18:28:56 #186 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 18:28:56 #186 DONE 0.5s 18:28:56 18:28:56 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 18:28:56 #187 DONE 0.3s 18:28:56 18:28:56 #188 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:28:56 #188 DONE 0.3s 18:28:56 18:28:56 #100 [core-metadata] exporting to image 18:28:56 #100 exporting layers 0.5s done 18:28:56 #100 writing image sha256:3311ee5569b23c9e101d207d2b995a8609c10e2a1024568d48be608513a00ab1 18:28:56 #100 exporting layers 0.5s done 18:28:56 #100 writing image sha256:3311ee5569b23c9e101d207d2b995a8609c10e2a1024568d48be608513a00ab1 0.0s done 18:28:56 #100 naming to docker.io/library/core-data done 18:28:56 #100 writing image sha256:4c9f43e57d7f25a24aebadba970994c62453a473a7b1011d63234996a6a935fd done 18:28:56 #100 naming to docker.io/library/support-notifications done 18:28:56 #100 writing image sha256:6e46e992345e8f82b6f3012b39590ae4f5c2517747e6fd5267376fdf0996daf9 done 18:28:56 #100 naming to docker.io/library/core-metadata done 18:28:56 #100 writing image sha256:990a657634c824a8bddeb5f80629c2ce4396e4a8ef640135aefb7d309e8749f1 done 18:28:56 #100 naming to docker.io/library/security-spiffe-token-provider done 18:28:56 #100 DONE 1.6s 18:28:56 18:28:56 #189 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 18:28:56 #189 DONE 0.1s 18:28:56 18:28:56 #190 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:28:56 #190 ... 18:28:56 18:28:56 #191 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:28:56 #191 DONE 0.3s 18:28:56 18:28:56 #192 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:28:56 #192 DONE 0.7s 18:28:56 18:28:56 #193 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 18:28:56 #193 DONE 0.3s 18:28:56 18:28:56 #100 [security-proxy-auth] exporting to image 18:28:56 #100 ... 18:28:56 18:28:56 #190 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:28:56 #190 DONE 0.6s 18:28:56 18:28:56 #194 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:28:56 #194 DONE 0.3s 18:28:56 18:28:56 #195 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 18:28:56 #195 DONE 0.0s 18:28:56 18:28:56 #196 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:28:56 #196 DONE 0.1s 18:28:56 18:28:56 #197 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:28:56 #197 DONE 0.9s 18:28:56 18:28:56 #100 [core-common-config-bootstrapper] exporting to image 18:28:56 #100 ... 18:28:56 18:28:56 #198 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 18:28:56 #198 DONE 0.1s 18:28:56 18:28:56 #100 [security-proxy-auth] exporting to image 18:28:56 #100 exporting layers 0.2s done 18:28:56 #100 writing image sha256:404f794dfdba76e51b1ef1ec6a388773ff4f37911f545979faf4f1bd44f93fa4 done 18:28:56 #100 naming to docker.io/library/security-proxy-auth done 18:28:56 #100 writing image sha256:690130ac2c159cacfd4a8a32399d29a4a421289897104aef799c54f36b8f3e30 done 18:28:56 #100 naming to docker.io/library/core-common-config-bootstrapper 18:28:57 #100 naming to docker.io/library/core-common-config-bootstrapper 0.0s done 18:28:57 #100 DONE 2.2s 18:28:57 18:28:57 #199 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 18:28:57 #199 DONE 0.1s 18:28:57 18:28:57 #200 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 18:28:57 #200 DONE 0.1s 18:28:57 18:28:57 #201 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:28:57 #201 DONE 0.0s 18:28:57 18:28:57 #202 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 18:28:57 #202 ... 18:28:57 18:28:57 #203 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:28:57 #203 DONE 0.4s 18:28:57 18:28:57 #204 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:28:57 #204 DONE 0.8s 18:28:57 18:28:57 #202 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 18:28:57 #202 DONE 0.4s 18:28:57 18:28:57 #100 [security-proxy-setup] exporting to image 18:28:57 #100 exporting layers 0.3s done 18:28:57 #100 writing image sha256:2ff412845a3c7d4ef9d6c37fb60cac59fcca0259969331e99d77c694e0a1fef6 0.0s done 18:28:57 #100 naming to docker.io/library/security-proxy-setup done 18:28:57 #100 writing image sha256:1697d7567f4d8d70aee651762102fadcef6fe726b3c7ff7f18f0ec31673fc0ee done 18:28:57 #100 naming to docker.io/library/security-secretstore-setup done 18:28:57 #100 exporting layers 0.2s done 18:28:57 #100 writing image sha256:7afe7f833df9b852e1b31fbe1aaa0ef9eed5ccefb06d1a6bc46f47a48d6388c6 done 18:28:57 #100 naming to docker.io/library/security-bootstrapper done 18:28:57 #100 DONE 2.7s 18:28:57 time="2024-01-24T18:26:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 18:28:57 time="2024-01-24T18:26:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 18:28:57 time="2024-01-24T18:26:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 18:28:57 time="2024-01-24T18:26:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 18:28:57 time="2024-01-24T18:26:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 18:28:57 time="2024-01-24T18:26:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 18:28:57 time="2024-01-24T18:26:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 18:28:57 time="2024-01-24T18:26:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 18:28:57 time="2024-01-24T18:26:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 18:28:57 time="2024-01-24T18:26:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 18:28:57 time="2024-01-24T18:26:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 18:28:57 time="2024-01-24T18:26:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 18:28:57 time="2024-01-24T18:26:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 18:28:57 time="2024-01-24T18:26:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 18:28:58 $ docker stop --time=1 fc5ad23320b4b2df9d0066d7114be9e20d0b043e7f974721ceaf119327de825a 18:28:59 $ docker rm -f --volumes fc5ad23320b4b2df9d0066d7114be9e20d0b043e7f974721ceaf119327de825a [Pipeline] // withDockerContainer [Pipeline] sh 18:28:59 + docker images 18:28:59 REPOSITORY TAG IMAGE ID CREATED SIZE 18:28:59 security-bootstrapper latest 7afe7f833df9 2 seconds ago 23.5MB 18:28:59 security-proxy-setup latest 2ff412845a3c 2 seconds ago 30.9MB 18:28:59 security-secretstore-setup latest 1697d7567f4d 2 seconds ago 41.5MB 18:28:59 core-common-config-bootstrapper latest 690130ac2c15 3 seconds ago 20MB 18:28:59 security-proxy-auth latest 404f794dfdba 3 seconds ago 20.8MB 18:28:59 core-command latest 6fdbfd8fb463 4 seconds ago 22MB 18:28:59 core-data latest 3311ee5569b2 4 seconds ago 22.1MB 18:28:59 support-notifications latest 4c9f43e57d7f 4 seconds ago 31.8MB 18:28:59 core-metadata latest 6e46e992345e 4 seconds ago 22.4MB 18:28:59 support-scheduler latest d049aa00cbf8 4 seconds ago 31MB 18:28:59 security-spiffe-token-provider latest 990a657634c8 4 seconds ago 33.7MB 18:28:59 security-spire-agent latest c24eaa350432 About a minute ago 166MB 18:28:59 security-spire-server latest 232b716fa394 About a minute ago 107MB 18:28:59 security-spire-config latest dc5b1e84242b About a minute ago 107MB 18:28:59 ci-base-image-x86_64 latest 9ed92c58179f 4 minutes ago 937MB 18:28:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine 88b5674ff536 2 months ago 564MB 18:28:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 7 months ago 334MB 18:28:59 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 18 months ago 253MB [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] } 18:29:06 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:29:06 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 18:29:06 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:29:06 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:29:06 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:29:06 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:29:07 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:29:07 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 18:29:07 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:29:07 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 18:29:09 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:29:09 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:29:09 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 18:29:09 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:29:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:29:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:29:14 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.197s coverage: 28.7% of statements 18:29:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 18:29:18 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 18:29:18 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 18:29:18 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.263s coverage: 97.0% of statements 18:29:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.330s coverage: 69.2% of statements 18:29:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:29:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:29:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.292s coverage: 53.2% of statements 18:29:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 18:29:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 18:29:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 18:29:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:29:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 18:29:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:29:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:29:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 16.737s coverage: 93.4% of statements 18:29:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.340s coverage: 4.1% of statements 18:29:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 18:29:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 18:29:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 18:29:48 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:29:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 18:29:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:29:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:29:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:29:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:29:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:29:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.447s coverage: 97.6% of statements 18:29:49 ok github.com/edgexfoundry/edgex-go/internal/io 1.207s coverage: 72.2% of statements 18:29:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 18:29:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:29:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.426s coverage: 0.9% of statements 18:29:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.282s coverage: 32.2% of statements 18:29:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.291s coverage: 41.7% of statements 18:29:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.256s coverage: 82.9% of statements 18:29:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.227s coverage: 94.1% of statements 18:29:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.242s coverage: 96.3% of statements 18:30:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.202s coverage: 87.5% of statements 18:30:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 18:30:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:30:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:30:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:30:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:30:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 18:30:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 18:30:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 18:30:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:30:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:30:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:30:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:30:08 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:30:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:30:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:30:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.197s coverage: 94.4% of statements 18:30:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 18:30:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:30:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:30:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:30:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 18:30:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 18:30:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 18:30:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:30:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:30:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:30:28 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 18:30:28 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 18:30:28 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 18:30:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 18:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.946s coverage: 79.9% of statements 18:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 19.233s coverage: 92.9% of statements 18:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.081s coverage: 64.4% of statements 18:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.221s coverage: 62.3% of statements 18:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.215s coverage: 87.2% of statements 18:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.182s coverage: 20.0% of statements 18:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.172s coverage: 100.0% of statements 18:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.714s coverage: 81.8% of statements 18:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.469s coverage: 82.1% of statements 18:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.235s coverage: 86.0% of statements 18:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.783s coverage: 63.1% of statements 18:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.227s coverage: 100.0% of statements 18:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.103s coverage: 89.4% of statements 18:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.064s coverage: 100.0% of statements 18:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.068s coverage: 73.7% of statements 18:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.074s coverage: 100.0% of statements 18:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.733s coverage: 38.4% of statements 18:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.226s coverage: 89.5% of statements 18:30:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.234s coverage: 84.8% of statements 18:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 18:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 18:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:30:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 18:30:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 18:30:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 18:30:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 18:30:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:30:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:30:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.304s coverage: 19.9% of statements 18:30:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.650s coverage: 95.7% of statements 18:30:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.233s coverage: 61.8% of statements 18:30:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 18:30:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 18:30:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.366s coverage: 98.9% of statements 18:30:42 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 18:30:42 WARNING: Linting skipped (not on x86_64 or linter not installed) 18:30:42 go vet ./... 18:32:04 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:32:04 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:32:04 ./bin/test-attribution-txt.sh [Pipeline] echo 18:32:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh 18:32:04 + ls -al . 18:32:04 total 732 18:32:04 drwxrwxr-x 10 1001 1001 4096 Jan 24 18:27 . 18:32:04 drwxr-xr-x 4 root root 4096 Jan 24 18:27 .. 18:32:04 drwxrwxr-x 2 1001 1001 4096 Jan 24 18:25 .blubracket 18:32:04 -rw-rw-r-- 1 1001 1001 10 Jan 24 18:25 .dockerignore 18:32:04 drwxrwxr-x 8 1001 1001 4096 Jan 24 18:25 .git 18:32:04 drwxrwxr-x 3 1001 1001 4096 Jan 24 18:25 .github 18:32:04 -rw-rw-r-- 1 1001 1001 1074 Jan 24 18:25 .gitignore 18:32:04 -rw-rw-r-- 1 1001 1001 42 Jan 24 18:25 .golangci.yml 18:32:04 -rw-rw-r-- 1 1001 1001 100 Jan 24 18:25 .hadolint.yml 18:32:04 -rw-rw-r-- 1 1001 1001 155 Jan 24 18:25 .sonarcloud.properties 18:32:04 -rw-rw-r-- 1 1001 1001 1171 Jan 24 18:25 ADOPTERS.md 18:32:04 -rw-rw-r-- 1 1001 1001 11674 Jan 24 18:25 Attribution.txt 18:32:04 -rw-rw-r-- 1 1001 1001 100284 Jan 24 18:25 CHANGELOG.md 18:32:04 -rw-rw-r-- 1 1001 1001 3804 Jan 24 18:25 CONTRIBUTING.md 18:32:04 -rw-rw-r-- 1 1001 1001 677 Jan 24 18:25 GOVERNANCE.md 18:32:04 -rw-rw-r-- 1 1001 1001 861 Jan 24 18:25 Jenkinsfile 18:32:04 -rw-rw-r-- 1 1001 1001 10775 Jan 24 18:25 LICENSE 18:32:04 -rw-rw-r-- 1 1001 1001 15392 Jan 24 18:25 Makefile 18:32:04 -rw-rw-r-- 1 1001 1001 582 Jan 24 18:25 OWNERS.md 18:32:04 -rw-rw-r-- 1 1001 1001 9528 Jan 24 18:25 README.md 18:32:04 -rw-rw-r-- 1 1001 1001 789 Jan 24 18:25 SECURITY.md 18:32:04 -rw-rw-r-- 1 1001 1001 5 Jan 24 18:23 VERSION 18:32:04 drwxrwxr-x 2 1001 1001 4096 Jan 24 18:25 bin 18:32:04 drwxrwxr-x 18 1001 1001 4096 Jan 24 18:25 cmd 18:32:04 -rw-r--r-- 1 root root 453602 Jan 24 18:30 coverage.out 18:32:04 drwxrwxr-x 2 1001 1001 4096 Jan 24 18:25 fuzz_test 18:32:04 -rw-rw-r-- 1 1001 1001 3686 Jan 24 18:25 go.mod 18:32:04 -rw-rw-r-- 1 1001 1001 34039 Jan 24 18:25 go.sum 18:32:04 drwxrwxr-x 7 1001 1001 4096 Jan 24 18:25 internal 18:32:04 drwxrwxr-x 3 1001 1001 4096 Jan 24 18:25 openapi 18:32:04 -rw-rw-r-- 1 1001 1001 584 Jan 24 18:25 security.txt 18:32:04 -rw-rw-r-- 1 1001 1001 204 Jan 24 18:25 version.go [Pipeline] sh 18:32:04 + '[' -e coverage.out ] 18:32:04 + chown 1001:1001 coverage.out [Pipeline] stash 18:32:04 Warning: overwriting stash ‘coverage-report’ 18:32:05 Stashed 1 file(s) [Pipeline] sh 18:32:05 + make build 18:32:05 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 18:33:02 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:33:02 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 18:33:02 go build -tags " non_delayedstart" -ldflags "-s -w -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 18:33:04 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:33:26 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:33:31 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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 18:33:35 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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 18:33:38 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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 18:33:40 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 18:33:43 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:33:46 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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] } 18:33:49 $ docker stop --time=1 f9f51630e0135be80d92fd2d5b7494cc6f5ab4acf298f4b6bba5cc0bed370157 18:33:51 $ docker rm -f --volumes f9f51630e0135be80d92fd2d5b7494cc6f5ab4acf298f4b6bba5cc0bed370157 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:33:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:33:55 18:33:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:33:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:33:55 latest: Pulling from edgex-devops/edgex-compose-arm64 18:33:55 547446be3368: Pulling fs layer 18:33:55 d125d8839a47: Pulling fs layer 18:33:55 3e85d5ac6304: Pulling fs layer 18:33:55 c3105a71a48b: Pulling fs layer 18:33:55 0f093f025ec4: Pulling fs layer 18:33:55 c3106fc0e877: Pulling fs layer 18:33:55 c3105a71a48b: Waiting 18:33:55 0f093f025ec4: Waiting 18:33:55 c3106fc0e877: Waiting 18:33:55 547446be3368: Download complete 18:33:55 c3105a71a48b: Download complete 18:33:56 d125d8839a47: Verifying Checksum 18:33:56 d125d8839a47: Download complete 18:33:56 c3106fc0e877: Download complete 18:33:56 0f093f025ec4: Verifying Checksum 18:33:56 0f093f025ec4: Download complete 18:33:57 547446be3368: Pull complete 18:33:57 d125d8839a47: Pull complete 18:33:57 3e85d5ac6304: Verifying Checksum 18:33:57 3e85d5ac6304: Download complete 18:34:12 3e85d5ac6304: Pull complete 18:34:12 c3105a71a48b: Pull complete 18:34:13 0f093f025ec4: Pull complete 18:34:13 c3106fc0e877: Pull complete 18:34:13 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 18:34:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:34:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:34:13 prd-ubuntu20.04-docker-arm64-4c-16g-27820 does not seem to be running inside a container 18:34:13 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:34:15 $ docker top b976e1e30cd548ad650a5acbbd8c708438df25f1acd99778a6d5f3b42355f30c -eo pid,comm [Pipeline] { [Pipeline] sh 18:34:16 + docker compose -f ./docker-compose-build.yml build --parallel 18:34:18 #1 [security-proxy-auth internal] load build definition from Dockerfile 18:34:18 #1 transferring dockerfile: 30B 18:34:18 #1 transferring dockerfile: 2.15kB done 18:34:18 #1 DONE 0.1s 18:34:18 18:34:18 #2 [security-proxy-auth internal] load .dockerignore 18:34:18 #2 transferring context: 50B done 18:34:18 #2 DONE 0.1s 18:34:18 18:34:18 #3 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 18:34:18 #3 DONE 0.0s 18:34:18 18:34:18 #4 [security-spire-config internal] load .dockerignore 18:34:18 #4 transferring context: 50B 0.0s done 18:34:18 #4 DONE 0.1s 18:34:18 18:34:18 #5 [security-spire-config internal] load build definition from Dockerfile 18:34:18 #5 transferring dockerfile: 1.69kB done 18:34:18 #5 DONE 0.1s 18:34:18 18:34:18 #6 [security-secretstore-setup internal] load .dockerignore 18:34:18 #6 transferring context: 50B done 18:34:18 #6 DONE 0.1s 18:34:18 18:34:18 #7 [security-secretstore-setup internal] load build definition from Dockerfile 18:34:18 #7 transferring dockerfile: 2.49kB done 18:34:18 #7 DONE 0.1s 18:34:18 18:34:18 #3 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 18:34:18 #3 DONE 0.0s 18:34:18 18:34:18 #8 [security-spire-agent internal] load build definition from Dockerfile 18:34:18 #8 DONE 0.0s 18:34:18 18:34:18 #9 [security-spire-agent internal] load .dockerignore 18:34:18 #9 ... 18:34:18 18:34:18 #10 [core-command internal] load build definition from Dockerfile 18:34:18 #10 transferring dockerfile: 1.93kB done 18:34:18 #10 DONE 0.1s 18:34:18 18:34:18 #11 [core-command internal] load .dockerignore 18:34:18 #11 transferring context: 50B done 18:34:18 #11 DONE 0.1s 18:34:18 18:34:18 #3 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 18:34:18 #3 DONE 0.0s 18:34:18 18:34:18 #9 [security-spire-agent internal] load .dockerignore 18:34:18 #9 transferring context: 50B done 18:34:18 #9 DONE 0.1s 18:34:18 18:34:18 #8 [security-spire-agent internal] load build definition from Dockerfile 18:34:18 #8 transferring dockerfile: 1.81kB done 18:34:18 #8 DONE 0.2s 18:34:18 18:34:18 #12 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 18:34:18 #12 DONE 0.4s 18:34:18 18:34:18 #13 [security-spiffe-token-provider internal] load build definition from Dockerfile 18:34:18 #13 transferring dockerfile: 1.89kB 0.0s done 18:34:18 #13 DONE 0.2s 18:34:18 18:34:18 #14 [security-spiffe-token-provider internal] load .dockerignore 18:34:18 #14 transferring context: 50B 0.0s done 18:34:18 #14 DONE 0.2s 18:34:18 18:34:18 #15 [support-scheduler internal] load .dockerignore 18:34:18 #15 ... 18:34:18 18:34:18 #16 [core-metadata internal] load build definition from Dockerfile 18:34:18 #16 transferring dockerfile: 2.06kB 0.0s done 18:34:18 #16 DONE 0.1s 18:34:18 18:34:18 #3 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 18:34:18 #3 DONE 0.0s 18:34:18 18:34:18 #17 [security-bootstrapper internal] load .dockerignore 18:34:18 #17 ... 18:34:18 18:34:18 #18 [core-metadata internal] load .dockerignore 18:34:18 #18 transferring context: 50B 0.0s done 18:34:18 #18 DONE 0.3s 18:34:18 18:34:18 #3 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 18:34:18 #3 DONE 0.0s 18:34:18 18:34:18 #19 [security-spiffe-token-provider stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 18:34:18 #19 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.2s done 18:34:18 #19 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done 18:34:18 #19 sha256:d4ade3639c27579321046d78cc44ec978cea8357d56932611984f601d27e30ac 528B / 528B done 18:34:18 #19 sha256:98487ac3d99577fbab06f220381fb052c7145a5dbcfea10ca83256f8f37f4f77 1.49kB / 1.49kB done 18:34:18 #19 ... 18:34:18 18:34:18 #15 [support-scheduler internal] load .dockerignore 18:34:18 #15 transferring context: 50B 0.0s done 18:34:18 #15 DONE 0.5s 18:34:18 18:34:18 #19 [security-spiffe-token-provider stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 18:34:18 #19 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 0B / 3.33MB 0.1s 18:34:18 #19 ... 18:34:18 18:34:18 #20 [support-scheduler internal] load build definition from Dockerfile 18:34:18 #20 transferring dockerfile: 1.93kB 0.0s done 18:34:18 #20 DONE 0.6s 18:34:18 18:34:18 #3 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 18:34:18 #3 DONE 0.0s 18:34:18 18:34:18 #19 [security-spiffe-token-provider stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 18:34:18 #19 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 2.10MB / 3.33MB 0.2s 18:34:19 #19 ... 18:34:19 18:34:19 #12 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 18:34:19 #12 DONE 1.1s 18:34:19 18:34:19 #19 [support-scheduler stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 18:34:19 #19 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.2s done 18:34:19 #19 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done 18:34:19 #19 sha256:d4ade3639c27579321046d78cc44ec978cea8357d56932611984f601d27e30ac 528B / 528B done 18:34:19 #19 sha256:98487ac3d99577fbab06f220381fb052c7145a5dbcfea10ca83256f8f37f4f77 1.49kB / 1.49kB done 18:34:19 #19 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 3.33MB / 3.33MB 0.3s 18:34:19 #19 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.2s done 18:34:19 #19 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done 18:34:19 #19 sha256:d4ade3639c27579321046d78cc44ec978cea8357d56932611984f601d27e30ac 528B / 528B done 18:34:19 #19 sha256:98487ac3d99577fbab06f220381fb052c7145a5dbcfea10ca83256f8f37f4f77 1.49kB / 1.49kB done 18:34:19 #19 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 3.33MB / 3.33MB 0.4s done 18:34:19 #19 extracting sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 18:34:19 #19 ... 18:34:19 18:34:19 #17 [security-bootstrapper internal] load .dockerignore 18:34:19 #17 transferring context: 50B 0.0s done 18:34:19 #17 DONE 0.7s 18:34:19 18:34:19 #21 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 18:34:19 #21 DONE 1.0s 18:34:19 18:34:19 #22 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 18:34:19 #22 DONE 1.2s 18:34:19 18:34:19 #23 [core-data internal] load .dockerignore 18:34:19 #23 transferring context: 50B 0.0s done 18:34:19 #23 DONE 1.0s 18:34:19 18:34:19 #24 [core-command builder 2/7] WORKDIR /edgex-go 18:34:19 #24 ... 18:34:19 18:34:19 #25 [security-proxy-setup internal] load build definition from Dockerfile 18:34:19 #25 transferring dockerfile: 2.50kB 0.1s done 18:34:19 #25 DONE 0.4s 18:34:19 18:34:19 #26 [security-spire-server internal] load build definition from Dockerfile 18:34:19 #26 transferring dockerfile: 1.70kB 0.0s done 18:34:19 #26 DONE 0.9s 18:34:19 18:34:19 #27 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 18:34:19 #27 DONE 1.8s 18:34:19 18:34:19 #19 [security-spire-config stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 18:34:19 #19 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.2s done 18:34:19 #19 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done 18:34:19 #19 sha256:d4ade3639c27579321046d78cc44ec978cea8357d56932611984f601d27e30ac 528B / 528B done 18:34:19 #19 sha256:98487ac3d99577fbab06f220381fb052c7145a5dbcfea10ca83256f8f37f4f77 1.49kB / 1.49kB done 18:34:19 #19 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 3.33MB / 3.33MB 0.4s done 18:34:20 #19 ... 18:34:20 18:34:20 #28 [core-common-config-bootstrapper internal] load .dockerignore 18:34:20 #28 transferring context: 50B 0.0s done 18:34:20 #28 DONE 1.3s 18:34:20 18:34:20 #29 [security-bootstrapper internal] load build definition from Dockerfile 18:34:20 #29 transferring dockerfile: 2.93kB 0.1s done 18:34:20 #29 DONE 1.9s 18:34:20 18:34:20 #19 [security-spire-config stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 18:34:20 #19 ... 18:34:20 18:34:20 #30 [security-spire-server internal] load .dockerignore 18:34:20 #30 transferring context: 50B 0.0s done 18:34:20 #30 DONE 1.8s 18:34:20 18:34:20 #31 [core-data internal] load build definition from Dockerfile 18:34:20 #31 transferring dockerfile: 2.01kB 0.0s done 18:34:20 #31 DONE 2.1s 18:34:20 18:34:20 #32 [support-notifications internal] load build definition from Dockerfile 18:34:20 #32 transferring dockerfile: 1.95kB 0.0s done 18:34:20 #32 DONE 1.8s 18:34:20 18:34:20 #33 [support-notifications internal] load .dockerignore 18:34:20 #33 transferring context: 50B 0.0s done 18:34:20 #33 DONE 1.8s 18:34:20 18:34:20 #3 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 18:34:20 #3 DONE 0.0s 18:34:20 18:34:20 #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 18:34:20 #34 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.2s done 18:34:20 #34 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done 18:34:20 #34 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done 18:34:20 #34 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done 18:34:20 #34 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.5s done 18:34:20 #34 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.6s done 18:34:20 #34 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.6s done 18:34:20 #34 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.0s done 18:34:21 #34 ... 18:34:21 18:34:21 #35 [core-common-config-bootstrapper internal] load build definition from Dockerfile 18:34:21 #35 transferring dockerfile: 2.23kB 0.0s done 18:34:21 #35 DONE 1.7s 18:34:21 18:34:21 #3 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 18:34:21 #3 DONE 0.0s 18:34:21 18:34:21 #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 18:34:21 #34 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.0s done 18:34:21 #34 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 0B / 23.39MB 0.8s 18:34:21 #34 ... 18:34:21 18:34:21 #36 [security-proxy-setup internal] load .dockerignore 18:34:21 #36 transferring context: 50B 0.1s done 18:34:21 #36 DONE 1.6s 18:34:21 18:34:21 #3 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 18:34:21 #3 DONE 0.0s 18:34:21 18:34:21 #24 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 18:34:21 #24 DONE 1.7s 18:34:21 18:34:21 #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 18:34:21 #34 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 18:34:21 #34 ... 18:34:21 18:34:21 #37 [security-spire-agent internal] load build context 18:34:21 #37 transferring context: 17.63kB 0.0s done 18:34:21 #37 DONE 1.2s 18:34:21 18:34:21 #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 18:34:21 #34 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0.0s done 18:34:21 #34 ... 18:34:21 18:34:21 #22 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 18:34:21 #22 DONE 1.7s 18:34:21 18:34:21 #12 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 18:34:21 #12 DONE 1.6s 18:34:21 18:34:21 #24 [support-notifications builder 2/7] WORKDIR /edgex-go 18:34:21 #24 DONE 2.1s 18:34:21 18:34:21 #34 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 18:34:21 #34 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 2.10MB / 23.39MB 1.1s 18:34:21 #34 ... 18:34:21 18:34:21 #22 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 18:34:21 #22 DONE 1.7s 18:34:21 18:34:21 #27 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 18:34:21 #27 DONE 2.3s 18:34:21 18:34:21 #24 [core-data builder 2/7] WORKDIR /edgex-go 18:34:21 #24 DONE 2.1s 18:34:21 18:34:21 #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 18:34:21 #34 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.2s done 18:34:21 #34 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done 18:34:21 #34 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done 18:34:21 #34 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done 18:34:21 #34 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.5s done 18:34:21 #34 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.6s done 18:34:21 #34 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.6s done 18:34:21 #34 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.0s done 18:34:21 #34 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.0s done 18:34:21 #34 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 4.19MB / 23.39MB 1.2s 18:34:21 #34 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0.0s done 18:34:21 #34 ... 18:34:21 18:34:21 #38 [security-spire-config internal] load build context 18:34:21 #38 transferring context: 16.35kB 0.1s done 18:34:21 #38 DONE 1.5s 18:34:21 18:34:21 #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 18:34:21 #34 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 7.34MB / 23.39MB 1.4s 18:34:21 #34 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 10.49MB / 23.39MB 1.6s 18:34:21 #34 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 13.63MB / 23.39MB 1.8s 18:34:22 #34 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 15.73MB / 23.39MB 1.9s 18:34:22 #34 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 18.12MB / 23.39MB 2.2s 18:34:22 #34 ... 18:34:22 18:34:22 #39 [security-spire-server internal] load build context 18:34:22 #39 transferring context: 18.10kB 0.1s done 18:34:22 #39 DONE 1.0s 18:34:22 18:34:22 #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 18:34:22 #34 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 20.97MB / 23.39MB 2.4s 18:34:22 #34 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 2.7s 18:34:22 #34 ... 18:34:22 18:34:22 #19 [security-secretstore-setup stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 18:34:22 #19 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.2s done 18:34:22 #19 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done 18:34:22 #19 sha256:d4ade3639c27579321046d78cc44ec978cea8357d56932611984f601d27e30ac 528B / 528B done 18:34:22 #19 sha256:98487ac3d99577fbab06f220381fb052c7145a5dbcfea10ca83256f8f37f4f77 1.49kB / 1.49kB done 18:34:22 #19 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 3.33MB / 3.33MB 0.4s done 18:34:22 #19 extracting sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 1.7s done 18:34:22 #19 DONE 5.2s 18:34:22 18:34:22 #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 18:34:22 #34 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 2.8s done 18:34:23 #34 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 18:34:27 #34 ... 18:34:27 18:34:27 #40 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 18:34:27 #0 2.862 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 18:34:27 #0 3.241 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 18:34:27 #0 4.725 OK: 266 MiB in 52 packages 18:34:27 #40 DONE 6.8s 18:34:27 18:34:27 #41 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 18:34:27 #0 3.915 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 18:34:27 #0 4.480 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 18:34:27 #0 6.068 OK: 266 MiB in 52 packages 18:34:27 #41 DONE 6.8s 18:34:27 18:34:27 #42 [support-scheduler internal] load build context 18:34:27 #42 transferring context: 45.34MB 7.9s 18:34:27 #42 ... 18:34:27 18:34:27 #43 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 18:34:27 #0 2.511 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 18:34:27 #0 3.006 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 18:34:27 #0 5.020 OK: 266 MiB in 52 packages 18:34:27 #43 DONE 6.4s 18:34:27 18:34:27 #42 [support-scheduler internal] load build context 18:34:27 #42 ... 18:34:27 18:34:27 #44 [security-proxy-auth internal] load build context 18:34:27 #44 ... 18:34:27 18:34:27 #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 18:34:28 #34 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 4.9s 18:34:28 #34 ... 18:34:28 18:34:28 #45 [security-secretstore-setup internal] load build context 18:34:28 #45 ... 18:34:28 18:34:28 #46 [core-command internal] load build context 18:34:28 #46 ... 18:34:28 18:34:28 #45 [security-secretstore-setup internal] load build context 18:34:28 #45 ... 18:34:28 18:34:28 #47 [security-spiffe-token-provider internal] load build context 18:34:28 #47 ... 18:34:28 18:34:28 #45 [security-secretstore-setup internal] load build context 18:34:29 #45 ... 18:34:29 18:34:29 #48 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 18:34:29 #0 2.280 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 18:34:29 #0 2.872 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 18:34:29 #0 4.697 v3.18.5-151-gce1442ef267 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 18:34:29 #0 4.697 v3.18.5-151-gce1442ef267 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 18:34:29 #0 4.697 OK: 19949 distinct packages available 18:34:29 #0 5.147 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 18:34:29 #0 5.721 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 18:34:29 #0 7.372 OK: 266 MiB in 52 packages 18:34:29 #48 DONE 8.0s 18:34:29 18:34:29 #45 [security-secretstore-setup internal] load build context 18:34:29 #45 ... 18:34:29 18:34:29 #49 [core-metadata internal] load build context 18:34:29 #49 ... 18:34:29 18:34:29 #45 [security-secretstore-setup internal] load build context 18:34:29 #45 ... 18:34:29 18:34:29 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 18:34:29 #50 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.2s done 18:34:29 #50 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.5s done 18:34:29 #50 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done 18:34:29 #50 sha256:ad4dd425609715af26ecdaca2eb780a94c16ab3f2bf7af379c54c59118cbad72 1.05kB / 1.05kB done 18:34:29 #50 sha256:2e3c005644c68a66b99f2ab1386460866c91f666818b8e3156b9a89d00c7486e 2.74kB / 2.74kB done 18:34:29 #50 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.6s done 18:34:29 #50 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.0s done 18:34:29 #50 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 0.9s done 18:34:29 #50 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 17.12MB / 17.12MB 2.2s done 18:34:29 #50 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 done 18:34:29 #50 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 7.2s 18:34:30 #50 ... 18:34:30 18:34:30 #45 [security-secretstore-setup internal] load build context 18:34:30 #45 ... 18:34:30 18:34:30 #51 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 18:34:30 #0 3.974 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 18:34:30 #0 4.494 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 18:34:30 #0 6.202 (1/2) Installing dumb-init (1.2.5-r2) 18:34:30 #0 6.202 (2/2) Installing su-exec (0.2-r3) 18:34:30 #0 6.202 Executing busybox-1.36.1-r5.trigger 18:34:30 #0 6.276 OK: 8 MiB in 17 packages 18:34:30 #51 DONE 7.2s 18:34:30 18:34:30 #45 [security-secretstore-setup internal] load build context 18:34:31 #45 ... 18:34:31 18:34:31 #52 [support-notifications internal] load build context 18:34:31 #52 ... 18:34:31 18:34:31 #53 [core-common-config-bootstrapper internal] load build context 18:34:31 #53 ... 18:34:31 18:34:31 #54 [security-proxy-setup internal] load build context 18:34:31 #54 ... 18:34:31 18:34:31 #55 [security-bootstrapper internal] load build context 18:34:31 #55 ... 18:34:31 18:34:31 #56 [core-data internal] load build context 18:34:31 #56 ... 18:34:31 18:34:31 #55 [security-bootstrapper internal] load build context 18:34:32 #55 transferring context: 33.09MB 10.3s 18:34:33 #55 ... 18:34:33 18:34:33 #57 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 18:34:33 #0 6.899 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 18:34:33 #0 7.650 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 18:34:33 #0 9.843 (1/6) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r4) 18:34:33 #0 10.06 (2/6) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r4) 18:34:33 #57 ... 18:34:33 18:34:33 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 18:34:33 #0 4.494 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 18:34:33 #0 5.032 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 18:34:33 #0 6.437 v3.18.5-151-gce1442ef267 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 18:34:33 #0 6.437 v3.18.5-151-gce1442ef267 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 18:34:33 #0 6.437 OK: 19947 distinct packages available 18:34:33 #0 6.704 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 18:34:33 #0 7.398 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 18:34:33 #0 10.10 (1/11) Installing ca-certificates (20230506-r0) 18:34:33 #58 10.22 (2/11) Installing brotli-libs (1.0.9-r14) 18:34:33 #58 ... 18:34:33 18:34:33 #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 18:34:33 #0 6.231 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 18:34:33 #0 6.938 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 18:34:33 #0 9.498 (1/4) Installing ca-certificates (20230506-r0) 18:34:33 #0 9.735 (2/4) Installing dumb-init (1.2.5-r2) 18:34:33 #0 9.761 (3/4) Installing su-exec (0.2-r3) 18:34:33 #0 9.761 (4/4) Installing yq (4.33.3-r5) 18:34:33 #59 10.35 Executing busybox-1.36.1-r5.trigger 18:34:33 #59 10.41 Executing ca-certificates-20230506-r0.trigger 18:34:33 #59 ... 18:34:33 18:34:33 #60 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 18:34:33 #0 8.735 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 18:34:33 #0 9.769 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 18:34:33 #60 ... 18:34:33 18:34:33 #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 18:34:33 #0 6.827 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 18:34:33 #0 7.567 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 18:34:33 #0 9.707 (1/2) Installing ca-certificates (20230506-r0) 18:34:33 #0 9.971 (2/2) Installing dumb-init (1.2.5-r2) 18:34:33 #0 9.971 Executing busybox-1.36.1-r5.trigger 18:34:33 #0 10.02 Executing ca-certificates-20230506-r0.trigger 18:34:33 #61 ... 18:34:33 18:34:33 #62 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init 18:34:33 #0 7.568 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 18:34:33 #0 8.255 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 18:34:33 #0 9.973 (1/1) Installing dumb-init (1.2.5-r2) 18:34:33 #0 9.987 Executing busybox-1.36.1-r5.trigger 18:34:33 #0 10.05 OK: 8 MiB in 16 packages 18:34:33 #62 ... 18:34:33 18:34:33 #63 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 18:34:33 #0 5.153 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 18:34:33 #0 5.735 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 18:34:33 #0 7.945 v3.18.5-151-gce1442ef267 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 18:34:33 #0 7.945 v3.18.5-151-gce1442ef267 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 18:34:33 #0 7.945 OK: 19947 distinct packages available 18:34:33 #0 8.188 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 18:34:33 #0 8.879 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 18:34:33 #63 ... 18:34:33 18:34:33 #62 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init 18:34:33 #62 DONE 11.4s 18:34:33 18:34:33 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 18:34:33 #0 9.359 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 18:34:33 #0 10.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 18:34:33 #64 ... 18:34:33 18:34:33 #65 [support-scheduler stage-1 3/8] RUN apk --no-cache upgrade 18:34:34 #65 ... 18:34:34 18:34:34 #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 18:34:34 #61 10.88 OK: 9 MiB in 17 packages 18:34:34 #61 DONE 11.9s 18:34:35 18:34:35 #57 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 18:34:35 #57 10.16 (3/6) Installing dumb-init (1.2.5-r2) 18:34:35 #57 10.16 (4/6) Installing openssl (3.1.4-r4) 18:34:35 #57 10.26 (5/6) Installing su-exec (0.2-r3) 18:34:35 #57 10.27 (6/6) Installing yq (4.33.3-r5) 18:34:35 #57 10.80 Executing busybox-1.36.1-r5.trigger 18:34:35 #57 10.90 OK: 18 MiB in 19 packages 18:34:35 #57 DONE 11.9s 18:34:35 18:34:35 #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 18:34:35 #34 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 11.9s 18:34:35 #34 ... 18:34:35 18:34:35 #66 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 18:34:35 #66 ... 18:34:35 18:34:35 #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 18:34:35 #59 11.11 OK: 18 MiB in 19 packages 18:34:35 #59 DONE 12.3s 18:34:35 18:34:35 #49 [core-metadata internal] load build context 18:34:35 #49 ... 18:34:35 18:34:35 #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 18:34:35 #34 ... 18:34:35 18:34:35 #63 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 18:34:35 #63 11.18 (1/7) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r4) 18:34:35 #63 11.56 (2/7) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r4) 18:34:35 #63 11.61 (3/7) Installing dumb-init (1.2.5-r2) 18:34:35 #63 11.67 (4/7) Installing musl-obstack (1.2.3-r2) 18:34:35 #63 11.67 (5/7) Installing libucontext (1.2-r2) 18:34:35 #63 11.78 (6/7) Installing gcompat (1.1.0-r1) 18:34:35 #63 11.78 (7/7) Installing openssl (3.1.4-r4) 18:34:35 #63 11.87 Executing busybox-1.36.1-r5.trigger 18:34:35 #63 11.94 OK: 9 MiB in 20 packages 18:34:35 #63 DONE 13.0s 18:34:35 18:34:35 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 18:34:35 #58 10.29 (3/11) Installing libunistring (1.1-r1) 18:34:35 #58 10.38 (4/11) Installing libidn2 (2.3.4-r1) 18:34:35 #58 10.44 (5/11) Installing nghttp2-libs (1.57.0-r0) 18:34:35 #58 10.45 (6/11) Installing libcurl (8.5.0-r0) 18:34:35 #58 10.51 (7/11) Installing curl (8.5.0-r0) 18:34:35 #58 10.56 (8/11) Installing dumb-init (1.2.5-r2) 18:34:35 #58 10.56 (9/11) Installing musl-obstack (1.2.3-r2) 18:34:35 #58 10.56 (10/11) Installing libucontext (1.2-r2) 18:34:35 #58 10.57 (11/11) Installing gcompat (1.1.0-r1) 18:34:35 #58 10.58 Executing busybox-1.36.1-r5.trigger 18:34:35 #58 10.75 Executing ca-certificates-20230506-r0.trigger 18:34:35 #58 11.53 OK: 13 MiB in 26 packages 18:34:35 #58 DONE 12.8s 18:34:35 18:34:35 #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 18:34:36 #34 ... 18:34:36 18:34:36 #60 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 18:34:36 #60 12.49 (1/1) Installing dumb-init (1.2.5-r2) 18:34:36 #60 12.49 Executing busybox-1.36.1-r5.trigger 18:34:36 #60 12.49 OK: 8 MiB in 16 packages 18:34:36 #60 DONE 13.6s 18:34:36 18:34:36 #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 18:34:37 #34 ... 18:34:37 18:34:37 #67 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 18:34:37 #0 3.529 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 18:34:37 #0 4.547 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 18:34:37 #0 6.216 (1/2) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r4) 18:34:37 #0 6.323 (2/2) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r4) 18:34:37 #0 6.363 OK: 8 MiB in 17 packages 18:34:37 #67 DONE 7.0s 18:34:37 18:34:37 #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 18:34:37 #34 ... 18:34:37 18:34:37 #42 [support-scheduler internal] load build context 18:34:37 #42 transferring context: 82.14MB 18.0s 18:34:37 #42 ... 18:34:37 18:34:37 #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 18:34:37 #34 ... 18:34:37 18:34:37 #44 [security-proxy-auth internal] load build context 18:34:38 #44 ... 18:34:38 18:34:38 #42 [support-scheduler internal] load build context 18:34:38 #42 ... 18:34:38 18:34:38 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 18:34:38 #64 12.54 v3.18.5-151-gce1442ef267 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 18:34:38 #64 12.54 v3.18.5-151-gce1442ef267 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 18:34:38 #64 12.54 OK: 19947 distinct packages available 18:34:38 #64 12.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 18:34:38 #64 13.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 18:34:38 #64 14.42 (1/4) Installing dumb-init (1.2.5-r2) 18:34:38 #64 14.43 (2/4) Installing musl-obstack (1.2.3-r2) 18:34:38 #64 14.44 (3/4) Installing libucontext (1.2-r2) 18:34:38 #64 14.46 (4/4) Installing gcompat (1.1.0-r1) 18:34:38 #64 14.49 Executing busybox-1.36.1-r5.trigger 18:34:38 #64 14.52 OK: 8 MiB in 19 packages 18:34:38 #64 DONE 15.3s 18:34:38 18:34:38 #42 [support-scheduler internal] load build context 18:34:38 #42 ... 18:34:38 18:34:38 #46 [core-command internal] load build context 18:34:38 #46 ... 18:34:38 18:34:38 #47 [security-spiffe-token-provider internal] load build context 18:34:39 #47 ... 18:34:39 18:34:39 #42 [support-scheduler internal] load build context 18:34:40 #42 ... 18:34:40 18:34:40 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 18:34:40 #50 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 17.6s 18:34:40 #50 ... 18:34:40 18:34:40 #65 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade 18:34:40 #65 3.910 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 18:34:40 #65 4.349 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 18:34:40 #65 5.739 (1/2) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r4) 18:34:40 #65 5.863 (2/2) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r4) 18:34:40 #65 6.166 OK: 8 MiB in 16 packages 18:34:40 #65 DONE 7.0s 18:34:40 18:34:40 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 18:34:40 #50 ... 18:34:40 18:34:40 #66 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 18:34:40 #66 5.239 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 18:34:40 #66 5.744 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 18:34:41 #66 ... 18:34:41 18:34:41 #45 [security-secretstore-setup internal] load build context 18:34:41 #45 ... 18:34:41 18:34:41 #53 [core-common-config-bootstrapper internal] load build context 18:34:41 #53 ... 18:34:41 18:34:41 #52 [support-notifications internal] load build context 18:34:41 #52 ... 18:34:41 18:34:41 #54 [security-proxy-setup internal] load build context 18:34:41 #54 ... 18:34:41 18:34:41 #52 [support-notifications internal] load build context 18:34:41 #52 ... 18:34:41 18:34:41 #56 [core-data internal] load build context 18:34:41 #56 ... 18:34:41 18:34:41 #52 [support-notifications internal] load build context 18:34:42 #52 ... 18:34:42 18:34:42 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 18:34:42 #50 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 18.1s done 18:34:42 #50 DONE 22.7s 18:34:42 18:34:42 #52 [support-notifications internal] load build context 18:34:42 #52 transferring context: 94.65MB 21.0s 18:34:43 #52 ... 18:34:43 18:34:43 #68 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 18:34:43 #0 5.201 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 18:34:43 #0 5.649 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 18:34:43 #0 7.307 OK: 18 MiB in 19 packages 18:34:43 #68 DONE 8.1s 18:34:43 18:34:43 #69 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 18:34:43 #69 DONE 6.0s 18:34:43 18:34:43 #52 [support-notifications internal] load build context 18:34:43 #52 ... 18:34:43 18:34:43 #55 [security-bootstrapper internal] load build context 18:34:43 #55 ... 18:34:43 18:34:43 #52 [support-notifications internal] load build context 18:34:44 #52 ... 18:34:44 18:34:44 #70 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 18:34:44 #70 DONE 1.1s 18:34:44 18:34:44 #52 [support-notifications internal] load build context 18:34:44 #52 ... 18:34:44 18:34:44 #71 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 18:34:44 #71 DONE 1.1s 18:34:44 18:34:44 #52 [support-notifications internal] load build context 18:34:44 #52 ... 18:34:44 18:34:44 #66 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 18:34:44 #66 7.586 (1/2) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r4) 18:34:44 #66 7.879 (2/2) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r4) 18:34:44 #66 7.934 Executing ca-certificates-20230506-r0.trigger 18:34:44 #66 8.599 OK: 9 MiB in 17 packages 18:34:44 #66 DONE 9.5s 18:34:44 18:34:44 #52 [support-notifications internal] load build context 18:34:45 #52 ... 18:34:45 18:34:45 #72 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 18:34:45 #0 5.348 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 18:34:45 #0 6.056 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 18:34:45 #0 7.941 (1/2) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r4) 18:34:45 #0 8.235 (2/2) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r4) 18:34:45 #0 8.283 Executing ca-certificates-20230506-r0.trigger 18:34:45 #0 8.824 OK: 18 MiB in 19 packages 18:34:45 #72 DONE 9.5s 18:34:45 18:34:45 #52 [support-notifications internal] load build context 18:34:45 #52 ... 18:34:45 18:34:45 #73 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 18:34:45 #0 5.322 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 18:34:45 #0 6.040 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 18:34:45 #0 8.043 (1/2) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r4) 18:34:45 #0 8.290 (2/2) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r4) 18:34:45 #0 8.304 Executing ca-certificates-20230506-r0.trigger 18:34:45 #0 8.926 OK: 13 MiB in 26 packages 18:34:45 #73 DONE 9.4s 18:34:45 18:34:45 #52 [support-notifications internal] load build context 18:34:45 #52 ... 18:34:45 18:34:45 #74 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 18:34:45 #0 6.113 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 18:34:45 #0 6.902 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 18:34:45 #0 8.757 OK: 9 MiB in 20 packages 18:34:45 #74 DONE 9.8s 18:34:45 18:34:45 #52 [support-notifications internal] load build context 18:34:45 #52 ... 18:34:45 18:34:45 #49 [core-metadata internal] load build context 18:34:45 #49 ... 18:34:45 18:34:45 #52 [support-notifications internal] load build context 18:34:46 #52 ... 18:34:46 18:34:46 #75 [core-data stage-1 3/7] RUN apk --no-cache upgrade 18:34:46 #0 5.875 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 18:34:46 #0 6.539 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 18:34:46 #0 8.604 (1/2) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r4) 18:34:46 #0 8.731 (2/2) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r4) 18:34:46 #0 8.770 OK: 8 MiB in 16 packages 18:34:46 #75 DONE 9.3s 18:34:46 18:34:46 #49 [core-metadata internal] load build context 18:34:46 #49 ... 18:34:46 18:34:46 #76 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 18:34:46 #0 5.282 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 18:34:46 #0 5.980 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 18:34:46 #0 7.581 (1/2) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r4) 18:34:46 #0 7.690 (2/2) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r4) 18:34:46 #0 7.714 OK: 8 MiB in 19 packages 18:34:46 #76 DONE 8.4s 18:34:46 18:34:46 #49 [core-metadata internal] load build context 18:34:47 #49 transferring context: 132.21MB 27.7s done 18:34:47 #49 ... 18:34:47 18:34:47 #46 [core-command internal] load build context 18:34:47 #46 transferring context: 132.21MB 28.5s done 18:34:47 #46 DONE 29.0s 18:34:47 18:34:47 #49 [core-metadata internal] load build context 18:34:47 #49 DONE 28.2s 18:34:47 18:34:47 #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 18:34:47 #34 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 24.3s 18:34:47 #34 ... 18:34:47 18:34:47 #77 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 18:34:47 #77 DONE 2.0s 18:34:47 18:34:47 #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 18:34:47 #34 ... 18:34:47 18:34:47 #78 [core-metadata builder 4/7] COPY go.mod vendor* ./ 18:34:48 #78 ... 18:34:48 18:34:48 #44 [security-proxy-auth internal] load build context 18:34:48 #44 ... 18:34:48 18:34:48 #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 18:34:48 #34 ... 18:34:48 18:34:48 #52 [support-notifications internal] load build context 18:34:48 #52 transferring context: 132.21MB 26.3s done 18:34:48 #52 DONE 27.2s 18:34:48 18:34:48 #42 [support-scheduler internal] load build context 18:34:48 #42 transferring context: 132.21MB 28.7s done 18:34:48 #42 DONE 29.1s 18:34:48 18:34:48 #78 [core-metadata builder 4/7] COPY go.mod vendor* ./ 18:34:48 #78 DONE 0.8s 18:34:48 18:34:48 #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 18:34:48 #34 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 25.4s done 18:34:49 #34 ... 18:34:49 18:34:49 #45 [security-secretstore-setup internal] load build context 18:34:49 #45 transferring context: 132.21MB 30.2s done 18:34:49 #45 DONE 30.7s 18:34:49 18:34:49 #47 [security-spiffe-token-provider internal] load build context 18:34:49 #47 ... 18:34:49 18:34:49 #34 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 18:34:49 #34 DONE 29.7s 18:34:49 18:34:49 #47 [security-spiffe-token-provider internal] load build context 18:34:49 #47 transferring context: 132.21MB 30.2s done 18:34:49 #47 ... 18:34:49 18:34:49 #55 [security-bootstrapper internal] load build context 18:34:49 #55 ... 18:34:49 18:34:49 #44 [security-proxy-auth internal] load build context 18:34:49 #44 transferring context: 132.21MB 30.6s done 18:34:49 #44 DONE 31.0s 18:34:49 18:34:49 #55 [security-bootstrapper internal] load build context 18:34:49 #55 ... 18:34:49 18:34:49 #79 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 18:34:49 #79 ... 18:34:49 18:34:49 #80 [support-notifications builder 4/7] COPY go.mod vendor* ./ 18:34:49 #80 DONE 1.0s 18:34:49 18:34:49 #47 [security-spiffe-token-provider internal] load build context 18:34:49 #47 DONE 30.7s 18:34:49 18:34:49 #81 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 18:34:49 #81 ... 18:34:49 18:34:49 #79 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 18:34:49 #79 DONE 0.7s 18:34:50 18:34:50 #53 [core-common-config-bootstrapper internal] load build context 18:34:50 #53 transferring context: 132.21MB 28.3s done 18:34:50 #53 DONE 29.0s 18:34:50 18:34:50 #82 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:34:50 #82 ... 18:34:50 18:34:50 #81 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 18:34:50 #81 DONE 0.8s 18:34:50 18:34:50 #54 [security-proxy-setup internal] load build context 18:34:50 #54 transferring context: 132.21MB 28.9s done 18:34:50 #54 DONE 29.4s 18:34:50 18:34:50 #55 [security-bootstrapper internal] load build context 18:34:50 #55 transferring context: 132.21MB 28.5s done 18:34:50 #55 DONE 29.4s 18:34:50 18:34:50 #56 [core-data internal] load build context 18:34:50 #56 transferring context: 132.21MB 28.6s done 18:34:50 #56 DONE 29.4s 18:34:50 18:34:50 #83 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 18:34:52 #83 DONE 1.3s 18:34:52 18:34:52 #84 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 18:34:52 #84 DONE 1.3s 18:34:52 18:34:52 #85 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 18:34:52 #85 DONE 1.2s 18:34:52 18:34:52 #86 [security-spire-config stage-2 5/10] COPY Attribution.txt / 18:34:52 #86 ... 18:34:52 18:34:52 #87 [security-spire-server stage-2 5/9] COPY Attribution.txt / 18:34:52 #87 DONE 0.2s 18:34:52 18:34:52 #88 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 18:34:52 #88 DONE 0.2s 18:34:52 18:34:52 #86 [security-spire-config stage-2 5/10] COPY Attribution.txt / 18:34:52 #86 DONE 0.2s 18:34:52 18:34:52 #89 [security-spire-config stage-2 6/10] COPY security.txt / 18:34:52 #89 DONE 0.2s 18:34:52 18:34:52 #90 [security-spire-server stage-2 6/9] COPY security.txt / 18:34:52 #90 DONE 0.2s 18:34:52 18:34:52 #91 [security-spire-agent stage-3 7/10] COPY security.txt / 18:34:52 #91 DONE 0.2s 18:34:52 18:34:52 #92 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 18:34:52 #92 DONE 0.2s 18:34:52 18:34:52 #93 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 18:34:52 #93 DONE 0.2s 18:34:52 18:34:52 #94 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 18:34:52 #94 DONE 0.2s 18:34:52 18:34:52 #95 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 18:34:52 #95 ... 18:34:52 18:34:52 #96 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 18:34:52 #96 DONE 0.2s 18:34:53 18:34:53 #97 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 18:34:53 #97 DONE 0.2s 18:34:53 18:34:53 #95 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 18:34:53 #95 DONE 0.2s 18:34:53 18:34:53 #98 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 18:34:53 #98 DONE 0.2s 18:34:53 18:34:53 #99 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 18:34:53 #99 DONE 0.2s 18:34:53 18:34:53 #100 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 18:34:53 #100 DONE 0.2s 18:34:53 18:34:53 #101 [security-spire-agent] exporting to image 18:34:53 #101 exporting layers 18:34:54 #101 exporting layers 1.3s done 18:34:54 #101 writing image sha256:597ab89ba29e036993ca57039ade74778b97939c0055e6299ad433117158f518 0.0s done 18:34:54 #101 naming to docker.io/library/security-spire-agent-arm64 0.0s done 18:34:54 #101 DONE 1.3s 18:34:54 18:34:54 #102 [security-spire-server] exporting to image 18:34:54 #102 exporting layers 1.4s done 18:34:54 #102 writing image sha256:3c20042229f2128f9be1f1c1e629a5e473ce1e9d21897be7ed2e9344c5627bdf 0.0s done 18:34:54 #102 naming to docker.io/library/security-spire-server-arm64 0.0s done 18:34:54 #102 DONE 1.4s 18:34:54 18:34:54 #103 [security-spire-config] exporting to image 18:34:54 #103 exporting layers 1.4s done 18:34:54 #103 writing image sha256:1975bcc90498dc8b9268022dcacb3d79961fb49a1c0f00deb36221db06df328e done 18:34:54 #103 naming to docker.io/library/security-spire-config-arm64 0.0s done 18:34:54 #103 DONE 1.4s 18:34:54 18:34:54 #104 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:34:58 #104 ... 18:34:58 18:34:58 #105 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:34:58 #105 ... 18:34:58 18:34:58 #106 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:35:20 #106 ... 18:35:20 18:35:20 #104 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:35:20 #104 DONE 27.7s 18:35:20 18:35:20 #106 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:35:20 #106 DONE 28.5s 18:35:20 18:35:20 #105 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:35:20 #105 DONE 29.6s 18:35:20 18:35:20 #82 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:35:20 #82 DONE 27.9s 18:35:20 18:35:20 #107 [core-metadata builder 6/7] COPY . . 18:35:20 #107 ... 18:35:20 18:35:20 #108 [support-notifications builder 6/7] COPY . . 18:35:20 #108 DONE 2.2s 18:35:20 18:35:20 #109 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:35:20 #109 CACHED 18:35:20 18:35:20 #110 [security-proxy-setup builder 6/7] COPY . . 18:35:20 #110 CACHED 18:35:20 18:35:20 #111 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 18:35:20 #111 CACHED 18:35:20 18:35:20 #112 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 18:35:20 #112 CACHED 18:35:20 18:35:20 #113 [core-common-config-bootstrapper builder 6/7] COPY . . 18:35:20 #113 CACHED 18:35:20 18:35:20 #114 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:35:20 #114 CACHED 18:35:20 18:35:20 #115 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:35:20 #115 CACHED 18:35:20 18:35:20 #116 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 18:35:20 #116 CACHED 18:35:20 18:35:20 #117 [security-bootstrapper builder 6/7] COPY . . 18:35:20 #117 CACHED 18:35:20 18:35:20 #118 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:35:20 #118 CACHED 18:35:20 18:35:20 #119 [core-data builder 4/7] COPY go.mod vendor* ./ 18:35:20 #119 CACHED 18:35:20 18:35:20 #120 [core-data builder 6/7] COPY . . 18:35:20 #120 CACHED 18:35:20 18:35:20 #121 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 18:35:20 #121 CACHED 18:35:20 18:35:20 #122 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:35:20 #122 CACHED 18:35:20 18:35:20 #123 [support-scheduler builder 6/7] COPY . . 18:35:20 #123 CACHED 18:35:20 18:35:20 #107 [core-metadata builder 6/7] COPY . . 18:35:20 #107 DONE 2.2s 18:35:20 18:35:20 #124 [security-spiffe-token-provider builder 6/7] COPY . . 18:35:20 #124 DONE 2.3s 18:35:20 18:35:20 #125 [security-secretstore-setup builder 6/7] COPY . . 18:35:20 #125 DONE 2.2s 18:35:20 18:35:20 #126 [core-command builder 6/7] COPY . . 18:35:20 #126 CACHED 18:35:20 18:35:20 #127 [core-command builder 4/7] COPY go.mod vendor* ./ 18:35:20 #127 CACHED 18:35:20 18:35:20 #128 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:35:20 #128 CACHED 18:35:20 18:35:20 #129 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:35:20 #129 CACHED 18:35:20 18:35:20 #130 [security-proxy-auth builder 6/7] COPY . . 18:35:20 #130 CACHED 18:35:20 18:35:20 #131 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 18:35:20 #131 CACHED 18:35:20 18:35:20 #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 18:35:23 #132 2.973 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:35:31 #132 ... 18:35:31 18:35:31 #133 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 18:35:31 #0 2.496 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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 18:35:31 #133 ... 18:35:31 18:35:31 #134 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 18:35:31 #0 2.826 go build -tags " non_delayedstart" -ldflags "-s -w -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 18:35:31 #134 ... 18:35:31 18:35:31 #135 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 18:35:31 #0 2.294 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 18:35:31 #135 ... 18:35:31 18:35:31 #136 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:35:31 #0 2.579 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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 18:35:31 #136 ... 18:35:31 18:35:31 #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 18:35:31 #0 2.778 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:35:31 #137 ... 18:35:31 18:35:31 #138 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 18:35:31 #0 2.033 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:35:31 #138 ... 18:35:31 18:35:31 #139 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 18:35:31 #0 3.013 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 18:35:31 #139 ... 18:35:31 18:35:31 #140 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 18:35:31 #0 1.483 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:35:31 #140 ... 18:35:31 18:35:31 #141 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 18:35:31 #0 2.652 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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 18:35:32 #141 ... 18:35:32 18:35:32 #142 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 18:35:32 #0 2.764 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 18:41:39 #142 ... 18:41:39 18:41:39 #136 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:41:39 #136 367.7 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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 18:41:39 #136 ... 18:41:39 18:41:39 #135 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 18:41:39 #135 DONE 370.7s 18:41:39 18:41:39 #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 18:41:39 #137 ... 18:41:39 18:41:39 #143 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 18:41:39 #143 DONE 0.5s 18:41:39 18:41:39 #133 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 18:41:39 #133 ... 18:41:39 18:41:39 #144 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 18:41:39 #144 DONE 0.2s 18:41:39 18:41:39 #145 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 18:41:39 #145 DONE 0.2s 18:41:39 18:41:39 #139 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 18:41:39 #139 ... 18:41:39 18:41:39 #146 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 18:41:39 #146 DONE 0.1s 18:41:39 18:41:39 #147 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:41:39 #147 DONE 0.4s 18:41:39 18:41:39 #148 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 18:41:39 #148 DONE 0.2s 18:41:39 18:41:39 #133 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 18:41:39 #133 ... 18:41:39 18:41:39 #149 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:41:39 #149 ... 18:41:39 18:41:39 #138 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 18:41:39 #138 DONE 374.0s 18:41:39 18:41:39 #134 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 18:41:39 #134 ... 18:41:39 18:41:39 #149 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:41:39 #149 DONE 1.9s 18:41:39 18:41:39 #150 [security-proxy-setup] exporting to image 18:41:39 #150 exporting layers 18:41:39 #150 ... 18:41:39 18:41:39 #151 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 18:41:39 #151 DONE 0.5s 18:41:39 18:41:39 #152 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 18:41:39 #152 ... 18:41:39 18:41:39 #150 [security-proxy-setup] exporting to image 18:41:39 #150 exporting layers 1.2s done 18:41:39 #150 writing image sha256:012ee8f71566f0e3263ad25fc87838526ebc91906416553d031f4f1548c6e4b4 done 18:41:39 #150 naming to docker.io/library/security-proxy-setup-arm64 0.0s done 18:41:39 #150 DONE 1.2s 18:41:39 18:41:39 #152 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 18:41:39 #152 ... 18:41:39 18:41:39 #136 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:41:39 #136 DONE 376.6s 18:41:39 18:41:39 #140 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 18:41:39 #140 ... 18:41:39 18:41:39 #152 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 18:41:39 #152 DONE 1.8s 18:41:39 18:41:39 #153 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 18:41:39 #153 ... 18:41:39 18:41:39 #154 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 18:41:39 #154 DONE 0.4s 18:41:39 18:41:39 #153 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 18:41:39 #153 DONE 0.4s 18:41:39 18:41:39 #155 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 18:41:39 #155 DONE 0.4s 18:41:39 18:41:39 #156 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 18:41:39 #156 DONE 0.4s 18:41:39 18:41:39 #157 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:41:39 #157 ... 18:41:39 18:41:39 #158 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:41:39 #158 DONE 0.2s 18:41:39 18:41:39 #157 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:41:39 #157 DONE 0.4s 18:41:39 18:41:39 #159 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 18:41:39 #159 DONE 0.2s 18:41:39 18:41:39 #160 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 18:41:39 #160 DONE 0.2s 18:41:39 18:41:39 #161 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 18:41:39 #161 DONE 0.3s 18:41:39 18:41:39 #162 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 18:41:39 #162 DONE 0.2s 18:41:39 18:41:39 #163 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 18:41:39 #163 DONE 0.2s 18:41:39 18:41:39 #164 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:41:39 #164 DONE 0.3s 18:41:39 18:41:39 #165 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:41:39 #165 ... 18:41:39 18:41:39 #166 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 18:41:39 #166 DONE 0.2s 18:41:39 18:41:39 #167 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:41:39 #167 DONE 0.2s 18:41:39 18:41:39 #165 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:41:39 #165 DONE 0.3s 18:41:39 18:41:39 #168 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:41:39 #168 DONE 0.2s 18:41:39 18:41:39 #169 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 18:41:42 #169 DONE 3.3s 18:41:42 18:41:42 #170 [security-bootstrapper] exporting to image 18:41:42 #170 exporting layers 18:41:42 #170 ... 18:41:42 18:41:42 #171 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:41:42 #171 DONE 3.4s 18:41:43 18:41:43 #172 [security-secretstore-setup] exporting to image 18:41:44 #172 ... 18:41:44 18:41:44 #170 [security-bootstrapper] exporting to image 18:41:44 #170 exporting layers 1.2s done 18:41:44 #170 writing image sha256:7b23f102fc64ea9ee82c6ee386b2130d738ba196a9a51489ac8fdca16f7bbac9 0.0s done 18:41:44 #170 naming to docker.io/library/security-bootstrapper-arm64 done 18:41:44 #170 DONE 1.3s 18:41:44 18:41:44 #172 [security-secretstore-setup] exporting to image 18:41:44 #172 exporting layers 1.3s done 18:41:44 #172 writing image sha256:8617de192dc73728be4322139e089da7cd43613c5283a719f79a4c47423cc586 done 18:41:44 #172 naming to docker.io/library/security-secretstore-setup-arm64 0.0s done 18:41:44 #172 DONE 1.3s 18:41:44 18:41:44 #142 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 18:41:44 #142 ... 18:41:44 18:41:44 #141 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 18:41:44 #141 DONE 384.4s 18:41:44 18:41:44 #173 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 18:41:45 #173 DONE 0.4s 18:41:45 18:41:45 #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 18:41:45 #137 ... 18:41:45 18:41:45 #174 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 18:41:45 #174 DONE 0.1s 18:41:45 18:41:45 #175 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 18:41:45 #175 DONE 0.3s 18:41:45 18:41:45 #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 18:41:46 #137 ... 18:41:46 18:41:46 #176 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 18:41:46 #176 DONE 0.2s 18:41:46 18:41:46 #177 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 18:41:46 #177 DONE 0.2s 18:41:46 18:41:46 #178 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:41:47 #178 DONE 1.7s 18:41:47 18:41:47 #134 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 18:41:47 #134 DONE 387.5s 18:41:47 18:41:47 #179 [security-proxy-auth] exporting to image 18:41:48 #179 ... 18:41:48 18:41:48 #180 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 18:41:48 #180 CACHED 18:41:48 18:41:48 #181 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 18:41:48 #181 CACHED 18:41:48 18:41:48 #182 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 18:41:48 #182 DONE 0.3s 18:41:48 18:41:48 #179 [security-proxy-auth] exporting to image 18:41:48 #179 exporting layers 0.9s done 18:41:48 #179 writing image sha256:3050c8a208d6f2c54aa09abdb81f3aa9246504b519cd25bf44be7a56d5a14803 done 18:41:48 #179 naming to docker.io/library/security-proxy-auth-arm64 done 18:41:48 #179 DONE 0.9s 18:41:48 18:41:48 #183 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 18:41:49 #183 DONE 0.3s 18:41:49 18:41:49 #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 18:41:49 #132 ... 18:41:49 18:41:49 #184 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 18:41:49 #184 DONE 0.1s 18:41:49 18:41:49 #185 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:41:50 #185 DONE 1.5s 18:41:50 18:41:50 #186 [core-common-config-bootstrapper] exporting to image 18:41:51 #186 exporting layers 0.4s done 18:41:51 #186 writing image sha256:0fb4f186a56a34b5d0ad173f3ca1d2efa6164c1319a84bd285f369caea21f9a9 done 18:41:51 #186 naming to docker.io/library/core-common-config-bootstrapper-arm64 0.0s done 18:41:51 #186 DONE 0.4s 18:41:51 18:41:51 #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 18:42:09 #132 ... 18:42:09 18:42:09 #142 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 18:42:09 #142 DONE 406.4s 18:42:09 18:42:09 #140 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 18:42:09 #140 ... 18:42:09 18:42:09 #187 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 18:42:09 #187 DONE 0.2s 18:42:09 18:42:09 #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 18:42:09 #137 ... 18:42:09 18:42:09 #188 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 18:42:09 #188 DONE 0.1s 18:42:09 18:42:09 #189 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:42:09 #189 DONE 0.2s 18:42:09 18:42:09 #190 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 18:42:09 #190 DONE 0.1s 18:42:09 18:42:09 #191 [core-command] exporting to image 18:42:09 #191 exporting layers 18:42:09 #191 exporting layers 0.3s done 18:42:09 #191 writing image sha256:28aa355cec5a057c1f48b45b3f631e0585c65ca37ccc529eab0bc7c2f5f7e169 done 18:42:09 #191 naming to docker.io/library/core-command-arm64 0.0s done 18:42:09 #191 DONE 0.3s 18:42:09 18:42:09 #132 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 18:42:13 #132 DONE 412.6s 18:42:13 18:42:13 #139 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 18:42:13 #139 DONE 412.6s 18:42:13 18:42:13 #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 18:42:13 #137 ... 18:42:13 18:42:13 #192 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 18:42:13 #192 DONE 0.2s 18:42:13 18:42:13 #193 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 18:42:13 #193 DONE 0.3s 18:42:13 18:42:13 #194 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 18:42:14 #194 DONE 0.1s 18:42:14 18:42:14 #195 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 18:42:14 #195 DONE 0.1s 18:42:14 18:42:14 #196 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:42:14 #196 DONE 0.3s 18:42:14 18:42:14 #197 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:42:14 #197 DONE 0.3s 18:42:14 18:42:14 #198 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 18:42:14 #198 DONE 0.1s 18:42:14 18:42:14 #199 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 18:42:14 #199 DONE 0.2s 18:42:14 18:42:14 #200 [core-data] exporting to image 18:42:14 #200 exporting layers 18:42:14 #200 ... 18:42:14 18:42:14 #201 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 18:42:14 #201 DONE 0.3s 18:42:14 18:42:14 #200 [core-data] exporting to image 18:42:14 #200 exporting layers 0.6s done 18:42:14 #200 writing image sha256:551cbbb00b21235eba3bd004ece150d3576236eb20b24470b120c3dd858ba7b6 0.0s done 18:42:14 #200 naming to docker.io/library/core-data-arm64 0.0s done 18:42:14 #200 DONE 0.7s 18:42:14 18:42:14 #202 [core-metadata] exporting to image 18:42:15 #202 exporting layers 0.4s done 18:42:15 #202 writing image sha256:ba3e6f0152b7f2223d5bb29c4a3cf6ae30b7117aaf72d8d31b2a6c3938ede42d 18:42:15 #202 writing image sha256:ba3e6f0152b7f2223d5bb29c4a3cf6ae30b7117aaf72d8d31b2a6c3938ede42d done 18:42:15 #202 naming to docker.io/library/core-metadata-arm64 done 18:42:15 #202 DONE 0.4s 18:42:15 18:42:15 #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 18:42:27 #137 ... 18:42:27 18:42:27 #133 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 18:42:27 #133 DONE 425.6s 18:42:27 18:42:27 #140 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 18:42:27 #140 ... 18:42:27 18:42:27 #203 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 18:42:27 #203 DONE 0.1s 18:42:27 18:42:27 #204 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 18:42:27 #204 DONE 0.1s 18:42:27 18:42:27 #205 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 18:42:27 #205 DONE 0.2s 18:42:27 18:42:27 #206 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 18:42:27 #206 DONE 0.1s 18:42:27 18:42:27 #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 18:42:27 #137 ... 18:42:27 18:42:27 #207 [security-spiffe-token-provider] exporting to image 18:42:27 #207 exporting layers 18:42:27 #207 exporting layers 0.4s done 18:42:27 #207 writing image sha256:8f38918aec542c10c9663e2aed02caeee6b4da7eee737716c9ac3f58bd0305e1 done 18:42:27 #207 naming to docker.io/library/security-spiffe-token-provider-arm64 done 18:42:27 #207 DONE 0.4s 18:42:27 18:42:27 #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 18:42:34 #137 ... 18:42:34 18:42:34 #140 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 18:42:34 #140 DONE 433.4s 18:42:34 18:42:34 #137 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 18:42:34 #137 DONE 433.4s 18:42:34 18:42:34 #208 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 18:42:34 #208 DONE 0.1s 18:42:34 18:42:34 #209 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 18:42:34 #209 DONE 0.1s 18:42:34 18:42:34 #210 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 18:42:34 #210 DONE 0.1s 18:42:34 18:42:34 #211 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 18:42:34 #211 DONE 0.1s 18:42:34 18:42:34 #212 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:42:34 #212 ... 18:42:34 18:42:34 #213 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:42:34 #213 DONE 0.3s 18:42:34 18:42:34 #212 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:42:34 #212 DONE 0.4s 18:42:34 18:42:34 #214 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 18:42:34 #214 DONE 0.1s 18:42:34 18:42:34 #215 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 18:42:34 #215 DONE 0.1s 18:42:34 18:42:34 #216 [support-notifications] exporting to image 18:42:34 #216 exporting layers 18:42:35 #216 exporting layers 0.3s done 18:42:35 #216 writing image sha256:02771d0ecf4e422c93969e979c881149c57b7d6df5b77ea62b2a939ceb01e7eb done 18:42:35 #216 naming to docker.io/library/support-notifications-arm64 0.0s done 18:42:35 #216 DONE 0.4s 18:42:35 18:42:35 #217 [support-scheduler] exporting to image 18:42:35 #217 exporting layers 0.3s done 18:42:35 #217 writing image sha256:5ba005c7833ed3ff4de6dadddcff5573aeb222195e3ec85c50a5a9ddfcbf5303 0.0s done 18:42:35 #217 naming to docker.io/library/support-scheduler-arm64 done 18:42:35 #217 DONE 0.3s 18:42:35 time="2024-01-24T18:34:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 18:42:35 time="2024-01-24T18:34:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 18:42:35 time="2024-01-24T18:34:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 18:42:35 time="2024-01-24T18:34:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 18:42:35 time="2024-01-24T18:34:16Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 18:42:35 time="2024-01-24T18:34:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 18:42:35 time="2024-01-24T18:34:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 18:42:35 time="2024-01-24T18:34:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 18:42:35 time="2024-01-24T18:34:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 18:42:35 time="2024-01-24T18:34:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 18:42:35 time="2024-01-24T18:34:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 18:42:35 time="2024-01-24T18:34:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 18:42:35 time="2024-01-24T18:34:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 18:42:35 time="2024-01-24T18:34:17Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 18:42:35 $ docker stop --time=1 b976e1e30cd548ad650a5acbbd8c708438df25f1acd99778a6d5f3b42355f30c 18:42:36 $ docker rm -f --volumes b976e1e30cd548ad650a5acbbd8c708438df25f1acd99778a6d5f3b42355f30c [Pipeline] // withDockerContainer [Pipeline] sh 18:42:37 + docker images 18:42:37 REPOSITORY TAG IMAGE ID CREATED SIZE 18:42:37 support-notifications-arm64 latest 02771d0ecf4e 3 seconds ago 31.5MB 18:42:37 support-scheduler-arm64 latest 5ba005c7833e 3 seconds ago 30.6MB 18:42:37 security-spiffe-token-provider-arm64 latest 8f38918aec54 11 seconds ago 34MB 18:42:37 core-data-arm64 latest 551cbbb00b21 23 seconds ago 22MB 18:42:37 core-metadata-arm64 latest ba3e6f0152b7 23 seconds ago 22.2MB 18:42:37 core-command-arm64 latest 28aa355cec5a 30 seconds ago 21.8MB 18:42:37 core-common-config-bootstrapper-arm64 latest 0fb4f186a56a 47 seconds ago 19.9MB 18:42:37 security-proxy-auth-arm64 latest 3050c8a208d6 50 seconds ago 20.7MB 18:42:37 security-bootstrapper-arm64 latest 7b23f102fc64 55 seconds ago 23.3MB 18:42:37 security-secretstore-setup-arm64 latest 8617de192dc7 55 seconds ago 40.8MB 18:42:37 security-proxy-setup-arm64 latest 012ee8f71566 About a minute ago 30.6MB 18:42:37 security-spire-server-arm64 latest 3c20042229f2 7 minutes ago 102MB 18:42:37 security-spire-agent-arm64 latest 597ab89ba29e 7 minutes ago 157MB 18:42:37 security-spire-config-arm64 latest 1975bcc90498 7 minutes ago 101MB 18:42:37 ci-base-image-arm64 latest a21abda55d0e 15 minutes ago 933MB 18:42:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine 86de565de09d 2 months ago 560MB 18:42:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 7 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:42:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:42:38 18:42:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:42:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:42:39 arm64: Pulling from edgex-lftools-log-publisher 18:42:39 8998bd30e6a1: Pulling fs layer 18:42:39 04944245beec: Pulling fs layer 18:42:39 699f458cf7ca: Pulling fs layer 18:42:39 765212b225bb: Pulling fs layer 18:42:39 f23df028b6ca: Pulling fs layer 18:42:39 d65c8cfc05b1: Pulling fs layer 18:42:39 2437ff75d9bd: Pulling fs layer 18:42:39 765212b225bb: Waiting 18:42:39 d65c8cfc05b1: Waiting 18:42:39 f23df028b6ca: Waiting 18:42:39 2437ff75d9bd: Waiting 18:42:39 04944245beec: Verifying Checksum 18:42:39 04944245beec: Download complete 18:42:39 765212b225bb: Verifying Checksum 18:42:39 765212b225bb: Download complete 18:42:39 f23df028b6ca: Verifying Checksum 18:42:39 f23df028b6ca: Download complete 18:42:39 d65c8cfc05b1: Verifying Checksum 18:42:39 d65c8cfc05b1: Download complete 18:42:39 699f458cf7ca: Verifying Checksum 18:42:39 699f458cf7ca: Download complete 18:42:39 8998bd30e6a1: Verifying Checksum 18:42:39 8998bd30e6a1: Download complete 18:42:41 2437ff75d9bd: Verifying Checksum 18:42:41 2437ff75d9bd: Download complete 18:42:46 8998bd30e6a1: Pull complete 18:42:46 04944245beec: Pull complete 18:42:48 699f458cf7ca: Pull complete 18:42:48 765212b225bb: Pull complete 18:42:49 f23df028b6ca: Pull complete 18:42:49 d65c8cfc05b1: Pull complete 18:43:16 2437ff75d9bd: Pull complete 18:43:16 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 18:43:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:43:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:43:16 prd-ubuntu20.04-docker-arm64-4c-16g-27820 does not seem to be running inside a container 18:43:16 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 18:43:17 $ docker top 4fb9913cfce6be6999061b971d28082faa84a4928271da607a9a3850d30b32a0 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:43:18 ---> job-cost.sh 18:43:18 lf-activate-venv: SKIPPING 18:43:18 INFO: No Stack... 18:43:19 INFO: Retrieving Pricing Info for: v3-standard-8 18:43:20 INFO: Archiving Costs [Pipeline] sh 18:43:20 + cat /w/workspace/edgex-go/1/archives/cost.csv 18:43:20 + cut -d, -f6 [Pipeline] lock 18:43:20 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4751-1-stack-cost] 18:43:20 Resource [jenkins-edgexfoundry-edgex-go-PR-4751-1-stack-cost] did not exist. Created. 18:43:20 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4751-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:43:21 + echo total: 0.2199999988079071 [Pipeline] stash 18:43:21 Stashed 1 file(s) [Pipeline] } 18:43:21 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4751-1-stack-cost] [Pipeline] // lock [Pipeline] } 18:43:21 $ docker stop --time=1 4fb9913cfce6be6999061b971d28082faa84a4928271da607a9a3850d30b32a0 18:43:22 $ docker rm -f --volumes 4fb9913cfce6be6999061b971d28082faa84a4928271da607a9a3850d30b32a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 18:43:24 provisioning config files... 18:43:24 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config12796617687225192825tmp [Pipeline] { [Pipeline] sh 18:43:25 + set +x 18:43:25 + + curl -sbash https://codecov.io/bash -s 18:43:25 -- 18:43:25 18:43:25 _____ _ 18:43:25 / ____| | | 18:43:25 | | ___ __| | ___ ___ _____ __ 18:43:25 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:43:25 | |___| (_) | (_| | __/ (_| (_) \ V / 18:43:25 \_____\___/ \__,_|\___|\___\___/ \_/ 18:43:25 Bash-1.0.6 18:43:25 18:43:25 18:43:25 ==> git version 2.25.1 found 18:43:25 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 18:43:25 Release-Date: 2020-01-08 18:43:25 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 18:43:25 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 18:43:25 ==> Jenkins CI detected. 18:43:25 current dir:  /w/workspace/edgex-go/1 18:43:25 project root: . 18:43:25 --> token set from env 18:43:25 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:43:25 ==> Running gcov in . (disable via -X gcov) 18:43:25 ==> Python coveragepy not found 18:43:25 ==> Searching for coverage reports in: 18:43:25 + . 18:43:25 -> Found 1 reports 18:43:25 ==> Detecting git/mercurial file structure 18:43:25 ==> Reading reports 18:43:25 + ./coverage.out bytes=453602 18:43:25 ==> Appending adjustments 18:43:25 https://docs.codecov.io/docs/fixing-reports 18:43:26 + Found adjustments 18:43:26 ==> Gzipping contents 18:43:26 60K /tmp/codecov.qc6xeY.gz 18:43:26 ==> Uploading reports 18:43:26 url: https://codecov.io 18:43:26 query: branch=PR-4751&commit=c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4751%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4751&job=&cmd_args= 18:43:26 -> Pinging Codecov 18:43:26 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-4751&commit=c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4751%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4751&job=&cmd_args= 18:43:26 -> Uploading to 18:43:26 https://storage.googleapis.com/codecov/v4/raw/2024-01-24/00271124DB129430A58F1EEE437C3FCB/c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8/23744097-24c5-4e6a-987c-3fa1ea15a77b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240124%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20240124T184326Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=dc99980eeb0d765a3f71669763efe66643faebce81e18b680a2da5b83c367e48 18:43:26 % Total % Received % Xferd Average Speed Time Time Time Current 18:43:26 Dload Upload Total Spent Left Speed 18:43:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57719 0 0 100 57719 0 176k --:--:-- --:--:-- --:--:-- 176k 18:43:26 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/c8d85a413e18a87bc2f8100f0f2e49e2dd653fb8 [Pipeline] } 18:43:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 18:43:29 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 18:43:29 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:43:30 ---> package-listing.sh 18:43:30 ++ tr '[:upper:]' '[:lower:]' 18:43:30 ++ facter osfamily 18:43:30 + OS_FAMILY=debian 18:43:30 + workspace=/w/workspace/edgex-go/1 18:43:30 + START_PACKAGES=/tmp/packages_start.txt 18:43:30 + END_PACKAGES=/tmp/packages_end.txt 18:43:30 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:43:30 + PACKAGES=/tmp/packages_start.txt 18:43:30 + '[' /w/workspace/edgex-go/1 ']' 18:43:30 + PACKAGES=/tmp/packages_end.txt 18:43:30 + case "${OS_FAMILY}" in 18:43:30 + dpkg -l 18:43:30 + grep '^ii' 18:43:30 + '[' -f /tmp/packages_start.txt ']' 18:43:30 + '[' -f /tmp/packages_end.txt ']' 18:43:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:43:30 + '[' /w/workspace/edgex-go/1 ']' 18:43:30 + mkdir -p /w/workspace/edgex-go/1/archives/ 18:43:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 18:43:30 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 18:43:31 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:43:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:43:31 18:43:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:43:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:43:32 latest: Pulling from edgex-lftools-log-publisher 18:43:32 5eb5b503b376: Pulling fs layer 18:43:32 5c69ac0246d0: Pulling fs layer 18:43:32 ec43610c2a17: Pulling fs layer 18:43:32 3a2ae6a8a46f: Pulling fs layer 18:43:32 33b1e0a273af: Pulling fs layer 18:43:32 5d3b04190fa2: Pulling fs layer 18:43:32 2f39f015ded8: Pulling fs layer 18:43:32 3a2ae6a8a46f: Waiting 18:43:32 33b1e0a273af: Waiting 18:43:32 5d3b04190fa2: Waiting 18:43:32 2f39f015ded8: Waiting 18:43:32 5c69ac0246d0: Verifying Checksum 18:43:32 3a2ae6a8a46f: Verifying Checksum 18:43:32 3a2ae6a8a46f: Download complete 18:43:32 33b1e0a273af: Verifying Checksum 18:43:32 33b1e0a273af: Download complete 18:43:32 5d3b04190fa2: Verifying Checksum 18:43:32 5d3b04190fa2: Download complete 18:43:32 ec43610c2a17: Verifying Checksum 18:43:32 ec43610c2a17: Download complete 18:43:32 5eb5b503b376: Verifying Checksum 18:43:32 5eb5b503b376: Download complete 18:43:33 2f39f015ded8: Download complete 18:43:33 5eb5b503b376: Pull complete 18:43:33 5c69ac0246d0: Pull complete 18:43:33 ec43610c2a17: Pull complete 18:43:34 3a2ae6a8a46f: Pull complete 18:43:34 33b1e0a273af: Pull complete 18:43:34 5d3b04190fa2: Pull complete 18:43:38 2f39f015ded8: Pull complete 18:43:38 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 18:43:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:43:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:43:39 prd-ubuntu20.04-docker-8c-8g-27819 does not seem to be running inside a container 18:43:39 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 18:43:42 $ docker top d4ffbaa79bedbf52c6bcc6fbd282f763ebeec184ea452517fc16c069ca3ef38f -eo pid,comm [Pipeline] { [Pipeline] sh 18:43:43 + touch /tmp/pre-build-complete [Pipeline] sh 18:43:43 + mkdir -p /var/log/sysstat [Pipeline] sh 18:43:43 + ls /var/log/sa-host 18:43:43 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:43:44 provisioning config files... 18:43:44 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config3928259934965439332tmp [Pipeline] { [Pipeline] echo 18:43:44 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:43:44 ---> create-netrc.sh [Pipeline] } 18:43:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 18:43:45 ---> python-tools-install.sh [Pipeline] echo 18:43:45 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:43:45 ---> sudo-logs.sh 18:43:45 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:43:45 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:43:45 ---> job-cost.sh 18:43:45 lf-activate-venv: SKIPPING 18:43:45 DEBUG: total: 0.2199999988079071 18:43:45 INFO: Retrieving Stack Cost... 18:43:46 INFO: Retrieving Pricing Info for: v3-standard-8 18:43:46 INFO: Archiving Costs [Pipeline] echo 18:43:46 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:43:47 ---> logs-deploy.sh 18:43:47 lf-activate-venv: SKIPPING 18:43:47 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4751/1 18:43:47 INFO: archiving workspace using pattern(s): 18:43:48 Archives upload complete. 18:43:48 INFO: archiving logs to Nexus 18:43:48 ---> uname -a: 18:43:48 Linux prd-ubuntu20-04-docker-8c-8g-27819 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 18:43:48 18:43:48 18:43:48 ---> lscpu: 18:43:48 Architecture: x86_64 18:43:48 CPU op-mode(s): 32-bit, 64-bit 18:43:48 Byte Order: Little Endian 18:43:48 Address sizes: 40 bits physical, 48 bits virtual 18:43:48 CPU(s): 8 18:43:48 On-line CPU(s) list: 0-7 18:43:48 Thread(s) per core: 1 18:43:48 Core(s) per socket: 1 18:43:48 Socket(s): 8 18:43:48 NUMA node(s): 1 18:43:48 Vendor ID: AuthenticAMD 18:43:48 CPU family: 23 18:43:48 Model: 49 18:43:48 Model name: AMD EPYC-Rome Processor 18:43:48 Stepping: 0 18:43:48 CPU MHz: 2799.998 18:43:48 BogoMIPS: 5599.99 18:43:48 Virtualization: AMD-V 18:43:48 Hypervisor vendor: KVM 18:43:48 Virtualization type: full 18:43:48 L1d cache: 256 KiB 18:43:48 L1i cache: 256 KiB 18:43:48 L2 cache: 4 MiB 18:43:48 L3 cache: 128 MiB 18:43:48 NUMA node0 CPU(s): 0-7 18:43:48 Vulnerability Itlb multihit: Not affected 18:43:48 Vulnerability L1tf: Not affected 18:43:48 Vulnerability Mds: Not affected 18:43:48 Vulnerability Meltdown: Not affected 18:43:48 Vulnerability Mmio stale data: Not affected 18:43:48 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:43:48 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 18:43:48 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 18:43:48 Vulnerability Srbds: Not affected 18:43:48 Vulnerability Tsx async abort: Not affected 18:43:48 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 18:43:48 18:43:48 18:43:48 ---> nproc: 18:43:48 8 18:43:48 18:43:48 18:43:48 ---> df -h: 18:43:48 Filesystem Size Used Avail Use% Mounted on 18:43:48 overlay 155G 20G 136G 13% / 18:43:48 tmpfs 64M 0 64M 0% /dev 18:43:48 tmpfs 16G 0 16G 0% /sys/fs/cgroup 18:43:48 shm 64M 0 64M 0% /dev/shm 18:43:48 /dev/vda1 155G 20G 136G 13% /facter-os 18:43:48 18:43:48 18:43:48 ---> sar -b -r -n DEV: 18:43:48 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-27819) 01/24/24 _x86_64_ (8 CPU) 18:43:48 18:43:48 18:22:32 LINUX RESTART (8 CPU) 18:43:48 18:43:48 18:23:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:43:48 18:24:01 313.13 15.84 297.29 0.00 1990.44 49623.18 0.00 18:43:48 18:25:01 113.70 0.53 113.16 0.00 15.33 36226.76 0.00 18:43:48 18:26:03 30.86 0.23 30.63 0.00 3.00 19587.83 0.00 18:43:48 18:27:01 346.13 0.48 345.65 0.00 53.23 161356.73 0.00 18:43:48 18:28:01 597.19 7.67 589.52 0.00 2394.55 137116.86 0.00 18:43:48 18:29:01 672.50 7.73 664.77 0.00 1096.75 91900.42 0.00 18:43:48 18:30:01 1.80 0.00 1.80 0.00 0.00 26.66 0.00 18:43:48 18:31:01 0.87 0.00 0.87 0.00 0.00 11.06 0.00 18:43:48 18:32:01 1.23 0.00 1.23 0.00 0.00 13.33 0.00 18:43:48 18:33:01 2.18 0.00 2.18 0.00 0.00 32.66 0.00 18:43:48 18:34:01 1.00 0.00 1.00 0.00 0.00 11.20 0.00 18:43:48 18:35:01 1.43 0.00 1.43 0.00 0.00 16.66 0.00 18:43:48 18:36:01 1.48 0.00 1.48 0.00 0.00 16.00 0.00 18:43:48 18:37:01 1.97 0.00 1.97 0.00 0.00 22.00 0.00 18:43:48 18:38:01 2.13 0.02 2.12 0.00 0.13 24.80 0.00 18:43:48 18:39:01 2.02 0.00 2.02 0.00 0.00 23.73 0.00 18:43:48 18:40:01 1.38 0.00 1.38 0.00 0.00 15.60 0.00 18:43:48 18:41:01 2.07 0.00 2.07 0.00 0.00 24.93 0.00 18:43:48 18:42:01 1.30 0.00 1.30 0.00 0.00 14.80 0.00 18:43:48 18:43:01 2.08 0.00 2.08 0.00 0.00 24.80 0.00 18:43:48 Average: 104.22 1.61 102.60 0.00 276.53 24562.02 0.00 18:43:48 18:43:48 18:23:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:43:48 18:24:01 28729848 31535136 783128 2.38 75380 2996516 1867324 5.50 1091600 2667892 17060 18:43:48 18:25:01 27551056 31340192 962872 2.93 118540 3845524 2215748 6.53 1736620 3091024 558476 18:43:48 18:26:03 27435656 31406524 893484 2.72 122240 3997224 1954768 5.76 1504520 3413616 415040 18:43:48 18:27:01 23914344 31246284 1036116 3.15 134328 7254684 3789320 11.17 1787788 6526176 5340 18:43:48 18:28:01 17497656 29174404 3044456 9.26 235876 11088748 8844460 26.07 4816472 9413392 111084 18:43:48 18:29:01 18740540 31362608 908708 2.76 254644 12081356 2169056 6.39 2491428 10646252 252 18:43:48 18:30:01 18765388 31387496 883836 2.69 254660 12081356 2152108 6.34 2466524 10646240 4 18:43:48 18:31:01 18766796 31388940 882240 2.68 254680 12081368 2152108 6.34 2465240 10646252 264 18:43:48 18:32:01 18819352 31441528 829532 2.52 254696 12081368 2152108 6.34 2412412 10646252 180 18:43:48 18:33:01 18821196 31443416 827664 2.52 254796 12081348 2152108 6.34 2411264 10646232 32 18:43:48 18:34:01 18822064 31444328 826840 2.51 254828 12081352 2152108 6.34 2411876 10646236 12 18:43:48 18:35:01 18822116 31444512 826520 2.51 254848 12081352 2152108 6.34 2411612 10646236 44 18:43:48 18:36:01 18822380 31444836 826332 2.51 254924 12081356 2152108 6.34 2411676 10646240 8 18:43:48 18:37:01 18822008 31444812 826592 2.51 255008 12081348 2152108 6.34 2411496 10646512 8 18:43:48 18:38:01 18820508 31443536 827760 2.52 255104 12081352 2130988 6.28 2411616 10646516 8 18:43:48 18:39:01 18821168 31444308 826900 2.51 255176 12081364 2130988 6.28 2411736 10646520 8 18:43:48 18:40:01 18821084 31444328 827028 2.52 255256 12081368 2130988 6.28 2412044 10646520 204 18:43:48 18:41:01 18820904 31444240 827104 2.52 255352 12081364 2130988 6.28 2411864 10646528 8 18:43:48 18:42:01 18821140 31444564 826764 2.51 255428 12081372 2130988 6.28 2411964 10646528 8 18:43:48 18:43:01 18820904 31444416 826896 2.51 255520 12081368 2130988 6.28 2412044 10646532 8 18:43:48 Average: 20362805 31308520 966039 2.94 225564 10520154 2542173 7.49 2365090 9240385 55402 18:43:48 18:43:48 18:23:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:43:48 18:24:01 ens3 1427.83 1384.75 11064.11 176.26 0.00 0.00 0.00 0.00 18:43:48 18:24:01 docker0 555.28 491.19 39.07 2867.44 0.00 0.00 0.00 0.00 18:43:48 18:24:01 lo 5.02 5.02 0.49 0.49 0.00 0.00 0.00 0.00 18:43:48 18:25:01 vethfc6fddb 0.08 0.27 0.01 0.03 0.00 0.00 0.00 0.00 18:43:48 18:25:01 ens3 205.50 173.02 1818.31 31.55 0.00 0.00 0.00 0.00 18:43:48 18:25:01 docker0 146.84 166.14 12.31 1780.23 0.00 0.00 0.00 0.00 18:43:48 18:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:43:48 18:26:03 vethfc6fddb 1.32 1.34 0.12 0.12 0.00 0.00 0.00 0.00 18:43:48 18:26:03 ens3 38.91 32.48 26.91 106.86 0.00 0.00 0.00 0.00 18:43:48 18:26:03 docker0 1.32 1.32 0.10 0.12 0.00 0.00 0.00 0.00 18:43:48 18:26:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:48 18:27:01 ens3 215.57 121.86 4145.38 25.40 0.00 0.00 0.00 0.00 18:43:48 18:27:01 veth919462e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:48 18:27:01 veth4f835fd 1.05 1.05 0.10 0.82 0.00 0.00 0.00 0.00 18:43:48 18:27:01 vethc597c1a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:48 18:27:01 docker0 45.58 78.47 2.86 1023.89 0.00 0.00 0.00 0.00 18:43:48 18:27:01 vethb50b5ca 2.95 6.53 0.22 98.80 0.00 0.00 0.00 0.01 18:43:48 18:27:01 veth495abc1 6.53 2.95 98.80 0.22 0.00 0.00 0.00 0.00 18:43:48 18:27:01 veth40948eb 1.09 1.02 0.10 0.89 0.00 0.00 0.00 0.00 18:43:48 18:27:01 veth9530143 2.26 4.26 0.17 65.46 0.00 0.00 0.00 0.01 18:43:48 18:27:01 veth4849111 2.76 1.45 31.95 0.11 0.00 0.00 0.00 0.00 18:43:48 18:27:01 veth63a9fca 7.62 4.59 95.25 0.37 0.00 0.00 0.00 0.00 18:43:48 18:27:01 vethb0f1625 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:48 18:27:01 veth0165efb 1.45 2.76 0.11 31.95 0.00 0.00 0.00 0.00 18:43:48 18:27:01 veth8ebfc6c 4.59 7.62 0.37 95.25 0.00 0.00 0.00 0.01 18:43:48 18:27:01 vethd27b377 5.02 3.60 65.17 0.28 0.00 0.00 0.00 0.00 18:43:48 18:27:01 veth08d1843 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:48 18:27:01 lo 1.52 1.52 0.15 0.15 0.00 0.00 0.00 0.00 18:43:48 18:27:01 veth41ed320 2.17 4.17 0.16 65.45 0.00 0.00 0.00 0.01 18:43:48 18:27:01 veth7f35b79 2.10 3.79 0.16 65.43 0.00 0.00 0.00 0.01 18:43:48 18:27:01 veth6f4a865 5.81 10.14 0.44 106.04 0.00 0.00 0.00 0.01 18:43:48 18:27:01 vethb382d73 4.17 2.17 65.45 0.16 0.00 0.00 0.00 0.00 18:43:48 18:27:01 vethcd1360b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:48 18:27:01 vethd50e861 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:48 18:27:01 veth4d28326 0.53 0.83 0.05 0.20 0.00 0.00 0.00 0.00 18:43:48 18:27:01 vethb7cb541 10.14 5.81 106.04 0.44 0.00 0.00 0.00 0.00 18:43:48 18:27:01 veth2b2a863 3.60 5.02 0.28 65.17 0.00 0.00 0.00 0.01 18:43:48 18:28:01 ens3 553.01 305.85 3972.31 38.12 0.00 0.00 0.00 0.00 18:43:48 18:28:01 veth78dea84 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:43:48 18:28:01 docker0 267.11 459.39 22.90 2583.89 0.00 0.00 0.00 0.00 18:43:48 18:28:01 veth38b5994 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:43:48 18:28:01 veth1161f7e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:43:48 18:28:01 veth5da5cdf 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:43:48 18:28:01 veth25af9d8 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:43:48 18:28:01 vethfbffbbd 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:43:48 18:28:01 vethb0a33cc 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:43:48 18:28:01 vethbc1c265 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:43:48 18:28:01 vetha910c08 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:43:48 18:28:01 veth9940d3f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:43:48 18:28:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 18:43:48 18:28:01 veth74d2062 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:43:48 18:28:01 veth4d28326 0.07 0.52 0.00 0.02 0.00 0.00 0.00 0.00 18:43:48 18:29:01 ens3 9.98 6.22 8.66 4.34 0.00 0.00 0.00 0.00 18:43:48 18:29:01 docker0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 18:43:48 18:29:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 18:43:48 18:30:01 ens3 0.03 0.03 0.00 0.01 0.00 0.00 0.00 0.00 18:43:48 18:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:48 18:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:48 18:31:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 18:43:48 18:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:48 18:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:43:48 18:32:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 18:43:48 18:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:48 18:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:48 18:33:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:43:48 18:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:48 18:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:43:48 18:34:01 ens3 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 18:43:48 18:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:48 18:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:48 18:35:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:43:48 18:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:48 18:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:43:48 18:36:01 ens3 0.28 0.22 0.47 0.01 0.00 0.00 0.00 0.00 18:43:48 18:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:48 18:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:48 18:37:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:43:48 18:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:48 18:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:43:48 18:38:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:48 18:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:48 18:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:48 18:39:01 ens3 0.32 0.23 0.09 0.07 0.00 0.00 0.00 0.00 18:43:48 18:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:48 18:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:43:48 18:40:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 18:43:48 18:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:48 18:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:48 18:41:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 18:43:48 18:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:48 18:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:43:48 18:42:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:48 18:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:48 18:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:48 18:43:01 ens3 0.28 0.22 0.07 0.01 0.00 0.00 0.00 0.00 18:43:48 18:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:48 18:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:43:48 Average: ens3 121.33 100.12 1037.45 19.10 0.00 0.00 0.00 0.00 18:43:48 Average: docker0 50.36 59.41 3.83 409.48 0.00 0.00 0.00 0.00 18:43:48 Average: lo 0.42 0.42 0.04 0.04 0.00 0.00 0.00 0.00 18:43:48 18:43:48 18:43:48 ---> sar -P ALL: 18:43:48 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-27819) 01/24/24 _x86_64_ (8 CPU) 18:43:48 18:43:48 18:22:32 LINUX RESTART (8 CPU) 18:43:48 18:43:48 18:23:02 CPU %user %nice %system %iowait %steal %idle 18:43:48 18:24:01 all 9.69 0.00 3.11 2.60 0.07 84.53 18:43:48 18:24:01 0 7.87 0.00 3.23 10.57 0.05 78.28 18:43:48 18:24:01 1 9.65 0.00 4.17 0.32 0.07 85.78 18:43:48 18:24:01 2 9.29 0.00 3.11 2.11 0.09 85.41 18:43:48 18:24:01 3 9.30 0.00 1.83 0.17 0.07 88.63 18:43:48 18:24:01 4 13.42 0.00 4.26 1.60 0.07 80.66 18:43:48 18:24:01 5 12.69 0.00 3.59 5.89 0.07 77.76 18:43:48 18:24:01 6 6.46 0.00 1.70 0.03 0.07 91.74 18:43:48 18:24:01 7 8.84 0.00 2.96 0.07 0.07 88.07 18:43:48 18:25:01 all 25.70 0.00 4.23 1.91 0.12 68.04 18:43:48 18:25:01 0 27.65 0.00 4.49 10.48 0.13 57.24 18:43:48 18:25:01 1 21.95 0.00 4.35 0.25 0.12 73.32 18:43:48 18:25:01 2 22.05 0.00 3.53 3.41 0.08 70.92 18:43:48 18:25:01 3 28.35 0.00 4.56 0.02 0.12 66.95 18:43:48 18:25:01 4 28.52 0.00 3.45 0.07 0.12 67.85 18:43:48 18:25:01 5 26.09 0.00 3.94 0.88 0.17 68.93 18:43:48 18:25:01 6 24.81 0.00 3.75 0.10 0.10 71.24 18:43:48 18:25:01 7 26.21 0.00 5.75 0.07 0.12 67.86 18:43:48 18:26:03 all 42.33 0.00 4.11 2.46 0.10 51.00 18:43:48 18:26:03 0 44.17 0.00 4.23 2.54 0.11 48.94 18:43:48 18:26:03 1 41.24 0.00 3.82 0.08 0.12 54.74 18:43:48 18:26:03 2 40.47 0.00 3.69 10.11 0.10 45.62 18:43:48 18:26:03 3 43.37 0.00 4.69 2.00 0.10 49.84 18:43:48 18:26:03 4 43.42 0.00 4.60 0.20 0.10 51.68 18:43:48 18:26:03 5 43.00 0.00 3.82 0.30 0.10 52.79 18:43:48 18:26:03 6 41.37 0.00 4.07 1.72 0.10 52.73 18:43:48 18:26:03 7 41.55 0.00 3.90 2.99 0.10 51.46 18:43:48 18:27:01 all 21.64 0.00 6.41 9.87 0.10 61.98 18:43:48 18:27:01 0 22.98 0.00 7.67 24.06 0.12 45.17 18:43:48 18:27:01 1 21.99 0.00 6.25 3.89 0.11 67.77 18:43:48 18:27:01 2 18.84 0.00 5.80 4.87 0.09 70.40 18:43:48 18:27:01 3 20.94 0.00 7.24 15.28 0.09 56.45 18:43:48 18:27:01 4 21.37 0.00 6.06 2.17 0.09 70.31 18:43:48 18:27:01 5 21.20 0.00 6.18 1.05 0.09 71.48 18:43:48 18:27:01 6 22.53 0.00 5.73 12.08 0.12 59.53 18:43:48 18:27:01 7 23.26 0.00 6.38 15.74 0.07 54.55 18:43:48 18:28:01 all 41.64 0.00 7.19 9.81 0.11 41.26 18:43:48 18:28:01 0 42.95 0.00 6.53 5.14 0.08 45.31 18:43:48 18:28:01 1 41.71 0.00 6.83 5.87 0.14 45.45 18:43:48 18:28:01 2 40.84 0.00 6.92 6.39 0.10 45.75 18:43:48 18:28:01 3 41.87 0.00 6.53 8.13 0.10 43.37 18:43:48 18:28:01 4 39.83 0.00 7.35 8.14 0.12 44.56 18:43:48 18:28:01 5 41.53 0.00 8.61 32.61 0.12 17.13 18:43:48 18:28:01 6 42.22 0.00 7.39 6.88 0.10 43.41 18:43:48 18:28:01 7 42.12 0.00 7.37 5.49 0.10 44.92 18:43:48 18:29:01 all 72.22 0.00 6.65 4.21 0.12 16.80 18:43:48 18:29:01 0 73.11 0.00 6.13 3.75 0.12 16.88 18:43:48 18:29:01 1 72.29 0.00 6.68 3.34 0.12 17.57 18:43:48 18:29:01 2 71.89 0.00 7.31 4.49 0.10 16.21 18:43:48 18:29:01 3 72.79 0.00 6.45 2.34 0.10 18.32 18:43:48 18:29:01 4 71.11 0.00 6.37 2.18 0.14 20.20 18:43:48 18:29:01 5 71.44 0.00 6.62 9.09 0.10 12.75 18:43:48 18:29:01 6 72.91 0.00 6.60 3.68 0.12 16.69 18:43:48 18:29:01 7 72.20 0.00 7.01 4.79 0.15 15.85 18:43:48 18:30:01 all 0.02 0.00 0.02 0.00 0.01 99.95 18:43:48 18:30:01 0 0.03 0.00 0.03 0.00 0.02 99.92 18:43:48 18:30:01 1 0.07 0.00 0.05 0.00 0.02 99.87 18:43:48 18:30:01 2 0.02 0.00 0.00 0.00 0.02 99.97 18:43:48 18:30:01 3 0.00 0.00 0.02 0.02 0.02 99.95 18:43:48 18:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:43:48 18:30:01 5 0.02 0.00 0.02 0.00 0.00 99.97 18:43:48 18:30:01 6 0.00 0.00 0.00 0.00 0.02 99.98 18:43:48 18:30:01 7 0.00 0.00 0.03 0.00 0.00 99.97 18:43:48 18:31:01 all 0.02 0.00 0.01 0.00 0.01 99.96 18:43:48 18:31:01 0 0.02 0.00 0.02 0.02 0.02 99.93 18:43:48 18:31:01 1 0.03 0.00 0.03 0.00 0.02 99.92 18:43:48 18:31:01 2 0.02 0.00 0.03 0.00 0.02 99.93 18:43:48 18:31:01 3 0.03 0.00 0.00 0.00 0.00 99.97 18:43:48 18:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:43:48 18:31:01 5 0.02 0.00 0.00 0.00 0.00 99.98 18:43:48 18:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 18:43:48 18:31:01 7 0.03 0.00 0.02 0.00 0.02 99.93 18:43:48 18:32:01 all 0.03 0.00 0.01 0.00 0.01 99.95 18:43:48 18:32:01 0 0.03 0.00 0.00 0.02 0.02 99.93 18:43:48 18:32:01 1 0.07 0.00 0.02 0.00 0.00 99.92 18:43:48 18:32:01 2 0.02 0.00 0.02 0.00 0.02 99.95 18:43:48 18:32:01 3 0.02 0.00 0.02 0.02 0.02 99.93 18:43:48 18:32:01 4 0.02 0.00 0.02 0.00 0.00 99.97 18:43:48 18:32:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:43:48 18:32:01 6 0.03 0.00 0.02 0.00 0.00 99.95 18:43:48 18:32:01 7 0.03 0.00 0.02 0.00 0.02 99.93 18:43:48 18:33:01 all 0.05 0.00 0.01 0.01 0.01 99.92 18:43:48 18:33:01 0 0.00 0.00 0.02 0.03 0.02 99.93 18:43:48 18:33:01 1 0.23 0.00 0.02 0.00 0.02 99.73 18:43:48 18:33:01 2 0.05 0.00 0.03 0.00 0.02 99.90 18:43:48 18:33:01 3 0.03 0.00 0.00 0.05 0.00 99.92 18:43:48 18:33:01 4 0.02 0.00 0.02 0.00 0.02 99.95 18:43:48 18:33:01 5 0.02 0.00 0.00 0.00 0.00 99.98 18:43:48 18:33:01 6 0.00 0.00 0.00 0.00 0.02 99.98 18:43:48 18:33:01 7 0.05 0.00 0.00 0.00 0.00 99.95 18:43:48 18:34:01 all 0.05 0.00 0.01 0.01 0.01 99.92 18:43:48 18:34:01 0 0.03 0.00 0.02 0.07 0.00 99.88 18:43:48 18:34:01 1 0.23 0.00 0.02 0.00 0.02 99.73 18:43:48 18:34:01 2 0.03 0.00 0.00 0.00 0.02 99.95 18:43:48 18:34:01 3 0.02 0.00 0.00 0.00 0.00 99.98 18:43:48 18:34:01 4 0.03 0.00 0.03 0.00 0.03 99.90 18:43:48 18:34:01 5 0.02 0.00 0.00 0.00 0.02 99.97 18:43:48 18:34:01 6 0.02 0.00 0.00 0.00 0.00 99.98 18:43:48 18:34:01 7 0.02 0.00 0.00 0.00 0.02 99.97 18:43:48 18:43:48 18:34:01 CPU %user %nice %system %iowait %steal %idle 18:43:48 18:35:01 all 0.02 0.00 0.01 0.00 0.01 99.96 18:43:48 18:35:01 0 0.02 0.00 0.00 0.02 0.00 99.97 18:43:48 18:35:01 1 0.03 0.00 0.00 0.00 0.02 99.95 18:43:48 18:35:01 2 0.00 0.00 0.02 0.00 0.00 99.98 18:43:48 18:35:01 3 0.02 0.00 0.02 0.00 0.02 99.95 18:43:48 18:35:01 4 0.07 0.00 0.03 0.00 0.02 99.88 18:43:48 18:35:01 5 0.02 0.00 0.00 0.00 0.00 99.98 18:43:48 18:35:01 6 0.00 0.00 0.00 0.00 0.00 100.00 18:43:48 18:35:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:43:48 18:36:01 all 0.03 0.00 0.01 0.00 0.01 99.95 18:43:48 18:36:01 0 0.02 0.00 0.03 0.03 0.02 99.90 18:43:48 18:36:01 1 0.03 0.00 0.02 0.00 0.02 99.93 18:43:48 18:36:01 2 0.03 0.00 0.00 0.00 0.02 99.95 18:43:48 18:36:01 3 0.02 0.00 0.00 0.00 0.00 99.98 18:43:48 18:36:01 4 0.03 0.00 0.03 0.00 0.02 99.92 18:43:48 18:36:01 5 0.03 0.00 0.00 0.00 0.00 99.97 18:43:48 18:36:01 6 0.02 0.00 0.00 0.00 0.02 99.97 18:43:48 18:36:01 7 0.02 0.00 0.02 0.00 0.02 99.95 18:43:48 18:37:01 all 0.02 0.00 0.01 0.01 0.00 99.96 18:43:48 18:37:01 0 0.00 0.00 0.00 0.03 0.00 99.97 18:43:48 18:37:01 1 0.05 0.00 0.02 0.02 0.00 99.92 18:43:48 18:37:01 2 0.00 0.00 0.03 0.00 0.00 99.97 18:43:48 18:37:01 3 0.03 0.00 0.00 0.00 0.00 99.97 18:43:48 18:37:01 4 0.07 0.00 0.00 0.00 0.03 99.90 18:43:48 18:37:01 5 0.02 0.00 0.00 0.00 0.00 99.98 18:43:48 18:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 18:43:48 18:37:01 7 0.00 0.00 0.02 0.00 0.00 99.98 18:43:48 18:38:01 all 0.02 0.00 0.03 0.01 0.01 99.93 18:43:48 18:38:01 0 0.03 0.00 0.03 0.03 0.00 99.90 18:43:48 18:38:01 1 0.02 0.00 0.02 0.00 0.02 99.95 18:43:48 18:38:01 2 0.02 0.00 0.02 0.00 0.02 99.95 18:43:48 18:38:01 3 0.00 0.00 0.03 0.00 0.00 99.97 18:43:48 18:38:01 4 0.07 0.00 0.07 0.02 0.03 99.82 18:43:48 18:38:01 5 0.02 0.00 0.02 0.00 0.00 99.97 18:43:48 18:38:01 6 0.02 0.00 0.02 0.00 0.00 99.97 18:43:48 18:38:01 7 0.02 0.00 0.02 0.00 0.02 99.95 18:43:48 18:39:01 all 0.20 0.00 0.01 0.01 0.01 99.76 18:43:48 18:39:01 0 0.00 0.00 0.02 0.07 0.00 99.92 18:43:48 18:39:01 1 0.03 0.00 0.02 0.00 0.02 99.93 18:43:48 18:39:01 2 0.03 0.00 0.02 0.00 0.02 99.93 18:43:48 18:39:01 3 0.00 0.00 0.00 0.00 0.02 99.98 18:43:48 18:39:01 4 0.08 0.00 0.05 0.05 0.02 99.80 18:43:48 18:39:01 5 0.02 0.00 0.00 0.00 0.00 99.98 18:43:48 18:39:01 6 1.35 0.00 0.00 0.00 0.00 98.65 18:43:48 18:39:01 7 0.03 0.00 0.02 0.00 0.02 99.93 18:43:48 18:40:01 all 0.04 0.00 0.01 0.00 0.01 99.93 18:43:48 18:40:01 0 0.02 0.00 0.00 0.03 0.00 99.95 18:43:48 18:40:01 1 0.03 0.00 0.03 0.00 0.00 99.93 18:43:48 18:40:01 2 0.05 0.00 0.03 0.00 0.02 99.90 18:43:48 18:40:01 3 0.03 0.00 0.00 0.00 0.00 99.97 18:43:48 18:40:01 4 0.05 0.00 0.02 0.00 0.03 99.90 18:43:48 18:40:01 5 0.00 0.00 0.00 0.00 0.02 99.98 18:43:48 18:40:01 6 0.13 0.00 0.00 0.00 0.02 99.85 18:43:48 18:40:01 7 0.02 0.00 0.02 0.00 0.00 99.97 18:43:48 18:41:01 all 0.26 0.00 0.01 0.00 0.01 99.73 18:43:48 18:41:01 0 0.02 0.00 0.02 0.03 0.02 99.92 18:43:48 18:41:01 1 0.02 0.00 0.00 0.00 0.02 99.97 18:43:48 18:41:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:43:48 18:41:01 3 0.00 0.00 0.02 0.00 0.00 99.98 18:43:48 18:41:01 4 0.03 0.00 0.00 0.00 0.02 99.95 18:43:48 18:41:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:43:48 18:41:01 6 1.97 0.00 0.00 0.00 0.00 98.03 18:43:48 18:41:01 7 0.00 0.00 0.02 0.00 0.00 99.98 18:43:48 18:42:01 all 0.22 0.00 0.02 0.00 0.01 99.74 18:43:48 18:42:01 0 0.00 0.00 0.00 0.03 0.00 99.97 18:43:48 18:42:01 1 0.02 0.00 0.00 0.00 0.00 99.98 18:43:48 18:42:01 2 0.03 0.00 0.00 0.00 0.02 99.95 18:43:48 18:42:01 3 0.00 0.00 0.03 0.00 0.02 99.95 18:43:48 18:42:01 4 0.08 0.00 0.02 0.00 0.02 99.88 18:43:48 18:42:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:43:48 18:42:01 6 1.58 0.00 0.12 0.00 0.00 98.31 18:43:48 18:42:01 7 0.05 0.00 0.00 0.00 0.02 99.93 18:43:48 18:43:01 all 0.02 0.00 0.02 0.00 0.01 99.94 18:43:48 18:43:01 0 0.02 0.00 0.00 0.03 0.00 99.95 18:43:48 18:43:01 1 0.10 0.00 0.02 0.00 0.02 99.87 18:43:48 18:43:01 2 0.02 0.00 0.03 0.00 0.02 99.93 18:43:48 18:43:01 3 0.02 0.00 0.00 0.00 0.00 99.98 18:43:48 18:43:01 4 0.03 0.00 0.03 0.00 0.03 99.90 18:43:48 18:43:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:43:48 18:43:01 6 0.00 0.00 0.05 0.00 0.02 99.93 18:43:48 18:43:01 7 0.00 0.00 0.00 0.00 0.02 99.98 18:43:48 Average: all 10.63 0.00 1.57 1.52 0.04 86.25 18:43:48 Average: 0 10.91 0.00 1.60 2.78 0.04 84.67 18:43:48 Average: 1 10.42 0.00 1.60 0.68 0.04 87.27 18:43:48 Average: 2 10.05 0.00 1.51 1.54 0.04 86.86 18:43:48 Average: 3 10.77 0.00 1.55 1.36 0.03 86.28 18:43:48 Average: 4 10.78 0.00 1.59 0.70 0.04 86.87 18:43:48 Average: 5 10.72 0.00 1.62 2.46 0.03 85.17 18:43:48 Average: 6 10.70 0.00 1.46 1.20 0.03 86.61 18:43:48 Average: 7 10.64 0.00 1.66 1.42 0.04 86.24 18:43:48 18:43:48 18:43:48