Pull request #5029 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 01e08a35a9f313a041a5f853bc5d2953931ac199+ba285599d092cd88ba2ac7c49c113d850730d643 (889fe55d13c620705c40e8f3d7cde72262043101) 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-ssh3059493619405021122.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 7928b8837ad34b090831a72fcdf53bff9dae4c17 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-ssh6034862375315759860.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 7928b8837ad34b090831a72fcdf53bff9dae4c17 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-5029/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-5029/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8227160550819397328.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-5029/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16921647505186257848.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 7928b8837ad34b090831a72fcdf53bff9dae4c17 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7928b8837ad34b090831a72fcdf53bff9dae4c17 # timeout=10 Commit message: "Merge pull request #462 from cherrycl/skip-arm-c-sdk-2" > 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-ssh13307237470278972757.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-5029/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-5029/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh7586460091446253724.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 7928b8837ad34b090831a72fcdf53bff9dae4c17 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]] ========================================================= [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.23 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-34975 in /w/workspace/edgexfoundry_edgex-go_PR-5029 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/5029/head:refs/remotes/origin/PR-5029 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit ba285599d092cd88ba2ac7c49c113d850730d643 into PR head commit 01e08a35a9f313a041a5f853bc5d2953931ac199 Merge succeeded, producing 01e08a35a9f313a041a5f853bc5d2953931ac199 Checking out Revision 01e08a35a9f313a041a5f853bc5d2953931ac199 (PR-5029) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 7928b8837ad34b090831a72fcdf53bff9dae4c17 > git config core.sparsecheckout # timeout=10 > git checkout -f 01e08a35a9f313a041a5f853bc5d2953931ac199 # 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 ba285599d092cd88ba2ac7c49c113d850730d643 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 01e08a35a9f313a041a5f853bc5d2953931ac199 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:28:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:28:14 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:28:14 ========================================================= 19:28:14 EdgeX Global Pipelines Version Info 19:28:14 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:28:15 ------------------- 19:28:15 stable info: 19:28:15 ------------------- 19:28:15 Commited By: Cherry Wang cherry@iotechsys.com 19:28:15 Commit SHA: 7928b8837ad34b090831a72fcdf53bff9dae4c17 19:28:15 Message: update stable to v1.0.269 19:28:16 ------------------- 19:28:16 experimental info: 19:28:16 ------------------- 19:28:16 Commited By: **** collab-it+edgex@linuxfoundation.org 19:28:16 Commit SHA: 7928b8837ad34b090831a72fcdf53bff9dae4c17 19:28:16 Message: update experimental to v1.0.269 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:28:16 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:28:16 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:28:16 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:28:16 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:28:16 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:28:16 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 19:28:16 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:28:16 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:28:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:28:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:28:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:28:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:28:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:28:16 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:28:17 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:28:17 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:28:17 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:28:17 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:28:17 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:28:17 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 19:28:17 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:28:17 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:28:17 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:28:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-5029 [Pipeline] echo 19:28:17 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-5029 [Pipeline] echo 19:28:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-5029 [Pipeline] echo 19:28:17 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 01e08a35a9f313a041a5f853bc5d2953931ac199 [Pipeline] echo 19:28:17 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 01e08a3 [Pipeline] echo 19:28:17 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:28:17 provisioning config files... 19:28:17 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config16066853578172081044tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:28:18 ---> ****-login.sh 19:28:18 nexus3.edgexfoundry.org:10001 19:28:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:28:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:28:18 Configure a credential helper to remove this warning. See 19:28:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:28:18 19:28:18 Login Succeeded 19:28:18 nexus3.edgexfoundry.org:10002 19:28:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:28:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:28:18 Configure a credential helper to remove this warning. See 19:28:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:28:18 19:28:18 Login Succeeded 19:28:18 nexus3.edgexfoundry.org:10003 19:28:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:28:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:28:18 Configure a credential helper to remove this warning. See 19:28:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:28:18 19:28:18 Login Succeeded 19:28:18 nexus3.edgexfoundry.org:10004 19:28:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:28:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:28:18 Configure a credential helper to remove this warning. See 19:28:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:28:18 19:28:18 Login Succeeded 19:28:18 ****.io 19:28:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:28:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:28:19 Configure a credential helper to remove this warning. See 19:28:19 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:28:19 19:28:19 Login Succeeded 19:28:19 ---> ****-login.sh ends [Pipeline] } 19:28:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:28:19 + 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 19:28:19 + dirname cmd/core-command/Dockerfile 19:28:19 + cut -d/ -f2 19:28:19 + echo core-command,cmd/core-command/Dockerfile 19:28:19 + + dirname cmd/core-common-config-bootstrapper/Dockerfile 19:28:19 cut -d/ -f2 19:28:19 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 19:28:19 + + dirname cmd/core-data/Dockerfile 19:28:19 cut -d/ -f2 19:28:19 + echo core-data,cmd/core-data/Dockerfile 19:28:19 + + dirname cmd/core-keeper/Dockerfile 19:28:19 cut -d/ -f2 19:28:19 + echo core-keeper,cmd/core-keeper/Dockerfile 19:28:19 + + cut -d/ -f2 19:28:19 dirname cmd/core-metadata/Dockerfile 19:28:19 + echo core-metadata,cmd/core-metadata/Dockerfile 19:28:19 + dirname cmd/security-bootstrapper/Dockerfile 19:28:19 + cut -d/ -f2 19:28:19 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:28:19 + dirname cmd/security-proxy-auth/Dockerfile 19:28:19 + cut -d/ -f2 19:28:19 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 19:28:19 + dirname cmd/security-proxy-setup/Dockerfile 19:28:19 + cut -d/ -f2 19:28:19 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:28:19 + dirname cmd/security-secretstore-setup/Dockerfile 19:28:19 + cut -d/ -f2 19:28:19 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:28:19 + + dirname cmd/security-spiffe-token-provider/Dockerfile 19:28:19 cut -d/ -f2 19:28:19 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:28:19 + dirname cmd/security-spire-agent/Dockerfile 19:28:19 + cut -d/ -f2 19:28:19 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:28:19 + dirname cmd/security-spire-config/Dockerfile 19:28:19 + cut -d/ -f2 19:28:19 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:28:19 + cut -d/ -f2 19:28:19 + dirname cmd/security-spire-server/Dockerfile 19:28:19 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:28:19 + dirname cmd/support-notifications/Dockerfile 19:28:19 + cut -d/ -f2 19:28:19 + echo support-notifications,cmd/support-notifications/Dockerfile 19:28:19 + cut -d/ -f2 19:28:19 + dirname cmd/support-scheduler/Dockerfile 19:28:19 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 19:28:19 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 19:28:20 + git rev-list -1 --merges 01e08a35a9f313a041a5f853bc5d2953931ac199~1..01e08a35a9f313a041a5f853bc5d2953931ac199 [Pipeline] echo 19:28:20 -----------> git rev-list -1 --merges 01e08a35a9f313a041a5f853bc5d2953931ac199~1..01e08a35a9f313a041a5f853bc5d2953931ac199 01e08a35a9f313a041a5f853bc5d2953931ac199 [false] [Pipeline] sh 19:28:20 + git log --format=format:%s -1 01e08a35a9f313a041a5f853bc5d2953931ac199 [Pipeline] echo 19:28:20 ========================================================= 19:28:20 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:28:20 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:28:21 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:28:21 + grep -v github /etc/ssh/ssh_known_hosts 19:28:21 + [ -e /tmp/ssh_known_hosts ] 19:28:21 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:28:21 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:28:21 + sudo tee -a /etc/ssh/ssh_known_hosts 19:28:21 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:28:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:28:21 19:28:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:28:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:28:21 0.1.4: Pulling from edgex-devops/py-git-semver 19:28:21 b85a868b505f: Pulling fs layer 19:28:21 e2be974225ed: Pulling fs layer 19:28:21 339a4e72a1f5: Pulling fs layer 19:28:21 988bab9f4d93: Pulling fs layer 19:28:21 1469e6f7b9e6: Pulling fs layer 19:28:21 eaf3925da568: Pulling fs layer 19:28:21 bab4dde63d76: Pulling fs layer 19:28:21 bde34c3a00c8: Pulling fs layer 19:28:21 b352a97aabf1: Pulling fs layer 19:28:21 4872d77fe225: Pulling fs layer 19:28:21 5851b861e8e6: Pulling fs layer 19:28:21 bab4dde63d76: Waiting 19:28:21 bde34c3a00c8: Waiting 19:28:21 b352a97aabf1: Waiting 19:28:21 4872d77fe225: Waiting 19:28:21 5851b861e8e6: Waiting 19:28:21 988bab9f4d93: Waiting 19:28:21 1469e6f7b9e6: Waiting 19:28:21 eaf3925da568: Waiting 19:28:21 e2be974225ed: Verifying Checksum 19:28:21 e2be974225ed: Download complete 19:28:21 988bab9f4d93: Verifying Checksum 19:28:21 988bab9f4d93: Download complete 19:28:21 1469e6f7b9e6: Verifying Checksum 19:28:21 1469e6f7b9e6: Download complete 19:28:21 eaf3925da568: Verifying Checksum 19:28:21 eaf3925da568: Download complete 19:28:21 339a4e72a1f5: Verifying Checksum 19:28:21 339a4e72a1f5: Download complete 19:28:22 b352a97aabf1: Verifying Checksum 19:28:22 b352a97aabf1: Download complete 19:28:22 4872d77fe225: Download complete 19:28:22 5851b861e8e6: Verifying Checksum 19:28:22 5851b861e8e6: Download complete 19:28:22 b85a868b505f: Verifying Checksum 19:28:22 b85a868b505f: Download complete 19:28:22 bab4dde63d76: Verifying Checksum 19:28:22 bab4dde63d76: Download complete 19:28:23 b85a868b505f: Pull complete 19:28:23 e2be974225ed: Pull complete 19:28:24 339a4e72a1f5: Pull complete 19:28:24 988bab9f4d93: Pull complete 19:28:24 1469e6f7b9e6: Pull complete 19:28:24 eaf3925da568: Pull complete 19:28:26 bab4dde63d76: Pull complete 19:28:26 bde34c3a00c8: Pull complete 19:28:26 b352a97aabf1: Pull complete 19:28:26 4872d77fe225: Pull complete 19:28:26 5851b861e8e6: Pull complete 19:28:26 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 19:28:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:28:26 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:28:26 prd-ubuntu20.04-docker-8c-8g-34975 does not seem to be running inside a container 19:28:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 19:28:29 $ docker top 2a32b35af0944d504b87931a7a2d43abc01b0b35d512d74b4fb5155dd1fc8fef -eo pid,comm 19:28:29 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 19:28:29 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:28:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:28:30 [ssh-agent] Looking for ssh-agent implementation... 19:28:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:28:30 $ docker exec 2a32b35af0944d504b87931a7a2d43abc01b0b35d512d74b4fb5155dd1fc8fef ssh-agent 19:28:30 SSH_AUTH_SOCK=/tmp/ssh-eApsb7cLVRYQ/agent.31 19:28:30 SSH_AGENT_PID=37 19:28:30 Running ssh-add (command line suppressed) 19:28:30 Identity added: /w/workspace/edgex-go/1@tmp/private_key_8214627094208431906.key (/w/workspace/edgex-go/1@tmp/private_key_8214627094208431906.key) 19:28:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:28:30 + git tag --points-at HEAD [Pipeline] } 19:28:30 $ docker exec --env ******** --env ******** 2a32b35af0944d504b87931a7a2d43abc01b0b35d512d74b4fb5155dd1fc8fef ssh-agent -k 19:28:30 unset SSH_AUTH_SOCK; 19:28:30 unset SSH_AGENT_PID; 19:28:30 echo Agent pid 37 killed; 19:28:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:28:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:28:31 [ssh-agent] Looking for ssh-agent implementation... 19:28:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:28:31 $ docker exec 2a32b35af0944d504b87931a7a2d43abc01b0b35d512d74b4fb5155dd1fc8fef ssh-agent 19:28:31 SSH_AUTH_SOCK=/tmp/ssh-x76JP1SxaG6c/agent.70 19:28:31 SSH_AGENT_PID=76 19:28:31 Running ssh-add (command line suppressed) 19:28:31 Identity added: /w/workspace/edgex-go/1@tmp/private_key_11036952839376604869.key (/w/workspace/edgex-go/1@tmp/private_key_11036952839376604869.key) 19:28:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:28:31 + git semver init 19:28:31 2024-12-12 19:28:31,858 [run_init] DEBUG init version:0.0.0 force:False 19:28:31 2024-12-12 19:28:31,859 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 19:28:31 2024-12-12 19:28:31,859 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 19:28:31 2024-12-12 19:28:31,859 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) 19:28:38 2024-12-12 19:28:37,429 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 19:28:38 2024-12-12 19:28:37,430 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-5029 with force:False 19:28:38 2024-12-12 19:28:37,430 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-5029 19:28:38 2024-12-12 19:28:37,434 [execute] INFO git cat-file --batch-check 19:28:38 2024-12-12 19:28:37,434 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:28:38 2024-12-12 19:28:37,439 [execute] INFO git cat-file --batch 19:28:38 2024-12-12 19:28:37,440 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:28:38 2024-12-12 19:28:37,445 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-5029 19:28:38 0.0.0 [Pipeline] } 19:28:38 $ docker exec --env ******** --env ******** 2a32b35af0944d504b87931a7a2d43abc01b0b35d512d74b4fb5155dd1fc8fef ssh-agent -k 19:28:38 unset SSH_AUTH_SOCK; 19:28:38 unset SSH_AGENT_PID; 19:28:38 echo Agent pid 76 killed; 19:28:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:28:39 + git semver [Pipeline] } 19:28:39 $ docker stop --time=1 2a32b35af0944d504b87931a7a2d43abc01b0b35d512d74b4fb5155dd1fc8fef 19:28:40 $ docker rm -f --volumes 2a32b35af0944d504b87931a7a2d43abc01b0b35d512d74b4fb5155dd1fc8fef [Pipeline] // withDockerContainer [Pipeline] sh 19:28:41 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:28:41 Stashed 1 file(s) [Pipeline] echo 19:28:41 [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 [Pipeline] // stage [Pipeline] } 19:28:42 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:28:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 19:28:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 19:28:42 ========================================================= 19:28:42 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 19:28:42 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:28:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 19:28:43 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 19:28:43 43c4264eed91: Pulling fs layer 19:28:43 4cc291be95ef: Pulling fs layer 19:28:43 2ac1f1163629: Pulling fs layer 19:28:43 5c3c966382ef: Pulling fs layer 19:28:43 4f4fb700ef54: Pulling fs layer 19:28:43 5d5c8e513c77: Pulling fs layer 19:28:43 9f66e0745190: Pulling fs layer 19:28:43 f49a43e4bbc0: Pulling fs layer 19:28:43 561ebcabdf7f: Pulling fs layer 19:28:43 5d5c8e513c77: Waiting 19:28:43 9f66e0745190: Waiting 19:28:43 561ebcabdf7f: Waiting 19:28:43 4f4fb700ef54: Waiting 19:28:43 f49a43e4bbc0: Waiting 19:28:43 4cc291be95ef: Verifying Checksum 19:28:43 4cc291be95ef: Download complete 19:28:43 5c3c966382ef: Download complete 19:28:43 4f4fb700ef54: Verifying Checksum 19:28:43 4f4fb700ef54: Download complete 19:28:43 5d5c8e513c77: Verifying Checksum 19:28:43 5d5c8e513c77: Download complete 19:28:43 43c4264eed91: Download complete 19:28:43 9f66e0745190: Verifying Checksum 19:28:43 9f66e0745190: Download complete 19:28:43 561ebcabdf7f: Verifying Checksum 19:28:43 561ebcabdf7f: Download complete 19:28:43 43c4264eed91: Pull complete 19:28:43 4cc291be95ef: Pull complete 19:28:43 2ac1f1163629: Download complete 19:28:44 f49a43e4bbc0: Verifying Checksum 19:28:44 f49a43e4bbc0: Download complete 19:28:47 2ac1f1163629: Pull complete 19:28:47 5c3c966382ef: Pull complete 19:28:47 4f4fb700ef54: Pull complete 19:28:47 5d5c8e513c77: Pull complete 19:28:47 9f66e0745190: Pull complete 19:28:50 f49a43e4bbc0: Pull complete 19:28:50 561ebcabdf7f: Pull complete 19:28:50 Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d 19:28:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 19:28:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 19:28:51 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 19:28:51 WORKDIR /edgex 19:28:51 COPY go.mod . 19:28:51 RUN go mod download 19:28:51 + docker build -t ci-base-image-x86_64 -f - . 19:28:51 Sending build context to Docker daemon 178.2MB 19:28:51 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 19:28:51 ---> 3a752c3f9dda 19:28:51 Step 2/4 : WORKDIR /edgex 19:28:55 ---> Running in f7452a209d2d 19:28:55 Removing intermediate container f7452a209d2d 19:28:55 ---> 2b0beadc026e 19:28:55 Step 3/4 : COPY go.mod . 19:28:56 ---> 940948b09caa 19:28:56 Step 4/4 : RUN go mod download 19:28:56 ---> Running in 8d2a2700d95a 19:29:18 Removing intermediate container 8d2a2700d95a 19:29:18 ---> 26566d2a2ebd 19:29:18 Successfully built 26566d2a2ebd 19:29:18 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:29:18 + docker inspect -f . ci-base-image-x86_64 19:29:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:29:18 prd-ubuntu20.04-docker-8c-8g-34975 does not seem to be running inside a container 19:29:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:29:19 $ docker top b6fa404f7a86c158722b26a4e64cf3e610af159b8b79bdc91e9a06a7a928e850 -eo pid,comm [Pipeline] { [Pipeline] sh 19:29:19 + go version 19:29:19 go version go1.23.2 linux/amd64 [Pipeline] } 19:29:19 $ docker stop --time=1 b6fa404f7a86c158722b26a4e64cf3e610af159b8b79bdc91e9a06a7a928e850 19:29:20 $ docker rm -f --volumes b6fa404f7a86c158722b26a4e64cf3e610af159b8b79bdc91e9a06a7a928e850 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:29:21 + docker inspect -f . ci-base-image-x86_64 19:29:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:29:21 prd-ubuntu20.04-docker-8c-8g-34975 does not seem to be running inside a container 19:29:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:29:22 $ docker top c7379886be3bde38d8c70ffd02f465c29464afe766dacb13b07f1522b47cd510 -eo pid,comm [Pipeline] { [Pipeline] echo 19:29:22 ========================================================= 19:29:22 [edgeXBuildGoParallel] Running Tests and Build... 19:29:22 ========================================================= [Pipeline] sh 19:29:22 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:29:23 + make test 19:29:23 go test -race -coverprofile=coverage.out ./... 19:29:31 ? github.com/edgexfoundry/edgex-go [no test files] 19:29:57 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 19:29:57 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 19:29:57 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 19:29:57 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 19:29:57 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 19:29:57 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 19:29:57 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 19:29:57 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 19:29:57 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 19:29:57 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 19:29:57 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 19:29:57 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 19:29:58 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:29:58 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 19:29:58 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 19:29:59 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 19:29:59 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 19:30:00 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.023s coverage: 28.7% of statements 19:30:00 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 19:30:00 github.com/edgexfoundry/edgex-go/internal/core/common_config coverage: 0.0% of statements 19:30:00 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 19:30:01 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 19:30:01 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 19:30:01 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.040s coverage: 97.0% of statements 19:30:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:30:01 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 19:30:01 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 19:30:01 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 19:30:01 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 19:30:01 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 19:30:01 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 19:30:01 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 19:30:01 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 19:30:03 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 19:30:03 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 19:30:03 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 19:30:03 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 19:30:03 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 19:30:04 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 19:30:04 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 19:30:04 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.059s coverage: 69.2% of statements 19:30:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.044s coverage: 48.4% of statements 19:30:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.414s coverage: 93.4% of statements 19:30:05 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.056s coverage: 91.7% of statements 19:30:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.068s coverage: 9.4% of statements 19:30:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:30:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:30:07 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 19:30:07 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 19:30:07 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 19:30:07 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 19:30:07 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 19:30:07 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 19:30:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:30:07 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 19:30:07 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 19:30:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.442s coverage: 95.8% of statements 19:30:08 ok github.com/edgexfoundry/edgex-go/internal/io 1.022s coverage: 72.2% of statements 19:30:08 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 19:30:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:30:08 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 19:30:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.026s coverage: 0.0% of statements [no tests to run] 19:30:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.044s coverage: 1.1% of statements 19:30:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.024s coverage: 44.2% of statements 19:30:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.019s coverage: 40.0% of statements 19:30:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.024s coverage: 87.1% of statements 19:30:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.032s coverage: 94.1% of statements 19:30:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.028s coverage: 96.3% of statements 19:30:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.014s coverage: 87.5% of statements 19:30:10 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 19:30:10 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 19:30:10 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 19:30:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:30:10 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 19:30:10 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 19:30:10 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 19:30:12 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 19:30:12 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 19:30:12 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 19:30:12 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 19:30:12 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 19:30:12 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 19:30:12 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 19:30:13 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 19:30:13 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 19:30:13 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 19:30:14 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 19:30:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:30:16 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 19:30:16 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 19:30:18 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 19:30:18 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 19:30:18 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 19:30:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:30:19 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 19:30:19 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 19:30:20 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 19:30:20 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 19:30:20 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 19:30:20 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 19:30:21 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 19:30:21 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 19:30:21 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 19:30:21 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 19:30:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:30:23 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 19:30:23 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 19:30:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.071s coverage: 94.4% of statements 19:30:24 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 19:30:24 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 19:30:24 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 19:30:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:30:25 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 19:30:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.045s coverage: 92.9% of statements 19:30:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.034s coverage: 66.7% of statements 19:30:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.026s coverage: 62.3% of statements 19:30:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.026s coverage: 75.0% of statements 19:30:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.024s coverage: 87.2% of statements 19:30:31 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.013s coverage: 17.0% of statements 19:30:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.018s coverage: 100.0% of statements 19:30:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.072s coverage: 81.8% of statements 19:30:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.056s coverage: 82.1% of statements 19:30:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.021s coverage: 86.0% of statements 19:30:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.115s coverage: 63.1% of statements 19:30:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.023s coverage: 100.0% of statements 19:30:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.018s coverage: 89.4% of statements 19:30:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.018s coverage: 100.0% of statements 19:30:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.015s coverage: 73.7% of statements 19:30:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.015s coverage: 100.0% of statements 19:30:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.137s coverage: 36.8% of statements 19:30:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.021s coverage: 93.8% of statements 19:30:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.015s coverage: 3.1% of statements 19:30:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.050s coverage: 17.2% of statements 19:30:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.092s coverage: 95.7% of statements 19:30:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.040s coverage: 9.0% of statements 19:30:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.072s coverage: 97.7% of statements 19:30:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.029s coverage: 45.8% of statements 19:30:31 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 19:30:31 running golangci-lint 19:30:32 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 19:30:32 go version go1.23.2 linux/amd64 19:30:32 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 19:30:32 level=info msg="[config_reader] Used config file .golangci.yml" 19:30:32 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 19:30:54 level=info msg="[loader] Go packages loading at mode 575 (files|imports|name|compiled_files|exports_file|types_sizes|deps) took 22.083364684s" 19:30:54 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 37.458594ms" 19:31:06 level=info msg="[linters_context/goanalysis] analyzers took 1m26.730270233s with top 10 stages: buildir: 53.336119831s, gosec: 3.540622487s, inspect: 2.241161762s, fact_deprecated: 2.180314254s, printf: 1.758188043s, ctrlflow: 1.36713484s, fact_purity: 1.354905217s, nilness: 1.134170316s, S1038: 1.128441625s, typedness: 780.172884ms" 19:31:06 level=info msg="[runner] Issues before processing: 193, after processing: 0" 19:31:06 level=info msg="[runner] Processors filtering stat (in/out): cgo: 193/193, filename_unadjuster: 193/193, invalid_issue: 193/193, autogenerated_exclude: 193/193, exclude: 193/193, skip_files: 193/193, identifier_marker: 193/193, exclude-rules: 193/15, nolint: 15/0, path_prettifier: 193/193, skip_dirs: 193/193" 19:31:06 level=info msg="[runner] processing took 14.812422ms with stages: nolint: 5.068958ms, identifier_marker: 4.938067ms, autogenerated_exclude: 1.612779ms, path_prettifier: 1.364887ms, exclude-rules: 971.016µs, skip_dirs: 789.784µs, cgo: 26.26µs, invalid_issue: 24.211µs, filename_unadjuster: 12.63µs, max_same_issues: 670ns, uniq_by_line: 490ns, fixer: 430ns, skip_files: 410ns, sort_results: 410ns, exclude: 300ns, max_from_linter: 220ns, diff: 180ns, source_code: 180ns, max_per_file_from_linter: 160ns, severity-rules: 130ns, path_shortener: 130ns, path_prefixer: 120ns" 19:31:06 level=info msg="[runner] linters took 11.429098728s with stages: goanalysis_metalinter: 11.414185126s" 19:31:06 level=info msg="File cache stats: 0 entries of total size 0B" 19:31:06 level=info msg="Memory: 336 samples, avg is 271.4MB, max is 1230.1MB" 19:31:06 level=info msg="Execution took 33.55755749s" 19:31:06 go vet ./... 19:31:13 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:31:13 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:31:13 ./bin/test-attribution-txt.sh [Pipeline] echo 19:31:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh 19:31:14 + ls -al . 19:31:14 total 1740 19:31:14 drwxrwxr-x 11 1001 1001 4096 Dec 12 19:29 . 19:31:14 drwxr-xr-x 4 root root 4096 Dec 12 19:29 .. 19:31:14 drwxrwxr-x 2 1001 1001 4096 Dec 12 19:28 .blubracket 19:31:14 -rw-rw-r-- 1 1001 1001 10 Dec 12 19:28 .dockerignore 19:31:14 drwxrwxr-x 8 1001 1001 4096 Dec 12 19:30 .git 19:31:14 drwxrwxr-x 3 1001 1001 4096 Dec 12 19:28 .github 19:31:14 -rw-rw-r-- 1 1001 1001 907 Dec 12 19:28 .gitignore 19:31:14 -rw-rw-r-- 1 1001 1001 199 Dec 12 19:28 .golangci.yml 19:31:14 -rw-rw-r-- 1 1001 1001 100 Dec 12 19:28 .hadolint.yml 19:31:14 drwxr-xr-x 3 1001 1001 4096 Dec 12 19:28 .semver 19:31:14 -rw-rw-r-- 1 1001 1001 155 Dec 12 19:28 .sonarcloud.properties 19:31:14 -rw-rw-r-- 1 1001 1001 1171 Dec 12 19:28 ADOPTERS.md 19:31:14 -rw-rw-r-- 1 1001 1001 17141 Dec 12 19:28 Attribution.txt 19:31:14 -rw-rw-r-- 1 1001 1001 100284 Dec 12 19:28 CHANGELOG.md 19:31:14 -rw-rw-r-- 1 1001 1001 3804 Dec 12 19:28 CONTRIBUTING.md 19:31:14 -rw-rw-r-- 1 1001 1001 677 Dec 12 19:28 GOVERNANCE.md 19:31:14 -rw-rw-r-- 1 1001 1001 858 Dec 12 19:28 Jenkinsfile 19:31:14 -rw-rw-r-- 1 1001 1001 10775 Dec 12 19:28 LICENSE 19:31:14 -rw-rw-r-- 1 1001 1001 16740 Dec 12 19:28 Makefile 19:31:14 -rw-rw-r-- 1 1001 1001 582 Dec 12 19:28 OWNERS.md 19:31:14 -rw-rw-r-- 1 1001 1001 9932 Dec 12 19:28 README.md 19:31:14 -rw-rw-r-- 1 1001 1001 789 Dec 12 19:28 SECURITY.md 19:31:14 -rw-rw-r-- 1 1001 1001 5 Dec 12 19:28 VERSION 19:31:14 drwxrwxr-x 2 1001 1001 4096 Dec 12 19:28 bin 19:31:14 drwxrwxr-x 19 1001 1001 4096 Dec 12 19:28 cmd 19:31:14 -rw-r--r-- 1 root root 1412873 Dec 12 19:30 coverage.out 19:31:14 drwxrwxr-x 2 1001 1001 4096 Dec 12 19:28 fuzz_test 19:31:14 -rw-rw-r-- 1 1001 1001 6473 Dec 12 19:28 go.mod 19:31:14 -rw-rw-r-- 1 1001 1001 87891 Dec 12 19:28 go.sum 19:31:14 drwxrwxr-x 7 1001 1001 4096 Dec 12 19:28 internal 19:31:14 drwxrwxr-x 2 1001 1001 4096 Dec 12 19:28 openapi 19:31:14 -rw-rw-r-- 1 1001 1001 584 Dec 12 19:28 security.txt 19:31:14 -rw-rw-r-- 1 1001 1001 204 Dec 12 19:28 version.go [Pipeline] sh 19:31:14 + '[' -e coverage.out ] 19:31:14 + chown 1001:1001 coverage.out [Pipeline] stash 19:31:14 Stashed 1 file(s) [Pipeline] sh 19:31:15 + make build 19:31:15 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 19:31:47 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 19:31:47 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 19:31:47 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 19:31:47 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 19:31:47 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 19:31:51 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 19:31:53 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 19:31:55 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 19:31:56 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 19:31:56 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 19:31:57 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 19:31:58 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] } 19:31:59 $ docker stop --time=1 c7379886be3bde38d8c70ffd02f465c29464afe766dacb13b07f1522b47cd510 19:32:06 $ docker rm -f --volumes c7379886be3bde38d8c70ffd02f465c29464afe766dacb13b07f1522b47cd510 [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 19:32:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:32:08 19:32:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:32:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:32:09 latest: Pulling from edgex-devops/edgex-compose 19:32:09 91d30c5bc195: Pulling fs layer 19:32:09 2e9b0aa3be6d: Pulling fs layer 19:32:09 9c61dcf015f6: Pulling fs layer 19:32:09 4698f68db338: Pulling fs layer 19:32:09 2a2f49069b9e: Pulling fs layer 19:32:09 e0025b399a48: Pulling fs layer 19:32:09 4698f68db338: Waiting 19:32:09 2a2f49069b9e: Waiting 19:32:09 e0025b399a48: Waiting 19:32:09 91d30c5bc195: Verifying Checksum 19:32:09 91d30c5bc195: Download complete 19:32:09 4698f68db338: Verifying Checksum 19:32:09 4698f68db338: Download complete 19:32:09 2e9b0aa3be6d: Verifying Checksum 19:32:09 2e9b0aa3be6d: Download complete 19:32:09 e0025b399a48: Verifying Checksum 19:32:09 91d30c5bc195: Pull complete 19:32:09 2e9b0aa3be6d: Pull complete 19:32:10 9c61dcf015f6: Download complete 19:32:13 9c61dcf015f6: Pull complete 19:32:13 4698f68db338: Pull complete 19:32:13 2a2f49069b9e: Pull complete 19:32:13 e0025b399a48: Pull complete 19:32:14 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 19:32:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:32:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:32:14 prd-ubuntu20.04-docker-8c-8g-34975 does not seem to be running inside a container 19:32:14 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:32:19 $ docker top e48d3bea7b97aba23ba1573b14e2d903e982bf9947d5384e4bda64c8a84f1e4e -eo pid,comm [Pipeline] { [Pipeline] sh 19:32:19 + docker compose -f ./docker-compose-build.yml build --parallel 19:32:22 #1 [core-keeper internal] load build definition from Dockerfile 19:32:22 #1 transferring dockerfile: 2.07kB done 19:32:22 #1 DONE 0.1s 19:32:22 19:32:22 #2 [security-spiffe-token-provider internal] load build definition from Dockerfile 19:32:22 #2 transferring dockerfile: 1.89kB done 19:32:22 #2 DONE 0.3s 19:32:22 19:32:22 #3 [security-proxy-setup internal] load build definition from Dockerfile 19:32:22 #3 DONE 0.0s 19:32:22 19:32:22 #4 [security-spire-config internal] load build definition from Dockerfile 19:32:22 #4 ... 19:32:22 19:32:22 #5 [core-command internal] load build definition from Dockerfile 19:32:22 #5 transferring dockerfile: 1.94kB done 19:32:22 #5 DONE 0.5s 19:32:22 19:32:22 #6 [support-scheduler internal] load .dockerignore 19:32:22 #6 ... 19:32:22 19:32:22 #7 [security-spire-server internal] load build definition from Dockerfile 19:32:22 #7 transferring dockerfile: 1.70kB done 19:32:22 #7 DONE 0.8s 19:32:22 19:32:22 #8 [core-common-config-bootstrapper internal] load build definition from Dockerfile 19:32:22 #8 transferring dockerfile: 2.23kB done 19:32:22 #8 DONE 0.8s 19:32:22 19:32:22 #9 [security-spire-agent internal] load build definition from Dockerfile 19:32:22 #9 transferring dockerfile: 1.81kB done 19:32:22 #9 DONE 0.9s 19:32:22 19:32:22 #10 [security-proxy-auth internal] load .dockerignore 19:32:23 #10 ... 19:32:23 19:32:23 #11 [core-keeper internal] load .dockerignore 19:32:23 #11 transferring context: 50B done 19:32:23 #11 DONE 1.1s 19:32:23 19:32:23 #4 [security-spire-config internal] load build definition from Dockerfile 19:32:23 #4 transferring dockerfile: 1.69kB 0.0s done 19:32:23 #4 ... 19:32:23 19:32:23 #12 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:32:23 #12 DONE 0.0s 19:32:23 19:32:23 #13 [support-notifications internal] load build definition from Dockerfile 19:32:23 #13 transferring dockerfile: 2.02kB done 19:32:23 #13 DONE 1.4s 19:32:23 19:32:23 #14 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 19:32:23 #14 DONE 0.2s 19:32:23 19:32:23 #15 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 19:32:23 #15 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 19:32:23 #15 ... 19:32:23 19:32:23 #16 [core-keeper builder 1/8] FROM docker.io/library/ci-base-image-x86_64 19:32:23 #16 ... 19:32:23 19:32:23 #17 [security-proxy-auth internal] load build definition from Dockerfile 19:32:23 #17 transferring dockerfile: 2.15kB done 19:32:23 #17 DONE 1.3s 19:32:23 19:32:23 #18 [core-data internal] load build definition from Dockerfile 19:32:23 #18 transferring dockerfile: 2.07kB 0.0s done 19:32:23 #18 DONE 1.6s 19:32:23 19:32:23 #19 [core-metadata internal] load build definition from Dockerfile 19:32:23 #19 transferring dockerfile: 2.13kB done 19:32:23 #19 DONE 1.5s 19:32:23 19:32:23 #20 [security-spiffe-token-provider internal] load .dockerignore 19:32:23 #20 transferring context: 50B 0.0s done 19:32:23 #20 DONE 1.6s 19:32:23 19:32:23 #15 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 19:32:23 #15 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.1s done 19:32:23 #15 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done 19:32:23 #15 sha256:029a752048e32e843bd6defe3841186fb8d19a28dae8ec287f433bb9d6d1ad85 1.02kB / 1.02kB done 19:32:23 #15 sha256:63b790fccc9078ab8bb913d94a5d869e19fca9b77712b315da3fa45bb8f14636 600B / 600B done 19:32:23 #15 sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 1.54MB / 3.62MB 0.1s 19:32:23 #15 ... 19:32:23 19:32:23 #12 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:32:23 #12 DONE 0.0s 19:32:23 19:32:23 #21 [security-secretstore-setup internal] load build definition from Dockerfile 19:32:23 #21 transferring dockerfile: 2.49kB 0.0s done 19:32:23 #21 DONE 1.7s 19:32:23 19:32:23 #15 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 19:32:23 #15 sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 3.62MB / 3.62MB 0.2s 19:32:24 #15 ... 19:32:24 19:32:24 #22 [support-scheduler internal] load build definition from Dockerfile 19:32:24 #22 transferring dockerfile: 1.82kB 0.0s done 19:32:24 #22 DONE 1.8s 19:32:24 19:32:24 #15 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 19:32:24 #15 sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 3.62MB / 3.62MB 0.3s done 19:32:24 #15 extracting sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 19:32:24 #15 ... 19:32:24 19:32:24 #3 [security-proxy-setup internal] load build definition from Dockerfile 19:32:24 #3 transferring dockerfile: 2.50kB 0.0s done 19:32:24 #3 DONE 1.8s 19:32:24 19:32:24 #14 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 19:32:24 #14 DONE 0.4s 19:32:24 19:32:24 #23 [security-spire-server internal] load .dockerignore 19:32:24 #23 transferring context: 50B done 19:32:24 #23 DONE 1.8s 19:32:24 19:32:24 #24 [core-command internal] load .dockerignore 19:32:24 #24 transferring context: 50B 0.0s done 19:32:24 #24 DONE 1.9s 19:32:24 19:32:24 #15 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 19:32:24 #15 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.1s done 19:32:24 #15 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done 19:32:24 #15 sha256:029a752048e32e843bd6defe3841186fb8d19a28dae8ec287f433bb9d6d1ad85 1.02kB / 1.02kB done 19:32:24 #15 sha256:63b790fccc9078ab8bb913d94a5d869e19fca9b77712b315da3fa45bb8f14636 600B / 600B done 19:32:24 #15 sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 3.62MB / 3.62MB 0.3s done 19:32:24 #15 ... 19:32:24 19:32:24 #25 [core-common-config-bootstrapper internal] load .dockerignore 19:32:24 #25 transferring context: 50B 0.0s done 19:32:24 #25 DONE 1.8s 19:32:24 19:32:24 #26 [security-bootstrapper internal] load build definition from Dockerfile 19:32:24 #26 transferring dockerfile: 3.02kB 0.0s done 19:32:24 #26 DONE 2.1s 19:32:24 19:32:24 #27 [security-bootstrapper internal] load .dockerignore 19:32:24 #27 transferring context: 50B 0.0s done 19:32:24 #27 DONE 1.8s 19:32:24 19:32:24 #12 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:32:24 #12 DONE 0.0s 19:32:24 19:32:24 #14 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 19:32:24 #14 DONE 0.4s 19:32:24 19:32:24 #15 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 19:32:24 #15 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.1s done 19:32:24 #15 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done 19:32:24 #15 sha256:029a752048e32e843bd6defe3841186fb8d19a28dae8ec287f433bb9d6d1ad85 1.02kB / 1.02kB done 19:32:24 #15 sha256:63b790fccc9078ab8bb913d94a5d869e19fca9b77712b315da3fa45bb8f14636 600B / 600B done 19:32:24 #15 sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 3.62MB / 3.62MB 0.3s done 19:32:24 #15 extracting sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 0.2s done 19:32:24 #15 ... 19:32:24 19:32:24 #4 [security-spire-config internal] load build definition from Dockerfile 19:32:24 #4 DONE 2.0s 19:32:24 19:32:24 #12 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:32:24 #12 DONE 0.0s 19:32:24 19:32:24 #14 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 19:32:24 #14 DONE 0.6s 19:32:24 19:32:24 #6 [support-scheduler internal] load .dockerignore 19:32:24 #6 transferring context: 50B done 19:32:24 #6 DONE 2.0s 19:32:24 19:32:24 #28 [support-notifications internal] load .dockerignore 19:32:24 #28 transferring context: 50B done 19:32:24 #28 DONE 2.1s 19:32:24 19:32:24 #15 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 19:32:24 #15 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.1s done 19:32:24 #15 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done 19:32:24 #15 sha256:029a752048e32e843bd6defe3841186fb8d19a28dae8ec287f433bb9d6d1ad85 1.02kB / 1.02kB done 19:32:24 #15 sha256:63b790fccc9078ab8bb913d94a5d869e19fca9b77712b315da3fa45bb8f14636 600B / 600B done 19:32:24 #15 sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 3.62MB / 3.62MB 0.3s done 19:32:24 #15 extracting sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 0.2s done 19:32:24 #15 ... 19:32:24 19:32:24 #29 [security-secretstore-setup internal] load .dockerignore 19:32:24 #29 transferring context: 50B done 19:32:24 #29 DONE 2.0s 19:32:24 19:32:24 #12 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:32:24 #12 DONE 0.0s 19:32:24 19:32:24 #30 [core-data internal] load .dockerignore 19:32:24 #30 transferring context: 50B done 19:32:24 #30 DONE 2.2s 19:32:24 19:32:24 #31 [security-spire-config internal] load .dockerignore 19:32:24 #31 transferring context: 50B done 19:32:24 #31 DONE 2.1s 19:32:24 19:32:24 #12 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:32:24 #12 DONE 0.0s 19:32:24 19:32:24 #32 [security-spire-agent internal] load .dockerignore 19:32:24 #32 transferring context: 50B done 19:32:24 #32 DONE 2.3s 19:32:24 19:32:24 #15 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 19:32:24 #15 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.1s done 19:32:24 #15 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done 19:32:24 #15 sha256:029a752048e32e843bd6defe3841186fb8d19a28dae8ec287f433bb9d6d1ad85 1.02kB / 1.02kB done 19:32:24 #15 sha256:63b790fccc9078ab8bb913d94a5d869e19fca9b77712b315da3fa45bb8f14636 600B / 600B done 19:32:24 #15 sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 3.62MB / 3.62MB 0.3s done 19:32:24 #15 extracting sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 0.2s done 19:32:24 #15 ... 19:32:24 19:32:24 #14 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 19:32:24 #14 DONE 1.0s 19:32:24 19:32:24 #15 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 19:32:24 #15 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.1s done 19:32:24 #15 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done 19:32:24 #15 sha256:029a752048e32e843bd6defe3841186fb8d19a28dae8ec287f433bb9d6d1ad85 1.02kB / 1.02kB done 19:32:24 #15 sha256:63b790fccc9078ab8bb913d94a5d869e19fca9b77712b315da3fa45bb8f14636 600B / 600B done 19:32:24 #15 sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 3.62MB / 3.62MB 0.3s done 19:32:24 #15 extracting sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 0.2s done 19:32:25 #15 DONE 1.7s 19:32:25 19:32:25 #33 [core-metadata internal] load .dockerignore 19:32:25 #33 transferring context: 50B done 19:32:25 #33 DONE 2.5s 19:32:25 19:32:25 #34 [core-data internal] load build context 19:32:25 #34 ... 19:32:25 19:32:25 #10 [security-proxy-auth internal] load .dockerignore 19:32:25 #10 transferring context: 50B done 19:32:25 #10 DONE 2.6s 19:32:25 19:32:25 #35 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 19:32:25 #35 DONE 1.0s 19:32:25 19:32:25 #36 [security-proxy-setup internal] load .dockerignore 19:32:25 #36 transferring context: 50B done 19:32:25 #36 DONE 2.6s 19:32:25 19:32:25 #15 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 19:32:25 #15 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.1s done 19:32:25 #15 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done 19:32:25 #15 sha256:029a752048e32e843bd6defe3841186fb8d19a28dae8ec287f433bb9d6d1ad85 1.02kB / 1.02kB done 19:32:25 #15 sha256:63b790fccc9078ab8bb913d94a5d869e19fca9b77712b315da3fa45bb8f14636 600B / 600B done 19:32:25 #15 sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 3.62MB / 3.62MB 0.3s done 19:32:25 #15 extracting sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 0.2s done 19:32:25 #15 DONE 1.7s 19:32:25 19:32:25 #12 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:32:25 #12 DONE 0.0s 19:32:25 19:32:25 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:32:25 #37 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:32:26 #37 ... 19:32:26 19:32:26 #15 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 19:32:26 #15 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.1s done 19:32:26 #15 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done 19:32:26 #15 sha256:029a752048e32e843bd6defe3841186fb8d19a28dae8ec287f433bb9d6d1ad85 1.02kB / 1.02kB done 19:32:26 #15 sha256:63b790fccc9078ab8bb913d94a5d869e19fca9b77712b315da3fa45bb8f14636 600B / 600B done 19:32:26 #15 sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 3.62MB / 3.62MB 0.3s done 19:32:26 #15 extracting sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 0.2s done 19:32:26 #15 DONE 1.7s 19:32:26 19:32:26 #38 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 19:32:26 #38 DONE 1.6s 19:32:26 19:32:26 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:32:26 #37 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.3s done 19:32:26 #37 ... 19:32:26 19:32:26 #15 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 19:32:26 #15 resolve docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 0.1s done 19:32:26 #15 sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a 9.22kB / 9.22kB done 19:32:26 #15 sha256:029a752048e32e843bd6defe3841186fb8d19a28dae8ec287f433bb9d6d1ad85 1.02kB / 1.02kB done 19:32:26 #15 sha256:63b790fccc9078ab8bb913d94a5d869e19fca9b77712b315da3fa45bb8f14636 600B / 600B done 19:32:26 #15 sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 3.62MB / 3.62MB 0.3s done 19:32:26 #15 extracting sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f 0.2s done 19:32:26 #15 DONE 1.7s 19:32:26 19:32:26 #14 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 19:32:26 #14 DONE 2.4s 19:32:26 19:32:26 #39 [security-proxy-auth internal] load build context 19:32:27 #39 ... 19:32:27 19:32:27 #40 [security-spire-config internal] load build context 19:32:27 #40 transferring context: 21.82kB 0.0s done 19:32:27 #40 DONE 1.7s 19:32:27 19:32:27 #41 [security-spire-server internal] load build context 19:32:27 #41 transferring context: 23.57kB 0.0s done 19:32:27 #41 DONE 1.8s 19:32:27 19:32:27 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:32:27 #37 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 19:32:27 #37 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done 19:32:27 #37 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done 19:32:27 #37 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0B / 114B 0.3s 19:32:27 #37 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.4s 19:32:27 #37 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.4s 19:32:27 #37 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 0.7s 19:32:28 #37 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.7s done 19:32:28 #37 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.8s 19:32:28 #37 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 19:32:28 #37 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.8s done 19:32:28 #37 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 1.0s done 19:32:28 #37 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.0s done 19:32:32 #37 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0B / 30.73MB 4.6s 19:32:32 #37 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.0s done 19:32:32 #37 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 5.24MB / 30.73MB 5.4s 19:32:32 #37 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 17.83MB / 30.73MB 5.5s 19:32:32 #37 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 5.6s 19:32:33 #37 ... 19:32:33 19:32:33 #42 [core-keeper internal] load build context 19:32:33 #42 transferring context: 235.80MB 8.8s 19:32:33 #42 ... 19:32:33 19:32:33 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:32:34 #37 ... 19:32:34 19:32:34 #43 [security-spiffe-token-provider internal] load build context 19:32:34 #43 transferring context: 433.38MB 9.2s done 19:32:34 #43 ... 19:32:34 19:32:34 #16 [security-proxy-auth builder 1/8] FROM docker.io/library/ci-base-image-x86_64 19:32:34 #16 ... 19:32:34 19:32:34 #44 [core-common-config-bootstrapper internal] load build context 19:32:34 #44 ... 19:32:34 19:32:34 #45 [security-bootstrapper internal] load build context 19:32:35 #45 ... 19:32:35 19:32:35 #46 [core-command internal] load build context 19:32:35 #46 ... 19:32:35 19:32:35 #47 [support-scheduler internal] load build context 19:32:35 #47 ... 19:32:35 19:32:35 #48 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:32:35 #0 2.802 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:32:35 #0 2.941 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:32:35 #0 3.307 v3.20.3-400-g52681239964 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 19:32:35 #0 3.307 v3.20.3-404-g6c29421368a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 19:32:35 #0 3.307 OK: 24171 distinct packages available 19:32:35 #0 3.402 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:32:35 #0 3.649 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:32:35 #0 4.019 (1/14) Installing ca-certificates (20240705-r0) 19:32:35 #0 4.408 (2/14) Installing brotli-libs (1.1.0-r2) 19:32:35 #0 4.438 (3/14) Installing c-ares (1.33.1-r0) 19:32:35 #0 4.445 (4/14) Installing libunistring (1.2-r0) 19:32:35 #0 4.461 (5/14) Installing libidn2 (2.3.7-r0) 19:32:35 #0 4.471 (6/14) Installing nghttp2-libs (1.62.1-r0) 19:32:35 #0 4.475 (7/14) Installing libpsl (0.21.5-r1) 19:32:35 #0 4.489 (8/14) Installing zstd-libs (1.5.6-r0) 19:32:35 #0 4.497 (9/14) Installing libcurl (8.11.1-r0) 19:32:35 #0 4.505 (10/14) Installing curl (8.11.1-r0) 19:32:35 #0 4.514 (11/14) Installing dumb-init (1.2.5-r3) 19:32:35 #0 4.518 (12/14) Installing musl-obstack (1.2.3-r2) 19:32:35 #0 4.520 (13/14) Installing libucontext (1.2-r3) 19:32:35 #0 4.530 (14/14) Installing gcompat (1.1.0-r4) 19:32:35 #0 4.534 Executing busybox-1.36.1-r29.trigger 19:32:35 #0 4.552 Executing ca-certificates-20240705-r0.trigger 19:32:35 #0 4.591 OK: 13 MiB in 28 packages 19:32:35 #48 ... 19:32:35 19:32:35 #49 [support-notifications internal] load build context 19:32:35 #49 ... 19:32:35 19:32:35 #50 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:32:35 #50 ... 19:32:35 19:32:35 #51 [security-secretstore-setup internal] load build context 19:32:35 #51 ... 19:32:35 19:32:35 #52 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 19:32:35 #0 2.886 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:32:35 #0 2.964 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:32:35 #0 3.317 (1/3) Installing ca-certificates (20240705-r0) 19:32:35 #0 3.381 (2/3) Installing dumb-init (1.2.5-r3) 19:32:35 #0 3.384 (3/3) Installing tzdata (2024b-r0) 19:32:35 #0 3.421 Executing busybox-1.36.1-r29.trigger 19:32:35 #0 3.433 Executing ca-certificates-20240705-r0.trigger 19:32:35 #0 3.492 OK: 10 MiB in 17 packages 19:32:35 #52 ... 19:32:35 19:32:35 #53 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 19:32:35 #53 ... 19:32:35 19:32:35 #54 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init 19:32:36 #54 ... 19:32:36 19:32:36 #55 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init 19:32:36 #0 4.751 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:32:36 #0 4.850 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:32:36 #0 5.263 (1/1) Installing dumb-init (1.2.5-r3) 19:32:36 #0 5.271 Executing busybox-1.36.1-r29.trigger 19:32:36 #0 5.281 OK: 8 MiB in 15 packages 19:32:36 #55 ... 19:32:36 19:32:36 #56 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:32:36 #56 ... 19:32:36 19:32:36 #57 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:32:36 #57 ... 19:32:36 19:32:36 #58 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 19:32:36 #58 ... 19:32:36 19:32:36 #34 [core-data internal] load build context 19:32:36 #34 ... 19:32:36 19:32:36 #59 [security-spire-agent internal] load build context 19:32:36 #59 ... 19:32:36 19:32:36 #60 [core-metadata internal] load build context 19:32:36 #60 ... 19:32:36 19:32:36 #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 19:32:36 #61 ... 19:32:36 19:32:36 #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 19:32:36 #62 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.7s done 19:32:36 #62 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 19:32:36 #62 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done 19:32:36 #62 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done 19:32:36 #62 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.0s done 19:32:36 #62 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.1s done 19:32:36 #62 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.0s done 19:32:36 #62 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0B / 278B 8.8s 19:32:36 #62 ... 19:32:36 19:32:36 #63 [security-proxy-setup internal] load build context 19:32:36 #63 ... 19:32:36 19:32:36 #64 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 19:32:37 #64 ... 19:32:37 19:32:37 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:32:38 #37 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 10.8s 19:32:40 #37 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 11.5s done 19:32:44 #37 ... 19:32:44 19:32:44 #42 [core-keeper internal] load build context 19:32:44 #42 transferring context: 433.38MB 14.0s done 19:32:44 #42 ... 19:32:44 19:32:44 #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 19:32:44 #62 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 16.0s 19:32:44 #62 ... 19:32:44 19:32:44 #44 [core-common-config-bootstrapper internal] load build context 19:32:44 #44 transferring context: 433.38MB 11.4s done 19:32:44 #44 ... 19:32:44 19:32:44 #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 19:32:44 #62 ... 19:32:44 19:32:44 #45 [security-bootstrapper internal] load build context 19:32:44 #45 transferring context: 433.38MB 12.1s done 19:32:45 #45 ... 19:32:45 19:32:45 #46 [core-command internal] load build context 19:32:45 #46 transferring context: 433.38MB 11.3s done 19:32:45 #46 ... 19:32:45 19:32:45 #47 [support-scheduler internal] load build context 19:32:45 #47 transferring context: 433.38MB 10.3s done 19:32:45 #47 ... 19:32:45 19:32:45 #49 [support-notifications internal] load build context 19:32:45 #49 transferring context: 433.38MB 10.4s done 19:32:45 #49 ... 19:32:45 19:32:45 #51 [security-secretstore-setup internal] load build context 19:32:45 #51 transferring context: 433.38MB 11.7s done 19:32:45 #51 ... 19:32:45 19:32:45 #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 19:32:45 #62 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 0B / 20.02MB 17.9s 19:32:46 #62 ... 19:32:46 19:32:46 #34 [core-data internal] load build context 19:32:46 #34 transferring context: 433.38MB 11.8s done 19:32:46 #34 ... 19:32:46 19:32:46 #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 19:32:46 #62 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 17.78MB / 20.02MB 19.0s 19:32:46 #62 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 19.1s 19:32:47 #62 ... 19:32:47 19:32:47 #63 [security-proxy-setup internal] load build context 19:32:47 #63 transferring context: 433.38MB 10.0s done 19:32:47 #63 ... 19:32:47 19:32:47 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:32:47 #37 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0.4s 19:32:47 #37 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0.9s done 19:32:54 #37 ... 19:32:54 19:32:54 #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 19:32:54 #62 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 18.9s done 19:32:54 #62 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 25.1s done 19:32:54 #62 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done 19:32:57 #62 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 19:32:57 #62 ... 19:32:57 19:32:57 #63 [security-proxy-setup internal] load build context 19:32:57 #63 DONE 31.2s 19:32:57 19:32:57 #50 [core-keeper stage-1 2/7] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:32:57 #50 DONE 32.5s 19:32:57 19:32:57 #55 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init 19:32:57 #55 DONE 32.1s 19:32:57 19:32:57 #48 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:32:57 #48 DONE 32.6s 19:32:57 19:32:57 #52 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 19:32:57 #52 DONE 32.5s 19:32:57 19:32:57 #65 [core-metadata stage-1 3/8] RUN apk --no-cache upgrade 19:32:58 #65 ... 19:32:58 19:32:58 #47 [support-scheduler internal] load build context 19:32:58 #47 DONE 33.2s 19:32:58 19:32:58 #43 [security-spiffe-token-provider internal] load build context 19:32:58 #43 DONE 33.8s 19:32:58 19:32:58 #49 [support-notifications internal] load build context 19:32:58 #49 DONE 33.2s 19:32:58 19:32:58 #46 [core-command internal] load build context 19:32:58 #46 DONE 33.6s 19:32:58 19:32:58 #51 [security-secretstore-setup internal] load build context 19:32:58 #51 DONE 33.2s 19:32:58 19:32:58 #34 [core-data internal] load build context 19:32:58 #34 DONE 32.9s 19:32:58 19:32:58 #44 [core-common-config-bootstrapper internal] load build context 19:32:58 #44 DONE 33.7s 19:32:58 19:32:58 #42 [core-keeper internal] load build context 19:32:58 #42 DONE 34.4s 19:32:58 19:32:58 #45 [security-bootstrapper internal] load build context 19:32:58 #45 DONE 33.5s 19:32:58 19:32:58 #59 [security-spire-agent internal] load build context 19:32:58 #59 transferring context: 23.10kB done 19:32:58 #59 DONE 31.6s 19:32:58 19:32:58 #60 [core-metadata internal] load build context 19:32:58 #60 ... 19:32:58 19:32:58 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 19:32:58 #37 DONE 33.0s 19:32:58 19:32:58 #60 [core-metadata internal] load build context 19:32:58 #60 ... 19:32:58 19:32:58 #16 [core-metadata builder 1/8] FROM docker.io/library/ci-base-image-x86_64 19:32:58 #16 DONE 35.3s 19:32:58 19:32:58 #60 [core-metadata internal] load build context 19:33:03 #60 transferring context: 423.92MB 5.4s 19:33:03 #60 transferring context: 433.38MB 6.1s done 19:33:05 #60 ... 19:33:05 19:33:05 #39 [security-proxy-auth internal] load build context 19:33:05 #39 transferring context: 433.38MB 7.0s done 19:33:07 #39 ... 19:33:07 19:33:07 #66 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 19:33:07 #66 ... 19:33:07 19:33:07 #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 19:33:07 #62 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 2.6s done 19:33:08 #62 ... 19:33:08 19:33:08 #67 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 19:33:08 #67 ... 19:33:08 19:33:08 #53 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 19:33:08 #53 32.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:33:08 #53 32.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:33:08 #53 32.95 (1/4) Installing ca-certificates (20240705-r0) 19:33:08 #53 32.97 (2/4) Installing dumb-init (1.2.5-r3) 19:33:08 #53 32.97 (3/4) Installing su-exec (0.2-r3) 19:33:08 #53 32.98 (4/4) Installing yq-go (4.44.1-r2) 19:33:08 #53 33.07 Executing busybox-1.36.1-r29.trigger 19:33:08 #53 33.09 Executing ca-certificates-20240705-r0.trigger 19:33:08 #53 33.17 OK: 19 MiB in 18 packages 19:33:08 #53 ... 19:33:08 19:33:08 #57 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:33:08 #57 32.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:33:08 #57 32.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:33:08 #57 32.97 v3.20.3-400-g52681239964 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 19:33:08 #57 32.97 v3.20.3-404-g6c29421368a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 19:33:08 #57 32.97 OK: 24171 distinct packages available 19:33:08 #57 33.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:33:08 #57 33.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:33:08 #57 33.85 (1/7) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 19:33:08 #57 34.45 (2/7) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 19:33:08 #57 34.50 (3/7) Installing dumb-init (1.2.5-r3) 19:33:08 #57 34.50 (4/7) Installing musl-obstack (1.2.3-r2) 19:33:08 #57 34.51 (5/7) Installing libucontext (1.2-r3) 19:33:08 #57 34.51 (6/7) Installing gcompat (1.1.0-r4) 19:33:08 #57 34.52 (7/7) Installing openssl (3.3.2-r1) 19:33:08 #57 34.53 Executing busybox-1.36.1-r29.trigger 19:33:08 #57 34.54 OK: 9 MiB in 19 packages 19:33:08 #57 ... 19:33:08 19:33:08 #60 [core-metadata internal] load build context 19:33:08 #60 DONE 42.0s 19:33:08 19:33:08 #54 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init 19:33:08 #54 32.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:33:08 #54 32.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:33:08 #54 33.09 (1/2) Installing ca-certificates (20240705-r0) 19:33:08 #54 33.13 (2/2) Installing dumb-init (1.2.5-r3) 19:33:08 #54 33.13 Executing busybox-1.36.1-r29.trigger 19:33:08 #54 33.16 Executing ca-certificates-20240705-r0.trigger 19:33:08 #54 33.21 OK: 9 MiB in 16 packages 19:33:08 #54 ... 19:33:08 19:33:08 #68 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 19:33:08 #0 10.93 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:33:08 #68 ... 19:33:08 19:33:08 #53 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 19:33:08 #53 DONE 43.0s 19:33:08 19:33:08 #64 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 19:33:08 #64 31.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:33:08 #64 31.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:33:08 #64 32.27 (1/6) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 19:33:08 #64 32.30 (2/6) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 19:33:08 #64 32.31 (3/6) Installing dumb-init (1.2.5-r3) 19:33:08 #64 32.31 (4/6) Installing openssl (3.3.2-r1) 19:33:08 #64 32.33 (5/6) Installing su-exec (0.2-r3) 19:33:08 #64 32.33 (6/6) Installing yq-go (4.44.1-r2) 19:33:08 #64 32.40 Executing busybox-1.36.1-r29.trigger 19:33:08 #64 32.41 OK: 19 MiB in 18 packages 19:33:08 #64 ... 19:33:08 19:33:08 #56 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:33:08 #56 36.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:33:08 #56 36.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:33:08 #56 37.05 v3.20.3-400-g52681239964 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 19:33:08 #56 37.05 v3.20.3-404-g6c29421368a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 19:33:08 #56 37.05 OK: 24171 distinct packages available 19:33:08 #56 37.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:33:08 #56 37.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:33:08 #56 37.61 (1/4) Installing dumb-init (1.2.5-r3) 19:33:08 #56 38.04 (2/4) Installing musl-obstack (1.2.3-r2) 19:33:08 #56 38.06 (3/4) Installing libucontext (1.2-r3) 19:33:08 #56 38.10 (4/4) Installing gcompat (1.1.0-r4) 19:33:08 #56 38.12 Executing busybox-1.36.1-r29.trigger 19:33:08 #56 38.13 OK: 8 MiB in 18 packages 19:33:08 #56 DONE 43.1s 19:33:08 19:33:08 #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 19:33:08 #61 32.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:33:08 #61 33.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:33:08 #61 33.37 (1/2) Installing dumb-init (1.2.5-r3) 19:33:08 #61 33.37 (2/2) Installing su-exec (0.2-r3) 19:33:08 #61 33.56 Executing busybox-1.36.1-r29.trigger 19:33:08 #61 33.56 OK: 8 MiB in 16 packages 19:33:09 #61 ... 19:33:09 19:33:09 #64 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 19:33:09 #64 DONE 42.0s 19:33:09 19:33:09 #69 [security-proxy-auth builder 2/8] WORKDIR /edgex-go 19:33:09 #69 ... 19:33:09 19:33:09 #58 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 19:33:09 #58 32.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:33:09 #58 32.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:33:09 #58 33.02 (1/1) Installing dumb-init (1.2.5-r3) 19:33:09 #58 33.02 Executing busybox-1.36.1-r29.trigger 19:33:09 #58 33.03 OK: 8 MiB in 15 packages 19:33:09 #58 ... 19:33:09 19:33:09 #54 [support-notifications stage-1 2/8] RUN apk add --update --no-cache ca-certificates dumb-init 19:33:09 #54 DONE 43.6s 19:33:09 19:33:09 #70 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 19:33:09 #70 ... 19:33:09 19:33:09 #58 [core-data stage-1 2/8] RUN apk add --update --no-cache dumb-init 19:33:09 #58 DONE 43.7s 19:33:09 19:33:09 #71 [core-data stage-1 3/8] RUN apk --no-cache upgrade 19:33:09 #71 ... 19:33:09 19:33:09 #57 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:33:09 #57 DONE 44.1s 19:33:10 19:33:10 #67 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 19:33:10 #67 11.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:33:10 #67 11.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:33:10 #67 11.94 Upgrading critical system libraries and apk-tools: 19:33:10 #67 11.94 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 19:33:10 #67 11.94 Executing busybox-1.36.1-r29.trigger 19:33:10 #67 12.02 Continuing the upgrade transaction with new apk-tools: 19:33:10 #67 12.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:33:10 #67 12.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:33:10 #67 12.45 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 19:33:10 #67 12.50 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 19:33:10 #67 12.51 Executing ca-certificates-20240705-r0.trigger 19:33:10 #67 12.55 OK: 10 MiB in 17 packages 19:33:11 #67 ... 19:33:11 19:33:11 #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 19:33:11 #61 DONE 45.8s 19:33:11 19:33:11 #72 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 19:33:11 #72 ... 19:33:11 19:33:11 #39 [security-proxy-auth internal] load build context 19:33:11 #39 DONE 45.2s 19:33:11 19:33:11 #66 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 19:33:11 #66 11.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:33:11 #66 11.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:33:11 #66 12.04 Upgrading critical system libraries and apk-tools: 19:33:11 #66 12.04 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 19:33:11 #66 12.06 Executing busybox-1.36.1-r29.trigger 19:33:11 #66 12.18 Continuing the upgrade transaction with new apk-tools: 19:33:11 #66 12.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:33:11 #66 12.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:33:11 #66 12.70 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 19:33:11 #66 13.00 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 19:33:11 #66 13.00 Executing ca-certificates-20240705-r0.trigger 19:33:11 #66 13.32 OK: 13 MiB in 28 packages 19:33:12 #66 ... 19:33:12 19:33:12 #65 [core-metadata stage-1 3/8] RUN apk --no-cache upgrade 19:33:12 #65 11.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:33:12 #65 11.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:33:12 #65 12.00 Upgrading critical system libraries and apk-tools: 19:33:12 #65 12.00 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 19:33:12 #65 12.01 Executing busybox-1.36.1-r29.trigger 19:33:12 #65 12.09 Continuing the upgrade transaction with new apk-tools: 19:33:12 #65 12.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:33:12 #65 12.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:33:12 #65 12.45 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 19:33:12 #65 12.58 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 19:33:12 #65 12.59 OK: 8 MiB in 15 packages 19:33:12 #65 DONE 14.8s 19:33:12 19:33:12 #68 [core-keeper stage-1 3/7] RUN apk add --update --no-cache dumb-init 19:33:12 #68 11.38 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:33:12 #68 12.11 (1/1) Installing dumb-init (1.2.5-r3) 19:33:12 #68 12.61 Executing busybox-1.36.1-r29.trigger 19:33:12 #68 12.61 OK: 8 MiB in 15 packages 19:33:12 #68 DONE 15.1s 19:33:12 19:33:12 #73 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 19:33:12 #73 ... 19:33:12 19:33:12 #66 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 19:33:12 #66 DONE 15.1s 19:33:13 19:33:13 #67 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 19:33:13 #67 DONE 15.2s 19:33:13 19:33:13 #74 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 19:33:13 #74 ... 19:33:13 19:33:13 #69 [security-bootstrapper builder 2/8] WORKDIR /edgex-go 19:33:13 #69 DONE 14.7s 19:33:13 19:33:13 #75 [core-command builder 3/7] RUN apk add --update --no-cache make git 19:33:15 #75 ... 19:33:15 19:33:15 #74 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 19:33:15 #74 4.472 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:33:15 #74 4.559 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:33:15 #74 4.989 Upgrading critical system libraries and apk-tools: 19:33:15 #74 4.989 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 19:33:15 #74 4.997 Executing busybox-1.36.1-r29.trigger 19:33:15 #74 5.106 Continuing the upgrade transaction with new apk-tools: 19:33:15 #74 5.109 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:33:15 #74 5.193 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:33:15 #74 5.570 OK: 19 MiB in 18 packages 19:33:15 #74 DONE 6.0s 19:33:15 19:33:15 #76 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 19:33:15 #0 4.826 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:33:15 #0 4.928 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:33:15 #0 5.272 Upgrading critical system libraries and apk-tools: 19:33:15 #0 5.272 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 19:33:15 #0 5.281 Executing busybox-1.36.1-r29.trigger 19:33:15 #0 5.369 Continuing the upgrade transaction with new apk-tools: 19:33:15 #0 5.371 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:33:15 #0 5.443 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:33:15 #0 5.850 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 19:33:15 #0 5.886 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 19:33:15 #0 5.898 OK: 8 MiB in 18 packages 19:33:15 #76 DONE 6.2s 19:33:15 19:33:15 #77 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 19:33:15 #0 4.774 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:33:15 #0 4.941 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:33:15 #0 5.396 Upgrading critical system libraries and apk-tools: 19:33:15 #0 5.396 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 19:33:15 #0 5.409 Executing busybox-1.36.1-r29.trigger 19:33:15 #0 5.528 Continuing the upgrade transaction with new apk-tools: 19:33:15 #0 5.533 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:33:15 #0 5.612 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:33:15 #0 5.924 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 19:33:15 #0 6.038 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 19:33:15 #0 6.050 Executing ca-certificates-20240705-r0.trigger 19:33:15 #0 6.096 OK: 19 MiB in 18 packages 19:33:15 #77 DONE 6.4s 19:33:15 19:33:15 #78 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 19:33:15 #78 DONE 0.1s 19:33:15 19:33:15 #79 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:33:16 #79 ... 19:33:16 19:33:16 #71 [core-data stage-1 3/8] RUN apk --no-cache upgrade 19:33:16 #71 4.933 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:33:16 #71 5.022 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:33:16 #71 5.357 Upgrading critical system libraries and apk-tools: 19:33:16 #71 5.357 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 19:33:16 #71 5.367 Executing busybox-1.36.1-r29.trigger 19:33:16 #71 5.470 Continuing the upgrade transaction with new apk-tools: 19:33:16 #71 5.475 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:33:16 #71 5.560 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:33:16 #71 5.942 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 19:33:16 #71 5.978 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 19:33:16 #71 6.002 OK: 8 MiB in 15 packages 19:33:16 #71 DONE 6.4s 19:33:16 19:33:16 #72 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 19:33:16 #72 3.316 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:33:16 #72 3.406 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:33:16 #72 3.695 Upgrading critical system libraries and apk-tools: 19:33:16 #72 3.695 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 19:33:16 #72 3.700 Executing busybox-1.36.1-r29.trigger 19:33:16 #72 3.768 Continuing the upgrade transaction with new apk-tools: 19:33:16 #72 3.772 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:33:16 #72 3.879 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:33:16 #72 4.142 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 19:33:16 #72 4.178 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 19:33:16 #72 4.283 OK: 8 MiB in 16 packages 19:33:16 #72 DONE 4.4s 19:33:16 19:33:16 #79 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:33:16 #79 DONE 0.9s 19:33:16 19:33:16 #70 [support-notifications stage-1 3/8] RUN apk --no-cache upgrade 19:33:16 #70 4.901 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:33:16 #70 5.002 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:33:16 #70 5.341 Upgrading critical system libraries and apk-tools: 19:33:16 #70 5.342 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 19:33:16 #70 5.378 Executing busybox-1.36.1-r29.trigger 19:33:16 #70 5.450 Continuing the upgrade transaction with new apk-tools: 19:33:16 #70 5.454 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:33:16 #70 5.538 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:33:16 #70 5.916 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 19:33:16 #70 5.960 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 19:33:16 #70 5.965 Executing ca-certificates-20240705-r0.trigger 19:33:16 #70 6.286 OK: 9 MiB in 16 packages 19:33:16 #70 DONE 6.7s 19:33:16 19:33:16 #80 [security-spire-config stage-2 5/10] COPY Attribution.txt / 19:33:16 #80 DONE 0.0s 19:33:16 19:33:16 #81 [security-spire-config stage-2 6/10] COPY security.txt / 19:33:16 #81 DONE 0.0s 19:33:16 19:33:16 #82 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:33:16 #82 DONE 0.0s 19:33:16 19:33:16 #83 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 19:33:16 #83 DONE 0.0s 19:33:16 19:33:16 #84 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:33:16 #84 DONE 0.1s 19:33:16 19:33:16 #85 [security-spire-config] exporting to image 19:33:16 #85 exporting layers 19:33:16 #85 ... 19:33:16 19:33:16 #86 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 19:33:16 #86 DONE 3.3s 19:33:16 19:33:16 #87 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 19:33:16 #87 ... 19:33:16 19:33:16 #88 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 19:33:16 #0 2.857 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:33:16 #0 2.941 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:33:16 #0 3.276 OK: 246 MiB in 54 packages 19:33:16 #88 DONE 3.5s 19:33:16 19:33:16 #89 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 19:33:16 #89 DONE 0.2s 19:33:16 19:33:16 #90 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:17 #90 ... 19:33:17 19:33:17 #85 [security-spire-config] exporting to image 19:33:17 #85 exporting layers 0.8s done 19:33:17 #85 writing image sha256:e62e2c468b0b12182acdbc315f75383302bd6d0defd191c40c4fc6f7866b0484 done 19:33:17 #85 naming to docker.io/library/security-spire-config done 19:33:17 #85 DONE 0.8s 19:33:17 19:33:17 #75 [core-command builder 3/7] RUN apk add --update --no-cache make git 19:33:17 #75 3.925 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:33:17 #75 4.019 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:33:17 #75 ... 19:33:17 19:33:17 #91 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 19:33:17 #91 DONE 1.5s 19:33:17 19:33:17 #73 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 19:33:17 #73 5.281 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:33:17 #73 6.386 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:33:17 #73 6.689 Upgrading critical system libraries and apk-tools: 19:33:17 #73 6.689 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 19:33:17 #73 6.695 Executing busybox-1.36.1-r29.trigger 19:33:17 #73 6.773 Continuing the upgrade transaction with new apk-tools: 19:33:17 #73 6.796 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:33:17 #73 6.894 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:33:17 #73 7.223 OK: 9 MiB in 19 packages 19:33:17 #73 DONE 7.5s 19:33:18 19:33:18 #92 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 19:33:18 #0 3.640 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:33:18 #0 3.738 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:33:18 #0 4.123 OK: 246 MiB in 54 packages 19:33:18 #92 DONE 4.5s 19:33:18 19:33:18 #93 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 19:33:19 #93 ... 19:33:19 19:33:19 #94 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 19:33:19 #94 DONE 1.4s 19:33:19 19:33:19 #75 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 19:33:19 #75 4.395 OK: 246 MiB in 54 packages 19:33:19 #75 DONE 5.8s 19:33:19 19:33:19 #95 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 19:33:19 #0 3.548 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:33:19 #0 3.694 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:33:19 #0 3.986 v3.20.3-400-g52681239964 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 19:33:19 #0 3.986 v3.20.3-404-g6c29421368a [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 19:33:19 #0 3.986 OK: 24175 distinct packages available 19:33:19 #0 4.054 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:33:19 #0 4.146 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:33:19 #0 4.535 OK: 246 MiB in 54 packages 19:33:19 #95 DONE 5.7s 19:33:19 19:33:19 #87 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 19:33:19 #87 0.816 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 19:33:19 #87 1.292 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 19:33:19 #87 2.029 OK: 246 MiB in 54 packages 19:33:19 #87 DONE 2.4s 19:33:19 19:33:19 #96 [core-keeper builder 5/8] COPY go.mod vendor* ./ 19:33:19 #96 ... 19:33:19 19:33:19 #97 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 19:33:19 #97 DONE 1.5s 19:33:19 19:33:19 #98 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:33:19 #98 DONE 1.5s 19:33:19 19:33:19 #93 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 19:33:19 #93 DONE 1.5s 19:33:19 19:33:19 #99 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:20 #99 ... 19:33:20 19:33:20 #100 [security-spire-server stage-2 5/9] COPY Attribution.txt / 19:33:20 #100 DONE 1.0s 19:33:20 19:33:20 #101 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 19:33:20 #101 DONE 1.1s 19:33:20 19:33:20 #102 [core-command builder 4/7] COPY go.mod vendor* ./ 19:33:20 #102 DONE 1.2s 19:33:20 19:33:20 #103 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:33:20 #103 DONE 1.1s 19:33:20 19:33:20 #104 [security-spire-server stage-2 6/9] COPY security.txt / 19:33:20 #104 DONE 0.1s 19:33:20 19:33:20 #96 [core-keeper builder 5/8] COPY go.mod vendor* ./ 19:33:20 #96 DONE 1.1s 19:33:20 19:33:20 #105 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 19:33:20 #105 DONE 0.1s 19:33:20 19:33:20 #106 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:33:20 #106 DONE 0.1s 19:33:20 19:33:20 #107 [security-spire-agent stage-3 7/10] COPY security.txt / 19:33:20 #107 DONE 0.1s 19:33:20 19:33:20 #108 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:33:20 #108 DONE 0.0s 19:33:20 19:33:20 #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:33:20 #109 DONE 0.1s 19:33:20 19:33:20 #110 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:33:20 #110 DONE 0.1s 19:33:20 19:33:20 #111 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:33:20 #111 DONE 0.1s 19:33:20 19:33:20 #112 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:33:20 #112 DONE 0.1s 19:33:20 19:33:20 #85 [security-spire-server] exporting to image 19:33:21 #85 exporting layers 0.6s done 19:33:21 #85 writing image sha256:10c757608f7c9de6e0a9d7b806e1a201d02265969e5d0c356a80f432e16d08d7 done 19:33:21 #85 naming to docker.io/library/security-spire-server done 19:33:21 #85 writing image sha256:ab958e16b5af57c267bc37a251318f1aa0b62a067ead5a19fcbeb8429627a1b7 done 19:33:21 #85 naming to docker.io/library/security-spire-agent done 19:33:21 #85 DONE 1.6s 19:33:21 19:33:21 #113 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:24 #113 ... 19:33:24 19:33:24 #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 19:33:24 #62 ... 19:33:24 19:33:24 #114 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:33:31 #114 ... 19:33:31 19:33:31 #115 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:34:18 #115 ... 19:34:18 19:34:18 #90 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:34:18 #90 DONE 59.1s 19:34:18 19:34:18 #113 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:34:18 #113 DONE 55.9s 19:34:18 19:34:18 #116 [core-command builder 6/7] COPY . . 19:34:18 #116 ... 19:34:18 19:34:18 #114 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:34:18 #114 DONE 56.0s 19:34:18 19:34:18 #115 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:34:18 #115 DONE 56.1s 19:34:18 19:34:18 #117 [core-keeper builder 7/8] COPY . . 19:34:18 #117 ... 19:34:18 19:34:18 #99 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:34:18 #99 DONE 57.2s 19:34:18 19:34:18 #118 [support-scheduler builder 6/7] COPY . . 19:34:26 #118 ... 19:34:26 19:34:26 #119 [security-bootstrapper builder 6/7] COPY . . 19:34:26 #119 ... 19:34:26 19:34:26 #120 [security-spiffe-token-provider builder 6/7] COPY . . 19:34:29 #120 ... 19:34:29 19:34:29 #119 [security-bootstrapper builder 6/7] COPY . . 19:34:29 #119 DONE 13.0s 19:34:29 19:34:29 #121 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 19:34:29 #121 ... 19:34:29 19:34:29 #122 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:34:29 #122 CACHED 19:34:29 19:34:29 #123 [security-secretstore-setup builder 6/7] COPY . . 19:34:29 #123 CACHED 19:34:29 19:34:29 #124 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 19:34:29 #124 CACHED 19:34:29 19:34:29 #125 [security-proxy-setup builder 6/7] COPY . . 19:34:29 #125 CACHED 19:34:29 19:34:29 #126 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:34:29 #126 CACHED 19:34:29 19:34:29 #127 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 19:34:29 #127 CACHED 19:34:29 19:34:29 #120 [security-spiffe-token-provider builder 6/7] COPY . . 19:34:29 #120 DONE 12.9s 19:34:29 19:34:29 #117 [core-keeper builder 7/8] COPY . . 19:34:29 #117 DONE 12.8s 19:34:29 19:34:29 #118 [support-scheduler builder 6/7] COPY . . 19:34:29 #118 DONE 12.7s 19:34:29 19:34:29 #128 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:34:29 #128 ... 19:34:29 19:34:29 #129 [support-notifications builder 4/7] COPY go.mod vendor* ./ 19:34:29 #129 CACHED 19:34:29 19:34:29 #130 [support-notifications builder 6/7] COPY . . 19:34:29 #130 CACHED 19:34:29 19:34:29 #131 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:34:29 #131 CACHED 19:34:29 19:34:29 #116 [core-command builder 6/7] COPY . . 19:34:29 #116 DONE 13.3s 19:34:29 19:34:29 #132 [core-metadata builder 4/7] COPY go.mod vendor* ./ 19:34:29 #132 CACHED 19:34:29 19:34:29 #133 [core-metadata builder 6/7] COPY . . 19:34:29 #133 CACHED 19:34:29 19:34:29 #134 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:34:29 #134 CACHED 19:34:29 19:34:29 #135 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 19:34:29 #135 CACHED 19:34:29 19:34:29 #136 [security-proxy-auth builder 6/7] COPY . . 19:34:29 #136 CACHED 19:34:29 19:34:29 #137 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:34:29 #137 CACHED 19:34:29 19:34:29 #138 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:34:29 #138 CACHED 19:34:29 19:34:29 #139 [core-data builder 4/7] COPY go.mod vendor* ./ 19:34:29 #139 CACHED 19:34:29 19:34:29 #140 [core-data builder 6/7] COPY . . 19:34:29 #140 CACHED 19:34:29 19:34:29 #141 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:34:29 #141 CACHED 19:34:29 19:34:29 #142 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 19:34:29 #142 CACHED 19:34:29 19:34:29 #143 [core-common-config-bootstrapper builder 6/7] COPY . . 19:34:29 #143 CACHED 19:34:29 19:34:29 #144 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:34:34 #144 5.338 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 19:34:40 #144 ... 19:34:40 19:34:40 #145 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:34:40 #0 1.013 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 19:34:40 #145 ... 19:34:40 19:34:40 #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 19:34:40 #0 0.782 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 19:34:40 #146 ... 19:34:40 19:34:40 #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 19:34:40 #0 3.650 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 19:34:40 #147 ... 19:34:40 19:34:40 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:34:40 #0 6.640 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 19:34:40 #148 ... 19:34:40 19:34:40 #149 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 19:34:40 #0 1.967 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 19:34:40 #149 ... 19:34:40 19:34:40 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 19:34:40 #0 6.315 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 19:34:40 #150 ... 19:34:40 19:34:40 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:34:40 #0 1.837 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 19:34:40 #151 ... 19:34:40 19:34:40 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 19:34:40 #0 4.376 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 19:34:40 #152 ... 19:34:40 19:34:40 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:34:40 #0 2.868 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 19:34:41 #153 ... 19:34:41 19:34:41 #121 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 19:34:41 #121 1.285 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 19:34:41 #121 ... 19:34:41 19:34:41 #128 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:34:41 #128 1.326 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 19:36:03 #128 ... 19:36:03 19:36:03 #145 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:36:03 #145 94.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-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:36:35 #145 ... 19:36:35 19:36:35 #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 19:36:35 #146 DONE 124.0s 19:36:35 19:36:35 #144 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:36:35 #144 ... 19:36:35 19:36:35 #121 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 19:36:35 #121 DONE 126.7s 19:36:35 19:36:35 #144 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:36:41 #144 ... 19:36:41 19:36:41 #145 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:36:41 #145 DONE 132.0s 19:36:41 19:36:41 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:36:46 #148 ... 19:36:46 19:36:46 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:36:46 #151 DONE 136.8s 19:36:46 19:36:46 #149 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 19:36:47 #149 ... 19:36:47 19:36:47 #154 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 19:36:52 #154 ... 19:36:52 19:36:52 #128 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:36:52 #128 DONE 142.7s 19:36:52 19:36:52 #155 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 19:37:00 #155 ... 19:37:00 19:37:00 #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 19:37:00 #147 DONE 150.3s 19:37:00 19:37:00 #156 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 19:37:00 #156 ... 19:37:00 19:37:00 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 19:37:00 #152 DONE 150.6s 19:37:00 19:37:00 #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 19:37:00 #157 ... 19:37:00 19:37:00 #144 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:37:00 #144 DONE 150.9s 19:37:00 19:37:00 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 19:37:00 #150 DONE 150.9s 19:37:00 19:37:00 #154 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 19:37:00 #154 DONE 12.4s 19:37:00 19:37:00 #149 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 19:37:00 #149 DONE 151.3s 19:37:00 19:37:00 #158 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 19:37:00 #158 ... 19:37:00 19:37:00 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:37:00 #153 DONE 151.3s 19:37:00 19:37:00 #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:37:00 #148 DONE 151.3s 19:37:00 19:37:00 #155 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 19:37:00 #155 DONE 10.1s 19:37:00 19:37:00 #156 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 19:37:00 #156 DONE 1.1s 19:37:00 19:37:00 #159 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 19:37:01 #159 ... 19:37:01 19:37:01 #160 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 19:37:01 #160 DONE 1.2s 19:37:01 19:37:01 #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 19:37:01 #157 DONE 1.1s 19:37:01 19:37:01 #161 [core-metadata stage-1 5/10] COPY --from=builder /edgex-go/security.txt / 19:37:01 #161 CACHED 19:37:01 19:37:01 #162 [core-metadata stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / 19:37:01 #162 CACHED 19:37:01 19:37:01 #163 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 19:37:01 #163 CACHED 19:37:01 19:37:01 #164 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 19:37:01 #164 CACHED 19:37:01 19:37:01 #158 [core-data stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 19:37:01 #158 DONE 0.7s 19:37:01 19:37:01 #165 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 19:37:01 #165 DONE 0.7s 19:37:01 19:37:01 #166 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 19:37:01 #166 CACHED 19:37:01 19:37:01 #167 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 19:37:01 #167 CACHED 19:37:01 19:37:01 #168 [core-keeper stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 19:37:01 #168 DONE 0.7s 19:37:01 19:37:01 #169 [core-keeper stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 19:37:01 #169 ... 19:37:01 19:37:01 #170 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 19:37:01 #170 DONE 0.6s 19:37:01 19:37:01 #171 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 19:37:01 #171 DONE 0.6s 19:37:01 19:37:01 #159 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 19:37:01 #159 DONE 0.6s 19:37:01 19:37:01 #172 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:37:02 #172 ... 19:37:02 19:37:02 #173 [support-notifications stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 19:37:02 #173 DONE 1.1s 19:37:02 19:37:02 #174 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 19:37:02 #174 DONE 1.0s 19:37:02 19:37:02 #175 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:37:02 #175 DONE 0.9s 19:37:02 19:37:02 #176 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 19:37:02 #176 DONE 1.0s 19:37:02 19:37:02 #177 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 19:37:02 #177 DONE 1.0s 19:37:02 19:37:02 #178 [core-metadata stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:37:02 #178 DONE 1.0s 19:37:02 19:37:02 #179 [core-data stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 19:37:02 #179 DONE 1.0s 19:37:02 19:37:02 #180 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 19:37:02 #180 DONE 0.9s 19:37:02 19:37:02 #169 [core-keeper stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 19:37:02 #169 DONE 1.0s 19:37:02 19:37:02 #181 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 19:37:02 #181 ... 19:37:02 19:37:02 #182 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 19:37:02 #182 DONE 1.0s 19:37:02 19:37:02 #183 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:37:02 #183 ... 19:37:02 19:37:02 #172 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:37:02 #172 DONE 1.2s 19:37:02 19:37:02 #184 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 19:37:02 #184 DONE 1.6s 19:37:02 19:37:02 #185 [support-notifications stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 19:37:02 #185 DONE 0.7s 19:37:03 19:37:03 #186 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 19:37:03 #186 DONE 0.6s 19:37:03 19:37:03 #187 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 19:37:03 #187 DONE 0.7s 19:37:03 19:37:03 #188 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:37:03 #188 DONE 0.7s 19:37:03 19:37:03 #189 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 19:37:03 #189 DONE 0.7s 19:37:03 19:37:03 #85 [core-command] exporting to image 19:37:03 #85 exporting layers 19:37:03 #85 ... 19:37:03 19:37:03 #190 [core-data stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:37:03 #190 DONE 1.0s 19:37:03 19:37:03 #191 [core-metadata stage-1 7/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 19:37:03 #191 DONE 1.0s 19:37:03 19:37:03 #192 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 19:37:03 #192 DONE 1.0s 19:37:03 19:37:03 #183 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:37:03 #183 DONE 0.8s 19:37:03 19:37:03 #181 [core-keeper stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 19:37:03 #181 DONE 1.1s 19:37:03 19:37:03 #85 [core-command] exporting to image 19:37:03 #85 exporting layers 0.5s done 19:37:03 #85 ... 19:37:03 19:37:03 #193 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 19:37:03 #193 DONE 1.0s 19:37:03 19:37:03 #194 [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 19:37:03 #194 DONE 1.0s 19:37:03 19:37:03 #195 [support-notifications stage-1 6/8] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:37:03 #195 DONE 1.1s 19:37:03 19:37:03 #196 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 19:37:03 #196 ... 19:37:03 19:37:03 #197 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 19:37:03 #197 DONE 1.1s 19:37:03 19:37:03 #198 [core-metadata stage-1 8/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 19:37:03 #198 DONE 0.8s 19:37:03 19:37:03 #199 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 19:37:03 #199 DONE 1.1s 19:37:03 19:37:03 #200 [core-data stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 19:37:03 #200 DONE 0.8s 19:37:04 19:37:04 #201 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 19:37:04 #201 DONE 0.8s 19:37:04 19:37:04 #202 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 19:37:04 #202 DONE 0.7s 19:37:04 19:37:04 #203 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:37:04 #203 DONE 0.8s 19:37:04 19:37:04 #204 [core-keeper stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-keeper/res/db/ /res/db/ 19:37:04 #204 DONE 0.8s 19:37:04 19:37:04 #85 [support-scheduler] exporting to image 19:37:04 #85 ... 19:37:04 19:37:04 #205 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 19:37:04 #205 DONE 0.5s 19:37:04 19:37:04 #206 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:37:04 #206 ... 19:37:04 19:37:04 #207 [core-metadata stage-1 9/10] COPY --from=builder /edgex-go/cmd/core-metadata/res/db/ /res/db/ 19:37:04 #207 DONE 0.5s 19:37:04 19:37:04 #196 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 19:37:04 #196 DONE 0.7s 19:37:04 19:37:04 #208 [core-data stage-1 8/8] COPY --from=builder /edgex-go/cmd/core-data/res/db/ /res/db/ 19:37:04 #208 DONE 0.5s 19:37:04 19:37:04 #209 [support-notifications stage-1 7/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 19:37:04 #209 DONE 0.6s 19:37:04 19:37:04 #210 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:37:04 #210 DONE 0.4s 19:37:04 19:37:04 #85 [core-metadata] exporting to image 19:37:04 #85 exporting layers 0.4s done 19:37:04 #85 writing image sha256:b8b4144c2bd20817843b0ff6f60840c3fdf4e520d6f5905fd21ddf5bc1b14a50 0.0s done 19:37:04 #85 naming to docker.io/library/core-command done 19:37:05 #85 ... 19:37:05 19:37:05 #206 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:37:05 #206 DONE 0.8s 19:37:05 19:37:05 #211 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:37:05 #211 DONE 1.1s 19:37:05 19:37:05 #212 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:37:05 #212 DONE 1.2s 19:37:05 19:37:05 #213 [support-notifications stage-1 8/8] COPY --from=builder /edgex-go/cmd/support-notifications/res/db/ /res/db/ 19:37:05 #213 DONE 0.7s 19:37:05 19:37:05 #214 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:37:05 #214 DONE 0.7s 19:37:05 19:37:05 #85 [support-notifications] exporting to image 19:37:05 #85 exporting layers 0.6s done 19:37:05 #85 exporting layers 0.9s done 19:37:05 #85 writing image sha256:7dafd545fff830069eafb9945432df4b225fbeaf1f65ad202e5607f3b890ddab 19:37:05 #85 ... 19:37:05 19:37:05 #215 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 19:37:05 #215 DONE 0.4s 19:37:05 19:37:05 #85 [core-data] exporting to image 19:37:05 #85 writing image sha256:7dafd545fff830069eafb9945432df4b225fbeaf1f65ad202e5607f3b890ddab 0.0s done 19:37:05 #85 writing image sha256:b7c43c207a9dae5ee05efd0f93202b2c76cf06ab23118949c7856c5afe931366 19:37:05 #85 writing image sha256:a0a14214f9fc12cccaaceb61a714dec2a51b3c0d9c2a29d5d1d4f609e73241d3 19:37:05 #85 writing image sha256:7313f5d6573cc0aeb06ad72193824055888f88afb5558b00613037513cdaa3b5 19:37:05 #85 writing image sha256:7eb0c1e9fea83b36a98f0421f45dbb61b4d3a03c583d3a9c849f057db6575650 19:37:05 #85 naming to docker.io/library/core-data done 19:37:05 #85 ... 19:37:05 19:37:05 #216 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:37:05 #216 DONE 0.7s 19:37:05 19:37:05 #85 [security-spiffe-token-provider] exporting to image 19:37:05 #85 writing image sha256:b7c43c207a9dae5ee05efd0f93202b2c76cf06ab23118949c7856c5afe931366 0.4s done 19:37:05 #85 naming to docker.io/library/security-spiffe-token-provider done 19:37:05 #85 ... 19:37:05 19:37:05 #217 [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/ 19:37:05 #217 DONE 0.5s 19:37:05 19:37:05 #85 [core-common-config-bootstrapper] exporting to image 19:37:05 #85 exporting layers 0.8s done 19:37:05 #85 writing image sha256:a0a14214f9fc12cccaaceb61a714dec2a51b3c0d9c2a29d5d1d4f609e73241d3 0.4s done 19:37:05 #85 writing image sha256:7313f5d6573cc0aeb06ad72193824055888f88afb5558b00613037513cdaa3b5 0.4s done 19:37:05 #85 writing image sha256:7eb0c1e9fea83b36a98f0421f45dbb61b4d3a03c583d3a9c849f057db6575650 0.5s done 19:37:05 #85 naming to docker.io/library/core-metadata done 19:37:05 #85 naming to docker.io/library/core-keeper done 19:37:05 #85 naming to docker.io/library/support-scheduler done 19:37:05 #85 writing image sha256:bb00dc88cbde615da0684a75defc1544dc85b73b5eca062ab45a226a9432a054 done 19:37:05 #85 naming to docker.io/library/core-common-config-bootstrapper done 19:37:05 #85 writing image sha256:afde3e1afc55c9acbff9458bb93720f76b092bd8a02524bcc9979a0b15f3d8c8 19:37:06 #85 ... 19:37:06 19:37:06 #218 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:37:06 #218 DONE 0.2s 19:37:06 19:37:06 #85 [security-proxy-auth] exporting to image 19:37:06 #85 writing image sha256:afde3e1afc55c9acbff9458bb93720f76b092bd8a02524bcc9979a0b15f3d8c8 0.0s done 19:37:06 #85 naming to docker.io/library/security-proxy-auth done 19:37:06 #85 writing image sha256:8ccb7fc7b4bb7edea1ba94ace3781f9469457464d18013101c9aa85032c62514 done 19:37:06 #85 naming to docker.io/library/support-notifications done 19:37:06 #85 DONE 5.0s 19:37:06 19:37:06 #219 [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/ 19:37:06 #219 DONE 0.3s 19:37:06 19:37:06 #220 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:37:06 #220 DONE 1.5s 19:37:06 19:37:06 #221 [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/ 19:37:06 #221 DONE 0.1s 19:37:06 19:37:06 #222 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:37:06 #222 DONE 0.0s 19:37:06 19:37:06 #85 [security-proxy-setup] exporting to image 19:37:06 #85 ... 19:37:06 19:37:06 #223 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:37:06 #223 DONE 0.5s 19:37:06 19:37:06 #85 [security-proxy-setup] exporting to image 19:37:06 #85 writing image sha256:47dd0b3449879ea3143bbf6ac32f35d1b7eb95d02597c94e8b058801102dd34d done 19:37:06 #85 naming to docker.io/library/security-proxy-setup done 19:37:06 #85 ... 19:37:06 19:37:06 #224 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 19:37:06 #224 DONE 0.4s 19:37:07 19:37:07 #85 [security-secretstore-setup] exporting to image 19:37:07 #85 exporting layers 0.3s done 19:37:07 #85 writing image sha256:bdec983e0cc28b802bd86a2ef4993ecb9146d3410077c04e9f24818af8ad8ad8 done 19:37:07 #85 naming to docker.io/library/security-secretstore-setup done 19:37:07 #85 exporting layers 0.2s done 19:37:07 #85 writing image sha256:aceccf1abe431892a3c1d6620f1b907bc24861ce4ce705cf3915d3c1dea4c598 done 19:37:07 #85 naming to docker.io/library/security-bootstrapper done 19:37:07 #85 DONE 5.8s 19:37:07 19:37:07 #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 19:37:07 time="2024-12-12T19:32:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:37:07 time="2024-12-12T19:32:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:37:07 time="2024-12-12T19:32:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:37:07 time="2024-12-12T19:32:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:37:07 time="2024-12-12T19:32:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:37:07 time="2024-12-12T19:32:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:37:07 time="2024-12-12T19:32:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:37:07 time="2024-12-12T19:32:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:37:07 time="2024-12-12T19:32:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:37:07 time="2024-12-12T19:32:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:37:07 time="2024-12-12T19:32:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:37:07 time="2024-12-12T19:32:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:37:07 time="2024-12-12T19:32:19Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:37:07 time="2024-12-12T19:32:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:37:07 time="2024-12-12T19:32:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 19:37:07 $ docker stop --time=1 e48d3bea7b97aba23ba1573b14e2d903e982bf9947d5384e4bda64c8a84f1e4e 19:37:08 $ docker rm -f --volumes e48d3bea7b97aba23ba1573b14e2d903e982bf9947d5384e4bda64c8a84f1e4e [Pipeline] // withDockerContainer [Pipeline] sh 19:37:09 + docker images 19:37:09 REPOSITORY TAG IMAGE ID CREATED SIZE 19:37:09 security-proxy-setup latest 47dd0b344987 2 seconds ago 35MB 19:37:09 security-bootstrapper latest aceccf1abe43 2 seconds ago 26MB 19:37:09 security-secretstore-setup latest bdec983e0cc2 2 seconds ago 46.9MB 19:37:09 support-notifications latest 8ccb7fc7b4bb 4 seconds ago 51.9MB 19:37:09 security-proxy-auth latest afde3e1afc55 4 seconds ago 32.2MB 19:37:09 core-data latest 7dafd545fff8 4 seconds ago 37.4MB 19:37:09 core-common-config-bootstrapper latest bb00dc88cbde 4 seconds ago 22.8MB 19:37:09 core-metadata latest a0a14214f9fc 4 seconds ago 37.6MB 19:37:09 security-spiffe-token-provider latest b7c43c207a9d 5 seconds ago 38.5MB 19:37:09 core-keeper latest 7313f5d6573c 5 seconds ago 31.3MB 19:37:09 support-scheduler latest 7eb0c1e9fea8 5 seconds ago 52.9MB 19:37:09 core-command latest b8b4144c2bd2 6 seconds ago 33.2MB 19:37:09 security-spire-server latest 10c757608f7c 3 minutes ago 128MB 19:37:09 security-spire-agent latest ab958e16b5af 3 minutes ago 188MB 19:37:09 security-spire-config latest e62e2c468b0b 3 minutes ago 127MB 19:37:09 ci-base-image-x86_64 latest 26566d2a2ebd 7 minutes ago 975MB 19:37:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 3a752c3f9dda 2 months ago 573MB 19:37:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 18 months ago 334MB 19:37:09 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 2 years ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] 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 19:37:10 provisioning config files... 19:37:10 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config607429159836818683tmp [Pipeline] { [Pipeline] sh 19:37:10 + set +x 19:37:10 + curl -s https://codecov.io/bash 19:37:10 + bash -s -- 19:37:10 19:37:10 _____ _ 19:37:10 / ____| | | 19:37:10 | | ___ __| | ___ ___ _____ __ 19:37:10 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:37:10 | |___| (_) | (_| | __/ (_| (_) \ V / 19:37:10 \_____\___/ \__,_|\___|\___\___/ \_/ 19:37:10 Bash-1.0.6 19:37:10 19:37:10 19:37:10 ==> git version 2.25.1 found 19:37:10 ==> 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 19:37:10 Release-Date: 2020-01-08 19:37:10 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 19:37:10 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 19:37:10 ==> Jenkins CI detected. 19:37:10 current dir:  /w/workspace/edgex-go/1 19:37:10 project root: . 19:37:10 --> token set from env 19:37:10 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:37:10 ==> Running gcov in . (disable via -X gcov) 19:37:10 ==> Python coveragepy not found 19:37:10 ==> Searching for coverage reports in: 19:37:10 + . 19:37:10 -> Found 1 reports 19:37:10 ==> Detecting git/mercurial file structure 19:37:10 ==> Reading reports 19:37:10 + ./coverage.out bytes=1412873 19:37:10 ==> Appending adjustments 19:37:10 https://docs.codecov.io/docs/fixing-reports 19:37:12 + Found adjustments 19:37:12 ==> Gzipping contents 19:37:12 124K /tmp/codecov.t5lXZe.gz 19:37:12 ==> Uploading reports 19:37:12 url: https://codecov.io 19:37:12 query: branch=PR-5029&commit=01e08a35a9f313a041a5f853bc5d2953931ac199&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-5029%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=5029&job=&cmd_args= 19:37:12 -> Pinging Codecov 19:37:12 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-5029&commit=01e08a35a9f313a041a5f853bc5d2953931ac199&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-5029%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=5029&job=&cmd_args= 19:37:12 -> Uploading to 19:37:12 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/01e08a35a9f313a041a5f853bc5d2953931ac199/aeb9d8d1-0892-4fc0-aff5-c6164b83d305.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20241212%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20241212T193712Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=916470adcf0f7fd19e5a4e9fd6fec582ec89af744e1057c7286a1643175e37e5 19:37:12 % Total % Received % Xferd Average Speed Time Time Time Current 19:37:12 Dload Upload Total Spent Left Speed 19:37:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 120k 0 0 100 120k 0 311k --:--:-- --:--:-- --:--:-- 311k 19:37:13 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/01e08a35a9f313a041a5f853bc5d2953931ac199 [Pipeline] } 19:37:13 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 19:37:14 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 19:37:15 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:37:15 ---> package-listing.sh 19:37:15 ++ facter osfamily 19:37:15 ++ tr '[:upper:]' '[:lower:]' 19:37:16 + OS_FAMILY=debian 19:37:16 + workspace=/w/workspace/edgex-go/1 19:37:16 + START_PACKAGES=/tmp/packages_start.txt 19:37:16 + END_PACKAGES=/tmp/packages_end.txt 19:37:16 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:37:16 + PACKAGES=/tmp/packages_start.txt 19:37:16 + '[' /w/workspace/edgex-go/1 ']' 19:37:16 + PACKAGES=/tmp/packages_end.txt 19:37:16 + case "${OS_FAMILY}" in 19:37:16 + dpkg -l 19:37:16 + grep '^ii' 19:37:16 + '[' -f /tmp/packages_start.txt ']' 19:37:16 + '[' -f /tmp/packages_end.txt ']' 19:37:16 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:37:16 + '[' /w/workspace/edgex-go/1 ']' 19:37:16 + mkdir -p /w/workspace/edgex-go/1/archives/ 19:37:16 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 19:37:16 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 19:37:16 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:37:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:37:17 19:37:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:37:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:37:17 latest: Pulling from edgex-lftools-log-publisher 19:37:17 5eb5b503b376: Pulling fs layer 19:37:17 5c69ac0246d0: Pulling fs layer 19:37:17 ec43610c2a17: Pulling fs layer 19:37:17 3a2ae6a8a46f: Pulling fs layer 19:37:17 33b1e0a273af: Pulling fs layer 19:37:17 5d3b04190fa2: Pulling fs layer 19:37:17 2f39f015ded8: Pulling fs layer 19:37:17 5d3b04190fa2: Waiting 19:37:17 33b1e0a273af: Waiting 19:37:17 2f39f015ded8: Waiting 19:37:17 3a2ae6a8a46f: Waiting 19:37:17 5c69ac0246d0: Download complete 19:37:17 3a2ae6a8a46f: Verifying Checksum 19:37:17 3a2ae6a8a46f: Download complete 19:37:17 33b1e0a273af: Verifying Checksum 19:37:17 33b1e0a273af: Download complete 19:37:17 5d3b04190fa2: Download complete 19:37:17 ec43610c2a17: Verifying Checksum 19:37:17 5eb5b503b376: Verifying Checksum 19:37:17 5eb5b503b376: Download complete 19:37:18 2f39f015ded8: Download complete 19:37:21 5eb5b503b376: Pull complete 19:37:21 5c69ac0246d0: Pull complete 19:37:21 ec43610c2a17: Pull complete 19:37:21 3a2ae6a8a46f: Pull complete 19:37:22 33b1e0a273af: Pull complete 19:37:22 5d3b04190fa2: Pull complete 19:37:26 2f39f015ded8: Pull complete 19:37:26 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 19:37:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:37:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:37:26 prd-ubuntu20.04-docker-8c-8g-34975 does not seem to be running inside a container 19:37:26 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 19:37:30 $ docker top 5bb7d434c978fd79cc57488318a43b8eb3c5b7fcfaabecd17b28704a2f9ad17d -eo pid,comm [Pipeline] { [Pipeline] sh 19:37:30 + touch /tmp/pre-build-complete [Pipeline] sh 19:37:30 + mkdir -p /var/log/sysstat [Pipeline] sh 19:37:31 + ls /var/log/sa-host 19:37:31 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:37:31 provisioning config files... 19:37:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config13690363061582380530tmp [Pipeline] { [Pipeline] echo 19:37:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:37:31 ---> create-netrc.sh [Pipeline] } 19:37:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 19:37:32 ---> python-tools-install.sh [Pipeline] echo 19:37:32 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:37:32 ---> sudo-logs.sh 19:37:32 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:37:32 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:37:32 ---> job-cost.sh 19:37:32 lf-activate-venv: SKIPPING 19:37:32 INFO: No Stack... 19:37:33 INFO: Retrieving Pricing Info for: v3-standard-8 19:37:33 INFO: Archiving Costs [Pipeline] echo 19:37:33 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:37:34 ---> logs-deploy.sh 19:37:34 lf-activate-venv: SKIPPING 19:37:34 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-5029/1 19:37:34 INFO: archiving workspace using pattern(s): 19:37:35 Archives upload complete. 19:37:35 INFO: archiving logs to Nexus 19:37:35 ---> uname -a: 19:37:35 Linux prd-ubuntu20-04-docker-8c-8g-34975 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 19:37:35 19:37:35 19:37:35 ---> lscpu: 19:37:35 Architecture: x86_64 19:37:35 CPU op-mode(s): 32-bit, 64-bit 19:37:35 Byte Order: Little Endian 19:37:35 Address sizes: 40 bits physical, 48 bits virtual 19:37:35 CPU(s): 8 19:37:35 On-line CPU(s) list: 0-7 19:37:35 Thread(s) per core: 1 19:37:35 Core(s) per socket: 1 19:37:35 Socket(s): 8 19:37:35 NUMA node(s): 1 19:37:35 Vendor ID: AuthenticAMD 19:37:35 CPU family: 23 19:37:35 Model: 49 19:37:35 Model name: AMD EPYC-Rome Processor 19:37:35 Stepping: 0 19:37:35 CPU MHz: 2799.998 19:37:35 BogoMIPS: 5599.99 19:37:35 Virtualization: AMD-V 19:37:35 Hypervisor vendor: KVM 19:37:35 Virtualization type: full 19:37:35 L1d cache: 256 KiB 19:37:35 L1i cache: 256 KiB 19:37:35 L2 cache: 4 MiB 19:37:35 L3 cache: 128 MiB 19:37:35 NUMA node0 CPU(s): 0-7 19:37:35 Vulnerability Itlb multihit: Not affected 19:37:35 Vulnerability L1tf: Not affected 19:37:35 Vulnerability Mds: Not affected 19:37:35 Vulnerability Meltdown: Not affected 19:37:35 Vulnerability Mmio stale data: Not affected 19:37:35 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:37:35 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 19:37:35 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 19:37:35 Vulnerability Srbds: Not affected 19:37:35 Vulnerability Tsx async abort: Not affected 19:37:35 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 19:37:35 19:37:35 19:37:35 ---> nproc: 19:37:35 8 19:37:35 19:37:35 19:37:35 ---> df -h: 19:37:35 Filesystem Size Used Avail Use% Mounted on 19:37:35 overlay 155G 26G 130G 17% / 19:37:35 tmpfs 64M 0 64M 0% /dev 19:37:35 tmpfs 16G 0 16G 0% /sys/fs/cgroup 19:37:35 shm 64M 0 64M 0% /dev/shm 19:37:35 /dev/vda1 155G 26G 130G 17% /facter-os 19:37:35 19:37:35 19:37:35 ---> sar -b -r -n DEV: 19:37:35 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-34975) 12/12/24 _x86_64_ (8 CPU) 19:37:35 19:37:35 19:27:23 LINUX RESTART (8 CPU) 19:37:35 19:37:35 19:28:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:37:35 19:29:01 333.66 11.42 322.23 0.00 1802.14 52908.59 0.00 19:37:35 19:30:01 103.42 1.02 102.40 0.00 16.66 36718.98 0.00 19:37:35 19:31:01 46.39 0.00 46.39 0.00 0.00 33580.14 0.00 19:37:35 19:32:01 28.65 0.12 28.53 0.00 2.13 23818.56 0.00 19:37:35 19:33:01 276.62 1.38 275.24 0.00 115.85 188459.39 0.00 19:37:35 19:34:01 705.83 10.83 695.00 0.00 88.10 120855.05 0.00 19:37:35 19:35:01 266.29 0.85 265.44 0.00 19.86 116443.45 0.00 19:37:35 19:36:01 276.49 0.12 276.37 0.00 0.93 79099.50 0.00 19:37:35 19:37:01 649.52 0.25 649.27 0.00 5.33 148885.17 0.00 19:37:35 Average: 298.48 2.87 295.60 0.00 224.94 89040.21 0.00 19:37:35 19:37:35 19:28:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:37:35 19:29:01 28567060 31510872 796764 2.42 86792 3100596 1977972 5.83 1135740 2750360 72744 19:37:35 19:30:01 27076780 31375668 925424 2.81 127708 4298920 2173184 6.40 1926840 3331312 964088 19:37:35 19:31:01 26419712 30759056 1539756 4.68 131284 4314396 2629568 7.75 2079372 3813608 496432 19:37:35 19:32:01 26518736 31538164 764768 2.33 134088 4993148 1924000 5.67 1728904 4069852 467772 19:37:35 19:33:01 22359016 31332284 956676 2.91 145564 8818220 2808796 8.28 1864800 7945368 269312 19:37:35 19:34:01 18482364 31407224 872000 2.65 303316 12285244 2404560 7.09 2528880 10829320 726048 19:37:35 19:35:01 13248612 29746544 2457488 7.47 336144 15465468 9184396 27.07 4633368 13494168 645856 19:37:35 19:36:01 10294456 29342124 2860568 8.70 352860 17883496 8629804 25.43 6176200 14793276 960532 19:37:35 19:37:01 12311940 31403792 848624 2.58 366384 18090424 2363904 6.97 2904736 16298368 56964 19:37:35 Average: 20586520 30935081 1335785 4.06 220460 9916657 3788465 11.17 2775427 8591737 517750 19:37:35 19:37:35 19:28:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:37:35 19:29:01 veth0aa305b 127.64 128.10 13.41 522.40 0.00 0.00 0.00 0.04 19:37:35 19:29:01 ens3 1139.59 1091.10 11115.66 125.50 0.00 0.00 0.00 0.00 19:37:35 19:29:01 lo 5.02 5.02 0.49 0.49 0.00 0.00 0.00 0.00 19:37:35 19:29:01 docker0 722.89 671.77 52.40 3434.71 0.00 0.00 0.00 0.00 19:37:35 19:30:01 ens3 145.62 83.91 1551.29 18.69 0.00 0.00 0.00 0.00 19:37:35 19:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:37:35 19:30:01 docker0 63.63 113.56 5.73 1515.80 0.00 0.00 0.00 0.00 19:37:35 19:30:01 vethb358bdb 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 19:37:35 19:31:01 ens3 32.57 22.27 25.67 14.60 0.00 0.00 0.00 0.00 19:37:35 19:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:35 19:31:01 docker0 1.10 1.10 0.08 0.10 0.00 0.00 0.00 0.00 19:37:35 19:31:01 vethb358bdb 1.10 1.12 0.10 0.10 0.00 0.00 0.00 0.00 19:37:35 19:32:01 ens3 23.13 14.80 20.24 11.57 0.00 0.00 0.00 0.00 19:37:35 19:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:37:35 19:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:35 19:33:01 veth85c296f 1.53 2.73 0.12 38.66 0.00 0.00 0.00 0.00 19:37:35 19:33:01 vethd41e64a 0.40 0.65 0.04 0.14 0.00 0.00 0.00 0.00 19:37:35 19:33:01 ens3 228.28 138.48 3904.67 28.05 0.00 0.00 0.00 0.00 19:37:35 19:33:01 lo 1.33 1.33 0.13 0.13 0.00 0.00 0.00 0.00 19:37:35 19:33:01 veth7e47ed6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:35 19:33:01 veth39b103e 6.55 9.15 0.48 118.52 0.00 0.00 0.00 0.01 19:37:35 19:33:01 veth0cbe9b7 2.28 6.32 0.18 148.14 0.00 0.00 0.00 0.01 19:37:35 19:33:01 veth10f88f1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:35 19:33:01 veth02452f3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:35 19:33:01 docker0 24.40 45.08 1.54 695.00 0.00 0.00 0.00 0.00 19:37:35 19:33:01 veth4597d65 2.53 6.70 0.19 109.94 0.00 0.00 0.00 0.01 19:37:35 19:33:01 veth01328f5 1.55 3.47 0.12 41.31 0.00 0.00 0.00 0.00 19:37:35 19:33:01 veth640008d 1.35 2.97 0.11 38.73 0.00 0.00 0.00 0.00 19:37:35 19:33:01 vethdd98bdd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:35 19:33:01 veth0fd7783 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 19:37:35 19:34:01 vethd41e64a 0.17 0.52 0.01 0.02 0.00 0.00 0.00 0.00 19:37:35 19:34:01 ens3 1103.33 653.48 8116.48 235.09 0.00 0.00 0.00 0.00 19:37:35 19:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:37:35 19:34:01 veth8be2e37 66.43 127.81 7.15 1212.87 0.00 0.00 0.00 0.10 19:37:35 19:34:01 veth39ef99a 77.12 132.04 7.89 1245.41 0.00 0.00 0.00 0.10 19:37:35 19:34:01 veth2b16188 63.48 115.41 6.94 1211.17 0.00 0.00 0.00 0.10 19:37:35 19:34:01 docker0 408.15 756.93 35.62 7526.92 0.00 0.00 0.00 0.00 19:37:35 19:34:01 veth902bd2f 69.99 138.59 7.39 1227.88 0.00 0.00 0.00 0.10 19:37:35 19:34:01 vethe0a86f5 69.96 137.04 7.37 1212.86 0.00 0.00 0.00 0.10 19:37:35 19:35:01 vethd41e64a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 19:37:35 19:35:01 ens3 82.22 49.72 139.71 10.32 0.00 0.00 0.00 0.00 19:37:35 19:35:01 veth53dce45 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 19:37:35 19:35:01 vethdfb25c9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:37:35 19:35:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 19:37:35 19:35:01 veth008dbc2 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:37:35 19:35:01 vethe295f40 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 19:37:35 19:35:01 veth651a9af 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 19:37:35 19:35:01 veth7266c2a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:37:35 19:35:01 vethe6c3154 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:37:35 19:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:35 19:35:01 veth88f8485 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:37:35 19:35:01 vetha91ce73 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 19:37:35 19:35:01 veth2f4f9ef 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:37:35 19:35:01 vethdaf99b9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:37:35 19:35:01 vethc0b591b 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 19:37:35 19:36:01 vethd41e64a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:35 19:36:01 ens3 2.13 1.23 1.60 0.85 0.00 0.00 0.00 0.00 19:37:35 19:36:01 veth53dce45 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 19:37:35 19:36:01 vethdfb25c9 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:37:35 19:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:37:35 19:36:01 veth008dbc2 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:37:35 19:36:01 vethe295f40 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 19:37:35 19:36:01 veth651a9af 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 19:37:35 19:36:01 veth7266c2a 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:37:35 19:36:01 vethe6c3154 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:37:35 19:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:35 19:36:01 veth88f8485 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:37:35 19:36:01 vetha91ce73 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 19:37:35 19:36:01 veth2f4f9ef 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:37:35 19:36:01 vethdaf99b9 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:37:35 19:36:01 vethc0b591b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 19:37:35 19:37:01 vethd41e64a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 19:37:35 19:37:01 ens3 18.18 9.88 15.78 7.84 0.00 0.00 0.00 0.00 19:37:35 19:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:35 19:37:01 vetha9bb8b1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:35 19:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:35 19:37:01 vethcddac6c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:35 Average: vethd41e64a 0.06 0.13 0.00 0.02 0.00 0.00 0.00 0.00 19:37:35 Average: ens3 306.78 227.82 2750.01 50.14 0.00 0.00 0.00 0.00 19:37:35 Average: lo 0.79 0.79 0.08 0.08 0.00 0.00 0.00 0.00 19:37:35 Average: vetha9bb8b1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:35 Average: docker0 134.48 175.57 10.52 1459.94 0.00 0.00 0.00 0.00 19:37:35 Average: vethcddac6c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:37:35 19:37:35 19:37:35 ---> sar -P ALL: 19:37:35 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-34975) 12/12/24 _x86_64_ (8 CPU) 19:37:35 19:37:35 19:27:23 LINUX RESTART (8 CPU) 19:37:35 19:37:35 19:28:02 CPU %user %nice %system %iowait %steal %idle 19:37:35 19:29:01 all 8.32 0.00 3.46 2.91 0.09 85.22 19:37:35 19:29:01 0 9.25 0.00 2.62 2.02 0.09 86.02 19:37:35 19:29:01 1 6.91 0.00 4.08 4.30 0.07 84.64 19:37:35 19:29:01 2 9.13 0.00 5.22 6.02 0.09 79.54 19:37:35 19:29:01 3 10.00 0.00 4.09 6.82 0.10 78.99 19:37:35 19:29:01 4 7.88 0.00 2.96 1.67 0.07 87.42 19:37:35 19:29:01 5 8.54 0.00 2.88 2.10 0.12 86.36 19:37:35 19:29:01 6 6.63 0.00 2.63 0.14 0.10 90.50 19:37:35 19:29:01 7 8.23 0.00 3.18 0.24 0.09 88.26 19:37:35 19:30:01 all 32.62 0.00 5.73 2.33 0.10 59.22 19:37:35 19:30:01 0 33.66 0.00 6.34 0.72 0.08 59.19 19:37:35 19:30:01 1 28.64 0.00 5.01 0.47 0.10 65.78 19:37:35 19:30:01 2 27.84 0.00 6.94 15.72 0.10 49.40 19:37:35 19:30:01 3 33.35 0.00 6.16 1.06 0.15 59.28 19:37:35 19:30:01 4 30.29 0.00 4.69 0.12 0.08 64.82 19:37:35 19:30:01 5 35.98 0.00 5.69 0.24 0.08 58.01 19:37:35 19:30:01 6 33.45 0.00 5.74 0.22 0.08 60.50 19:37:35 19:30:01 7 37.76 0.00 5.23 0.12 0.10 56.79 19:37:35 19:31:01 all 42.12 0.00 7.09 2.12 0.12 48.56 19:37:35 19:31:01 0 44.10 0.00 7.31 0.12 0.10 48.36 19:37:35 19:31:01 1 38.57 0.00 6.14 0.03 0.08 55.17 19:37:35 19:31:01 2 40.45 0.00 6.49 3.16 0.10 49.79 19:37:35 19:31:01 3 43.85 0.00 7.86 0.02 0.10 48.17 19:37:35 19:31:01 4 40.68 0.00 6.29 0.07 0.17 52.79 19:37:35 19:31:01 5 43.40 0.00 7.39 13.50 0.15 35.57 19:37:35 19:31:01 6 42.82 0.00 7.75 0.02 0.12 49.30 19:37:35 19:31:01 7 43.15 0.00 7.46 0.03 0.10 49.26 19:37:35 19:32:01 all 38.48 0.00 8.79 2.59 0.21 49.92 19:37:35 19:32:01 0 40.45 0.00 9.37 1.55 0.36 48.28 19:37:35 19:32:01 1 34.46 0.00 7.91 3.33 0.15 54.14 19:37:35 19:32:01 2 37.43 0.00 8.29 3.73 0.21 50.35 19:37:35 19:32:01 3 41.13 0.00 8.57 1.90 0.19 48.21 19:37:35 19:32:01 4 38.02 0.00 8.22 0.85 0.21 52.71 19:37:35 19:32:01 5 37.39 0.00 9.04 5.59 0.15 47.83 19:37:35 19:32:01 6 38.61 0.00 8.89 1.75 0.15 50.59 19:37:35 19:32:01 7 40.34 0.00 10.04 2.02 0.26 47.35 19:37:35 19:33:01 all 15.99 0.00 6.40 20.76 0.16 56.69 19:37:35 19:33:01 0 15.73 0.00 6.37 25.83 0.12 51.96 19:37:35 19:33:01 1 15.92 0.00 5.94 7.75 0.14 70.26 19:37:35 19:33:01 2 14.99 0.00 6.24 36.72 0.15 41.90 19:37:35 19:33:01 3 16.20 0.00 8.69 37.81 0.19 37.12 19:37:35 19:33:01 4 16.60 0.00 6.30 9.22 0.14 67.75 19:37:35 19:33:01 5 14.53 0.00 5.22 19.82 0.14 60.30 19:37:35 19:33:01 6 17.06 0.00 6.02 22.01 0.14 54.77 19:37:35 19:33:01 7 16.92 0.00 6.44 7.16 0.26 69.22 19:37:35 19:34:01 all 12.58 0.00 5.72 23.77 0.16 57.77 19:37:35 19:34:01 0 10.69 0.00 5.64 25.37 0.14 58.16 19:37:35 19:34:01 1 15.52 0.00 7.63 38.06 0.15 38.64 19:37:35 19:34:01 2 14.25 0.00 5.27 13.94 0.12 66.43 19:37:35 19:34:01 3 13.44 0.00 6.18 34.42 0.15 45.80 19:37:35 19:34:01 4 12.61 0.00 4.61 10.51 0.19 72.08 19:37:35 19:34:01 5 13.63 0.00 5.63 21.64 0.15 58.95 19:37:35 19:34:01 6 10.48 0.00 4.68 16.21 0.14 68.49 19:37:35 19:34:01 7 10.03 0.00 6.17 30.09 0.22 53.49 19:37:35 19:35:01 all 37.64 0.00 8.58 16.80 0.13 36.85 19:37:35 19:35:01 0 36.74 0.00 9.13 28.56 0.12 25.44 19:37:35 19:35:01 1 37.99 0.00 9.25 7.76 0.14 44.87 19:37:35 19:35:01 2 36.71 0.00 9.69 25.01 0.17 28.42 19:37:35 19:35:01 3 38.22 0.00 8.50 42.61 0.10 10.56 19:37:35 19:35:01 4 38.13 0.00 7.85 7.70 0.10 46.22 19:37:35 19:35:01 5 36.67 0.00 8.52 7.09 0.17 47.54 19:37:35 19:35:01 6 37.54 0.00 7.78 7.98 0.10 46.60 19:37:35 19:35:01 7 39.05 0.00 7.94 7.63 0.14 45.24 19:37:35 19:36:01 all 82.76 0.00 13.38 2.43 0.19 1.25 19:37:35 19:36:01 0 82.35 0.00 13.83 2.56 0.33 0.93 19:37:35 19:36:01 1 81.96 0.00 14.06 2.34 0.15 1.48 19:37:35 19:36:01 2 83.74 0.00 12.77 2.68 0.15 0.65 19:37:35 19:36:01 3 83.93 0.00 12.63 2.38 0.15 0.92 19:37:35 19:36:01 4 82.26 0.00 13.97 2.33 0.19 1.26 19:37:35 19:36:01 5 84.10 0.00 12.44 1.99 0.15 1.31 19:37:35 19:36:01 6 81.31 0.00 13.99 2.61 0.22 1.87 19:37:35 19:36:01 7 82.31 0.00 13.37 2.58 0.14 1.60 19:37:35 19:37:01 all 80.02 0.00 12.14 3.49 0.17 4.19 19:37:35 19:37:01 0 80.39 0.00 12.30 3.47 0.17 3.68 19:37:35 19:37:01 1 78.00 0.00 13.48 2.52 0.17 5.83 19:37:35 19:37:01 2 80.62 0.00 11.37 2.91 0.14 4.97 19:37:35 19:37:01 3 80.29 0.00 11.91 2.19 0.16 5.46 19:37:35 19:37:01 4 80.03 0.00 12.71 5.80 0.17 1.29 19:37:35 19:37:01 5 81.25 0.00 11.77 5.13 0.12 1.73 19:37:35 19:37:01 6 81.16 0.00 11.16 4.72 0.22 2.73 19:37:35 19:37:01 7 78.40 0.00 12.40 1.11 0.19 7.89 19:37:35 Average: all 38.87 0.00 7.91 8.58 0.15 44.49 19:37:35 Average: 0 39.12 0.00 8.08 10.02 0.17 42.60 19:37:35 Average: 1 37.55 0.00 8.16 7.39 0.13 46.77 19:37:35 Average: 2 38.39 0.00 8.03 12.17 0.14 41.28 19:37:35 Average: 3 40.06 0.00 8.29 14.34 0.14 37.16 19:37:35 Average: 4 38.47 0.00 7.50 4.26 0.15 49.61 19:37:35 Average: 5 39.49 0.00 7.61 8.56 0.14 44.20 19:37:35 Average: 6 38.51 0.00 7.59 6.20 0.14 47.56 19:37:35 Average: 7 39.40 0.00 8.00 5.67 0.17 46.76 19:37:35 19:37:35 19:37:35