Pull request #5455 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 FelixTing for edgexfoundry/edgex-go Obtained Jenkinsfile from 30b95474286d006536ff713518363651288e5f69+4382fa897e382c6db58840c4ee14b0b0255d0821 (952cca5a6f523ff54763408f4fd855651b3d18a7) 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-ssh6239878055865175663.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision b1c004cf40c352fe6d03b0971bc7ee860312a7b0 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-ssh11208557380065030616.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 b1c004cf40c352fe6d03b0971bc7ee860312a7b0 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-5455/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-5455/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7245608351631354953.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-5455/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8242983112811781312.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision b1c004cf40c352fe6d03b0971bc7ee860312a7b0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f b1c004cf40c352fe6d03b0971bc7ee860312a7b0 # timeout=10 Commit message: "Merge pull request #480 from jinlinGuan/fix-docs-publish" > 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-ssh17616228995507788052.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-5455/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-5455/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17675719268566683552.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 b1c004cf40c352fe6d03b0971bc7ee860312a7b0 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], goVersion:1.25] ========================================================= [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.25 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 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-43 in /w/workspace/edgexfoundry_edgex-go_PR-5455 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 4382fa897e382c6db58840c4ee14b0b0255d0821 into PR head commit 30b95474286d006536ff713518363651288e5f69 Merge succeeded, producing 30b95474286d006536ff713518363651288e5f69 Checking out Revision 30b95474286d006536ff713518363651288e5f69 (PR-5455) > 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/5455/head:refs/remotes/origin/PR-5455 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 30b95474286d006536ff713518363651288e5f69 # 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 4382fa897e382c6db58840c4ee14b0b0255d0821 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 30b95474286d006536ff713518363651288e5f69 # timeout=10 Commit message: "fix: Remove unused MaxCmdValueLen from device common config" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object b1c004cf40c352fe6d03b0971bc7ee860312a7b0 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:53:13 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:53:14 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:53:14 ========================================================= 09:53:14 EdgeX Global Pipelines Version Info 09:53:14 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:53:16 ------------------- 09:53:16 stable info: 09:53:16 ------------------- 09:53:16 Commited By: Ginny Guan ginny@iotechsys.com 09:53:16 Commit SHA: b1c004cf40c352fe6d03b0971bc7ee860312a7b0 09:53:16 Message: update stable to v1.0.281 09:53:17 ------------------- 09:53:17 experimental info: 09:53:17 ------------------- 09:53:17 Commited By: **** collab-it+edgex@linuxfoundation.org 09:53:17 Commit SHA: b1c004cf40c352fe6d03b0971bc7ee860312a7b0 09:53:17 Message: update experimental to v1.0.281 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:53:18 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 09:53:19 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 09:53:19 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:53:20 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:53:20 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:53:20 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.25 [Pipeline] echo 09:53:21 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 09:53:21 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 09:53:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 09:53:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 09:53:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:53:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:53:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 09:53:24 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:53:24 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:53:24 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:53:25 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:53:25 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:53:26 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 09:53:26 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 09:53:26 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:53:27 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 09:53:27 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 09:53:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-5455 [Pipeline] echo 09:53:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-5455 [Pipeline] echo 09:53:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-5455 [Pipeline] echo 09:53:29 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 30b95474286d006536ff713518363651288e5f69 [Pipeline] echo 09:53:29 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 30b9547 [Pipeline] echo 09:53:30 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:53:31 provisioning config files... 09:53:31 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1421212415311798550tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:53:32 ---> ****-login.sh 09:53:32 nexus3.edgexfoundry.org:10001 09:53:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:53:32 09:53:32 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 09:53:32 Configure a credential helper to remove this warning. See 09:53:32 https://docs.****.com/go/credential-store/ 09:53:32 09:53:32 Login Succeeded 09:53:32 nexus3.edgexfoundry.org:10002 09:53:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:53:32 09:53:32 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 09:53:32 Configure a credential helper to remove this warning. See 09:53:32 https://docs.****.com/go/credential-store/ 09:53:32 09:53:32 Login Succeeded 09:53:32 nexus3.edgexfoundry.org:10003 09:53:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:53:32 09:53:32 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 09:53:32 Configure a credential helper to remove this warning. See 09:53:32 https://docs.****.com/go/credential-store/ 09:53:32 09:53:32 Login Succeeded 09:53:32 nexus3.edgexfoundry.org:10004 09:53:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:53:32 09:53:32 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 09:53:32 Configure a credential helper to remove this warning. See 09:53:32 https://docs.****.com/go/credential-store/ 09:53:32 09:53:32 Login Succeeded 09:53:32 ****.io 09:53:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:53:32 09:53:32 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 09:53:32 Configure a credential helper to remove this warning. See 09:53:32 https://docs.****.com/go/credential-store/ 09:53:32 09:53:32 Login Succeeded 09:53:32 ---> ****-login.sh ends [Pipeline] } 09:53:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:53:34 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/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 09:53:34 + + cut -d/ -f2 09:53:34 dirname cmd/core-command/Dockerfile 09:53:34 + echo core-command,cmd/core-command/Dockerfile 09:53:34 + dirname cmd/core-common-config-bootstrapper/Dockerfile 09:53:34 + cut -d/ -f2 09:53:34 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 09:53:34 + dirname cmd/core-data/Dockerfile 09:53:34 + cut -d/ -f2 09:53:34 + echo core-data,cmd/core-data/Dockerfile 09:53:34 + + cut -d/ -f2 09:53:34 dirname cmd/core-keeper/Dockerfile 09:53:34 + echo core-keeper,cmd/core-keeper/Dockerfile 09:53:34 + dirname cmd/core-metadata/Dockerfile 09:53:34 + cut -d/ -f2 09:53:34 + echo core-metadata,cmd/core-metadata/Dockerfile 09:53:34 + dirname cmd/security-bootstrapper/Dockerfile 09:53:34 + cut -d/ -f2 09:53:34 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 09:53:34 + dirname cmd/security-proxy-auth/Dockerfile 09:53:34 + cut -d/ -f2 09:53:34 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 09:53:34 + cut -d/ -f2 09:53:34 + dirname cmd/security-proxy-setup/Dockerfile 09:53:34 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 09:53:34 + dirname cmd/security-secretstore-setup/Dockerfile 09:53:34 + cut -d/ -f2 09:53:34 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 09:53:34 + dirname cmd/security-spiffe-token-provider/Dockerfile 09:53:34 + cut -d/ -f2 09:53:34 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 09:53:34 + dirname cmd/security-spire-agent/Dockerfile 09:53:34 + cut -d/ -f2 09:53:34 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 09:53:34 + dirname cmd/security-spire-config/Dockerfile 09:53:34 + cut -d/ -f2 09:53:34 + echo security-spire-config,cmd/security-spire-config/Dockerfile 09:53:34 + dirname cmd/security-spire-server/Dockerfile 09:53:34 + cut -d/ -f2 09:53:34 + echo security-spire-server,cmd/security-spire-server/Dockerfile 09:53:34 + dirname cmd/support-notifications/Dockerfile+ 09:53:34 cut -d/ -f2 09:53:34 + echo support-notifications,cmd/support-notifications/Dockerfile 09:53:34 + dirname cmd/support-scheduler/Dockerfile 09:53:34 + cut -d/ -f2 09:53:34 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 09:53:35 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-keeper, dockerfile:cmd/core-keeper/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 09:53:36 + git rev-list -1 --merges 30b95474286d006536ff713518363651288e5f69~1..30b95474286d006536ff713518363651288e5f69 [Pipeline] echo 09:53:36 -----------> git rev-list -1 --merges 30b95474286d006536ff713518363651288e5f69~1..30b95474286d006536ff713518363651288e5f69 30b95474286d006536ff713518363651288e5f69 [false] [Pipeline] sh 09:53:37 + git log --format=format:%s -1 30b95474286d006536ff713518363651288e5f69 [Pipeline] echo 09:53:37 ========================================================= 09:53:37 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 09:53:37 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 09:53:39 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:53:39 + grep -v github /etc/ssh/ssh_known_hosts 09:53:39 + [ -e /tmp/ssh_known_hosts ] 09:53:39 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 09:53:39 + + sudo tee -a /etc/ssh/ssh_known_hosts 09:53:39 echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 09:53:39 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:53:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:53:41 09:53:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:53:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:53:42 0.1.4: Pulling from edgex-devops/py-git-semver 09:53:42 3dae71ba6b94: Pulling fs layer 09:53:42 6bf1a483ea7c: Pulling fs layer 09:53:42 f5dfc541a4d3: Pulling fs layer 09:53:42 461d9e800cba: Pulling fs layer 09:53:42 80192f66455f: Pulling fs layer 09:53:42 2e8e34ca0e6c: Pulling fs layer 09:53:42 a29436f7fd5d: Pulling fs layer 09:53:42 923cac83aea3: Pulling fs layer 09:53:42 25ad8b0a4227: Pulling fs layer 09:53:42 2e8e34ca0e6c: Waiting 09:53:42 80192f66455f: Waiting 09:53:42 a29436f7fd5d: Waiting 09:53:42 923cac83aea3: Waiting 09:53:42 db01528c6b51: Pulling fs layer 09:53:42 28988de357af: Pulling fs layer 09:53:42 25ad8b0a4227: Waiting 09:53:42 db01528c6b51: Waiting 09:53:42 28988de357af: Waiting 09:53:42 6bf1a483ea7c: Verifying Checksum 09:53:42 6bf1a483ea7c: Download complete 09:53:42 461d9e800cba: Download complete 09:53:42 80192f66455f: Verifying Checksum 09:53:42 80192f66455f: Download complete 09:53:42 f5dfc541a4d3: Verifying Checksum 09:53:42 f5dfc541a4d3: Download complete 09:53:42 3dae71ba6b94: Verifying Checksum 09:53:42 3dae71ba6b94: Download complete 09:53:42 923cac83aea3: Download complete 09:53:42 25ad8b0a4227: Verifying Checksum 09:53:42 25ad8b0a4227: Download complete 09:53:42 db01528c6b51: Download complete 09:53:42 28988de357af: Verifying Checksum 09:53:42 28988de357af: Download complete 09:53:43 a29436f7fd5d: Verifying Checksum 09:53:43 a29436f7fd5d: Download complete 09:53:43 2e8e34ca0e6c: Verifying Checksum 09:53:43 2e8e34ca0e6c: Download complete 09:53:44 3dae71ba6b94: Pull complete 09:53:44 6bf1a483ea7c: Pull complete 09:53:44 f5dfc541a4d3: Pull complete 09:53:44 461d9e800cba: Pull complete 09:53:44 80192f66455f: Pull complete 09:53:52 2e8e34ca0e6c: Pull complete 09:53:52 a29436f7fd5d: Pull complete 09:53:52 923cac83aea3: Pull complete 09:53:52 25ad8b0a4227: Pull complete 09:53:52 db01528c6b51: Pull complete 09:53:52 28988de357af: Pull complete 09:53:52 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 09:53:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:53:52 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:53:54 prd-ubuntu20.04-docker-8c-8g-43 does not seem to be running inside a container 09:53:54 $ 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 09:53:56 $ docker top d0108f8acc6cc06d52d3064ced6a5a9b1e04f871ec484d14d25bd696d5e69120 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:53:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:53:57 [ssh-agent] Looking for ssh-agent implementation... 09:53:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:53:57 $ docker exec d0108f8acc6cc06d52d3064ced6a5a9b1e04f871ec484d14d25bd696d5e69120 ssh-agent 09:53:58 SSH_AUTH_SOCK=/tmp/ssh-PIWYzkjhhp8g/agent.33 09:53:58 SSH_AGENT_PID=39 09:53:58 Running ssh-add (command line suppressed) 09:53:58 Identity added: /w/workspace/edgex-go/1@tmp/private_key_15362869779847798510.key (/w/workspace/edgex-go/1@tmp/private_key_15362869779847798510.key) 09:53:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:53:59 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] sh 09:54:00 + git tag --points-at HEAD [Pipeline] } 09:54:00 $ docker exec --env ******** --env ******** d0108f8acc6cc06d52d3064ced6a5a9b1e04f871ec484d14d25bd696d5e69120 ssh-agent -k 09:54:00 unset SSH_AUTH_SOCK; 09:54:00 unset SSH_AGENT_PID; 09:54:00 echo Agent pid 39 killed; 09:54:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:54:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:54:01 [ssh-agent] Looking for ssh-agent implementation... 09:54:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:54:01 $ docker exec d0108f8acc6cc06d52d3064ced6a5a9b1e04f871ec484d14d25bd696d5e69120 ssh-agent 09:54:01 SSH_AUTH_SOCK=/tmp/ssh-QrNhSSKyq9Eq/agent.86 09:54:01 SSH_AGENT_PID=92 09:54:01 Running ssh-add (command line suppressed) 09:54:01 Identity added: /w/workspace/edgex-go/1@tmp/private_key_2508944818949144212.key (/w/workspace/edgex-go/1@tmp/private_key_2508944818949144212.key) 09:54:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:54:02 + git semver init 09:54:02 2026-08-06 09:54:02,763 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 09:54:02 2026-08-06 09:54:02,766 [run_init] DEBUG init version:0.0.0 force:False 09:54:02 2026-08-06 09:54:02,766 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 09:54:02 2026-08-06 09:54:02,767 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 09:54:02 2026-08-06 09:54:02,767 [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, stdin=None, shell=False, universal_newlines=False) 09:54:09 2026-08-06 09:54:08,429 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 09:54:09 2026-08-06 09:54:08,429 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-5455 with force:False 09:54:09 2026-08-06 09:54:08,429 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-5455 09:54:09 2026-08-06 09:54:08,434 [execute] INFO git cat-file --batch-check 09:54:09 2026-08-06 09:54:08,434 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, stdin=, shell=False, universal_newlines=False) 09:54:09 2026-08-06 09:54:08,438 [execute] INFO git cat-file --batch 09:54:09 2026-08-06 09:54:08,438 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, stdin=, shell=False, universal_newlines=False) 09:54:09 2026-08-06 09:54:08,440 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-5455 09:54:09 0.0.0 [Pipeline] } 09:54:09 $ docker exec --env ******** --env ******** d0108f8acc6cc06d52d3064ced6a5a9b1e04f871ec484d14d25bd696d5e69120 ssh-agent -k 09:54:09 unset SSH_AUTH_SOCK; 09:54:09 unset SSH_AGENT_PID; 09:54:09 echo Agent pid 92 killed; 09:54:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:54:15 + git semver [Pipeline] } 09:54:15 $ docker stop --time=1 d0108f8acc6cc06d52d3064ced6a5a9b1e04f871ec484d14d25bd696d5e69120 09:54:17 $ docker rm -f --volumes d0108f8acc6cc06d52d3064ced6a5a9b1e04f871ec484d14d25bd696d5e69120 [Pipeline] // withDockerContainer [Pipeline] sh 09:54:18 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:54:25 Stashed 1 file(s) [Pipeline] echo 09:54:25 [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) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Prep) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Test) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] stage [Pipeline] { (Prep) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] sh 09:54:56 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] // stage [Pipeline] } [Pipeline] echo 09:54:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] echo 09:55:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] echo 09:55:02 ========================================================= 09:55:02 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine] 09:55:02 ========================================================= [Pipeline] fileExists [Pipeline] sh 09:55:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 09:55:05 1.25-alpine: Pulling from edgex-devops/edgex-golang-base 09:55:05 2d35ebdb57d9: Pulling fs layer 09:55:05 c35fb4624d26: Pulling fs layer 09:55:05 4e2aec7ef170: Pulling fs layer 09:55:05 333b49ad6fbf: Pulling fs layer 09:55:05 4f4fb700ef54: Pulling fs layer 09:55:05 c3e65509a76b: Pulling fs layer 09:55:05 7cf9ebb963bd: Pulling fs layer 09:55:05 bb34ca984cfb: Pulling fs layer 09:55:05 151cf03bc807: Pulling fs layer 09:55:05 c3e65509a76b: Waiting 09:55:05 7cf9ebb963bd: Waiting 09:55:05 bb34ca984cfb: Waiting 09:55:05 151cf03bc807: Waiting 09:55:05 333b49ad6fbf: Waiting 09:55:05 4f4fb700ef54: Waiting 09:55:05 c35fb4624d26: Download complete 09:55:05 333b49ad6fbf: Download complete 09:55:05 4f4fb700ef54: Verifying Checksum 09:55:05 4f4fb700ef54: Download complete 09:55:05 2d35ebdb57d9: Verifying Checksum 09:55:05 2d35ebdb57d9: Download complete 09:55:05 c3e65509a76b: Verifying Checksum 09:55:05 c3e65509a76b: Download complete 09:55:05 2d35ebdb57d9: Pull complete 09:55:05 7cf9ebb963bd: Verifying Checksum 09:55:05 7cf9ebb963bd: Download complete 09:55:05 c35fb4624d26: Pull complete 09:55:05 4e2aec7ef170: Verifying Checksum 09:55:05 4e2aec7ef170: Download complete 09:55:05 151cf03bc807: Verifying Checksum 09:55:05 151cf03bc807: Download complete 09:55:05 bb34ca984cfb: Verifying Checksum 09:55:05 bb34ca984cfb: Download complete 09:55:08 4e2aec7ef170: Pull complete 09:55:08 333b49ad6fbf: Pull complete 09:55:08 4f4fb700ef54: Pull complete 09:55:08 c3e65509a76b: Pull complete 09:55:09 7cf9ebb963bd: Pull complete 09:55:11 bb34ca984cfb: Pull complete 09:55:12 151cf03bc807: Pull complete 09:55:12 Digest: sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 09:55:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 09:55:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [Pipeline] fileExists [Pipeline] sh 09:55:13 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 09:55:13 WORKDIR /edgex 09:55:13 COPY go.mod . 09:55:13 RUN go mod download 09:55:13 + docker build -t ci-base-image-x86_64 -f - . 09:55:13 #0 building with "default" instance using docker driver 09:55:13 09:55:13 #1 [internal] load build definition from Dockerfile 09:55:13 #1 transferring dockerfile: 09:55:14 #1 transferring dockerfile: 164B done 09:55:14 #1 DONE 0.3s 09:55:14 09:55:14 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 09:55:14 #2 DONE 0.0s 09:55:14 09:55:14 #3 [internal] load .dockerignore 09:55:14 #3 transferring context: 50B done 09:55:14 #3 DONE 0.0s 09:55:14 09:55:14 #4 [internal] load build context 09:55:14 #4 transferring context: 7.01kB done 09:55:14 #4 DONE 0.0s 09:55:14 09:55:14 #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 09:55:14 #5 DONE 0.1s 09:55:14 09:55:14 #6 [2/4] WORKDIR /edgex 09:55:15 #6 DONE 0.7s 09:55:15 09:55:15 #7 [3/4] COPY go.mod . 09:55:15 #7 DONE 0.0s 09:55:15 09:55:15 #8 [4/4] RUN go mod download 09:55:27 #8 DONE 11.4s 09:55:27 09:55:27 #9 exporting to image 09:55:27 #9 exporting layers 09:55:29 #9 exporting layers 3.2s done 09:55:29 #9 writing image sha256:281b91b921df6a8eb806798ce7417a2a9cc484f070de51890c4d601fde584197 done 09:55:29 #9 naming to docker.io/library/ci-base-image-x86_64 done 09:55:29 #9 DONE 3.3s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:55:30 + docker inspect -f . ci-base-image-x86_64 09:55:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:55:32 prd-ubuntu20.04-docker-8c-8g-43 does not seem to be running inside a container 09:55:32 $ 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 09:55:32 $ docker top b1a3891e1f97b38624bb7cadf421fc5e61985092bf01eb75fd18f351b0421abe -eo pid,comm [Pipeline] { [Pipeline] sh 09:55:33 + go version 09:55:33 go version go1.25.2 linux/amd64 [Pipeline] } 09:55:33 $ docker stop --time=1 b1a3891e1f97b38624bb7cadf421fc5e61985092bf01eb75fd18f351b0421abe 09:55:34 $ docker rm -f --volumes b1a3891e1f97b38624bb7cadf421fc5e61985092bf01eb75fd18f351b0421abe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:55:38 + docker inspect -f . ci-base-image-x86_64 09:55:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:55:39 prd-ubuntu20.04-docker-8c-8g-43 does not seem to be running inside a container 09:55:39 $ 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 09:55:39 $ docker top e93de66bd80e671c73657277875328233ce5011de90c9ea51f1c890490be6428 -eo pid,comm [Pipeline] { [Pipeline] echo 09:55:40 ========================================================= 09:55:40 [edgeXBuildGoParallel] Running Tests and Build... 09:55:40 ========================================================= [Pipeline] sh 09:55:40 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 09:55:42 + make test 09:55:42 go test -race -coverprofile=coverage.out ./... 09:55:50 ? github.com/edgexfoundry/edgex-go [no test files] 09:56:17 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 09:56:17 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 09:56:17 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 09:56:18 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 09:56:18 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 09:56:18 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 09:56:18 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 09:56:18 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 09:56:18 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 09:56:18 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 09:56:19 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 09:56:19 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 09:56:19 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 09:56:19 ? github.com/edgexfoundry/edgex-go/internal [no test files] 09:56:19 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 09:56:19 github.com/edgexfoundry/edgex-go/internal/core/command/application coverage: 0.0% of statements 09:56:19 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 09:56:19 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 09:56:23 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.039s coverage: 97.0% of statements 09:56:26 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.094s coverage: 71.0% of statements 09:56:26 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 09:56:26 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.025s coverage: 4.8% of statements 09:56:26 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 09:56:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.084s coverage: 57.3% of statements 09:56:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/cache 1.032s coverage: 86.5% of statements 09:56:26 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 09:56:26 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 09:56:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.240s coverage: 94.2% of statements 09:56:26 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 09:56:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 09:56:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 09:56:26 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 09:56:26 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 09:56:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/query [no test files] 09:56:26 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 09:56:26 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 09:56:26 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 09:56:26 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 09:56:26 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 09:56:26 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.057s coverage: 90.7% of statements 09:56:26 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 09:56:26 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 09:56:26 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 09:56:26 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/registry 1.035s coverage: 0.0% of statements 09:56:26 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 09:56:26 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 09:56:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.049s coverage: 11.1% of statements 09:56:27 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 09:56:27 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 09:56:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.464s coverage: 97.7% of statements 09:56:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 09:56:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 09:56:29 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 09:56:29 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 09:56:29 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 09:56:29 ok github.com/edgexfoundry/edgex-go/internal/io 1.023s coverage: 72.2% of statements 09:56:29 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 09:56:29 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 09:56:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:56:29 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 09:56:29 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 09:56:29 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 09:56:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:56:29 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 09:56:29 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 09:56:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/models [no test files] 09:56:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.053s coverage: 3.5% of statements 09:56:32 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/mocks coverage: 0.0% of statements 09:56:32 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 09:56:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.049s coverage: 1.0% of statements 09:56:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 09:56:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.039s coverage: 38.2% of statements 09:56:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.024s coverage: 68.8% of statements 09:56:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 09:56:32 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 09:56:32 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 09:56:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.031s coverage: 40.0% of statements 09:56:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.033s coverage: 87.1% of statements 09:56:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.020s coverage: 89.5% of statements 09:56:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.037s coverage: 93.1% of statements 09:56:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.017s coverage: 87.5% of statements 09:56:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.033s coverage: 94.4% of statements 09:56:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.063s coverage: 94.1% of statements 09:56:55 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 09:56:55 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 09:56:55 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 09:56:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.026s coverage: 68.8% of statements 09:56:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 09:56:55 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 09:56:55 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 09:56:55 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 09:56:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.039s coverage: 62.3% of statements 09:56:55 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 09:56:55 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 09:56:55 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 09:56:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.030s coverage: 47.4% of statements 09:56:55 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 09:56:55 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 09:56:55 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 09:56:55 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 09:56:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.023s coverage: 87.2% of statements 09:56:55 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.017s coverage: 15.5% of statements 09:56:55 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 09:56:55 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 09:56:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.022s coverage: 100.0% of statements 09:56:55 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 09:56:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.054s coverage: 81.8% of statements 09:56:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.052s coverage: 82.1% of statements 09:56:55 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 09:56:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.027s coverage: 86.0% of statements 09:56:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 09:56:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.031s coverage: 6.8% of statements 09:56:55 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 09:56:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.028s coverage: 33.3% of statements 09:56:55 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 09:56:55 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 09:56:55 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 09:56:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.033s coverage: 100.0% of statements 09:56:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.154s coverage: 54.8% of statements 09:56:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.021s coverage: 89.6% of statements 09:56:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.018s coverage: 100.0% of statements 09:56:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.026s coverage: 73.7% of statements 09:56:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.015s coverage: 100.0% of statements 09:56:55 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth 1.034s coverage: 20.0% of statements 09:56:55 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.028s coverage: 88.6% of statements 09:56:55 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 09:56:55 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 09:56:55 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.033s coverage: 96.8% of statements 09:56:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 09:56:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 09:56:55 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 09:56:55 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.018s coverage: 100.0% of statements 09:56:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.122s coverage: 29.2% of statements 09:56:55 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 09:56:55 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 09:56:55 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 09:56:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.027s coverage: 93.8% of statements 09:56:55 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 09:56:55 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 09:56:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 09:56:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.021s coverage: 3.1% of statements 09:56:55 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 09:56:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.030s coverage: 76.2% of statements 09:56:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.026s coverage: 54.0% of statements 09:56:55 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 09:56:55 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 09:56:55 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 09:56:55 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 09:56:55 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 09:56:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.061s coverage: 17.1% of statements 09:56:58 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 09:56:58 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 09:56:58 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 09:56:58 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 09:56:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.127s coverage: 94.9% of statements 09:56:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 09:56:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 09:56:58 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 09:56:58 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 09:56:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.029s coverage: 19.5% of statements 09:56:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action 1.028s coverage: 19.1% of statements 09:56:58 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 09:56:58 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 09:56:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.062s coverage: 97.7% of statements 09:56:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 09:56:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.029s coverage: 48.8% of statements 09:56:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 09:56:58 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 09:56:58 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 09:56:58 running golangci-lint 09:56:58 golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z 09:56:58 go version go1.25.2 linux/amd64 09:56:59 level=info msg="golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z" 09:56:59 level=info msg="[config_reader] Used config file .golangci.yml" 09:56:59 level=info msg="[config_reader] Module name \"github.com/edgexfoundry/edgex-go\"" 09:56:59 level=info msg="maxprocs: Leaving GOMAXPROCS=8: CPU quota undefined" 09:56:59 level=info msg="[goenv] Read go env for 3.967863ms: map[string]string{\"GOCACHE\":\"/root/.cache/go-build\", \"GOROOT\":\"/usr/local/go\"}" 09:56:59 level=info msg="[lintersdb] Active 6 linters: [errcheck gosec govet ineffassign staticcheck unused]" 09:57:25 level=info msg="[loader] Go packages loading at mode 8767 (compiled_files|types_sizes|deps|exports_file|files|imports|name) took 23.108922634s" 09:57:25 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 51.480365ms" 09:57:34 level=info msg="[linters_context/goanalysis] analyzers took 2m3.661087926s with top 10 stages: buildir: 53.818582365s, fact_deprecated: 3.446974656s, inspect: 3.38660194s, gosec: 3.141479742s, printf: 1.928924814s, fact_purity: 1.72071348s, ctrlflow: 1.693501527s, nilness: 1.454673985s, typedness: 1.053622591s, SA5012: 1.01471558s" 09:57:34 level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"third_party$\"" 09:57:34 level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"builtin$\"" 09:57:34 level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"examples$\"" 09:57:34 level=info msg="[runner] Issues before processing: 35, after processing: 0" 09:57:34 level=info msg="[runner] Processors filtering stat (in/out): exclusion_paths: 35/35, invalid_issue: 35/35, nolint_filter: 21/0, generated_file_filter: 35/22, exclusion_rules: 22/21, cgo: 35/35, filename_unadjuster: 35/35, path_absoluter: 35/35, path_relativity: 35/35" 09:57:34 level=info msg="[runner] processing took 7.990655ms with stages: nolint_filter: 7.1412ms, generated_file_filter: 612.653µs, exclusion_rules: 123.281µs, exclusion_paths: 67.28µs, path_relativity: 31.671µs, cgo: 3.73µs, path_absoluter: 2.65µs, sort_results: 2.14µs, invalid_issue: 1.95µs, filename_unadjuster: 940ns, max_same_issues: 810ns, fixer: 550ns, diff: 400ns, max_from_linter: 280ns, path_prettifier: 240ns, uniq_by_line: 240ns, severity-rules: 190ns, source_code: 160ns, path_shortener: 160ns, max_per_file_from_linter: 130ns" 09:57:34 level=info msg="[runner] linters took 11.709094035s with stages: goanalysis_metalinter: 11.70099562s" 09:57:34 0 issues. 09:57:34 level=info msg="File cache stats: 0 entries of total size 0B" 09:57:34 level=info msg="Memory: 339 samples, avg is 330.1MB, max is 1577.4MB" 09:57:34 level=info msg="Execution took 34.876425453s" 09:57:34 go vet ./... 09:57:42 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 09:57:42 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 09:57:42 ./bin/test-attribution-txt.sh 09:57:42 An attribution for github.com/ebitengine/purego is missing from Attribution.txt, please add 09:57:42 An attribution for github.com/go-openapi/runtime/server-middleware is missing from Attribution.txt, please add 09:57:42 An attribution for github.com/openziti/channel/v5 is missing from Attribution.txt, please add 09:57:42 An attribution for github.com/shirou/gopsutil/v4 is missing from Attribution.txt, please add [Pipeline] echo 09:57:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] sh 09:57:43 + ls -al . 09:57:43 total 1412 09:57:43 drwxrwxr-x 11 1001 1001 4096 Aug 6 09:55 . 09:57:43 drwxr-xr-x 4 root root 4096 Aug 6 09:55 .. 09:57:43 drwxrwxr-x 2 1001 1001 4096 Aug 6 09:53 .blubracket 09:57:43 -rw-rw-r-- 1 1001 1001 10 Aug 6 09:53 .dockerignore 09:57:43 drwxrwxr-x 8 1001 1001 4096 Aug 6 09:56 .git 09:57:43 drwxrwxr-x 3 1001 1001 4096 Aug 6 09:53 .github 09:57:43 -rw-rw-r-- 1 1001 1001 909 Aug 6 09:53 .gitignore 09:57:43 -rw-rw-r-- 1 1001 1001 359 Aug 6 09:53 .golangci.yml 09:57:43 -rw-rw-r-- 1 1001 1001 100 Aug 6 09:53 .hadolint.yml 09:57:43 drwxr-xr-x 3 1001 1001 4096 Aug 6 09:54 .semver 09:57:43 -rw-rw-r-- 1 1001 1001 155 Aug 6 09:53 .sonarcloud.properties 09:57:43 -rw-rw-r-- 1 1001 1001 1171 Aug 6 09:53 ADOPTERS.md 09:57:43 -rw-rw-r-- 1 1001 1001 20149 Aug 6 09:53 Attribution.txt 09:57:43 -rw-rw-r-- 1 1001 1001 118730 Aug 6 09:53 CHANGELOG.md 09:57:43 -rw-rw-r-- 1 1001 1001 3804 Aug 6 09:53 CONTRIBUTING.md 09:57:43 -rw-rw-r-- 1 1001 1001 677 Aug 6 09:53 GOVERNANCE.md 09:57:43 -rw-rw-r-- 1 1001 1001 886 Aug 6 09:53 Jenkinsfile 09:57:43 -rw-rw-r-- 1 1001 1001 10775 Aug 6 09:53 LICENSE 09:57:43 -rw-rw-r-- 1 1001 1001 16743 Aug 6 09:53 Makefile 09:57:43 -rw-rw-r-- 1 1001 1001 582 Aug 6 09:53 OWNERS.md 09:57:43 -rw-rw-r-- 1 1001 1001 9932 Aug 6 09:53 README.md 09:57:43 -rw-rw-r-- 1 1001 1001 789 Aug 6 09:53 SECURITY.md 09:57:43 -rw-rw-r-- 1 1001 1001 5 Aug 6 09:54 VERSION 09:57:43 drwxrwxr-x 2 1001 1001 4096 Aug 6 09:53 bin 09:57:43 drwxrwxr-x 19 1001 1001 4096 Aug 6 09:53 cmd 09:57:43 -rw-r--r-- 1 root root 1053837 Aug 6 09:56 coverage.out 09:57:43 drwxrwxr-x 2 1001 1001 4096 Aug 6 09:53 fuzz_test 09:57:43 -rw-rw-r-- 1 1001 1001 6979 Aug 6 09:53 go.mod 09:57:43 -rw-rw-r-- 1 1001 1001 90491 Aug 6 09:53 go.sum 09:57:43 drwxrwxr-x 7 1001 1001 4096 Aug 6 09:53 internal 09:57:43 drwxrwxr-x 2 1001 1001 4096 Aug 6 09:53 openapi 09:57:43 -rw-rw-r-- 1 1001 1001 584 Aug 6 09:53 security.txt 09:57:43 -rw-rw-r-- 1 1001 1001 204 Aug 6 09:53 version.go [Pipeline] sh 09:57:43 + '[' -e coverage.out ] 09:57:43 + chown 1001:1001 coverage.out [Pipeline] stash 09:57:44 Stashed 1 file(s) [Pipeline] sh 09:57:45 + make build 09:57:45 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 09:58:08 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:58:10 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 09:58:11 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 09:58:12 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 09:58:14 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:58:20 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:58:21 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 09:58:24 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:58:27 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:58:28 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 09:58:30 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 09:58:31 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 09:58:32 $ docker stop --time=1 e93de66bd80e671c73657277875328233ce5011de90c9ea51f1c890490be6428 09:58:35 $ docker rm -f --volumes e93de66bd80e671c73657277875328233ce5011de90c9ea51f1c890490be6428 [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 09:58:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:58:41 09:58:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:58:42 latest: Pulling from edgex-devops/edgex-compose 09:58:42 91d30c5bc195: Pulling fs layer 09:58:42 2e9b0aa3be6d: Pulling fs layer 09:58:42 9c61dcf015f6: Pulling fs layer 09:58:42 4698f68db338: Pulling fs layer 09:58:42 4698f68db338: Waiting 09:58:42 2a2f49069b9e: Pulling fs layer 09:58:42 e0025b399a48: Pulling fs layer 09:58:42 e0025b399a48: Waiting 09:58:42 2a2f49069b9e: Waiting 09:58:42 91d30c5bc195: Verifying Checksum 09:58:42 91d30c5bc195: Download complete 09:58:42 4698f68db338: Verifying Checksum 09:58:42 4698f68db338: Download complete 09:58:42 2e9b0aa3be6d: Verifying Checksum 09:58:42 2e9b0aa3be6d: Download complete 09:58:42 e0025b399a48: Verifying Checksum 09:58:42 e0025b399a48: Download complete 09:58:42 91d30c5bc195: Pull complete 09:58:42 2a2f49069b9e: Download complete 09:58:42 2e9b0aa3be6d: Pull complete 09:58:43 9c61dcf015f6: Verifying Checksum 09:58:43 9c61dcf015f6: Download complete 09:58:46 9c61dcf015f6: Pull complete 09:58:46 4698f68db338: Pull complete 09:58:46 2a2f49069b9e: Pull complete 09:58:46 e0025b399a48: Pull complete 09:58:46 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 09:58:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:58:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:58:47 prd-ubuntu20.04-docker-8c-8g-43 does not seem to be running inside a container 09:58:47 $ 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 09:58:48 $ docker top b53cd98ecaf22a46bf594a7fcab257ee259f4251010501921478cb33b6f9f386 -eo pid,comm [Pipeline] { [Pipeline] sh 09:58:49 + docker compose -f ./docker-compose-build.yml build --parallel 09:58:49 #1 [security-spire-config internal] load build definition from Dockerfile 09:58:49 #1 transferring dockerfile: 1.69kB done 09:58:49 #1 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 09:58:49 #1 DONE 0.1s 09:58:49 09:58:49 #2 [security-proxy-auth internal] load build definition from Dockerfile 09:58:49 #2 transferring dockerfile: 2.14kB done 09:58:49 #2 DONE 0.1s 09:58:49 09:58:49 #3 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 09:58:49 #3 DONE 0.0s 09:58:49 09:58:49 #4 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.22 09:58:49 #4 ... 09:58:49 09:58:49 #5 [security-bootstrapper internal] load build definition from Dockerfile 09:58:49 #5 transferring dockerfile: 3.02kB done 09:58:49 #5 DONE 0.1s 09:58:49 09:58:49 #6 [security-spire-agent internal] load build definition from Dockerfile 09:58:49 #6 transferring dockerfile: 1.81kB done 09:58:49 #6 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 09:58:49 #6 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) 09:58:49 #6 DONE 0.1s 09:58:49 09:58:49 #7 [core-metadata internal] load build definition from Dockerfile 09:58:49 #7 transferring dockerfile: 2.10kB done 09:58:49 #7 DONE 0.2s 09:58:49 09:58:49 #8 [core-command internal] load build definition from Dockerfile 09:58:49 #8 transferring dockerfile: 1.94kB done 09:58:49 #8 DONE 0.2s 09:58:49 09:58:49 #9 [core-data internal] load build definition from Dockerfile 09:58:49 #9 transferring dockerfile: 2.04kB done 09:58:49 #9 DONE 0.2s 09:58:49 09:58:49 #10 [security-spire-server internal] load build definition from Dockerfile 09:58:49 #10 transferring dockerfile: 1.70kB done 09:58:49 #10 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 09:58:49 #10 DONE 0.2s 09:58:49 09:58:49 #11 [support-notifications internal] load build definition from Dockerfile 09:58:49 #11 transferring dockerfile: 2.02kB done 09:58:49 #11 DONE 0.2s 09:58:49 09:58:49 #3 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 09:58:49 #3 DONE 0.0s 09:58:49 09:58:49 #12 [core-keeper internal] load build definition from Dockerfile 09:58:49 #12 transferring dockerfile: 2.07kB done 09:58:49 #12 DONE 0.2s 09:58:49 09:58:49 #4 [core-data internal] load metadata for docker.io/library/alpine:3.22 09:58:49 #4 ... 09:58:49 09:58:49 #13 [security-spiffe-token-provider internal] load build definition from Dockerfile 09:58:49 #13 transferring dockerfile: 1.89kB done 09:58:49 #13 DONE 0.2s 09:58:49 09:58:49 #14 [core-common-config-bootstrapper internal] load build definition from Dockerfile 09:58:49 #14 transferring dockerfile: 2.23kB done 09:58:49 #14 DONE 0.2s 09:58:49 09:58:49 #15 [support-scheduler internal] load build definition from Dockerfile 09:58:49 #15 transferring dockerfile: 1.83kB done 09:58:49 #15 DONE 0.2s 09:58:49 09:58:49 #16 [security-secretstore-setup internal] load build definition from Dockerfile 09:58:49 #16 transferring dockerfile: 2.49kB done 09:58:49 #16 DONE 0.2s 09:58:49 09:58:49 #17 [security-proxy-setup internal] load build definition from Dockerfile 09:58:49 #17 transferring dockerfile: 2.50kB done 09:58:49 #17 DONE 0.2s 09:58:49 09:58:49 #3 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 09:58:49 #3 DONE 0.0s 09:58:49 09:58:49 #4 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.22 09:58:49 #4 ... 09:58:49 09:58:49 #18 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.13.3 09:58:49 #18 DONE 0.5s 09:58:49 09:58:49 #19 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 09:58:49 #19 DONE 0.5s 09:58:49 09:58:49 #4 [security-spire-config internal] load metadata for docker.io/library/alpine:3.22 09:58:50 #4 DONE 0.6s 09:58:50 09:58:50 #20 [core-metadata internal] load .dockerignore 09:58:50 #20 transferring context: 50B done 09:58:50 #20 DONE 0.0s 09:58:50 09:58:50 #21 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 09:58:50 #21 resolve docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 0.1s done 09:58:50 #21 ... 09:58:50 09:58:50 #22 [core-command internal] load .dockerignore 09:58:50 #22 transferring context: 50B done 09:58:50 #22 DONE 0.2s 09:58:50 09:58:50 #23 [security-proxy-auth internal] load .dockerignore 09:58:50 #23 transferring context: 50B done 09:58:50 #23 DONE 0.2s 09:58:50 09:58:50 #24 [security-bootstrapper internal] load .dockerignore 09:58:50 #24 transferring context: 50B done 09:58:50 #24 DONE 0.2s 09:58:50 09:58:50 #25 [security-spire-config internal] load .dockerignore 09:58:50 #25 transferring context: 50B done 09:58:50 #25 DONE 0.2s 09:58:50 09:58:50 #26 [security-proxy-setup internal] load .dockerignore 09:58:50 #26 transferring context: 50B done 09:58:50 #26 DONE 0.2s 09:58:50 09:58:50 #21 [core-command stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 09:58:50 #21 resolve docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 0.1s done 09:58:50 #21 sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 9.22kB / 9.22kB done 09:58:50 #21 sha256:7c8cb692ae09657cbc4a3f3cbd0e8d5a2690ba38386aaaf252dbb060bf5eb2e6 1.02kB / 1.02kB done 09:58:50 #21 sha256:b66e0ce64844f5c6435b0c4bfd965558199ab0f53270846861c979cb1ac29365 611B / 611B done 09:58:50 #21 sha256:f7ee36c9aa34bbb665f975c76e5c0d1607f0674b94c84cfb0061f87006ea5d10 0B / 3.79MB 0.1s 09:58:50 #21 ... 09:58:50 09:58:50 #27 [core-keeper internal] load .dockerignore 09:58:50 #27 transferring context: 50B done 09:58:50 #27 DONE 0.2s 09:58:50 09:58:50 #28 [security-spire-server internal] load .dockerignore 09:58:50 #28 transferring context: 50B done 09:58:50 #28 DONE 0.2s 09:58:50 09:58:50 #29 [security-spire-agent internal] load .dockerignore 09:58:50 #29 transferring context: 50B done 09:58:50 #29 DONE 0.2s 09:58:50 09:58:50 #30 [security-secretstore-setup internal] load .dockerignore 09:58:50 #30 transferring context: 50B done 09:58:50 #30 DONE 0.2s 09:58:50 09:58:50 #31 [support-notifications internal] load .dockerignore 09:58:50 #31 transferring context: 50B done 09:58:50 #31 DONE 0.2s 09:58:50 09:58:50 #32 [support-scheduler internal] load .dockerignore 09:58:50 #32 transferring context: 50B done 09:58:50 #32 DONE 0.2s 09:58:50 09:58:50 #33 [core-data internal] load .dockerignore 09:58:50 #33 transferring context: 50B done 09:58:50 #33 DONE 0.2s 09:58:50 09:58:50 #34 [core-common-config-bootstrapper internal] load .dockerignore 09:58:50 #34 transferring context: 50B done 09:58:50 #34 DONE 0.2s 09:58:50 09:58:50 #35 [security-spiffe-token-provider internal] load .dockerignore 09:58:50 #35 transferring context: 50B done 09:58:50 #35 DONE 0.3s 09:58:50 09:58:50 #21 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 09:58:50 #21 resolve docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 0.1s done 09:58:50 #21 sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 9.22kB / 9.22kB done 09:58:50 #21 sha256:7c8cb692ae09657cbc4a3f3cbd0e8d5a2690ba38386aaaf252dbb060bf5eb2e6 1.02kB / 1.02kB done 09:58:50 #21 sha256:b66e0ce64844f5c6435b0c4bfd965558199ab0f53270846861c979cb1ac29365 611B / 611B done 09:58:50 #21 sha256:f7ee36c9aa34bbb665f975c76e5c0d1607f0674b94c84cfb0061f87006ea5d10 1.05MB / 3.79MB 0.2s 09:58:50 #21 ... 09:58:50 09:58:50 #36 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 09:58:50 #36 DONE 0.4s 09:58:50 09:58:50 #21 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 09:58:50 #21 sha256:f7ee36c9aa34bbb665f975c76e5c0d1607f0674b94c84cfb0061f87006ea5d10 3.79MB / 3.79MB 0.3s done 09:58:50 #21 extracting sha256:f7ee36c9aa34bbb665f975c76e5c0d1607f0674b94c84cfb0061f87006ea5d10 09:58:50 #21 ... 09:58:50 09:58:50 #37 [security-spire-config internal] load build context 09:58:50 #37 transferring context: 24.83kB 0.0s done 09:58:50 #37 DONE 0.3s 09:58:50 09:58:50 #38 [security-spire-agent internal] load build context 09:58:50 #38 transferring context: 26.11kB 0.0s done 09:58:50 #38 DONE 0.3s 09:58:50 09:58:50 #21 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 09:58:50 #21 ... 09:58:50 09:58:50 #39 [security-spire-server internal] load build context 09:58:50 #39 transferring context: 26.58kB 0.0s done 09:58:50 #39 DONE 0.5s 09:58:50 09:58:50 #21 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 09:58:50 #21 ... 09:58:50 09:58:50 #40 [core-command builder 2/7] WORKDIR /edgex-go 09:58:50 #40 DONE 0.4s 09:58:50 09:58:50 #21 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce 09:58:50 #21 extracting sha256:f7ee36c9aa34bbb665f975c76e5c0d1607f0674b94c84cfb0061f87006ea5d10 0.5s done 09:58:50 #21 DONE 1.0s 09:58:50 09:58:50 #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 09:58:50 #41 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 0.0s done 09:58:50 #41 sha256:9f8a255617307da6b53c9d6487246bf5b49d3512bb30f5b733ea11aa6c9ca192 1.05kB / 1.05kB done 09:58:50 #41 sha256:310211bc494e8d41e03aed8667c76bf95c9be121e0a59409aa32f7da7c671a50 1.74kB / 1.74kB done 09:58:50 #41 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.2s done 09:58:50 #41 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.1s done 09:58:50 #41 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done 09:58:50 #41 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 0.0s done 09:58:50 #41 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 0.2s done 09:58:50 #41 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 41.51MB / 41.51MB 0.6s done 09:58:50 #41 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done 09:58:50 #41 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 done 09:58:50 #41 extracting sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 09:58:53 #41 ... 09:58:53 09:58:53 #42 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:58:53 #42 DONE 2.9s 09:58:53 09:58:53 #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 09:58:55 #41 extracting sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 4.4s done 09:58:55 #41 ... 09:58:55 09:58:55 #43 [core-command builder 3/7] RUN apk add --update --no-cache make git 09:58:55 #0 0.547 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 09:58:55 #0 0.731 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 09:58:55 #0 1.169 OK: 265 MiB in 60 packages 09:58:55 #43 DONE 4.8s 09:58:55 09:58:55 #44 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 09:58:55 #0 1.681 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 09:58:55 #0 1.797 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 09:58:55 #0 2.148 (1/2) Installing dumb-init (1.2.5-r3) 09:58:55 #0 2.159 (2/2) Installing su-exec (0.2-r3) 09:58:55 #0 2.174 Executing busybox-1.37.0-r20.trigger 09:58:55 #0 2.187 OK: 7 MiB in 18 packages 09:58:55 #44 DONE 4.5s 09:58:55 09:58:55 #45 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 09:58:55 #0 0.562 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 09:58:55 #0 0.735 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 09:58:55 #0 1.122 v3.22.5-70-gfa73d50b96e [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 09:58:55 #0 1.122 v3.22.5-70-gfa73d50b96e [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 09:58:55 #0 1.122 OK: 26347 distinct packages available 09:58:55 #0 1.207 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 09:58:55 #0 1.371 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 09:58:55 #0 1.745 OK: 265 MiB in 60 packages 09:58:55 #45 DONE 4.9s 09:58:55 09:58:55 #46 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 09:58:55 #0 0.860 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 09:58:55 #0 1.000 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 09:58:55 #0 1.466 OK: 265 MiB in 60 packages 09:58:55 #46 DONE 4.9s 09:58:55 09:58:55 #47 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 09:58:55 #0 1.444 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 09:58:55 #0 1.586 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 09:58:55 #0 1.952 (1/1) Installing dumb-init (1.2.5-r3) 09:58:55 #0 2.110 Executing busybox-1.37.0-r20.trigger 09:58:55 #0 2.128 OK: 7 MiB in 17 packages 09:58:55 #47 DONE 4.6s 09:58:55 09:58:55 #48 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 09:58:55 #0 0.942 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 09:58:55 #0 1.070 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 09:58:55 #0 1.457 OK: 265 MiB in 60 packages 09:58:55 #48 DONE 4.9s 09:58:55 09:58:55 #49 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 09:58:55 #0 0.891 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 09:58:55 #0 0.997 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 09:58:55 #0 1.367 OK: 265 MiB in 60 packages 09:58:55 #49 DONE 4.9s 09:58:55 09:58:55 #50 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 09:58:55 #0 2.119 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 09:58:55 #0 2.261 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 09:58:55 #0 2.634 v3.22.5-70-gfa73d50b96e [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 09:58:55 #0 2.634 v3.22.5-70-gfa73d50b96e [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 09:58:55 #0 2.634 OK: 26325 distinct packages available 09:58:55 #0 2.698 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 09:58:55 #0 2.820 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 09:58:55 #0 3.167 (1/4) Installing dumb-init (1.2.5-r3) 09:58:55 #0 3.179 (2/4) Installing musl-obstack (1.2.3-r2) 09:58:55 #0 3.191 (3/4) Installing libucontext (1.3.2-r0) 09:58:55 #0 3.198 (4/4) Installing gcompat (1.1.0-r4) 09:58:55 #0 3.211 Executing busybox-1.37.0-r20.trigger 09:58:55 #0 3.218 OK: 8 MiB in 20 packages 09:58:55 #50 DONE 4.6s 09:58:55 09:58:55 #51 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 09:58:55 #0 1.668 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 09:58:55 #0 1.845 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 09:58:55 #0 2.465 v3.22.5-70-gfa73d50b96e [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 09:58:55 #0 2.465 v3.22.5-70-gfa73d50b96e [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 09:58:55 #0 2.465 OK: 26325 distinct packages available 09:58:55 #0 2.521 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 09:58:55 #0 2.636 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 09:58:55 #0 2.976 (1/13) Installing brotli-libs (1.1.0-r2) 09:58:55 #0 2.994 (2/13) Installing c-ares (1.34.8-r0) 09:58:55 #0 3.007 (3/13) Installing libunistring (1.3-r0) 09:58:55 #0 3.032 (4/13) Installing libidn2 (2.3.7-r0) 09:58:55 #0 3.045 (5/13) Installing nghttp2-libs (1.69.0-r0) 09:58:55 #0 3.056 (6/13) Installing libpsl (0.21.5-r3) 09:58:55 #0 3.067 (7/13) Installing zstd-libs (1.5.7-r0) 09:58:55 #0 3.085 (8/13) Installing libcurl (8.14.1-r3) 09:58:55 #0 3.105 (9/13) Installing curl (8.14.1-r3) 09:58:55 #0 3.119 (10/13) Installing dumb-init (1.2.5-r3) 09:58:55 #0 3.128 (11/13) Installing musl-obstack (1.2.3-r2) 09:58:55 #0 3.147 (12/13) Installing libucontext (1.3.2-r0) 09:58:55 #0 3.160 (13/13) Installing gcompat (1.1.0-r4) 09:58:55 #0 3.163 Executing busybox-1.37.0-r20.trigger 09:58:55 #0 3.171 OK: 12 MiB in 29 packages 09:58:55 #51 DONE 4.6s 09:58:55 09:58:55 #52 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 09:58:55 #52 ... 09:58:55 09:58:55 #53 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 09:58:55 #53 resolve ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 0.1s done 09:58:55 #53 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 done 09:58:55 #53 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done 09:58:55 #53 sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 295B / 295B 0.3s done 09:58:55 #53 sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.61kB / 1.61kB done 09:58:55 #53 sha256:f3f75cbd8e89aaeaf217da4f23120881d5cf2db177a9095099ab1c09bcacbbff 1.05kB / 1.05kB done 09:58:55 #53 sha256:85fdd50c7a5e4921364e1448e85c8bf3593e78ec983c9336afa844644b6f45d1 1.72kB / 1.72kB done 09:58:55 #53 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB done 09:58:55 #53 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B done 09:58:55 #53 sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 19.17MB / 19.17MB 0.4s done 09:58:55 #53 extracting sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a done 09:58:55 #53 extracting sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 1.9s done 09:58:55 #53 DONE 5.7s 09:58:55 09:58:55 #54 [core-metadata internal] load build context 09:58:55 #54 transferring context: 272.85MB 5.8s 09:58:56 #54 ... 09:58:56 09:58:56 #55 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 09:58:56 #0 3.890 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 09:58:56 #0 3.997 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 09:58:56 #0 4.343 (1/4) Installing dumb-init (1.2.5-r3) 09:58:56 #0 4.369 (2/4) Installing openssl (3.5.7-r0) 09:58:56 #0 4.399 (3/4) Installing su-exec (0.2-r3) 09:58:56 #0 4.409 (4/4) Installing yq-go (4.47.2-r3) 09:58:56 #0 4.540 Executing busybox-1.37.0-r20.trigger 09:58:56 #0 4.549 OK: 20 MiB in 20 packages 09:58:56 #55 DONE 5.7s 09:58:56 09:58:56 #54 [core-metadata internal] load build context 09:58:56 #54 ... 09:58:56 09:58:56 #56 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 09:58:57 #56 ... 09:58:57 09:58:57 #41 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 09:58:57 #41 DONE 7.1s 09:58:57 09:58:57 #54 [core-metadata internal] load build context 09:58:58 #54 ... 09:58:58 09:58:58 #57 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:58:58 #57 DONE 7.6s 09:58:58 09:58:58 #54 [core-metadata internal] load build context 09:59:00 #54 ... 09:59:00 09:59:00 #58 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 09:59:00 #0 5.704 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 09:59:00 #0 5.822 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 09:59:00 #0 6.146 (1/7) Installing ca-certificates (20260611-r0) 09:59:00 #0 6.190 (2/7) Installing dumb-init (1.2.5-r3) 09:59:00 #0 6.204 (3/7) Installing libgcc (14.2.0-r6) 09:59:00 #0 6.214 (4/7) Installing libsodium (1.0.20-r1) 09:59:00 #0 6.226 (5/7) Installing libstdc++ (14.2.0-r6) 09:59:00 #0 6.261 (6/7) Installing libzmq (4.3.5-r2) 09:59:00 #0 6.273 (7/7) Installing zeromq (4.3.5-r2) 09:59:00 #0 6.373 Executing busybox-1.37.0-r20.trigger 09:59:00 #0 6.376 Executing ca-certificates-20260611-r0.trigger 09:59:00 #0 6.406 OK: 12 MiB in 23 packages 09:59:00 #58 DONE 8.6s 09:59:00 09:59:00 #54 [core-metadata internal] load build context 09:59:00 #54 ... 09:59:00 09:59:00 #59 [core-command internal] load build context 09:59:00 #59 ... 09:59:00 09:59:00 #60 [security-spiffe-token-provider internal] load build context 09:59:04 #60 ... 09:59:04 09:59:04 #61 [support-scheduler internal] load build context 09:59:04 #61 ... 09:59:04 09:59:04 #62 [security-proxy-setup internal] load build context 09:59:04 #62 ... 09:59:04 09:59:04 #63 [core-keeper internal] load build context 09:59:04 #63 ... 09:59:04 09:59:04 #64 [security-proxy-auth internal] load build context 09:59:04 #64 ... 09:59:04 09:59:04 #65 [security-bootstrapper internal] load build context 09:59:04 #65 ... 09:59:04 09:59:04 #66 [core-common-config-bootstrapper internal] load build context 09:59:04 #66 ... 09:59:04 09:59:04 #67 [security-secretstore-setup internal] load build context 09:59:04 #67 transferring context: 544.08MB 10.6s 09:59:04 #67 ... 09:59:04 09:59:04 #68 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 09:59:04 #68 ... 09:59:04 09:59:04 #69 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 09:59:04 #0 7.446 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 09:59:04 #0 7.671 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 09:59:04 #0 8.106 v3.22.5-70-gfa73d50b96e [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 09:59:04 #0 8.106 v3.22.5-70-gfa73d50b96e [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 09:59:04 #0 8.106 OK: 26325 distinct packages available 09:59:04 #0 8.172 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 09:59:04 #0 8.306 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 09:59:04 #0 8.699 (1/5) Installing dumb-init (1.2.5-r3) 09:59:04 #0 8.709 (2/5) Installing musl-obstack (1.2.3-r2) 09:59:04 #0 8.719 (3/5) Installing libucontext (1.3.2-r0) 09:59:04 #0 8.729 (4/5) Installing gcompat (1.1.0-r4) 09:59:04 #0 8.740 (5/5) Installing openssl (3.5.7-r0) 09:59:04 #0 8.766 Executing busybox-1.37.0-r20.trigger 09:59:04 #0 8.771 OK: 8 MiB in 21 packages 09:59:04 #69 ... 09:59:04 09:59:04 #70 [core-data internal] load build context 09:59:04 #70 ... 09:59:04 09:59:04 #71 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 09:59:04 #0 7.485 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 09:59:04 #0 7.648 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 09:59:04 #0 8.064 (1/4) Installing ca-certificates (20260611-r0) 09:59:04 #0 8.086 (2/4) Installing dumb-init (1.2.5-r3) 09:59:04 #0 8.097 (3/4) Installing su-exec (0.2-r3) 09:59:04 #0 8.110 (4/4) Installing yq-go (4.47.2-r3) 09:59:04 #0 8.194 Executing busybox-1.37.0-r20.trigger 09:59:04 #0 8.212 Executing ca-certificates-20260611-r0.trigger 09:59:04 #0 8.240 OK: 20 MiB in 20 packages 09:59:04 #71 ... 09:59:04 09:59:04 #72 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 09:59:04 #0 9.859 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 09:59:04 #0 9.968 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 09:59:04 #0 10.31 (1/1) Installing dumb-init (1.2.5-r3) 09:59:04 #0 10.31 Executing busybox-1.37.0-r20.trigger 09:59:04 #0 10.32 OK: 7 MiB in 17 packages 09:59:04 #72 ... 09:59:04 09:59:04 #73 [support-notifications internal] load build context 09:59:04 #73 ... 09:59:04 09:59:04 #70 [core-data internal] load build context 09:59:04 #70 ... 09:59:04 09:59:04 #71 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 09:59:04 #71 DONE 11.1s 09:59:04 09:59:04 #70 [core-data internal] load build context 09:59:04 #70 ... 09:59:04 09:59:04 #69 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 09:59:04 #69 DONE 11.3s 09:59:04 09:59:04 #70 [core-data internal] load build context 09:59:04 #70 ... 09:59:04 09:59:04 #72 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 09:59:04 #72 DONE 11.6s 09:59:04 09:59:04 #66 [core-common-config-bootstrapper internal] load build context 09:59:04 #66 transferring context: 653.01MB 11.8s done 09:59:04 #66 DONE 12.5s 09:59:04 09:59:04 #63 [core-keeper internal] load build context 09:59:04 #63 transferring context: 653.01MB 12.3s done 09:59:04 #63 DONE 12.5s 09:59:04 09:59:04 #70 [core-data internal] load build context 09:59:04 #70 transferring context: 653.01MB 12.7s done 09:59:04 #70 ... 09:59:04 09:59:04 #74 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 09:59:04 #0 9.751 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 09:59:04 #74 10.18 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 09:59:04 #74 ... 09:59:04 09:59:04 #59 [core-command internal] load build context 09:59:04 #59 ... 09:59:04 09:59:04 #54 [core-metadata internal] load build context 09:59:04 #54 transferring context: 653.01MB 12.8s done 09:59:04 #54 DONE 14.3s 09:59:04 09:59:04 #68 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 09:59:04 #68 11.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 09:59:04 #68 11.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 09:59:04 #68 11.65 (1/3) Installing ca-certificates (20260611-r0) 09:59:04 #68 11.68 (2/3) Installing dumb-init (1.2.5-r3) 09:59:04 #68 11.70 (3/3) Installing tzdata (2026c-r0) 09:59:04 #68 11.78 Executing busybox-1.37.0-r20.trigger 09:59:04 #68 11.79 Executing ca-certificates-20260611-r0.trigger 09:59:04 #68 11.84 OK: 8 MiB in 19 packages 09:59:04 #68 DONE 13.2s 09:59:04 09:59:04 #75 [core-metadata builder 4/7] COPY go.mod vendor* ./ 09:59:04 #75 DONE 1.6s 09:59:04 09:59:04 #59 [core-command internal] load build context 09:59:04 #59 ... 09:59:04 09:59:04 #75 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 09:59:04 #75 DONE 1.6s 09:59:04 09:59:04 #76 [core-metadata builder 4/7] COPY go.mod vendor* ./ 09:59:04 #76 CACHED 09:59:04 09:59:04 #64 [security-proxy-auth internal] load build context 09:59:04 #64 transferring context: 653.01MB 12.8s done 09:59:04 #64 DONE 14.1s 09:59:04 09:59:04 #67 [security-secretstore-setup internal] load build context 09:59:04 #67 transferring context: 653.01MB 12.6s done 09:59:04 #67 DONE 14.1s 09:59:04 09:59:04 #73 [support-notifications internal] load build context 09:59:04 #73 transferring context: 653.01MB 12.8s done 09:59:04 #73 DONE 14.1s 09:59:04 09:59:04 #70 [core-data internal] load build context 09:59:04 #70 DONE 14.1s 09:59:04 09:59:04 #65 [security-bootstrapper internal] load build context 09:59:04 #65 transferring context: 653.01MB 12.9s done 09:59:04 #65 DONE 14.2s 09:59:04 09:59:04 #60 [security-spiffe-token-provider internal] load build context 09:59:04 #60 transferring context: 653.01MB 13.0s done 09:59:04 #60 DONE 14.1s 09:59:04 09:59:04 #61 [support-scheduler internal] load build context 09:59:04 #61 transferring context: 653.01MB 13.1s done 09:59:04 #61 DONE 14.1s 09:59:04 09:59:04 #62 [security-proxy-setup internal] load build context 09:59:04 #62 transferring context: 653.01MB 13.7s done 09:59:04 #62 DONE 14.2s 09:59:04 09:59:04 #59 [core-command internal] load build context 09:59:04 #59 ... 09:59:04 09:59:04 #75 [core-data builder 4/7] COPY go.mod vendor* ./ 09:59:04 #75 DONE 1.6s 09:59:04 09:59:04 #59 [core-command internal] load build context 09:59:04 #59 ... 09:59:04 09:59:04 #77 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 09:59:04 #0 8.068 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 09:59:04 #0 8.185 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 09:59:04 #0 8.565 OK: 12 MiB in 29 packages 09:59:04 #77 DONE 8.8s 09:59:04 09:59:04 #52 [core-command stage-1 3/9] RUN apk --no-cache upgrade 09:59:04 #52 8.114 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 09:59:04 #52 8.230 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 09:59:04 #52 8.575 OK: 7 MiB in 17 packages 09:59:04 #52 DONE 8.9s 09:59:04 09:59:04 #78 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 09:59:04 #0 8.136 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 09:59:04 #0 8.262 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 09:59:04 #0 8.617 OK: 7 MiB in 18 packages 09:59:04 #78 DONE 8.9s 09:59:04 09:59:04 #59 [core-command internal] load build context 09:59:04 #59 transferring context: 653.01MB 14.4s done 09:59:04 #59 DONE 14.6s 09:59:04 09:59:04 #75 [core-command builder 4/7] COPY go.mod vendor* ./ 09:59:04 #75 DONE 1.6s 09:59:04 09:59:04 #79 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 09:59:04 #79 DONE 0.4s 09:59:04 09:59:04 #80 [support-notifications builder 4/7] COPY go.mod vendor* ./ 09:59:04 #80 DONE 0.4s 09:59:04 09:59:04 #81 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 09:59:04 #81 DONE 0.3s 09:59:04 09:59:04 #82 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 09:59:04 #82 DONE 0.3s 09:59:04 09:59:04 #83 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:59:04 #83 ... 09:59:04 09:59:04 #74 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 09:59:04 #74 10.75 OK: 265 MiB in 60 packages 09:59:04 #74 DONE 10.9s 09:59:04 09:59:04 #84 [core-keeper builder 5/8] COPY go.mod vendor* ./ 09:59:04 #84 DONE 0.0s 09:59:04 09:59:04 #85 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 09:59:04 #0 8.672 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 09:59:04 #0 8.809 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 09:59:04 #0 9.169 OK: 8 MiB in 20 packages 09:59:04 #85 DONE 9.3s 09:59:04 09:59:04 #86 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 09:59:05 #86 DONE 0.4s 09:59:05 09:59:05 #56 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 09:59:05 #56 7.756 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 09:59:05 #56 7.868 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 09:59:05 #56 8.259 OK: 20 MiB in 20 packages 09:59:05 #56 DONE 8.6s 09:59:05 09:59:05 #87 [security-spire-config stage-2 5/10] COPY Attribution.txt / 09:59:05 #87 DONE 0.0s 09:59:05 09:59:05 #88 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 09:59:05 #88 DONE 0.0s 09:59:05 09:59:05 #89 [security-spire-config stage-2 6/10] COPY security.txt / 09:59:05 #89 DONE 0.0s 09:59:05 09:59:05 #90 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 09:59:05 #90 DONE 0.0s 09:59:05 09:59:05 #91 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 09:59:05 #91 DONE 0.0s 09:59:05 09:59:05 #92 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 09:59:05 #92 DONE 0.0s 09:59:05 09:59:05 #93 [security-spire-config] exporting to image 09:59:05 #93 exporting layers 09:59:06 #93 ... 09:59:06 09:59:06 #94 [core-data stage-1 3/7] RUN apk --no-cache upgrade 09:59:06 #0 2.721 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 09:59:06 #0 2.845 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 09:59:06 #0 3.320 OK: 7 MiB in 17 packages 09:59:06 #94 DONE 3.5s 09:59:06 09:59:06 #95 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 09:59:06 #0 5.389 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 09:59:06 #0 5.507 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 09:59:06 #0 5.885 OK: 12 MiB in 23 packages 09:59:06 #95 DONE 6.0s 09:59:06 09:59:06 #93 [security-spire-config] exporting to image 09:59:06 #93 exporting layers 0.6s done 09:59:06 #93 writing image sha256:e113f3e5fd796b6403ac34f6326c2c7fe988af8a8253b75bda2a8f8cf75eb119 09:59:06 #93 writing image sha256:e113f3e5fd796b6403ac34f6326c2c7fe988af8a8253b75bda2a8f8cf75eb119 done 09:59:06 #93 naming to docker.io/library/security-spire-config done 09:59:06 #93 DONE 0.7s 09:59:06 09:59:06 #96 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 09:59:06 #0 2.923 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 09:59:06 #0 3.044 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 09:59:06 #0 3.471 OK: 8 MiB in 21 packages 09:59:06 #96 DONE 3.6s 09:59:06 09:59:06 #97 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 09:59:06 #97 DONE 0.5s 09:59:06 09:59:06 #98 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 09:59:06 #0 3.137 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 09:59:06 #0 3.257 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 09:59:06 #0 3.711 OK: 20 MiB in 20 packages 09:59:06 #98 DONE 4.2s 09:59:06 09:59:06 #99 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 09:59:06 #0 1.394 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 09:59:06 #0 1.495 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 09:59:06 #0 1.905 OK: 8 MiB in 19 packages 09:59:06 #99 DONE 2.4s 09:59:06 09:59:06 #100 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 09:59:06 #0 6.575 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 09:59:06 #0 6.845 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 09:59:06 #0 7.317 (1/1) Installing dumb-init (1.2.5-r3) 09:59:06 #0 7.482 Executing busybox-1.37.0-r20.trigger 09:59:06 #0 7.486 OK: 7 MiB in 17 packages 09:59:06 #100 DONE 7.8s 09:59:06 09:59:06 #101 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 09:59:06 #101 DONE 0.5s 09:59:06 09:59:06 #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / 09:59:06 #102 DONE 0.1s 09:59:06 09:59:06 #103 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 09:59:06 #103 DONE 2.2s 09:59:06 09:59:06 #104 [security-spire-server stage-2 6/9] COPY security.txt / 09:59:07 #104 DONE 0.4s 09:59:07 09:59:07 #105 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 09:59:07 #105 DONE 0.4s 09:59:07 09:59:07 #106 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 09:59:07 #106 DONE 0.5s 09:59:07 09:59:07 #107 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 09:59:07 #107 DONE 0.0s 09:59:07 09:59:07 #108 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 09:59:07 #108 DONE 0.1s 09:59:07 09:59:07 #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 09:59:07 #109 DONE 0.1s 09:59:07 09:59:07 #110 [security-spire-agent stage-3 7/10] COPY security.txt / 09:59:07 #110 DONE 0.1s 09:59:07 09:59:07 #111 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 09:59:07 #111 DONE 0.1s 09:59:07 09:59:07 #112 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 09:59:07 #112 DONE 0.1s 09:59:07 09:59:07 #113 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 09:59:07 #113 DONE 0.1s 09:59:07 09:59:07 #114 [security-spire-server] exporting to image 09:59:07 #114 ... 09:59:07 09:59:07 #115 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 09:59:07 #115 DONE 0.1s 09:59:07 09:59:07 #116 [security-spire-agent] exporting to image 09:59:08 #116 ... 09:59:08 09:59:08 #114 [security-spire-server] exporting to image 09:59:08 #114 exporting layers 0.5s done 09:59:08 #114 writing image sha256:361118d8a4de01dbac6a15a850743787d884221001dcd4a57e70ea9ef68ef3ee done 09:59:08 #114 naming to docker.io/library/security-spire-server done 09:59:08 #114 DONE 0.5s 09:59:08 09:59:08 #116 [security-spire-agent] exporting to image 09:59:08 #116 exporting layers 0.5s done 09:59:08 #116 writing image sha256:153067e5d51b6288706bd99f65dbae4401e0eef120974965fb3fcdb77e1ccaf2 done 09:59:08 #116 naming to docker.io/library/security-spire-agent done 09:59:08 #116 DONE 0.5s 09:59:08 09:59:08 #117 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:59:15 #117 ... 09:59:15 09:59:15 #118 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:59:15 #118 ... 09:59:15 09:59:15 #119 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:59:15 #119 ... 09:59:15 09:59:15 #120 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:59:15 #120 ... 09:59:15 09:59:15 #121 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:59:22 #121 ... 09:59:22 09:59:22 #118 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:59:22 #118 DONE 18.1s 09:59:22 09:59:22 #121 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:59:22 #121 DONE 18.1s 09:59:22 09:59:22 #120 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:59:22 #120 DONE 18.0s 09:59:22 09:59:22 #117 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:59:22 #117 DONE 18.6s 09:59:22 09:59:22 #83 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:59:22 #83 DONE 18.1s 09:59:22 09:59:22 #119 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:59:22 #119 DONE 18.1s 09:59:22 09:59:22 #122 [core-common-config-bootstrapper builder 6/7] COPY . . 09:59:28 #122 DONE 5.5s 09:59:28 09:59:28 #123 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:59:28 #123 CACHED 09:59:28 09:59:28 #124 [core-command builder 4/7] COPY go.mod vendor* ./ 09:59:28 #124 CACHED 09:59:28 09:59:28 #125 [core-command builder 6/7] COPY . . 09:59:28 #125 CACHED 09:59:28 09:59:28 #126 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:59:28 #126 CACHED 09:59:28 09:59:28 #127 [core-data builder 4/7] COPY go.mod vendor* ./ 09:59:28 #127 CACHED 09:59:28 09:59:28 #128 [core-data builder 6/7] COPY . . 09:59:28 #128 CACHED 09:59:28 09:59:28 #129 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 09:59:28 #129 CACHED 09:59:28 09:59:28 #130 [security-proxy-auth builder 6/7] COPY . . 09:59:28 #130 CACHED 09:59:28 09:59:28 #131 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:59:28 #131 CACHED 09:59:28 09:59:28 #132 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:59:28 #132 CACHED 09:59:28 09:59:28 #133 [core-common-config-bootstrapper builder 6/7] COPY . . 09:59:28 #133 CACHED 09:59:28 09:59:28 #134 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 09:59:28 #134 CACHED 09:59:28 09:59:28 #135 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:59:28 #135 CACHED 09:59:28 09:59:28 #136 [security-bootstrapper builder 6/7] COPY . . 09:59:28 #136 CACHED 09:59:28 09:59:28 #137 [security-secretstore-setup builder 6/7] COPY . . 09:59:28 #137 DONE 5.5s 09:59:28 09:59:28 #138 [support-scheduler builder 6/7] COPY . . 09:59:28 #138 DONE 5.5s 09:59:28 09:59:28 #139 [security-proxy-setup builder 6/7] COPY . . 09:59:28 #139 CACHED 09:59:28 09:59:28 #140 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 09:59:28 #140 CACHED 09:59:28 09:59:28 #141 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:59:28 #141 CACHED 09:59:28 09:59:28 #142 [support-notifications builder 6/7] COPY . . 09:59:28 #142 DONE 5.5s 09:59:28 09:59:28 #143 [security-spiffe-token-provider builder 6/7] COPY . . 09:59:28 #143 DONE 5.5s 09:59:28 09:59:28 #144 [core-keeper builder 7/8] COPY . . 09:59:28 #144 DONE 5.5s 09:59:28 09:59:28 #145 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 09:59:29 #145 0.926 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 09:59:34 #145 ... 09:59:34 09:59:34 #146 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 09:59:34 #0 0.718 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 09:59:38 #146 ... 09:59:38 09:59:38 #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 09:59:38 #0 0.471 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 09:59:38 #147 ... 09:59:38 09:59:38 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 09:59:38 #0 0.470 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 09:59:38 #148 ... 09:59:38 09:59:38 #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 09:59:38 #0 0.588 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 09:59:39 #149 ... 09:59:39 09:59:39 #150 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:59:39 #0 0.927 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:59:39 #150 ... 09:59:39 09:59:39 #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 09:59:39 #0 0.922 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 09:59:39 #151 ... 09:59:39 09:59:39 #152 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 09:59:39 #0 0.916 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:59:39 #152 ... 09:59:39 09:59:39 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 09:59:39 #0 0.585 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:59:39 #153 ... 09:59:39 09:59:39 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 09:59:39 #0 0.590 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 09:59:43 #154 ... 09:59:43 09:59:43 #155 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 09:59:43 #0 0.939 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 09:59:43 #155 ... 09:59:43 09:59:43 #156 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 09:59:43 #0 0.936 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:00:55 #156 ... 10:00:55 10:00:55 #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:00:55 #147 DONE 82.1s 10:00:55 10:00:55 #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:00:55 #157 DONE 0.2s 10:00:55 10:00:55 #158 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:00:55 #158 DONE 0.1s 10:00:55 10:00:55 #155 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:00:55 #155 ... 10:00:55 10:00:55 #159 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 10:00:55 #159 DONE 0.1s 10:00:55 10:00:55 #160 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 10:00:55 #160 DONE 0.1s 10:00:55 10:00:55 #161 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 10:00:55 #161 DONE 0.0s 10:00:55 10:00:55 #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:00:55 #162 DONE 0.9s 10:00:55 10:00:55 #163 [core-common-config-bootstrapper] exporting to image 10:00:55 #163 exporting layers 10:00:55 #163 exporting layers 0.2s done 10:00:55 #163 writing image sha256:a34d1bfaf831f9ad870a01e0848f2bbb481eab608107ae59913d6db9a1129144 10:00:55 #163 writing image sha256:a34d1bfaf831f9ad870a01e0848f2bbb481eab608107ae59913d6db9a1129144 done 10:00:55 #163 naming to docker.io/library/core-common-config-bootstrapper 0.0s done 10:00:55 #163 DONE 0.3s 10:00:55 10:00:55 #155 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:01:01 #155 DONE 89.8s 10:01:01 10:01:01 #164 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 10:01:01 #164 DONE 0.1s 10:01:01 10:01:01 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:01:01 #148 ... 10:01:01 10:01:01 #165 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 10:01:01 #165 DONE 1.1s 10:01:01 10:01:01 #166 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 10:01:01 #166 DONE 0.1s 10:01:01 10:01:01 #167 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 10:01:01 #167 DONE 0.0s 10:01:01 10:01:01 #168 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:01:01 #168 DONE 0.1s 10:01:01 10:01:01 #169 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 10:01:01 #169 DONE 0.1s 10:01:01 10:01:01 #170 [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/ 10:01:01 #170 DONE 0.1s 10:01:01 10:01:01 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:01:01 #153 ... 10:01:01 10:01:01 #171 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 10:01:01 #171 DONE 0.1s 10:01:01 10:01:01 #172 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 10:01:01 #172 DONE 0.1s 10:01:01 10:01:01 #173 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:01:01 #173 DONE 0.1s 10:01:01 10:01:01 #174 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 10:01:01 #174 DONE 0.8s 10:01:01 10:01:01 #146 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 10:01:01 #146 ... 10:01:01 10:01:01 #175 [security-bootstrapper] exporting to image 10:01:01 #175 exporting layers 10:01:01 #175 exporting layers 0.5s done 10:01:01 #175 writing image sha256:fec3c18206721422b32f96e8e216c83fccf4ad859070a9f8dedada7eae03624f done 10:01:01 #175 naming to docker.io/library/security-bootstrapper done 10:01:01 #175 DONE 0.5s 10:01:01 10:01:01 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:02:21 #153 ... 10:02:21 10:02:21 #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:02:21 #149 DONE 161.9s 10:02:21 10:02:21 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:02:21 #153 ... 10:02:21 10:02:21 #176 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 10:02:21 #176 DONE 0.2s 10:02:21 10:02:21 #177 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 10:02:21 #177 DONE 0.1s 10:02:21 10:02:21 #178 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:02:21 #178 ... 10:02:21 10:02:21 #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 10:02:21 #151 DONE 162.6s 10:02:21 10:02:21 #178 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:02:21 #178 DONE 0.3s 10:02:21 10:02:21 #179 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 10:02:21 #179 DONE 0.1s 10:02:21 10:02:21 #180 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 10:02:21 #180 DONE 0.1s 10:02:21 10:02:21 #181 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 10:02:21 #181 DONE 0.1s 10:02:21 10:02:21 #182 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 10:02:21 #182 DONE 0.1s 10:02:21 10:02:21 #183 [core-command] exporting to image 10:02:21 #183 exporting layers 0.2s done 10:02:21 #183 writing image sha256:0ec5f8175a470b2f4f911a6556e64f485d18f86d490dbdea3cbf2ba247d6603f done 10:02:21 #183 naming to docker.io/library/core-command done 10:02:21 #183 DONE 0.2s 10:02:21 10:02:21 #184 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 10:02:21 #184 DONE 0.1s 10:02:21 10:02:21 #185 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:02:21 #185 DONE 0.2s 10:02:21 10:02:21 #186 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 10:02:21 #186 DONE 0.0s 10:02:21 10:02:21 #150 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:02:21 #150 162.5 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:02:21 #150 ... 10:02:21 10:02:21 #187 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:02:21 #187 DONE 0.7s 10:02:21 10:02:21 #188 [security-proxy-setup] exporting to image 10:02:21 #188 exporting layers 0.3s done 10:02:21 #188 writing image sha256:177e68200b2c0137e54e7f37677573e60e6f3eb092ee42788ee37d03ccad5160 done 10:02:21 #188 naming to docker.io/library/security-proxy-setup done 10:02:21 #188 DONE 0.4s 10:02:21 10:02:21 #152 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:02:21 #152 ... 10:02:21 10:02:21 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:02:21 #148 DONE 165.7s 10:02:21 10:02:21 #150 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:02:21 #150 DONE 165.9s 10:02:21 10:02:21 #189 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:02:21 #189 DONE 0.3s 10:02:21 10:02:21 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:02:21 #153 DONE 166.2s 10:02:21 10:02:21 #190 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 10:02:21 #190 DONE 0.2s 10:02:21 10:02:21 #191 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:02:21 #191 DONE 0.2s 10:02:21 10:02:21 #192 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:02:21 #192 DONE 0.1s 10:02:21 10:02:21 #193 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:02:21 #193 DONE 0.1s 10:02:21 10:02:21 #194 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:02:21 #194 DONE 0.2s 10:02:21 10:02:21 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:02:21 #154 DONE 166.6s 10:02:21 10:02:21 #195 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 10:02:21 #195 DONE 0.2s 10:02:21 10:02:21 #196 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:02:21 #196 ... 10:02:21 10:02:21 #197 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 10:02:21 #197 DONE 0.1s 10:02:21 10:02:21 #198 [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 10:02:21 #198 DONE 0.1s 10:02:21 10:02:21 #192 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:02:21 #192 DONE 0.1s 10:02:21 10:02:21 #193 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:02:21 #193 DONE 0.1s 10:02:21 10:02:21 #199 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:02:21 #199 CACHED 10:02:21 10:02:21 #200 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:02:21 #200 CACHED 10:02:21 10:02:21 #201 [core-data] exporting to image 10:02:21 #201 ... 10:02:21 10:02:21 #196 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:02:21 #196 DONE 0.4s 10:02:21 10:02:21 #202 [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 10:02:21 #202 DONE 0.3s 10:02:21 10:02:21 #203 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 10:02:21 #203 DONE 0.3s 10:02:21 10:02:21 #204 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 10:02:21 #204 DONE 0.5s 10:02:21 10:02:21 #205 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 10:02:21 #205 DONE 0.3s 10:02:21 10:02:21 #201 [core-data] exporting to image 10:02:21 #201 exporting layers 0.7s done 10:02:21 #201 writing image sha256:f140cfddc204fdcd4365918372c90e6272ca2b1bd811dcbb640c94e6a41236e1 10:02:21 #201 writing image sha256:f140cfddc204fdcd4365918372c90e6272ca2b1bd811dcbb640c94e6a41236e1 done 10:02:21 #201 naming to docker.io/library/core-data done 10:02:21 #201 DONE 0.7s 10:02:21 10:02:21 #206 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 10:02:21 #206 DONE 0.1s 10:02:21 10:02:21 #207 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 10:02:21 #207 DONE 0.2s 10:02:21 10:02:21 #208 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 10:02:21 #208 ... 10:02:21 10:02:21 #145 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:02:21 #145 DONE 167.5s 10:02:21 10:02:21 #209 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:02:21 #209 DONE 0.2s 10:02:21 10:02:21 #208 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 10:02:21 #208 DONE 0.2s 10:02:21 10:02:21 #210 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:02:21 #210 ... 10:02:21 10:02:21 #146 [core-keeper builder 8/8] RUN make -e ADD_BUILD_TAGS= cmd/core-keeper/core-keeper 10:02:21 #146 DONE 167.8s 10:02:21 10:02:21 #211 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:02:21 #211 DONE 0.3s 10:02:21 10:02:21 #212 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:02:21 #212 DONE 0.2s 10:02:21 10:02:21 #213 [core-metadata] exporting to image 10:02:21 #213 exporting layers 0.3s done 10:02:21 #213 writing image sha256:e8b22895abb7a59d6548b07fa5f73aa8a8f8aa7547c189fca5892ea25545c5e9 done 10:02:21 #213 naming to docker.io/library/core-metadata done 10:02:21 #213 DONE 0.3s 10:02:21 10:02:21 #214 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:02:21 #214 DONE 0.1s 10:02:21 10:02:21 #215 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:02:21 #215 DONE 0.2s 10:02:21 10:02:21 #216 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 10:02:21 #216 DONE 0.2s 10:02:21 10:02:21 #210 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:02:21 #210 DONE 0.5s 10:02:21 10:02:21 #217 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 10:02:21 #217 DONE 0.3s 10:02:21 10:02:21 #218 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 10:02:21 #218 DONE 0.1s 10:02:21 10:02:21 #219 [security-proxy-auth] exporting to image 10:02:21 #219 ... 10:02:21 10:02:21 #220 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 10:02:21 #220 DONE 0.3s 10:02:21 10:02:21 #221 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 10:02:21 #221 DONE 0.1s 10:02:21 10:02:21 #222 [core-keeper] exporting to image 10:02:21 #222 exporting layers 0.1s done 10:02:21 #222 writing image sha256:f813d7774a061f64a0df62d4ccb79739c1c045aaac8eca588e1e6b9ab2f074c3 done 10:02:21 #222 naming to docker.io/library/core-keeper done 10:02:21 #222 DONE 0.2s 10:02:21 10:02:21 #223 [security-spiffe-token-provider] exporting to image 10:02:21 #223 exporting layers 0.4s done 10:02:21 #223 writing image sha256:4701577d1535d11349959bdcc69ff2aea183f5595a60a3a2af7450c6d78a88c3 0.0s done 10:02:21 #223 naming to docker.io/library/security-spiffe-token-provider done 10:02:21 #223 DONE 0.4s 10:02:21 10:02:21 #224 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:02:21 #224 DONE 0.7s 10:02:21 10:02:21 #225 [security-secretstore-setup] exporting to image 10:02:21 #225 exporting layers 0.2s done 10:02:21 #225 writing image sha256:580ab4d7b23fabac75092a0c6c6c828729f5e7d724bf7ee338044fede37bd3e6 done 10:02:21 #225 naming to docker.io/library/security-secretstore-setup done 10:02:21 #225 DONE 0.2s 10:02:21 10:02:21 #219 [security-proxy-auth] exporting to image 10:02:21 #219 exporting layers 0.8s done 10:02:21 #219 writing image sha256:0bf33e8c40f2d6229a30a1a27a30acce3514729ae3c2a99f7858655a44928654 done 10:02:21 #219 naming to docker.io/library/security-proxy-auth done 10:02:21 #219 DONE 0.8s 10:02:21 10:02:21 #156 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:02:21 #156 DONE 170.7s 10:02:21 10:02:21 #226 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:02:21 #226 DONE 0.0s 10:02:21 10:02:21 #152 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:02:21 #152 ... 10:02:21 10:02:21 #227 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:02:21 #227 DONE 0.0s 10:02:21 10:02:21 #228 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:02:21 #228 DONE 0.2s 10:02:21 10:02:21 #152 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:02:21 #152 DONE 171.1s 10:02:21 10:02:21 #229 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 10:02:21 #229 DONE 0.0s 10:02:21 10:02:21 #230 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:02:21 #230 DONE 0.0s 10:02:21 10:02:21 #231 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:02:21 #231 DONE 0.0s 10:02:21 10:02:21 #232 [support-scheduler] exporting to image 10:02:21 #232 ... 10:02:21 10:02:21 #233 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:02:21 #233 DONE 0.2s 10:02:21 10:02:21 #234 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 10:02:21 #234 DONE 0.0s 10:02:21 10:02:21 #232 [support-scheduler] exporting to image 10:02:21 #232 exporting layers 0.5s done 10:02:21 #232 writing image sha256:28bbda1e74b5daaf39e3c4663f7913e482c6e2317fbf2a057e8baf80a5aae36c 0.0s done 10:02:21 #232 naming to docker.io/library/support-scheduler done 10:02:21 #232 DONE 0.5s 10:02:21 10:02:21 #235 [support-notifications] exporting to image 10:02:21 #235 exporting layers 0.2s done 10:02:21 #235 writing image sha256:2a153543bfaf9b1be392ea6b3f50b54e5abedc851be5ff6d5194a326587d1fce done 10:02:21 #235 naming to docker.io/library/support-notifications done 10:02:21 #235 DONE 0.2s 10:02:21 time="2026-08-06T09:58:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:02:21 time="2026-08-06T09:58:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:02:21 time="2026-08-06T09:58:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:02:21 time="2026-08-06T09:58:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:02:21 time="2026-08-06T09:58:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:02:21 time="2026-08-06T09:58:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:02:21 time="2026-08-06T09:58:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:02:21 time="2026-08-06T09:58:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:02:21 time="2026-08-06T09:58:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:02:21 time="2026-08-06T09:58:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:02:21 time="2026-08-06T09:58:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:02:21 time="2026-08-06T09:58:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:02:21 time="2026-08-06T09:58:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:02:21 time="2026-08-06T09:58:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:02:21 time="2026-08-06T09:58:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 10:02:21 $ docker stop --time=1 b53cd98ecaf22a46bf594a7fcab257ee259f4251010501921478cb33b6f9f386 10:02:22 $ docker rm -f --volumes b53cd98ecaf22a46bf594a7fcab257ee259f4251010501921478cb33b6f9f386 [Pipeline] // withDockerContainer [Pipeline] sh 10:02:24 + docker images 10:02:24 REPOSITORY TAG IMAGE ID CREATED SIZE 10:02:24 support-scheduler latest 28bbda1e74b5 4 seconds ago 55MB 10:02:24 support-notifications latest 2a153543bfaf 4 seconds ago 58.6MB 10:02:24 core-keeper latest f813d7774a06 7 seconds ago 50.4MB 10:02:24 security-secretstore-setup latest 580ab4d7b23f 7 seconds ago 90.5MB 10:02:24 security-spiffe-token-provider latest 4701577d1535 7 seconds ago 53.9MB 10:02:24 security-proxy-auth latest 0bf33e8c40f2 7 seconds ago 49.8MB 10:02:24 core-metadata latest e8b22895abb7 8 seconds ago 50.8MB 10:02:24 core-data latest f140cfddc204 9 seconds ago 50.6MB 10:02:24 security-proxy-setup latest 177e68200b2c 11 seconds ago 55.4MB 10:02:24 core-command latest 0ec5f8175a47 13 seconds ago 44.8MB 10:02:24 security-bootstrapper latest fec3c1820672 About a minute ago 21.7MB 10:02:24 core-common-config-bootstrapper latest a34d1bfaf831 About a minute ago 20.6MB 10:02:24 security-spire-agent latest 153067e5d51b 3 minutes ago 237MB 10:02:24 security-spire-server latest 361118d8a4de 3 minutes ago 178MB 10:02:24 security-spire-config latest e113f3e5fd79 3 minutes ago 177MB 10:02:24 ci-base-image-x86_64 latest 281b91b921df 6 minutes ago 982MB 10:02:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.25-alpine 2caa029a6df7 9 months ago 636MB 10:02:24 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 14 months ago 573MB 10:02:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 3 years ago 334MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 10:02:31 provisioning config files... 10:02:31 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config8852499645449294909tmp [Pipeline] { [Pipeline] sh 10:02:32 + set +x 10:02:32 + curl -s https://codecov.io/bash 10:02:32 + bash -s -- 10:02:32 10:02:32 _____ _ 10:02:32 / ____| | | 10:02:32 | | ___ __| | ___ ___ _____ __ 10:02:32 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:02:32 | |___| (_) | (_| | __/ (_| (_) \ V / 10:02:32 \_____\___/ \__,_|\___|\___\___/ \_/ 10:02:32 Bash-1.0.6 10:02:32 10:02:32 10:02:32 ==> git version 2.25.1 found 10:02:32 ==> 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 10:02:32 Release-Date: 2020-01-08 10:02:32 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 10:02:32 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 10:02:32 ==> Jenkins CI detected. 10:02:32 current dir:  /w/workspace/edgex-go/1 10:02:32 project root: . 10:02:32 --> token set from env 10:02:32 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:02:32 ==> Running gcov in . (disable via -X gcov) 10:02:32 ==> Python coveragepy not found 10:02:32 ==> Searching for coverage reports in: 10:02:32 + . 10:02:32 -> Found 1 reports 10:02:32 ==> Detecting git/mercurial file structure 10:02:32 ==> Reading reports 10:02:32 + ./coverage.out bytes=1053837 10:02:32 ==> Appending adjustments 10:02:32 https://docs.codecov.io/docs/fixing-reports 10:02:34 + Found adjustments 10:02:34 ==> Gzipping contents 10:02:34 108K /tmp/codecov.RRTwWN.gz 10:02:34 ==> Uploading reports 10:02:34 url: https://codecov.io 10:02:34 query: branch=PR-5455&commit=30b95474286d006536ff713518363651288e5f69&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-5455%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=5455&job=&cmd_args= 10:02:34 -> Pinging Codecov 10:02:34 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-5455&commit=30b95474286d006536ff713518363651288e5f69&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-5455%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=5455&job=&cmd_args= 10:02:34 -> Uploading to 10:02:34 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/30b95474286d006536ff713518363651288e5f69/6f5deea2-26c1-4541-9b51-388c35a89dd8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20260806%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20260806T100233Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=cf8c9dc66cb014e788fc91dd74cb90db4d7ccffa7191d6f78a35f48c9a22a6d8 10:02:34 % Total % Received % Xferd Average Speed Time Time Time Current 10:02:34 Dload Upload Total Spent Left Speed 10:02:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 106k 0 0 100 106k 0 443k --:--:-- --:--:-- --:--:-- 443k 10:02:34 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/30b95474286d006536ff713518363651288e5f69 [Pipeline] } 10:02:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 10:02:57 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 10:03:01 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:03:02 ---> package-listing.sh 10:03:02 ++ facter osfamily 10:03:02 ++ tr '[:upper:]' '[:lower:]' 10:03:02 + OS_FAMILY=debian 10:03:02 + workspace=/w/workspace/edgex-go/1 10:03:02 + START_PACKAGES=/tmp/packages_start.txt 10:03:02 + END_PACKAGES=/tmp/packages_end.txt 10:03:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:03:02 + PACKAGES=/tmp/packages_start.txt 10:03:02 + '[' /w/workspace/edgex-go/1 ']' 10:03:02 + PACKAGES=/tmp/packages_end.txt 10:03:02 + case "${OS_FAMILY}" in 10:03:02 + dpkg -l 10:03:02 + grep '^ii' 10:03:02 + '[' -f /tmp/packages_start.txt ']' 10:03:02 + '[' -f /tmp/packages_end.txt ']' 10:03:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:03:02 + '[' /w/workspace/edgex-go/1 ']' 10:03:02 + mkdir -p /w/workspace/edgex-go/1/archives/ 10:03:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 10:03:03 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 10:03:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:03:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:03:04 10:03:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:03:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:03:05 latest: Pulling from edgex-lftools-log-publisher 10:03:05 5eb5b503b376: Pulling fs layer 10:03:05 5c69ac0246d0: Pulling fs layer 10:03:05 ec43610c2a17: Pulling fs layer 10:03:05 3a2ae6a8a46f: Pulling fs layer 10:03:05 33b1e0a273af: Pulling fs layer 10:03:05 5d3b04190fa2: Pulling fs layer 10:03:05 2f39f015ded8: Pulling fs layer 10:03:05 3a2ae6a8a46f: Waiting 10:03:05 33b1e0a273af: Waiting 10:03:05 5d3b04190fa2: Waiting 10:03:05 2f39f015ded8: Waiting 10:03:05 5c69ac0246d0: Download complete 10:03:05 3a2ae6a8a46f: Download complete 10:03:06 ec43610c2a17: Verifying Checksum 10:03:06 ec43610c2a17: Download complete 10:03:06 33b1e0a273af: Verifying Checksum 10:03:06 33b1e0a273af: Download complete 10:03:06 5d3b04190fa2: Verifying Checksum 10:03:06 5d3b04190fa2: Download complete 10:03:06 5eb5b503b376: Verifying Checksum 10:03:06 5eb5b503b376: Download complete 10:03:07 2f39f015ded8: Download complete 10:03:07 5eb5b503b376: Pull complete 10:03:07 5c69ac0246d0: Pull complete 10:03:08 ec43610c2a17: Pull complete 10:03:08 3a2ae6a8a46f: Pull complete 10:03:08 33b1e0a273af: Pull complete 10:03:08 5d3b04190fa2: Pull complete 10:03:14 2f39f015ded8: Pull complete 10:03:14 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 10:03:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:03:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:03:15 prd-ubuntu20.04-docker-8c-8g-43 does not seem to be running inside a container 10:03:15 $ 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 10:03:16 $ docker top 84401ef77bb3a91f8820b13bf63bcf3908d5ddfe5a4c26676b95ddc41f1c3127 -eo pid,comm [Pipeline] { [Pipeline] sh 10:03:17 + touch /tmp/pre-build-complete [Pipeline] sh 10:03:18 + mkdir -p /var/log/sysstat [Pipeline] sh 10:03:19 + ls /var/log/sa-host 10:03:19 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:03:21 provisioning config files... 10:03:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config11654878967561690568tmp [Pipeline] { [Pipeline] echo 10:03:22 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:03:22 ---> create-netrc.sh [Pipeline] } 10:03:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 10:03:24 ---> python-tools-install.sh [Pipeline] echo 10:03:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:03:25 ---> sudo-logs.sh 10:03:25 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:03:26 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:03:26 ---> job-cost.sh 10:03:26 lf-activate-venv: SKIPPING 10:03:26 INFO: No Stack... 10:03:27 INFO: Retrieving Pricing Info for: v3-standard-8 10:03:27 INFO: Archiving Costs [Pipeline] echo 10:03:27 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:03:28 ---> logs-deploy.sh 10:03:28 lf-activate-venv: SKIPPING 10:03:28 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-5455/1 10:03:28 INFO: archiving workspace using pattern(s): 10:03:29 Archives upload complete. 10:03:29 INFO: archiving logs to Nexus 10:03:30 ---> uname -a: 10:03:30 Linux prd-ubuntu20-04-docker-8c-8g-43 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 10:03:30 10:03:30 10:03:30 ---> lscpu: 10:03:30 Architecture: x86_64 10:03:30 CPU op-mode(s): 32-bit, 64-bit 10:03:30 Byte Order: Little Endian 10:03:30 Address sizes: 40 bits physical, 48 bits virtual 10:03:30 CPU(s): 8 10:03:30 On-line CPU(s) list: 0-7 10:03:30 Thread(s) per core: 1 10:03:30 Core(s) per socket: 1 10:03:30 Socket(s): 8 10:03:30 NUMA node(s): 1 10:03:30 Vendor ID: AuthenticAMD 10:03:30 CPU family: 23 10:03:30 Model: 49 10:03:30 Model name: AMD EPYC-Rome Processor 10:03:30 Stepping: 0 10:03:30 CPU MHz: 2799.998 10:03:30 BogoMIPS: 5599.99 10:03:30 Virtualization: AMD-V 10:03:30 Hypervisor vendor: KVM 10:03:30 Virtualization type: full 10:03:30 L1d cache: 256 KiB 10:03:30 L1i cache: 256 KiB 10:03:30 L2 cache: 4 MiB 10:03:30 L3 cache: 128 MiB 10:03:30 NUMA node0 CPU(s): 0-7 10:03:30 Vulnerability Gather data sampling: Not affected 10:03:30 Vulnerability Itlb multihit: Not affected 10:03:30 Vulnerability L1tf: Not affected 10:03:30 Vulnerability Mds: Not affected 10:03:30 Vulnerability Meltdown: Not affected 10:03:30 Vulnerability Mmio stale data: Not affected 10:03:30 Vulnerability Retbleed: Vulnerable 10:03:30 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:03:30 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 10:03:30 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 10:03:30 Vulnerability Srbds: Not affected 10:03:30 Vulnerability Tsx async abort: Not affected 10:03:30 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 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 10:03:30 10:03:30 10:03:30 ---> nproc: 10:03:30 8 10:03:30 10:03:30 10:03:30 ---> df -h: 10:03:30 Filesystem Size Used Avail Use% Mounted on 10:03:30 overlay 155G 33G 122G 22% / 10:03:30 tmpfs 64M 0 64M 0% /dev 10:03:30 tmpfs 16G 0 16G 0% /sys/fs/cgroup 10:03:30 shm 64M 0 64M 0% /dev/shm 10:03:30 /dev/vda1 155G 33G 122G 22% /facter-os 10:03:30 10:03:30 10:03:30 ---> sar -b -r -n DEV: 10:03:30 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-43) 08/06/26 _x86_64_ (8 CPU) 10:03:30 10:03:30 09:50:34 LINUX RESTART (8 CPU) 10:03:30 10:03:30 09:51:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:03:30 09:52:01 12.23 5.36 6.86 0.00 177.67 2011.20 0.00 10:03:30 09:53:01 7.78 3.95 3.83 0.00 167.97 2088.60 0.00 10:03:30 09:54:01 262.91 9.78 253.12 0.00 1546.14 27212.13 0.00 10:03:30 09:55:01 10.53 0.13 10.40 0.00 6.80 6219.93 0.00 10:03:30 09:56:01 192.87 13.53 179.34 0.00 4165.44 49434.43 0.00 10:03:30 09:57:01 49.73 0.05 49.68 0.00 0.40 41640.67 0.00 10:03:30 09:58:01 55.57 0.22 55.36 0.00 2.67 21352.04 0.00 10:03:30 09:59:01 407.33 0.43 406.90 0.00 52.38 275939.62 0.00 10:03:30 10:00:01 1084.74 23.78 1060.96 0.00 205.66 329712.50 0.00 10:03:30 10:01:01 453.12 0.02 453.10 0.00 0.13 141916.16 0.00 10:03:30 10:02:01 156.14 0.73 155.41 0.00 31.30 82682.38 0.00 10:03:30 10:03:02 790.88 44.61 746.28 0.00 2292.95 125510.01 0.00 10:03:30 Average: 290.32 8.55 281.77 0.00 720.71 92147.45 0.00 10:03:30 10:03:30 09:51:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:03:30 09:52:01 30242672 31822980 523768 1.59 62428 1840132 1546132 4.56 641340 1694328 56 10:03:30 09:53:01 29879648 31646484 695888 2.12 62612 2023764 1587312 4.68 813652 1873336 117232 10:03:30 09:54:01 29130780 31590512 719752 2.19 75948 2680788 1650620 4.87 929180 2453052 584 10:03:30 09:55:01 28938672 31584836 724536 2.20 76220 2864260 1636320 4.82 972704 2597088 64 10:03:30 09:56:01 26531588 31311572 950096 2.89 127644 4794556 2220896 6.55 1962072 3814352 645924 10:03:30 09:57:01 26282296 31208496 1051120 3.20 132440 4908392 2355532 6.94 1902968 4090800 123692 10:03:30 09:58:01 25154732 31221520 1036824 3.15 139784 5978984 2068824 6.10 2240632 4822664 626224 10:03:30 09:59:01 19209712 31237688 1009164 3.07 155176 11786720 2771072 8.17 2456316 10384684 56148 10:03:30 10:00:01 5576868 28915576 3252148 9.89 405892 21964488 10322940 30.43 6277056 19206624 1409628 10:03:30 10:01:01 1843728 27747948 4423612 13.46 424024 24408156 9421708 27.78 8522120 20601520 69132 10:03:30 10:02:01 513456 28352076 3818924 11.62 420884 26249392 8899040 26.24 9186228 21173288 1546216 10:03:30 10:03:02 5955952 31408832 826848 2.52 429724 24100932 2149568 6.34 3561356 21684992 12 10:03:30 Average: 19105009 30670710 1586057 4.83 209398 11133380 3885830 11.46 3288802 9533061 382909 10:03:30 10:03:30 09:51:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:03:30 09:52:01 ens3 83.07 80.36 411.11 21.06 0.00 0.00 0.00 0.00 10:03:30 09:52:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 10:03:30 09:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:30 09:53:01 ens3 549.73 470.87 3083.51 57.35 0.00 0.00 0.00 0.00 10:03:30 09:53:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 10:03:30 09:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:30 09:54:01 ens3 211.93 172.02 3995.15 39.87 0.00 0.00 0.00 0.00 10:03:30 09:54:01 veth30615db 0.05 0.18 0.00 0.02 0.00 0.00 0.00 0.00 10:03:30 09:54:01 lo 3.40 3.40 0.34 0.34 0.00 0.00 0.00 0.00 10:03:30 09:54:01 docker0 0.05 0.08 0.00 0.01 0.00 0.00 0.00 0.00 10:03:30 09:55:01 ens3 535.82 498.83 3081.15 74.23 0.00 0.00 0.00 0.00 10:03:30 09:55:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 10:03:30 09:55:01 docker0 482.86 516.89 32.65 3058.88 0.00 0.00 0.00 0.00 10:03:30 09:56:01 vethb4056fa 0.05 0.17 0.00 0.01 0.00 0.00 0.00 0.00 10:03:30 09:56:01 ens3 506.35 336.48 6366.99 43.81 0.00 0.00 0.00 0.00 10:03:30 09:56:01 lo 1.27 1.27 0.13 0.13 0.00 0.00 0.00 0.00 10:03:30 09:56:01 docker0 201.75 272.44 17.92 1588.81 0.00 0.00 0.00 0.00 10:03:30 09:57:01 vethb4056fa 1.23 1.27 0.11 0.11 0.00 0.00 0.00 0.00 10:03:30 09:57:01 ens3 24.02 15.58 18.50 10.60 0.00 0.00 0.00 0.00 10:03:30 09:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:30 09:57:01 docker0 1.23 1.23 0.09 0.11 0.00 0.00 0.00 0.00 10:03:30 09:58:01 vethb4056fa 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:03:30 09:58:01 ens3 17.26 10.38 15.10 8.70 0.00 0.00 0.00 0.00 10:03:30 09:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:30 09:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:30 09:59:01 vethb7d7238 10.91 5.43 92.34 0.43 0.00 0.00 0.00 0.00 10:03:30 09:59:01 ens3 217.63 131.64 4287.39 24.35 0.00 0.00 0.00 0.00 10:03:30 09:59:01 vethefc10aa 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:30 09:59:01 veth504b491 3.12 6.71 0.25 122.72 0.00 0.00 0.00 0.01 10:03:30 09:59:01 veth66ff62e 5.43 10.91 0.43 92.34 0.00 0.00 0.00 0.01 10:03:30 09:59:01 veth81b2c39 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:30 09:59:01 lo 1.73 1.73 0.16 0.16 0.00 0.00 0.00 0.00 10:03:30 09:59:01 docker0 43.59 79.16 2.97 1007.98 0.00 0.00 0.00 0.00 10:03:30 09:59:01 veth2a894bb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:30 09:59:01 veth976be45 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:30 09:59:01 veth398541e 6.71 3.12 122.72 0.25 0.00 0.00 0.00 0.00 10:03:30 09:59:01 veth37e1bc8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:30 09:59:01 veth49c343e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:30 09:59:01 veth6ec27bf 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:30 09:59:01 veth1a75358 0.65 2.12 0.06 0.31 0.00 0.00 0.00 0.00 10:03:30 09:59:01 veth326ff1a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:30 09:59:01 veth0773790 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:30 09:59:01 vethc4d82a0 1.70 3.25 0.14 43.17 0.00 0.00 0.00 0.00 10:03:30 09:59:01 veth5f90767 0.08 0.13 0.01 0.01 0.00 0.00 0.00 0.00 10:03:30 09:59:01 veth252d4a5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:30 10:00:01 vethedcf7b5 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 10:03:30 10:00:01 ens3 903.95 560.40 8392.82 64.91 0.00 0.00 0.00 0.00 10:03:30 10:00:01 vethca69f0c 0.05 0.52 0.00 0.03 0.00 0.00 0.00 0.00 10:03:30 10:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:30 10:00:01 docker0 549.63 885.34 48.72 8377.79 0.00 0.00 0.00 0.00 10:03:30 10:00:01 veth5da4e06 0.05 0.55 0.00 0.03 0.00 0.00 0.00 0.00 10:03:30 10:00:01 vetha9b4e1b 0.05 0.58 0.00 0.03 0.00 0.00 0.00 0.00 10:03:30 10:00:01 veth9a25ba1 0.05 0.67 0.00 0.03 0.00 0.00 0.00 0.00 10:03:30 10:00:01 veth2f4c0e9 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 10:03:30 10:00:01 vethb3d4c90 0.05 0.67 0.00 0.03 0.00 0.00 0.00 0.00 10:03:30 10:00:01 veth5fd3f2d 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 10:03:30 10:00:01 veth7e865a9 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 10:03:30 10:00:01 veth1a75358 0.08 2.13 0.00 0.09 0.00 0.00 0.00 0.00 10:03:30 10:00:01 vethdea0ae5 0.05 0.53 0.00 0.03 0.00 0.00 0.00 0.00 10:03:30 10:00:01 veth459d6ed 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 10:03:30 10:00:01 veth1e75672 0.05 0.62 0.00 0.03 0.00 0.00 0.00 0.00 10:03:30 10:01:01 vethedcf7b5 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 10:03:30 10:01:01 ens3 3.58 2.73 2.80 1.65 0.00 0.00 0.00 0.00 10:03:30 10:01:01 vethca69f0c 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 10:03:30 10:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:03:30 10:01:01 docker0 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:03:30 10:01:01 veth5da4e06 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 10:03:30 10:01:01 vetha9b4e1b 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 10:03:30 10:01:01 veth9a25ba1 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 10:03:30 10:01:01 veth2f4c0e9 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 10:03:30 10:01:01 vethb3d4c90 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 10:03:30 10:01:01 veth7e865a9 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 10:03:30 10:01:01 veth1a75358 0.12 0.15 0.01 0.01 0.00 0.00 0.00 0.00 10:03:30 10:01:01 veth459d6ed 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 10:03:30 10:01:01 veth1e75672 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 10:03:30 10:02:01 vethedcf7b5 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:03:30 10:02:01 ens3 5.73 4.38 4.66 2.74 0.00 0.00 0.00 0.00 10:03:30 10:02:01 vethca69f0c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:03:30 10:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:30 10:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:30 10:02:01 veth5da4e06 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:03:30 10:02:01 vetha9b4e1b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:03:30 10:02:01 veth9a25ba1 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:03:30 10:02:01 veth2f4c0e9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:03:30 10:02:01 vethb3d4c90 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:03:30 10:02:01 veth7e865a9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:03:30 10:02:01 veth1a75358 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:03:30 10:02:01 veth459d6ed 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:03:30 10:02:01 veth1e75672 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:03:30 10:03:02 ens3 13.73 9.67 14.03 6.45 0.00 0.00 0.00 0.00 10:03:30 10:03:02 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 10:03:30 10:03:02 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:03:30 Average: ens3 256.06 191.11 2472.68 29.64 0.00 0.00 0.00 0.00 10:03:30 Average: lo 0.66 0.66 0.06 0.06 0.00 0.00 0.00 0.00 10:03:30 Average: docker0 106.61 146.27 8.53 1169.49 0.00 0.00 0.00 0.00 10:03:30 10:03:30 10:03:30 ---> sar -P ALL: 10:03:30 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-43) 08/06/26 _x86_64_ (8 CPU) 10:03:30 10:03:30 09:50:34 LINUX RESTART (8 CPU) 10:03:30 10:03:30 09:51:01 CPU %user %nice %system %iowait %steal %idle 10:03:30 09:52:01 all 1.57 0.00 0.17 0.04 0.01 98.20 10:03:30 09:52:01 0 1.37 0.00 0.20 0.00 0.00 98.43 10:03:30 09:52:01 1 1.28 0.00 0.15 0.12 0.00 98.45 10:03:30 09:52:01 2 1.51 0.00 0.18 0.13 0.02 98.16 10:03:30 09:52:01 3 1.67 0.00 0.17 0.00 0.02 98.15 10:03:30 09:52:01 4 0.93 0.00 0.22 0.07 0.00 98.78 10:03:30 09:52:01 5 1.32 0.00 0.28 0.02 0.02 98.37 10:03:30 09:52:01 6 1.63 0.00 0.08 0.00 0.02 98.27 10:03:30 09:52:01 7 2.87 0.00 0.10 0.02 0.00 97.02 10:03:30 09:53:01 all 2.20 0.00 0.37 0.03 0.03 97.36 10:03:30 09:53:01 0 0.77 0.00 0.54 0.05 0.02 98.63 10:03:30 09:53:01 1 5.62 0.00 0.80 0.00 0.02 93.57 10:03:30 09:53:01 2 2.29 0.00 0.12 0.15 0.03 97.41 10:03:30 09:53:01 3 1.87 0.00 0.07 0.00 0.02 98.05 10:03:30 09:53:01 4 1.39 0.00 0.37 0.00 0.08 98.16 10:03:30 09:53:01 5 1.12 0.00 0.27 0.03 0.03 98.54 10:03:30 09:53:01 6 1.85 0.00 0.08 0.00 0.02 98.05 10:03:30 09:53:01 7 2.71 0.00 0.74 0.03 0.03 96.48 10:03:30 09:54:01 all 3.64 0.00 1.40 0.79 0.04 94.13 10:03:30 09:54:01 0 2.96 0.00 1.66 0.03 0.03 95.31 10:03:30 09:54:01 1 5.65 0.00 1.64 1.64 0.05 91.01 10:03:30 09:54:01 2 3.64 0.00 1.02 0.89 0.03 94.42 10:03:30 09:54:01 3 4.04 0.00 0.95 0.02 0.03 94.96 10:03:30 09:54:01 4 3.80 0.00 0.92 0.02 0.03 95.23 10:03:30 09:54:01 5 2.92 0.00 1.26 0.07 0.03 95.72 10:03:30 09:54:01 6 2.81 0.00 2.67 3.45 0.05 91.02 10:03:30 09:54:01 7 3.33 0.00 1.11 0.18 0.05 95.33 10:03:30 09:55:01 all 1.54 0.00 0.48 0.07 0.02 97.89 10:03:30 09:55:01 0 1.25 0.00 0.18 0.02 0.02 98.53 10:03:30 09:55:01 1 0.55 0.00 0.64 0.03 0.02 98.76 10:03:30 09:55:01 2 1.12 0.00 0.70 0.10 0.02 98.06 10:03:30 09:55:01 3 0.72 0.00 0.20 0.00 0.02 99.06 10:03:30 09:55:01 4 0.15 0.00 0.12 0.00 0.03 99.70 10:03:30 09:55:01 5 0.60 0.00 0.32 0.02 0.02 99.05 10:03:30 09:55:01 6 5.97 0.00 1.05 0.35 0.02 92.61 10:03:30 09:55:01 7 1.95 0.00 0.63 0.02 0.02 97.38 10:03:30 09:56:01 all 26.12 0.00 5.17 0.80 0.12 67.79 10:03:30 09:56:01 0 22.34 0.00 4.60 0.44 0.12 72.50 10:03:30 09:56:01 1 27.01 0.00 5.51 0.22 0.10 67.16 10:03:30 09:56:01 2 25.60 0.00 6.22 3.39 0.12 64.68 10:03:30 09:56:01 3 27.71 0.00 5.03 0.19 0.12 66.96 10:03:30 09:56:01 4 28.38 0.00 4.87 0.22 0.12 66.41 10:03:30 09:56:01 5 23.50 0.00 4.85 1.03 0.12 70.50 10:03:30 09:56:01 6 27.65 0.00 5.16 0.86 0.12 66.21 10:03:30 09:56:01 7 26.80 0.00 5.13 0.08 0.12 67.87 10:03:30 09:57:01 all 37.65 0.00 7.48 0.30 0.13 54.44 10:03:30 09:57:01 0 35.26 0.00 6.96 0.02 0.13 57.63 10:03:30 09:57:01 1 37.61 0.00 7.30 0.30 0.13 54.65 10:03:30 09:57:01 2 38.85 0.00 8.27 0.12 0.13 52.63 10:03:30 09:57:01 3 40.53 0.00 7.32 0.02 0.12 52.01 10:03:30 09:57:01 4 38.73 0.00 7.74 0.08 0.13 53.31 10:03:30 09:57:01 5 34.71 0.00 6.96 0.71 0.14 57.48 10:03:30 09:57:01 6 37.59 0.00 7.94 0.07 0.13 54.27 10:03:30 09:57:01 7 37.86 0.00 7.39 1.06 0.12 53.56 10:03:30 09:58:01 all 66.43 0.00 8.33 0.11 0.53 24.60 10:03:30 09:58:01 0 65.27 0.00 9.30 0.15 0.14 25.14 10:03:30 09:58:01 1 66.49 0.00 10.02 0.00 0.13 23.36 10:03:30 09:58:01 2 66.46 0.00 8.06 0.43 0.67 24.37 10:03:30 09:58:01 3 67.32 0.00 7.49 0.00 0.74 24.45 10:03:30 09:58:01 4 66.88 0.00 8.87 0.02 0.20 24.03 10:03:30 09:58:01 5 65.27 0.00 7.37 0.10 1.29 25.98 10:03:30 09:58:01 6 67.92 0.00 8.21 0.02 0.17 23.68 10:03:30 09:58:01 7 65.89 0.00 7.30 0.12 0.92 25.77 10:03:30 09:59:01 all 26.58 0.00 7.89 2.41 0.09 63.04 10:03:30 09:59:01 0 27.43 0.00 7.46 1.43 0.08 63.60 10:03:30 09:59:01 1 26.18 0.00 8.07 2.12 0.10 63.53 10:03:30 09:59:01 2 26.07 0.00 7.50 2.10 0.08 64.25 10:03:30 09:59:01 3 25.93 0.00 9.52 3.55 0.08 60.92 10:03:30 09:59:01 4 26.35 0.00 6.97 1.97 0.08 64.62 10:03:30 09:59:01 5 28.31 0.00 7.47 2.60 0.10 61.52 10:03:30 09:59:01 6 25.93 0.00 8.12 3.28 0.10 62.57 10:03:30 09:59:01 7 26.40 0.00 8.00 2.22 0.10 63.27 10:03:30 10:00:01 all 59.11 0.00 12.96 6.00 0.14 21.78 10:03:30 10:00:01 0 59.44 0.00 12.59 3.76 0.15 24.06 10:03:30 10:00:01 1 58.42 0.00 13.26 4.27 0.13 23.92 10:03:30 10:00:01 2 58.93 0.00 12.55 4.04 0.15 24.33 10:03:30 10:00:01 3 57.97 0.00 14.06 4.69 0.13 23.13 10:03:30 10:00:01 4 59.78 0.00 15.60 19.83 0.19 4.60 10:03:30 10:00:01 5 59.38 0.00 11.82 3.84 0.13 24.82 10:03:30 10:00:01 6 59.17 0.00 12.84 3.60 0.12 24.28 10:03:30 10:00:01 7 59.83 0.00 11.02 4.17 0.12 24.87 10:03:30 10:01:01 all 90.93 0.00 8.89 0.00 0.18 0.00 10:03:30 10:01:01 0 91.32 0.00 8.51 0.00 0.17 0.00 10:03:30 10:01:01 1 91.05 0.00 8.76 0.00 0.18 0.00 10:03:30 10:01:01 2 90.90 0.00 8.91 0.00 0.18 0.00 10:03:30 10:01:01 3 89.99 0.00 9.81 0.00 0.20 0.00 10:03:30 10:01:01 4 90.95 0.00 8.86 0.00 0.18 0.00 10:03:30 10:01:01 5 90.97 0.00 8.85 0.00 0.18 0.00 10:03:30 10:01:01 6 90.80 0.00 9.03 0.00 0.17 0.00 10:03:30 10:01:01 7 91.44 0.00 8.38 0.00 0.18 0.00 10:03:30 10:02:01 all 91.46 0.00 8.37 0.00 0.17 0.00 10:03:30 10:02:01 0 91.63 0.00 8.23 0.00 0.15 0.00 10:03:30 10:02:01 1 91.98 0.00 7.86 0.00 0.17 0.00 10:03:30 10:02:01 2 91.77 0.00 8.06 0.00 0.17 0.00 10:03:30 10:02:01 3 90.43 0.00 9.41 0.00 0.17 0.00 10:03:30 10:02:01 4 91.49 0.00 8.34 0.00 0.17 0.00 10:03:30 10:02:01 5 91.04 0.00 8.79 0.00 0.17 0.00 10:03:30 10:02:01 6 91.78 0.00 8.06 0.00 0.17 0.00 10:03:30 10:02:01 7 91.59 0.00 8.21 0.00 0.20 0.00 10:03:30 10:03:30 10:02:01 CPU %user %nice %system %iowait %steal %idle 10:03:30 10:03:02 all 22.12 0.00 3.63 0.73 0.06 73.47 10:03:30 10:03:02 0 22.22 0.00 3.47 0.67 0.05 73.59 10:03:30 10:03:02 1 21.60 0.00 3.51 0.68 0.05 74.16 10:03:30 10:03:02 2 23.40 0.00 3.67 0.68 0.07 72.19 10:03:30 10:03:02 3 22.24 0.00 3.84 0.53 0.05 73.34 10:03:30 10:03:02 4 22.48 0.00 3.62 0.73 0.07 73.10 10:03:30 10:03:02 5 21.77 0.00 3.38 1.37 0.05 73.43 10:03:30 10:03:02 6 21.66 0.00 4.01 0.82 0.05 73.46 10:03:30 10:03:02 7 21.58 0.00 3.54 0.32 0.07 74.50 10:03:30 Average: all 35.79 0.00 5.42 0.94 0.13 57.73 10:03:30 Average: 0 35.11 0.00 5.30 0.55 0.09 58.95 10:03:30 Average: 1 36.14 0.00 5.62 0.78 0.09 57.37 10:03:30 Average: 2 35.90 0.00 5.43 1.00 0.14 57.53 10:03:30 Average: 3 35.88 0.00 5.65 0.75 0.14 57.58 10:03:30 Average: 4 35.90 0.00 5.52 1.89 0.11 56.58 10:03:30 Average: 5 35.13 0.00 5.13 0.81 0.19 58.73 10:03:30 Average: 6 36.21 0.00 5.59 1.03 0.09 57.07 10:03:30 Average: 7 36.06 0.00 5.12 0.68 0.16 57.98 10:03:30 10:03:30 10:03:30