Pull request #4739 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 195d80e99bd5911d270ced140fb5259254bb7648+420b6f8ee6b7ced97b7db737aa2a08d41b6b2623 (bfe8b707cb9a38d33d167143a40b359c65d4d54d) 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-ssh5024390246576072104.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh15896496520987020138.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4739/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-4739/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5999401954961376014.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-4739/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8482755387281583274.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 33739fb647ab338ef2ce3bfc8312bfbcef468f88 # timeout=10 Commit message: "Merge pull request #447 from ernestojeda/fix-release-changelog" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh15538806859648051929.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-4739/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-4739/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh4330862204342957498.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 33739fb647ab338ef2ce3bfc8312bfbcef468f88 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-26198 in /w/workspace/edgexfoundry_edgex-go_PR-4739 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 420b6f8ee6b7ced97b7db737aa2a08d41b6b2623 into PR head commit 195d80e99bd5911d270ced140fb5259254bb7648 Merge succeeded, producing 195d80e99bd5911d270ced140fb5259254bb7648 Checking out Revision 195d80e99bd5911d270ced140fb5259254bb7648 (PR-4739) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 33739fb647ab338ef2ce3bfc8312bfbcef468f88 > 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/4739/head:refs/remotes/origin/PR-4739 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 195d80e99bd5911d270ced140fb5259254bb7648 # 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 420b6f8ee6b7ced97b7db737aa2a08d41b6b2623 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 195d80e99bd5911d270ced140fb5259254bb7648 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:08:08 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:08:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:08:09 ========================================================= 19:08:09 EdgeX Global Pipelines Version Info 19:08:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:08:10 ------------------- 19:08:10 stable info: 19:08:10 ------------------- 19:08:10 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:08:10 Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 19:08:10 Message: update stable to v1.0.258 19:08:10 ------------------- 19:08:10 experimental info: 19:08:10 ------------------- 19:08:10 Commited By: **** collab-it+edgex@linuxfoundation.org 19:08:10 Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 19:08:10 Message: update experimental to v1.0.258 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:08:10 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:08:10 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:08:11 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:08:11 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:08:11 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:08:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 19:08:11 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:08:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:08:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:08:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:08:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:08:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:08:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:08:11 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:08:11 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:08:11 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:08:11 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:08:11 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:08:12 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:08:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 19:08:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:08:12 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:08:12 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:08:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4739 [Pipeline] echo 19:08:12 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4739 [Pipeline] echo 19:08:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4739 [Pipeline] echo 19:08:12 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 195d80e99bd5911d270ced140fb5259254bb7648 [Pipeline] echo 19:08:12 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 195d80e [Pipeline] echo 19:08:12 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:08:12 provisioning config files... 19:08:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config14147006280442735814tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:08:13 ---> ****-login.sh 19:08:13 nexus3.edgexfoundry.org:10001 19:08:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:08:13 Configure a credential helper to remove this warning. See 19:08:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:08:13 19:08:13 Login Succeeded 19:08:13 nexus3.edgexfoundry.org:10002 19:08:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:08:13 Configure a credential helper to remove this warning. See 19:08:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:08:13 19:08:13 Login Succeeded 19:08:13 nexus3.edgexfoundry.org:10003 19:08:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:08:14 Configure a credential helper to remove this warning. See 19:08:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:08:14 19:08:14 Login Succeeded 19:08:14 nexus3.edgexfoundry.org:10004 19:08:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:08:14 Configure a credential helper to remove this warning. See 19:08:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:08:14 19:08:14 Login Succeeded 19:08:14 ****.io 19:08:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:08:14 Configure a credential helper to remove this warning. See 19:08:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:08:14 19:08:14 Login Succeeded 19:08:14 ---> ****-login.sh ends [Pipeline] } 19:08:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:08:14 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 19:08:14 + dirname cmd/core-command/Dockerfile 19:08:14 + cut -d/ -f2 19:08:14 + echo core-command,cmd/core-command/Dockerfile 19:08:14 + dirname cmd/core-common-config-bootstrapper/Dockerfile 19:08:14 + cut -d/ -f2 19:08:14 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 19:08:14 + dirname cmd/core-data/Dockerfile 19:08:14 + cut -d/ -f2 19:08:14 + echo core-data,cmd/core-data/Dockerfile 19:08:14 + dirname cmd/core-metadata/Dockerfile 19:08:14 + cut -d/ -f2 19:08:14 + echo core-metadata,cmd/core-metadata/Dockerfile 19:08:14 + dirname cmd/security-bootstrapper/Dockerfile 19:08:14 + cut -d/ -f2 19:08:14 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:08:14 + dirname cmd/security-proxy-auth/Dockerfile 19:08:14 + cut -d/ -f2 19:08:14 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 19:08:14 + dirname cmd/security-proxy-setup/Dockerfile 19:08:14 + cut -d/ -f2 19:08:14 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:08:14 + + cut -d/ -f2dirname 19:08:14 cmd/security-secretstore-setup/Dockerfile 19:08:14 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:08:14 + dirname cmd/security-spiffe-token-provider/Dockerfile 19:08:14 + cut -d/ -f2 19:08:14 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:08:14 + dirname cmd/security-spire-agent/Dockerfile 19:08:14 + cut -d/ -f2 19:08:14 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:08:14 + dirname cmd/security-spire-config/Dockerfile 19:08:14 + cut -d/ -f2 19:08:14 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:08:14 + + cut -d/dirname -f2 cmd/security-spire-server/Dockerfile 19:08:14 19:08:14 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:08:14 + + cut -d/ -f2 19:08:14 dirname cmd/support-notifications/Dockerfile 19:08:14 + echo support-notifications,cmd/support-notifications/Dockerfile 19:08:14 + dirname cmd/support-scheduler/Dockerfile 19:08:14 + cut -d/ -f2 19:08:14 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 19:08:15 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 19:08:15 + git rev-list -1 --merges 195d80e99bd5911d270ced140fb5259254bb7648~1..195d80e99bd5911d270ced140fb5259254bb7648 [Pipeline] echo 19:08:15 -----------> git rev-list -1 --merges 195d80e99bd5911d270ced140fb5259254bb7648~1..195d80e99bd5911d270ced140fb5259254bb7648 195d80e99bd5911d270ced140fb5259254bb7648 [false] [Pipeline] sh 19:08:15 + git log --format=format:%s -1 195d80e99bd5911d270ced140fb5259254bb7648 [Pipeline] echo 19:08:16 ========================================================= 19:08:16 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:08:16 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:08:16 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:08:16 + grep -v github /etc/ssh/ssh_known_hosts 19:08:16 + [ -e /tmp/ssh_known_hosts ] 19:08:16 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:08:16 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:08:16 + sudo tee -a /etc/ssh/ssh_known_hosts 19:08:16 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:08:17 19:08:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:08:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:08:17 0.1.4: Pulling from edgex-devops/py-git-semver 19:08:17 b85a868b505f: Pulling fs layer 19:08:17 e2be974225ed: Pulling fs layer 19:08:17 339a4e72a1f5: Pulling fs layer 19:08:17 988bab9f4d93: Pulling fs layer 19:08:17 1469e6f7b9e6: Pulling fs layer 19:08:17 eaf3925da568: Pulling fs layer 19:08:17 bab4dde63d76: Pulling fs layer 19:08:17 bde34c3a00c8: Pulling fs layer 19:08:17 b352a97aabf1: Pulling fs layer 19:08:17 4872d77fe225: Pulling fs layer 19:08:17 5851b861e8e6: Pulling fs layer 19:08:17 988bab9f4d93: Waiting 19:08:17 1469e6f7b9e6: Waiting 19:08:17 bde34c3a00c8: Waiting 19:08:17 bab4dde63d76: Waiting 19:08:17 b352a97aabf1: Waiting 19:08:17 eaf3925da568: Waiting 19:08:17 5851b861e8e6: Waiting 19:08:17 4872d77fe225: Waiting 19:08:17 e2be974225ed: Download complete 19:08:17 988bab9f4d93: Verifying Checksum 19:08:17 988bab9f4d93: Download complete 19:08:17 1469e6f7b9e6: Verifying Checksum 19:08:17 1469e6f7b9e6: Download complete 19:08:17 339a4e72a1f5: Verifying Checksum 19:08:17 339a4e72a1f5: Download complete 19:08:17 eaf3925da568: Verifying Checksum 19:08:17 eaf3925da568: Download complete 19:08:17 bde34c3a00c8: Verifying Checksum 19:08:17 bde34c3a00c8: Download complete 19:08:17 b352a97aabf1: Verifying Checksum 19:08:17 b352a97aabf1: Download complete 19:08:17 4872d77fe225: Download complete 19:08:17 5851b861e8e6: Verifying Checksum 19:08:17 5851b861e8e6: Download complete 19:08:17 b85a868b505f: Verifying Checksum 19:08:17 b85a868b505f: Download complete 19:08:17 bab4dde63d76: Verifying Checksum 19:08:17 bab4dde63d76: Download complete 19:08:18 b85a868b505f: Pull complete 19:08:18 e2be974225ed: Pull complete 19:08:19 339a4e72a1f5: Pull complete 19:08:19 988bab9f4d93: Pull complete 19:08:19 1469e6f7b9e6: Pull complete 19:08:20 eaf3925da568: Pull complete 19:08:21 bab4dde63d76: Pull complete 19:08:21 bde34c3a00c8: Pull complete 19:08:21 b352a97aabf1: Pull complete 19:08:21 4872d77fe225: Pull complete 19:08:21 5851b861e8e6: Pull complete 19:08:21 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 19:08:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:08:21 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:08:22 prd-ubuntu20.04-docker-8c-8g-26198 does not seem to be running inside a container 19:08:22 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 19:08:24 $ docker top 9fc91b5ed795cfb9002ff86e2c5c5a176e460ec56a3e8c6f0ecfee7ae521cb70 -eo pid,comm 19:08:24 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:08:24 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:08:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:08:25 [ssh-agent] Looking for ssh-agent implementation... 19:08:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:08:25 $ docker exec 9fc91b5ed795cfb9002ff86e2c5c5a176e460ec56a3e8c6f0ecfee7ae521cb70 ssh-agent 19:08:25 SSH_AUTH_SOCK=/tmp/ssh-DSLi4vYgUDhv/agent.31 19:08:25 SSH_AGENT_PID=37 19:08:25 Running ssh-add (command line suppressed) 19:08:25 Identity added: /w/workspace/edgex-go/1@tmp/private_key_4448903884246006524.key (/w/workspace/edgex-go/1@tmp/private_key_4448903884246006524.key) 19:08:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:08:25 + git tag --points-at HEAD [Pipeline] } 19:08:25 $ docker exec --env ******** --env ******** 9fc91b5ed795cfb9002ff86e2c5c5a176e460ec56a3e8c6f0ecfee7ae521cb70 ssh-agent -k 19:08:25 unset SSH_AUTH_SOCK; 19:08:25 unset SSH_AGENT_PID; 19:08:25 echo Agent pid 37 killed; 19:08:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:08:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:08:26 [ssh-agent] Looking for ssh-agent implementation... 19:08:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:08:26 $ docker exec 9fc91b5ed795cfb9002ff86e2c5c5a176e460ec56a3e8c6f0ecfee7ae521cb70 ssh-agent 19:08:26 SSH_AUTH_SOCK=/tmp/ssh-xFt34yUQvb3H/agent.69 19:08:26 SSH_AGENT_PID=76 19:08:26 Running ssh-add (command line suppressed) 19:08:26 Identity added: /w/workspace/edgex-go/1@tmp/private_key_11326127884016746805.key (/w/workspace/edgex-go/1@tmp/private_key_11326127884016746805.key) 19:08:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:08:26 + git semver init 19:08:27 2023-12-26 19:08:26,992 [run_init] DEBUG init version:0.0.0 force:False 19:08:27 2023-12-26 19:08:26,994 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 19:08:27 2023-12-26 19:08:26,994 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 19:08:27 2023-12-26 19:08:26,994 [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:08:32 2023-12-26 19:08:32,062 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 19:08:32 2023-12-26 19:08:32,063 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4739 with force:False 19:08:32 2023-12-26 19:08:32,063 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4739 19:08:32 2023-12-26 19:08:32,067 [execute] INFO git cat-file --batch-check 19:08:32 2023-12-26 19:08:32,068 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:08:32 2023-12-26 19:08:32,074 [execute] INFO git cat-file --batch 19:08:32 2023-12-26 19:08:32,075 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:08:32 2023-12-26 19:08:32,080 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4739 19:08:32 0.0.0 [Pipeline] } 19:08:32 $ docker exec --env ******** --env ******** 9fc91b5ed795cfb9002ff86e2c5c5a176e460ec56a3e8c6f0ecfee7ae521cb70 ssh-agent -k 19:08:32 unset SSH_AUTH_SOCK; 19:08:32 unset SSH_AGENT_PID; 19:08:32 echo Agent pid 76 killed; 19:08:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:08:33 + git semver [Pipeline] } 19:08:33 $ docker stop --time=1 9fc91b5ed795cfb9002ff86e2c5c5a176e460ec56a3e8c6f0ecfee7ae521cb70 19:08:34 $ docker rm -f --volumes 9fc91b5ed795cfb9002ff86e2c5c5a176e460ec56a3e8c6f0ecfee7ae521cb70 [Pipeline] // withDockerContainer [Pipeline] sh 19:08:35 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:08:35 Stashed 1 file(s) [Pipeline] echo 19:08:35 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:08:36 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:08:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 19:08:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 19:08:36 ========================================================= 19:08:36 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 19:08:36 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:08:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 19:08:37 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 19:08:37 7264a8db6415: Pulling fs layer 19:08:37 c4d48a809fc2: Pulling fs layer 19:08:37 4f1c88b9dad5: Pulling fs layer 19:08:37 ad3a456e5733: Pulling fs layer 19:08:37 69c7f0334f64: Pulling fs layer 19:08:37 1f1c1a5573a3: Pulling fs layer 19:08:37 ce7588e14bc9: Pulling fs layer 19:08:37 b5e4710f87ac: Pulling fs layer 19:08:37 ad3a456e5733: Waiting 19:08:37 1f1c1a5573a3: Waiting 19:08:37 69c7f0334f64: Waiting 19:08:37 ce7588e14bc9: Waiting 19:08:37 b5e4710f87ac: Waiting 19:08:37 c4d48a809fc2: Download complete 19:08:37 ad3a456e5733: Verifying Checksum 19:08:37 ad3a456e5733: Download complete 19:08:37 69c7f0334f64: Verifying Checksum 19:08:37 69c7f0334f64: Download complete 19:08:37 7264a8db6415: Download complete 19:08:37 1f1c1a5573a3: Verifying Checksum 19:08:37 1f1c1a5573a3: Download complete 19:08:37 7264a8db6415: Pull complete 19:08:37 b5e4710f87ac: Verifying Checksum 19:08:37 b5e4710f87ac: Download complete 19:08:37 c4d48a809fc2: Pull complete 19:08:37 4f1c88b9dad5: Verifying Checksum 19:08:37 4f1c88b9dad5: Download complete 19:08:38 ce7588e14bc9: Verifying Checksum 19:08:38 ce7588e14bc9: Download complete 19:08:41 4f1c88b9dad5: Pull complete 19:08:41 ad3a456e5733: Pull complete 19:08:41 69c7f0334f64: Pull complete 19:08:41 1f1c1a5573a3: Pull complete 19:08:43 ce7588e14bc9: Pull complete 19:08:44 b5e4710f87ac: Pull complete 19:08:44 Digest: sha256:f80dd7bb8fdf010369d5adb4058a62695265b22e897ca6aac7b42af84fdce50e 19:08:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 19:08:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh 19:08:44 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 19:08:44 WORKDIR /edgex 19:08:44 COPY go.mod . 19:08:44 RUN go mod download 19:08:44 + docker build -t ci-base-image-x86_64 -f - . 19:08:45 Sending build context to Docker daemon 175.1MB 19:08:45 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 19:08:45 ---> 88b5674ff536 19:08:45 Step 2/4 : WORKDIR /edgex 19:08:49 ---> Running in bc21e08abeed 19:08:49 Removing intermediate container bc21e08abeed 19:08:49 ---> 6f1277dbbbfe 19:08:49 Step 3/4 : COPY go.mod . 19:08:49 ---> 384956ad515a 19:08:49 Step 4/4 : RUN go mod download 19:08:49 ---> Running in d45b9a5f657d 19:08:51 Still waiting to schedule task 19:08:51 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 19:09:07 Removing intermediate container d45b9a5f657d 19:09:07 ---> af3fe5c3c3a3 19:09:07 Successfully built af3fe5c3c3a3 19:09:07 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:07 + docker inspect -f . ci-base-image-x86_64 19:09:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:09:08 prd-ubuntu20.04-docker-8c-8g-26198 does not seem to be running inside a container 19:09:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:09:08 $ docker top e496bc3a2b19f590bfe2a473c3e933d7a7d8231a4407796e086e7dcb9cfc0c9e -eo pid,comm [Pipeline] { [Pipeline] sh 19:09:09 + go version 19:09:09 go version go1.21.0 linux/amd64 [Pipeline] } 19:09:09 $ docker stop --time=1 e496bc3a2b19f590bfe2a473c3e933d7a7d8231a4407796e086e7dcb9cfc0c9e 19:09:10 $ docker rm -f --volumes e496bc3a2b19f590bfe2a473c3e933d7a7d8231a4407796e086e7dcb9cfc0c9e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:09:11 + docker inspect -f . ci-base-image-x86_64 19:09:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:09:11 prd-ubuntu20.04-docker-8c-8g-26198 does not seem to be running inside a container 19:09:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:09:11 $ docker top 4cd59a6a2da1f70a87390dc3517ff9151bf4d8f35e21ee8fafcd98ec7ccbadc4 -eo pid,comm [Pipeline] { [Pipeline] echo 19:09:12 ========================================================= 19:09:12 [edgeXBuildGoParallel] Running Tests and Build... 19:09:12 ========================================================= [Pipeline] sh 19:09:12 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:09:12 + make test 19:09:12 go test -race -coverprofile=coverage.out ./... 19:09:19 ? github.com/edgexfoundry/edgex-go [no test files] 19:09:31 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:09:31 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 19:09:31 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:09:31 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:09:31 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:09:31 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:09:31 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:09:31 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 19:09:31 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:09:31 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:09:31 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:09:31 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:09:31 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:09:31 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:09:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:09:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:09:33 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.037s coverage: 28.7% of statements 19:09:35 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.055s coverage: 97.0% of statements 19:09:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:09:35 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 19:09:35 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:09:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:09:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:09:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:09:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:09:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:09:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:09:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:09:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:09:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:09:39 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.079s coverage: 69.2% of statements 19:09:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.057s coverage: 53.2% of statements 19:09:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.096s coverage: 93.4% of statements 19:09:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.063s coverage: 4.1% of statements 19:09:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:09:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:09:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:09:41 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:09:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:09:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:09:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:09:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:09:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:09:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:09:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.385s coverage: 97.6% of statements 19:09:42 ok github.com/edgexfoundry/edgex-go/internal/io 1.036s coverage: 72.2% of statements 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:09:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:09:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.056s coverage: 0.9% of statements 19:09:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.043s coverage: 32.2% of statements 19:09:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.048s coverage: 41.7% of statements 19:09:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.038s coverage: 82.9% of statements 19:09:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.035s coverage: 94.1% of statements 19:09:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.052s coverage: 96.3% of statements 19:09:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.039s coverage: 87.5% of statements 19:09:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:09:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:09:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:09:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:09:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:09:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:09:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:09:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:09:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:09:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:09:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:09:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:09:46 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:09:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:09:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:09:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 19:09:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:09:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:09:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:09:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 19:09:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 19:09:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 19:09:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:09:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:09:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:09:55 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:09:55 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:09:55 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:09:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:09:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.043s coverage: 94.4% of statements 19:09:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:09:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:09:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:09:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:09:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:09:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:09:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:09:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:09:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:09:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:10:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:10:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:10:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.243s coverage: 79.9% of statements 19:10:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.057s coverage: 92.9% of statements 19:10:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.011s coverage: 64.4% of statements 19:10:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.042s coverage: 62.3% of statements 19:10:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.043s coverage: 87.2% of statements 19:10:10 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.102s coverage: 20.0% of statements 19:10:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.033s coverage: 100.0% of statements 19:10:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.079s coverage: 81.8% of statements 19:10:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.070s coverage: 82.1% of statements 19:10:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.035s coverage: 86.0% of statements 19:10:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.170s coverage: 63.1% of statements 19:10:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.033s coverage: 100.0% of statements 19:10:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.020s coverage: 89.4% of statements 19:10:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.017s coverage: 100.0% of statements 19:10:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.021s coverage: 73.7% of statements 19:10:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.015s coverage: 100.0% of statements 19:10:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.253s coverage: 38.4% of statements 19:10:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.086s coverage: 89.5% of statements 19:10:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.046s coverage: 84.8% of statements 19:10:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.061s coverage: 19.9% of statements 19:10:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.125s coverage: 95.7% of statements 19:10:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.046s coverage: 61.8% of statements 19:10:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.079s coverage: 98.9% of statements 19:10:10 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:10:10 running golangci-lint 19:10:10 golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z 19:10:10 go version go1.21.0 linux/amd64 19:10:10 level=info msg="[config_reader] Used config file .golangci.yml" 19:10:10 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 19:10:24 level=info msg="[loader] Go packages loading at mode 575 (deps|exports_file|imports|name|types_sizes|compiled_files|files) took 13.816867018s" 19:10:24 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 38.060116ms" 19:10:34 level=info msg="[linters_context/goanalysis] analyzers took 1m25.687678963s with top 10 stages: buildir: 39.60748663s, gosec: 8.672175484s, fact_deprecated: 2.441969215s, inspect: 2.29636952s, printf: 1.436037132s, ctrlflow: 1.378154177s, S1038: 1.218405139s, isgenerated: 989.837991ms, nilness: 805.388195ms, fact_purity: 802.803589ms" 19:10:34 level=info msg="[runner] Issues before processing: 197, after processing: 0" 19:10:34 level=info msg="[runner] Processors filtering stat (out/in): skip_files: 197/197, autogenerated_exclude: 197/197, identifier_marker: 197/197, filename_unadjuster: 197/197, exclude: 197/197, nolint: 0/21, skip_dirs: 197/197, cgo: 197/197, path_prettifier: 197/197, exclude-rules: 21/197" 19:10:34 level=info msg="[runner] processing took 13.363898ms with stages: nolint: 7.119976ms, identifier_marker: 3.258456ms, exclude-rules: 1.048716ms, autogenerated_exclude: 855.224µs, path_prettifier: 722.584µs, skip_dirs: 312.362µs, cgo: 31.07µs, filename_unadjuster: 10.98µs, max_same_issues: 780ns, fixer: 650ns, uniq_by_line: 580ns, severity-rules: 410ns, skip_files: 400ns, exclude: 380ns, sort_results: 370ns, diff: 330ns, max_from_linter: 160ns, source_code: 140ns, path_shortener: 120ns, max_per_file_from_linter: 110ns, path_prefixer: 100ns" 19:10:34 level=info msg="[runner] linters took 9.465692972s with stages: goanalysis_metalinter: 9.452244154s" 19:10:34 level=info msg="File cache stats: 0 entries of total size 0B" 19:10:34 level=info msg="Memory: 235 samples, avg is 256.6MB, max is 954.8MB" 19:10:34 level=info msg="Execution took 23.32840209s" 19:10:34 go vet ./... 19:10:37 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:10:37 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:10:37 ./bin/test-attribution-txt.sh [Pipeline] echo 19:10:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh 19:10:38 + ls -al . 19:10:38 total 736 19:10:38 drwxrwxr-x 11 1001 1001 4096 Dec 26 19:09 . 19:10:38 drwxr-xr-x 4 root root 4096 Dec 26 19:09 .. 19:10:38 drwxrwxr-x 2 1001 1001 4096 Dec 26 19:08 .blubracket 19:10:38 -rw-rw-r-- 1 1001 1001 10 Dec 26 19:08 .dockerignore 19:10:38 drwxrwxr-x 8 1001 1001 4096 Dec 26 19:10 .git 19:10:38 drwxrwxr-x 3 1001 1001 4096 Dec 26 19:08 .github 19:10:38 -rw-rw-r-- 1 1001 1001 1074 Dec 26 19:08 .gitignore 19:10:38 -rw-rw-r-- 1 1001 1001 42 Dec 26 19:08 .golangci.yml 19:10:38 -rw-rw-r-- 1 1001 1001 100 Dec 26 19:08 .hadolint.yml 19:10:38 drwxr-xr-x 3 1001 1001 4096 Dec 26 19:08 .semver 19:10:38 -rw-rw-r-- 1 1001 1001 155 Dec 26 19:08 .sonarcloud.properties 19:10:38 -rw-rw-r-- 1 1001 1001 1171 Dec 26 19:08 ADOPTERS.md 19:10:38 -rw-rw-r-- 1 1001 1001 11674 Dec 26 19:08 Attribution.txt 19:10:38 -rw-rw-r-- 1 1001 1001 100284 Dec 26 19:08 CHANGELOG.md 19:10:38 -rw-rw-r-- 1 1001 1001 3804 Dec 26 19:08 CONTRIBUTING.md 19:10:38 -rw-rw-r-- 1 1001 1001 677 Dec 26 19:08 GOVERNANCE.md 19:10:38 -rw-rw-r-- 1 1001 1001 861 Dec 26 19:08 Jenkinsfile 19:10:38 -rw-rw-r-- 1 1001 1001 10775 Dec 26 19:08 LICENSE 19:10:38 -rw-rw-r-- 1 1001 1001 15060 Dec 26 19:08 Makefile 19:10:38 -rw-rw-r-- 1 1001 1001 582 Dec 26 19:08 OWNERS.md 19:10:38 -rw-rw-r-- 1 1001 1001 9528 Dec 26 19:08 README.md 19:10:38 -rw-rw-r-- 1 1001 1001 789 Dec 26 19:08 SECURITY.md 19:10:38 -rw-rw-r-- 1 1001 1001 5 Dec 26 19:08 VERSION 19:10:38 drwxrwxr-x 2 1001 1001 4096 Dec 26 19:08 bin 19:10:38 drwxrwxr-x 18 1001 1001 4096 Dec 26 19:08 cmd 19:10:38 -rw-r--r-- 1 root root 453602 Dec 26 19:10 coverage.out 19:10:38 drwxrwxr-x 2 1001 1001 4096 Dec 26 19:08 fuzz_test 19:10:38 -rw-rw-r-- 1 1001 1001 3685 Dec 26 19:08 go.mod 19:10:38 -rw-rw-r-- 1 1001 1001 34037 Dec 26 19:08 go.sum 19:10:38 drwxrwxr-x 7 1001 1001 4096 Dec 26 19:08 internal 19:10:38 drwxrwxr-x 3 1001 1001 4096 Dec 26 19:08 openapi 19:10:38 -rw-rw-r-- 1 1001 1001 584 Dec 26 19:08 security.txt 19:10:38 -rw-rw-r-- 1 1001 1001 204 Dec 26 19:08 version.go [Pipeline] sh 19:10:38 + '[' -e coverage.out ] 19:10:38 + chown 1001:1001 coverage.out [Pipeline] stash 19:10:38 Stashed 1 file(s) [Pipeline] sh 19:10:39 + make build 19:10:39 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 19:10:46 Running on prd-ubuntu20.04-docker-arm64-4c-16g-26199 in /w/workspace/edgexfoundry_edgex-go_PR-4739 [Pipeline] { [Pipeline] ws 19:10:46 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:10:49 The recommended git tool is: git 19:10:51 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:10:51 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:10:52 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 19:10:53 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:10:54 using credential edgex-jenkins-ssh 19:10:54 Cloning the remote Git repository 19:10:54 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:10:54 > git init /w/workspace/edgex-go/1 # timeout=10 19:10:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:10:54 > git --version # timeout=10 19:10:54 > git --version # 'git version 2.25.1' 19:10:54 using GIT_SSH to set credentials SSH Credentials for GitHub 19:10:55 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:10:59 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:11:00 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 19:11:01 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:11:02 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:11:02 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:11:03 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:11:04 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 19:11:05 $ docker stop --time=1 4cd59a6a2da1f70a87390dc3517ff9151bf4d8f35e21ee8fafcd98ec7ccbadc4 19:11:09 $ docker rm -f --volumes 4cd59a6a2da1f70a87390dc3517ff9151bf4d8f35e21ee8fafcd98ec7ccbadc4 [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:11:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:11:10 19:11:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:11:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:11:11 latest: Pulling from edgex-devops/edgex-compose 19:11:11 91d30c5bc195: Pulling fs layer 19:11:11 2e9b0aa3be6d: Pulling fs layer 19:11:11 9c61dcf015f6: Pulling fs layer 19:11:11 4698f68db338: Pulling fs layer 19:11:11 2a2f49069b9e: Pulling fs layer 19:11:11 e0025b399a48: Pulling fs layer 19:11:11 4698f68db338: Waiting 19:11:11 2a2f49069b9e: Waiting 19:11:11 e0025b399a48: Waiting 19:11:11 91d30c5bc195: Verifying Checksum 19:11:11 91d30c5bc195: Download complete 19:11:11 4698f68db338: Verifying Checksum 19:11:11 4698f68db338: Download complete 19:11:11 91d30c5bc195: Pull complete 19:11:11 2e9b0aa3be6d: Verifying Checksum 19:11:11 2e9b0aa3be6d: Download complete 19:11:11 e0025b399a48: Verifying Checksum 19:11:11 e0025b399a48: Download complete 19:11:11 2a2f49069b9e: Verifying Checksum 19:11:11 2a2f49069b9e: Download complete 19:11:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:11:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:11:11 2e9b0aa3be6d: Pull complete 19:11:12 9c61dcf015f6: Verifying Checksum 19:11:12 9c61dcf015f6: Download complete 19:11:13 Merging remotes/origin/main commit 420b6f8ee6b7ced97b7db737aa2a08d41b6b2623 into PR head commit 195d80e99bd5911d270ced140fb5259254bb7648 19:11:13 Merge succeeded, producing 195d80e99bd5911d270ced140fb5259254bb7648 19:11:13 Checking out Revision 195d80e99bd5911d270ced140fb5259254bb7648 (PR-4739) 19:11:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:11:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:11:12 using GIT_SSH to set credentials SSH Credentials for GitHub 19:11:12 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4739/head:refs/remotes/origin/PR-4739 +refs/heads/main:refs/remotes/origin/main # timeout=10 19:11:13 > git config core.sparsecheckout # timeout=10 19:11:13 > git checkout -f 195d80e99bd5911d270ced140fb5259254bb7648 # timeout=10 19:11:13 > git remote # timeout=10 19:11:13 > git config --get remote.origin.url # timeout=10 19:11:13 using GIT_SSH to set credentials SSH Credentials for GitHub 19:11:13 > git merge 420b6f8ee6b7ced97b7db737aa2a08d41b6b2623 # timeout=10 19:11:13 > git rev-parse HEAD^{commit} # timeout=10 19:11:13 > git config core.sparsecheckout # timeout=10 19:11:13 > git checkout -f 195d80e99bd5911d270ced140fb5259254bb7648 # timeout=10 19:11:14 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" 19:11:14 > git --version # timeout=10 19:11:14 > git --version # 'git version 2.25.1' 19:11:14 fatal: bad object 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:11:15 9c61dcf015f6: Pull complete 19:11:15 4698f68db338: Pull complete 19:11:15 2a2f49069b9e: Pull complete 19:11:15 e0025b399a48: Pull complete 19:11:15 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 19:11:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:11:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv 19:11:15 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 19:11:15 % Total % Received % Xferd Average Speed Time Time Time Current 19:11:15 Dload Upload Total Spent Left Speed 19:11:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12682 100 12682 0 0 90585 0 --:--:-- --:--:-- --:--:-- 90585 [Pipeline] withDockerContainer 19:11:15 prd-ubuntu20.04-docker-8c-8g-26198 does not seem to be running inside a container 19:11:15 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:11:17 $ docker top 80db8f0455f08a635f3dce0440479c20ce55fadea3e36a8764a3ff077c7b2829 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 19:11:18 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 19:11:18 + docker compose -f ./docker-compose-build.yml build --parallel 19:11:18 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 19:11:18 + sudo tee /etc/docker/daemon.new 19:11:18 { 19:11:18 "registry-mirrors": [ 19:11:18 "https://nexus3.edgexfoundry.org:10001" 19:11:18 ], 19:11:18 "bip": "10.250.0.254/24", 19:11:18 "hosts": [ 19:11:18 "tcp://0.0.0.0:5555", 19:11:18 "unix:///var/run/docker.sock" 19:11:18 ], 19:11:18 "mtu": 1458, 19:11:18 "selinux-enabled": true, 19:11:18 "seccomp-profile": "/etc/docker/seccomp.json" 19:11:18 } [Pipeline] sh 19:11:19 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 19:11:19 + sudo service docker restart 19:11:21 #1 [security-secretstore-setup internal] load build definition from Dockerfile 19:11:21 #1 transferring dockerfile: 2.49kB done 19:11:21 #1 DONE 0.0s 19:11:21 19:11:21 #2 [core-metadata internal] load build definition from Dockerfile 19:11:21 #2 transferring dockerfile: 2.06kB done 19:11:21 #2 DONE 0.0s 19:11:21 19:11:21 #3 [core-common-config-bootstrapper internal] load build definition from Dockerfile 19:11:21 #3 transferring dockerfile: 2.23kB done 19:11:21 #3 DONE 0.0s 19:11:21 19:11:21 #4 [security-spire-agent internal] load build definition from Dockerfile 19:11:21 #4 transferring dockerfile: 1.81kB done 19:11:21 #4 DONE 0.0s 19:11:21 19:11:21 #5 [security-proxy-setup internal] load build definition from Dockerfile 19:11:21 #5 transferring dockerfile: 2.50kB done 19:11:21 #5 DONE 0.0s 19:11:21 19:11:21 #6 [security-spire-config internal] load build definition from Dockerfile 19:11:21 #6 transferring dockerfile: 1.69kB done 19:11:21 #6 DONE 0.0s 19:11:21 19:11:21 #7 [core-command internal] load build definition from Dockerfile 19:11:21 #7 transferring dockerfile: 1.93kB done 19:11:21 #7 DONE 0.0s 19:11:21 19:11:21 #8 [support-scheduler internal] load build definition from Dockerfile 19:11:21 #8 transferring dockerfile: 1.93kB done 19:11:21 #8 DONE 0.0s 19:11:21 19:11:21 #9 [support-notifications internal] load build definition from Dockerfile 19:11:21 #9 transferring dockerfile: 1.95kB done 19:11:21 #9 DONE 0.0s 19:11:21 19:11:21 #10 [security-spire-server internal] load build definition from Dockerfile 19:11:21 #10 transferring dockerfile: 1.70kB done 19:11:21 #10 DONE 0.0s 19:11:21 19:11:21 #11 [security-bootstrapper internal] load build definition from Dockerfile 19:11:21 #11 transferring dockerfile: 2.93kB done 19:11:21 #11 DONE 0.0s 19:11:21 19:11:21 #12 [security-spiffe-token-provider internal] load build definition from Dockerfile 19:11:21 #12 transferring dockerfile: 1.89kB done 19:11:21 #12 DONE 0.0s 19:11:21 19:11:21 #13 [security-proxy-auth internal] load build definition from Dockerfile 19:11:21 #13 transferring dockerfile: 2.15kB done 19:11:21 #13 DONE 0.0s 19:11:21 19:11:21 #14 [core-data internal] load build definition from Dockerfile 19:11:21 #14 transferring dockerfile: 2.01kB done 19:11:21 #14 DONE 0.0s 19:11:21 19:11:21 #15 [security-secretstore-setup internal] load .dockerignore 19:11:21 #15 transferring context: 50B done 19:11:21 #15 DONE 0.0s 19:11:21 19:11:21 #16 [core-metadata internal] load .dockerignore 19:11:21 #16 transferring context: 50B done 19:11:21 #16 DONE 0.0s 19:11:21 19:11:21 #17 [core-common-config-bootstrapper internal] load .dockerignore 19:11:21 #17 transferring context: 50B done 19:11:21 #17 DONE 0.0s 19:11:21 19:11:21 #18 [security-spire-agent internal] load .dockerignore 19:11:21 #18 transferring context: 50B done 19:11:21 #18 DONE 0.0s 19:11:21 19:11:21 #19 [security-proxy-setup internal] load .dockerignore 19:11:21 #19 transferring context: 50B done 19:11:21 #19 DONE 0.0s 19:11:21 19:11:21 #20 [security-spire-config internal] load .dockerignore 19:11:21 #20 transferring context: 50B done 19:11:21 #20 DONE 0.0s 19:11:21 19:11:21 #21 [core-command internal] load .dockerignore 19:11:21 #21 transferring context: 50B done 19:11:21 #21 DONE 0.0s 19:11:21 19:11:21 #22 [support-scheduler internal] load .dockerignore 19:11:21 #22 transferring context: 50B done 19:11:21 #22 DONE 0.0s 19:11:21 19:11:21 #23 [security-spire-server internal] load .dockerignore 19:11:21 #23 transferring context: 50B done 19:11:21 #23 DONE 0.0s 19:11:21 19:11:21 #24 [support-notifications internal] load .dockerignore 19:11:21 #24 transferring context: 50B done 19:11:21 #24 DONE 0.0s 19:11:21 19:11:21 #25 [security-bootstrapper internal] load .dockerignore 19:11:21 #25 transferring context: 50B done 19:11:21 #25 DONE 0.0s 19:11:21 19:11:21 #26 [security-proxy-auth internal] load .dockerignore 19:11:21 #26 transferring context: 50B done 19:11:21 #26 DONE 0.0s 19:11:21 19:11:21 #27 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:11:21 #27 DONE 0.0s 19:11:21 19:11:21 #28 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 19:11:21 #28 ... 19:11:21 19:11:21 #29 [security-spiffe-token-provider internal] load .dockerignore 19:11:21 #29 transferring context: 50B done 19:11:21 #29 DONE 0.1s 19:11:21 19:11:21 #30 [core-data internal] load .dockerignore 19:11:21 #30 transferring context: 50B done 19:11:21 #30 DONE 0.0s 19:11:21 19:11:21 #27 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:11:21 #27 DONE 0.0s 19:11:21 19:11:21 #28 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 19:11:21 #28 ... 19:11:21 19:11:21 #27 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:11:21 #27 DONE 0.0s 19:11:21 19:11:21 #28 [security-spire-server internal] load metadata for docker.io/library/alpine:3.18 19:11:21 #28 ... 19:11:21 19:11:21 #27 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:11:21 #27 DONE 0.0s 19:11:21 19:11:21 #28 [core-data internal] load metadata for docker.io/library/alpine:3.18 19:11:22 #28 DONE 0.6s 19:11:22 19:11:22 #31 [security-bootstrapper stage-1 1/13] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 19:11:22 #31 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 19:11:22 #31 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.1s done 19:11:22 #31 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done 19:11:22 #31 sha256:d695c3de6fcd8cfe3a6222b0358425d40adfd129a8a47c3416faff1a8aece389 528B / 528B done 19:11:22 #31 sha256:b541f2080109ab7b6bf2c06b28184fb750cdd17836c809211127717f48809858 1.47kB / 1.47kB done 19:11:22 #31 sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c 0B / 3.40MB 0.1s 19:11:22 #31 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done 19:11:22 #31 sha256:d695c3de6fcd8cfe3a6222b0358425d40adfd129a8a47c3416faff1a8aece389 528B / 528B done 19:11:22 #31 sha256:b541f2080109ab7b6bf2c06b28184fb750cdd17836c809211127717f48809858 1.47kB / 1.47kB done 19:11:22 #31 sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c 3.15MB / 3.40MB 0.2s 19:11:22 #31 ... 19:11:22 19:11:22 #32 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 19:11:22 #32 DONE 0.8s 19:11:22 19:11:22 #33 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 19:11:22 #33 DONE 0.9s 19:11:22 19:11:22 #31 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 19:11:22 #31 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.1s done 19:11:22 #31 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done 19:11:22 #31 sha256:d695c3de6fcd8cfe3a6222b0358425d40adfd129a8a47c3416faff1a8aece389 528B / 528B done 19:11:22 #31 sha256:b541f2080109ab7b6bf2c06b28184fb750cdd17836c809211127717f48809858 1.47kB / 1.47kB done 19:11:22 #31 sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c 3.40MB / 3.40MB 0.3s 19:11:22 #31 sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c 3.40MB / 3.40MB 0.3s done 19:11:22 #31 extracting sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c 19:11:22 #31 ... 19:11:22 19:11:22 #34 [security-spire-config internal] load build context 19:11:22 #34 transferring context: 16.35kB done 19:11:22 #34 DONE 0.4s 19:11:22 19:11:22 #31 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 19:11:22 #31 extracting sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c 0.4s done 19:11:22 #31 ... 19:11:22 19:11:22 #35 [security-spire-server internal] load build context 19:11:22 #35 transferring context: 18.10kB 0.0s done 19:11:22 #35 DONE 0.5s 19:11:22 19:11:22 #36 [security-spire-agent internal] load build context 19:11:22 #36 transferring context: 17.63kB 0.0s done 19:11:22 #36 DONE 0.4s 19:11:22 19:11:22 #31 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 19:11:22 #31 extracting sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c 0.4s done 19:11:23 #31 DONE 1.3s 19:11:23 19:11:23 #37 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 19:11:23 #37 ... 19:11:23 19:11:23 #38 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-x86_64 19:11:23 #38 DONE 2.1s 19:11:24 19:11:24 #39 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go 19:11:29 #39 ... 19:11:29 19:11:29 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 19:11:29 #40 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.1s done 19:11:29 #40 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done 19:11:29 #40 sha256:13e228de2edc156c9cd22d12c33ecfc049b8ac3b6e92ae8d11319185a75505d4 1.05kB / 1.05kB done 19:11:29 #40 sha256:61cc53a269b199a7b169c2fb56b2d1061fc00d6167416d87f60f3ddc5ceb4f8b 2.74kB / 2.74kB done 19:11:29 #40 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.1s done 19:11:29 #40 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.2s done 19:11:29 #40 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.3s done 19:11:29 #40 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 0.7s done 19:11:29 #40 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done 19:11:29 #40 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done 19:11:29 #40 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 done 19:11:29 #40 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 2.9s done 19:11:32 #40 ... 19:11:32 19:11:32 #41 [core-data internal] load build context 19:11:32 #41 transferring context: 309.49MB 8.5s done 19:11:32 #41 ... 19:11:32 19:11:32 #42 [security-secretstore-setup internal] load build context 19:11:32 #42 transferring context: 309.49MB 10.0s done 19:11:32 #42 ... 19:11:32 19:11:32 #43 [core-common-config-bootstrapper internal] load build context 19:11:32 #43 ... 19:11:32 19:11:32 #44 [security-proxy-setup internal] load build context 19:11:32 #44 transferring context: 309.49MB 8.5s done 19:11:32 #44 ... 19:11:32 19:11:32 #45 [support-scheduler internal] load build context 19:11:32 #45 transferring context: 309.49MB 10.1s done 19:11:32 #45 ... 19:11:32 19:11:32 #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 19:11:32 #46 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.2s done 19:11:32 #46 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done 19:11:32 #46 sha256:7e76a3dce7eaf6d44f2b1987f5da8cd79a07e608aa6fd6d2c6133d2de2567113 1.05kB / 1.05kB done 19:11:32 #46 sha256:fbfe9bfccec4363503047752a0612bd8185689ca4b7569a923953aa6ca43f9dc 2.74kB / 2.74kB done 19:11:32 #46 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.3s done 19:11:32 #46 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.2s done 19:11:32 #46 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done 19:11:32 #46 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 0.4s done 19:11:32 #46 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done 19:11:32 #46 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 1.0s done 19:11:32 #46 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 done 19:11:32 #46 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 2.5s done 19:11:32 #46 ... 19:11:32 19:11:32 #47 [core-metadata internal] load build context 19:11:32 #47 transferring context: 309.49MB 8.5s done 19:11:33 #47 ... 19:11:33 19:11:33 #48 [core-command internal] load build context 19:11:33 #48 transferring context: 309.49MB 9.9s done 19:11:33 #48 ... 19:11:33 19:11:33 #49 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 19:11:33 #49 ... 19:11:33 19:11:33 #50 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 19:11:33 #50 ... 19:11:33 19:11:33 #51 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:11:33 #51 ... 19:11:33 19:11:33 #52 [support-notifications internal] load build context 19:11:33 #52 transferring context: 309.49MB 9.1s done 19:11:33 #52 ... 19:11:33 19:11:33 #53 [security-spiffe-token-provider internal] load build context 19:11:33 #53 transferring context: 309.49MB 8.6s done 19:11:33 #53 ... 19:11:33 19:11:33 #54 [security-proxy-auth stage-1 2/7] RUN apk add --update --no-cache dumb-init 19:11:34 #54 ... 19:11:34 19:11:34 #55 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 19:11:34 #55 ... 19:11:34 19:11:34 #56 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:11:34 #56 ... 19:11:34 19:11:34 #57 [security-bootstrapper internal] load build context 19:11:34 #57 transferring context: 309.49MB 10.2s done 19:11:34 #57 ... 19:11:34 19:11:34 #58 [security-proxy-auth internal] load build context 19:11:34 #58 transferring context: 309.49MB 9.4s done 19:11:34 #58 ... 19:11:34 19:11:34 #59 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 19:11:35 #59 ... 19:11:35 19:11:35 #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:11:35 #60 ... 19:11:35 19:11:35 #43 [core-common-config-bootstrapper internal] load build context 19:11:35 #43 transferring context: 309.49MB 11.8s done [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:11:37 provisioning config files... 19:11:37 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config13618324208885780309tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:11:38 #43 ... 19:11:38 19:11:38 #47 [core-metadata internal] load build context 19:11:38 #47 DONE 15.8s 19:11:38 19:11:38 #41 [core-data internal] load build context 19:11:38 #41 DONE 15.8s 19:11:38 19:11:38 #44 [security-proxy-setup internal] load build context 19:11:38 #44 DONE 15.8s 19:11:38 19:11:38 #53 [security-spiffe-token-provider internal] load build context 19:11:38 #53 DONE 15.9s 19:11:38 19:11:38 #52 [support-notifications internal] load build context 19:11:38 #52 DONE 15.9s 19:11:38 19:11:38 #58 [security-proxy-auth internal] load build context 19:11:38 #58 DONE 15.9s 19:11:38 19:11:38 #39 [security-proxy-setup builder 2/7] WORKDIR /edgex-go 19:11:38 #39 DONE 14.1s 19:11:38 19:11:38 #61 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 19:11:38 #61 ... 19:11:38 19:11:38 #48 [core-command internal] load build context 19:11:38 #48 DONE 15.9s 19:11:38 19:11:38 #57 [security-bootstrapper internal] load build context 19:11:38 #57 DONE 15.9s 19:11:38 19:11:38 #45 [support-scheduler internal] load build context 19:11:38 #45 DONE 15.9s 19:11:38 19:11:38 #43 [core-common-config-bootstrapper internal] load build context 19:11:38 #43 DONE 15.9s 19:11:38 19:11:38 #42 [security-secretstore-setup internal] load build context 19:11:38 #42 DONE 15.9s 19:11:38 19:11:38 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 19:11:38 #40 DONE 15.7s 19:11:38 19:11:38 #59 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 19:11:38 #59 14.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:11:38 ---> ****-login.sh 19:11:38 nexus3.edgexfoundry.org:10001 19:11:38 #59 15.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:11:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:11:38 #59 15.47 (1/2) Installing dumb-init (1.2.5-r2) 19:11:38 #59 15.47 (2/2) Installing su-exec (0.2-r3) 19:11:38 #59 15.48 Executing busybox-1.36.1-r5.trigger 19:11:38 #59 15.48 OK: 7 MiB in 17 packages 19:11:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:11:38 Configure a credential helper to remove this warning. See 19:11:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:11:38 19:11:38 Login Succeeded 19:11:38 nexus3.edgexfoundry.org:10002 19:11:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:11:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:11:39 Configure a credential helper to remove this warning. See 19:11:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:11:39 19:11:39 Login Succeeded 19:11:39 nexus3.edgexfoundry.org:10003 19:11:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:11:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:11:39 Configure a credential helper to remove this warning. See 19:11:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:11:39 19:11:39 Login Succeeded 19:11:39 nexus3.edgexfoundry.org:10004 19:11:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:11:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:11:39 Configure a credential helper to remove this warning. See 19:11:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:11:39 19:11:39 Login Succeeded 19:11:39 ****.io 19:11:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:11:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 19:11:40 Configure a credential helper to remove this warning. See 19:11:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 19:11:40 19:11:40 Login Succeeded 19:11:40 ---> ****-login.sh ends [Pipeline] } 19:11:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 19:11:41 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:11:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 19:11:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 19:11:41 ========================================================= 19:11:41 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 19:11:41 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:11:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 19:11:42 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:11:42 9fda8d8052c6: Pulling fs layer 19:11:42 5d54e960e981: Pulling fs layer 19:11:42 c4a7e357bf2a: Pulling fs layer 19:11:42 f0e02332f6b5: Pulling fs layer 19:11:42 872ee5b61b7b: Pulling fs layer 19:11:42 0c6a40ed1a82: Pulling fs layer 19:11:42 94ae7d8d031c: Pulling fs layer 19:11:42 f0e02332f6b5: Waiting 19:11:42 872ee5b61b7b: Waiting 19:11:42 0c6a40ed1a82: Waiting 19:11:42 94ae7d8d031c: Waiting 19:11:42 5d54e960e981: Verifying Checksum 19:11:42 5d54e960e981: Download complete 19:11:42 f0e02332f6b5: Verifying Checksum 19:11:42 f0e02332f6b5: Download complete 19:11:42 9fda8d8052c6: Verifying Checksum 19:11:42 9fda8d8052c6: Download complete 19:11:42 #59 ... 19:11:42 19:11:42 #56 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:11:42 #56 15.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:11:42 #56 15.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:11:42 #56 15.57 v3.18.5-75-g19fa7e7fb32 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 19:11:42 #56 15.57 v3.18.5-70-g5aeac1c831e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 19:11:42 #56 15.57 OK: 20069 distinct packages available 19:11:42 #56 15.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:11:42 #56 15.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:11:42 #56 16.05 (1/4) Installing dumb-init (1.2.5-r2) 19:11:42 #56 16.09 (2/4) Installing musl-obstack (1.2.3-r2) 19:11:42 #56 16.10 (3/4) Installing libucontext (1.2-r2) 19:11:42 #56 16.10 (4/4) Installing gcompat (1.1.0-r1) 19:11:42 #56 16.11 Executing busybox-1.36.1-r5.trigger 19:11:42 #56 16.11 OK: 8 MiB in 19 packages 19:11:42 #56 DONE 19.1s 19:11:42 94ae7d8d031c: Verifying Checksum 19:11:42 94ae7d8d031c: Download complete 19:11:42 19:11:42 #50 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 19:11:42 #50 14.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:11:42 #50 15.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:11:42 #50 15.49 (1/1) Installing dumb-init (1.2.5-r2) 19:11:42 #50 15.50 Executing busybox-1.36.1-r5.trigger 19:11:42 #50 15.50 OK: 7 MiB in 16 packages 19:11:42 #50 DONE 19.0s 19:11:42 19:11:42 #51 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:11:42 #51 17.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:11:42 #51 17.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:11:42 #51 17.50 v3.18.5-75-g19fa7e7fb32 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 19:11:42 #51 17.50 v3.18.5-70-g5aeac1c831e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 19:11:42 #51 17.50 OK: 20069 distinct packages available 19:11:42 #51 17.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:11:42 #51 17.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:11:42 #51 17.95 (1/5) Installing dumb-init (1.2.5-r2) 19:11:42 #51 17.97 (2/5) Installing musl-obstack (1.2.3-r2) 19:11:42 #51 17.97 (3/5) Installing libucontext (1.2-r2) 19:11:42 #51 17.97 (4/5) Installing gcompat (1.1.0-r1) 19:11:42 #51 17.97 (5/5) Installing openssl (3.1.4-r1) 19:11:42 #51 17.99 Executing busybox-1.36.1-r5.trigger 19:11:42 #51 18.00 OK: 8 MiB in 20 packages 19:11:42 #51 DONE 19.0s 19:11:42 19:11:42 #49 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 19:11:42 #49 17.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:11:42 #49 18.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:11:42 #49 18.24 (1/2) Installing ca-certificates (20230506-r0) 19:11:42 #49 18.28 (2/2) Installing dumb-init (1.2.5-r2) 19:11:42 #49 18.28 Executing busybox-1.36.1-r5.trigger 19:11:42 #49 18.29 Executing ca-certificates-20230506-r0.trigger 19:11:42 #49 18.34 OK: 8 MiB in 17 packages 19:11:42 #49 DONE 19.0s 19:11:42 19:11:42 #59 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 19:11:42 #59 DONE 19.0s 19:11:42 19:11:42 #37 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 19:11:42 #37 14.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:11:42 #37 15.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:11:42 #37 15.50 (1/4) Installing dumb-init (1.2.5-r2) 19:11:42 #37 15.51 (2/4) Installing openssl (3.1.4-r1) 19:11:42 #37 15.51 (3/4) Installing su-exec (0.2-r3) 19:11:42 #37 15.52 (4/4) Installing yq (4.33.3-r5) 19:11:42 #37 15.69 Executing busybox-1.36.1-r5.trigger 19:11:42 #37 15.70 OK: 17 MiB in 19 packages 19:11:42 #37 DONE 19.1s 19:11:42 19:11:42 #62 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 19:11:42 #0 3.238 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:11:42 #0 3.359 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:11:42 #0 3.615 OK: 264 MiB in 52 packages 19:11:42 #62 DONE 4.4s 19:11:42 19:11:42 #55 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 19:11:42 #55 14.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:11:42 #55 15.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:11:42 #55 15.47 (1/4) Installing ca-certificates (20230506-r0) 19:11:42 #55 15.50 (2/4) Installing dumb-init (1.2.5-r2) 19:11:42 #55 15.51 (3/4) Installing su-exec (0.2-r3) 19:11:42 #55 15.53 (4/4) Installing yq (4.33.3-r5) 19:11:42 #55 15.63 Executing busybox-1.36.1-r5.trigger 19:11:42 #55 15.64 Executing ca-certificates-20230506-r0.trigger 19:11:42 #55 15.68 OK: 17 MiB in 19 packages 19:11:42 #55 DONE 19.0s 19:11:42 19:11:42 #63 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 19:11:42 #63 ... 19:11:42 19:11:42 #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:11:42 #60 15.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:11:42 #60 15.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:11:42 #60 15.57 v3.18.5-75-g19fa7e7fb32 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 19:11:42 #60 15.57 v3.18.5-70-g5aeac1c831e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 19:11:42 #60 15.57 OK: 20069 distinct packages available 19:11:42 #60 15.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:11:42 #60 15.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:11:42 #60 16.03 (1/11) Installing ca-certificates (20230506-r0) 19:11:42 #60 16.05 (2/11) Installing brotli-libs (1.0.9-r14) 19:11:42 #60 16.06 (3/11) Installing libunistring (1.1-r1) 19:11:42 #60 16.08 (4/11) Installing libidn2 (2.3.4-r1) 19:11:42 #60 16.09 (5/11) Installing nghttp2-libs (1.57.0-r0) 19:11:42 #60 16.12 (6/11) Installing libcurl (8.5.0-r0) 19:11:42 #60 16.14 (7/11) Installing curl (8.5.0-r0) 19:11:42 #60 16.14 (8/11) Installing dumb-init (1.2.5-r2) 19:11:42 #60 16.15 (9/11) Installing musl-obstack (1.2.3-r2) 19:11:42 #60 16.16 (10/11) Installing libucontext (1.2-r2) 19:11:42 #60 16.17 (11/11) Installing gcompat (1.1.0-r1) 19:11:42 #60 16.17 Executing busybox-1.36.1-r5.trigger 19:11:42 #60 16.18 Executing ca-certificates-20230506-r0.trigger 19:11:42 #60 16.22 OK: 12 MiB in 26 packages 19:11:42 #60 DONE 19.2s 19:11:42 9fda8d8052c6: Pull complete 19:11:42 19:11:42 #64 [support-notifications builder 4/7] COPY go.mod vendor* ./ 19:11:42 #64 DONE 0.1s 19:11:42 19:11:42 #54 [core-common-config-bootstrapper stage-1 2/7] RUN apk add --update --no-cache dumb-init 19:11:42 #54 18.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:11:42 #54 18.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:11:42 #54 19.12 (1/1) Installing dumb-init (1.2.5-r2) 19:11:42 #54 19.13 Executing busybox-1.36.1-r5.trigger 19:11:42 #54 19.13 OK: 7 MiB in 16 packages 19:11:42 #54 DONE 19.3s 19:11:42 19:11:42 #65 [core-common-config-bootstrapper stage-1 3/7] RUN apk --no-cache upgrade 19:11:42 #65 ... 19:11:42 19:11:42 #61 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git 19:11:42 #61 4.379 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:11:42 #61 4.487 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:11:42 #61 4.742 OK: 264 MiB in 52 packages 19:11:42 #61 DONE 4.9s 19:11:42 19:11:42 #66 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 19:11:42 #66 DONE 0.0s 19:11:42 19:11:42 #67 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:43 #67 ... 19:11:43 19:11:43 #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 19:11:43 #0 4.352 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:11:43 #0 4.481 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:11:43 #0 4.806 v3.18.5-75-g19fa7e7fb32 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 19:11:43 #0 4.806 v3.18.5-70-g5aeac1c831e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 19:11:43 #0 4.806 OK: 20071 distinct packages available 19:11:43 #0 4.883 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:11:43 #0 4.960 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:11:43 #0 5.222 OK: 264 MiB in 52 packages 19:11:43 #68 DONE 5.3s 19:11:43 5d54e960e981: Pull complete 19:11:43 19:11:43 #69 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 19:11:43 #69 DONE 0.0s 19:11:43 19:11:43 #70 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:43 c4a7e357bf2a: Verifying Checksum 19:11:43 c4a7e357bf2a: Download complete 19:11:44 #70 ... 19:11:44 19:11:44 #71 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 19:11:44 #0 5.810 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:11:44 #0 5.896 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:11:44 #0 6.132 OK: 264 MiB in 52 packages 19:11:44 #71 DONE 6.4s 19:11:44 19:11:44 #72 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 19:11:44 #72 DONE 0.1s 19:11:44 19:11:44 #73 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:44 0c6a40ed1a82: Download complete 19:11:44 #73 ... 19:11:44 19:11:44 #74 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 19:11:44 #0 2.156 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:11:44 #0 2.244 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:11:44 #0 2.490 OK: 8 MiB in 20 packages 19:11:44 #74 DONE 2.7s 19:11:44 19:11:44 #75 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 19:11:44 #0 2.178 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:11:44 #0 2.273 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:11:44 #0 2.526 OK: 8 MiB in 19 packages 19:11:44 #75 DONE 2.7s 19:11:44 19:11:44 #63 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 19:11:44 #63 2.541 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:11:44 #63 2.653 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:11:45 #63 2.913 OK: 17 MiB in 19 packages 19:11:46 #63 ... 19:11:46 19:11:46 #76 [core-data stage-1 3/7] RUN apk --no-cache upgrade 19:11:46 #0 2.252 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:11:46 #0 2.331 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:11:46 #0 2.607 OK: 7 MiB in 16 packages 19:11:46 #76 DONE 4.0s 19:11:46 19:11:46 #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 19:11:46 #0 2.555 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:11:46 #0 2.642 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:11:46 #0 2.941 OK: 7 MiB in 17 packages 19:11:46 #77 DONE 4.0s 19:11:46 19:11:46 #78 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:11:46 #78 DONE 1.3s 19:11:46 19:11:46 #79 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 19:11:46 #0 2.303 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:11:46 #0 2.395 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:11:46 #0 2.651 OK: 8 MiB in 17 packages 19:11:46 #79 DONE 4.0s 19:11:46 19:11:46 #80 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 19:11:46 #0 2.641 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:11:46 #0 2.719 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:11:46 #0 2.996 OK: 12 MiB in 26 packages 19:11:46 #80 DONE 4.0s 19:11:46 19:11:46 #81 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 19:11:46 #81 DONE 1.4s 19:11:46 19:11:46 #63 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 19:11:46 #63 DONE 4.0s 19:11:46 19:11:46 #82 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:11:46 #82 DONE 1.5s 19:11:46 19:11:46 #83 [security-spire-config stage-2 5/10] COPY Attribution.txt / 19:11:46 #83 DONE 0.1s 19:11:46 19:11:46 #84 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 19:11:46 #0 2.376 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:11:46 #0 2.476 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:11:46 #0 2.766 OK: 17 MiB in 19 packages 19:11:46 #84 DONE 4.0s 19:11:46 19:11:46 #85 [security-spire-server stage-2 5/9] COPY Attribution.txt / 19:11:46 #85 DONE 0.6s 19:11:46 19:11:46 #86 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 19:11:46 #86 DONE 0.6s 19:11:46 19:11:46 #87 [security-spire-config stage-2 6/10] COPY security.txt / 19:11:46 #87 DONE 0.6s 19:11:46 19:11:46 #88 [security-spire-server stage-2 6/9] COPY security.txt / 19:11:46 #88 DONE 0.1s 19:11:46 19:11:46 #89 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:11:46 #89 DONE 0.6s 19:11:46 19:11:46 #90 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 19:11:46 #90 DONE 0.1s 19:11:46 19:11:46 #91 [security-spire-agent stage-3 7/10] COPY security.txt / 19:11:47 #91 DONE 0.1s 19:11:47 19:11:47 #92 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:11:47 #92 DONE 0.1s 19:11:47 19:11:47 #93 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:11:47 #93 DONE 0.1s 19:11:47 19:11:47 #94 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:11:47 #94 DONE 0.1s 19:11:47 19:11:47 #95 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 19:11:47 #95 DONE 0.1s 19:11:47 19:11:47 #96 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:11:47 #96 DONE 0.1s 19:11:47 19:11:47 #97 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:11:47 #97 DONE 0.1s 19:11:47 19:11:47 #98 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:11:47 #98 DONE 0.1s 19:11:47 19:11:47 #99 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:11:47 #99 DONE 0.1s 19:11:47 19:11:47 #100 [security-spire-config] exporting to image 19:11:47 #100 exporting layers 19:11:47 #100 ... 19:11:47 19:11:47 #65 [security-proxy-auth stage-1 3/7] RUN apk --no-cache upgrade 19:11:47 #65 4.449 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 19:11:47 #65 4.541 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 19:11:47 #65 4.771 OK: 7 MiB in 16 packages 19:11:47 #65 DONE 4.9s 19:11:47 19:11:47 #101 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:11:47 #101 DONE 0.1s 19:11:47 19:11:47 #100 [security-spire-agent] exporting to image 19:11:47 #100 ... 19:11:47 19:11:47 #102 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 19:11:47 #102 DONE 1.3s 19:11:47 19:11:47 #103 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 19:11:47 #103 DONE 0.0s 19:11:47 19:11:47 #104 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:47 #104 ... 19:11:47 19:11:47 #100 [security-spire-agent] exporting to image 19:11:47 #100 exporting layers 0.6s done 19:11:47 #100 writing image sha256:6ceb5917f5a764028ad2d0529e3953ac86f32a3b303c8428ec0a8f76a6078c2c done 19:11:47 #100 naming to docker.io/library/security-spire-server 19:11:48 #100 exporting layers 0.5s done 19:11:48 #100 naming to docker.io/library/security-spire-server done 19:11:48 #100 writing image sha256:b9fb97e69eee8713d1408fc48155363187c71a1f6d66cca545ad38ff204c0e07 0.0s done 19:11:48 #100 naming to docker.io/library/security-spire-config done 19:11:48 #100 writing image sha256:d8d2ead3ac7bdb9214c63206adbafab0b833152f38c6616afe5b0a79d2c29afd done 19:11:48 #100 naming to docker.io/library/security-spire-agent done 19:11:48 #100 DONE 0.7s 19:11:48 19:11:48 #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 19:12:03 c4a7e357bf2a: Pull complete 19:12:03 f0e02332f6b5: Pull complete 19:12:03 872ee5b61b7b: Pull complete 19:12:13 0c6a40ed1a82: Pull complete 19:12:13 94ae7d8d031c: Pull complete 19:12:13 Digest: sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 19:12:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 19:12:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh 19:12:14 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 19:12:14 WORKDIR /edgex 19:12:14 COPY go.mod . 19:12:14 RUN go mod download 19:12:14 + docker build -t ci-base-image-arm64 -f - . 19:12:15 #0 building with "default" instance using docker driver 19:12:15 19:12:15 #1 [internal] load build definition from Dockerfile 19:12:15 #1 transferring dockerfile: 172B 0.0s done 19:12:15 #1 DONE 0.1s 19:12:15 19:12:15 #2 [internal] load .dockerignore 19:12:15 #2 transferring context: 50B done 19:12:15 #2 DONE 0.1s 19:12:15 19:12:15 #3 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 19:12:15 #3 DONE 0.0s 19:12:15 19:12:15 #4 [internal] load build context 19:12:15 #4 transferring context: 3.72kB done 19:12:15 #4 DONE 0.1s 19:12:15 19:12:15 #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 19:12:15 #5 DONE 0.2s 19:12:15 19:12:15 #6 [2/4] WORKDIR /edgex 19:12:16 #6 DONE 1.0s 19:12:16 19:12:16 #7 [3/4] COPY go.mod . 19:12:16 #7 DONE 0.1s 19:12:16 19:12:16 #8 [4/4] RUN go mod download 19:12:20 #46 ... 19:12:20 19:12:20 #104 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:20 #104 DONE 34.5s 19:12:20 19:12:20 #70 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:20 #70 DONE 33.8s 19:12:20 19:12:20 #67 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:20 #67 DONE 34.2s 19:12:20 19:12:20 #73 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:20 #73 DONE 32.8s 19:12:20 19:12:20 #105 [security-secretstore-setup builder 6/7] COPY . . 19:12:22 #105 DONE 5.4s 19:12:22 19:12:22 #106 [support-scheduler builder 6/7] COPY . . 19:12:22 #106 DONE 5.5s 19:12:22 19:12:22 #107 [security-bootstrapper builder 6/7] COPY . . 19:12:22 #107 CACHED 19:12:22 19:12:22 #108 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 19:12:22 #108 CACHED 19:12:22 19:12:22 #109 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:22 #109 CACHED 19:12:22 19:12:22 #110 [security-spiffe-token-provider builder 6/7] COPY . . 19:12:22 #110 DONE 5.5s 19:12:22 19:12:22 #111 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 19:12:22 #111 CACHED 19:12:22 19:12:22 #112 [security-proxy-setup builder 6/7] COPY . . 19:12:22 #112 CACHED 19:12:22 19:12:22 #113 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:22 #113 CACHED 19:12:22 19:12:22 #114 [support-notifications builder 6/7] COPY . . 19:12:22 #114 DONE 5.5s 19:12:22 19:12:22 #115 [core-data builder 4/7] COPY go.mod vendor* ./ 19:12:22 #115 CACHED 19:12:22 19:12:22 #116 [core-data builder 6/7] COPY . . 19:12:22 #116 CACHED 19:12:22 19:12:22 #117 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:22 #117 CACHED 19:12:22 19:12:22 #118 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:22 #118 CACHED 19:12:22 19:12:22 #119 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 19:12:22 #119 CACHED 19:12:22 19:12:22 #120 [security-proxy-auth builder 6/7] COPY . . 19:12:22 #120 CACHED 19:12:22 19:12:22 #121 [core-command builder 6/7] COPY . . 19:12:22 #121 CACHED 19:12:22 19:12:22 #122 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:22 #122 CACHED 19:12:22 19:12:22 #123 [core-command builder 4/7] COPY go.mod vendor* ./ 19:12:22 #123 CACHED 19:12:22 19:12:22 #124 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:22 #124 CACHED 19:12:22 19:12:22 #125 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 19:12:22 #125 CACHED 19:12:22 19:12:22 #126 [core-common-config-bootstrapper builder 6/7] COPY . . 19:12:22 #126 CACHED 19:12:22 19:12:22 #127 [core-metadata builder 4/7] COPY go.mod vendor* ./ 19:12:22 #127 CACHED 19:12:22 19:12:22 #128 [core-metadata builder 6/7] COPY . . 19:12:22 #128 CACHED 19:12:22 19:12:22 #129 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:22 #129 CACHED 19:12:22 19:12:22 #130 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 19:12:24 #130 1.323 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:12:28 #8 DONE 11.9s 19:12:28 19:12:28 #9 exporting to image 19:12:28 #9 exporting layers 19:12:34 #130 ... 19:12:34 19:12:34 #131 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:12:34 #0 0.892 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 19:12:34 #131 ... 19:12:34 19:12:34 #132 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:12:34 #0 1.363 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:12:34 #132 ... 19:12:34 19:12:34 #133 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 19:12:34 #0 1.215 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:12:34 #133 ... 19:12:34 19:12:34 #134 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:12:34 #0 0.873 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:12:34 #134 ... 19:12:34 19:12:34 #135 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 19:12:34 #0 0.311 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:12:34 #135 ... 19:12:34 19:12:34 #136 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:12:34 #0 1.331 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 19:12:34 #136 ... 19:12:34 19:12:34 #137 [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:12:34 #0 0.460 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:12:34 #137 ... 19:12:34 19:12:34 #138 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 19:12:34 #0 0.561 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:12:34 #138 ... 19:12:34 19:12:34 #139 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:12:34 #0 0.858 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 19:12:34 #139 ... 19:12:34 19:12:34 #140 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 19:12:34 #0 1.253 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 19:12:41 #9 exporting layers 12.2s done 19:12:41 #9 writing image sha256:3fa2dc6c796113c090f7fba086824afac0c3d8be5febfc944d4311333a526986 done 19:12:41 #9 naming to docker.io/library/ci-base-image-arm64 done 19:12:41 #9 DONE 12.3s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:12:41 + docker inspect -f . ci-base-image-arm64 19:12:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:12:42 prd-ubuntu20.04-docker-arm64-4c-16g-26199 does not seem to be running inside a container 19:12:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:12:43 $ docker top 95dfdb244614ecf80d9db2ae777b0376060b9447428bb39fd91589a7ace3f480 -eo pid,comm [Pipeline] { [Pipeline] sh 19:12:43 + go version 19:12:43 go version go1.21.0 linux/arm64 [Pipeline] } 19:12:43 $ docker stop --time=1 95dfdb244614ecf80d9db2ae777b0376060b9447428bb39fd91589a7ace3f480 19:12:45 $ docker rm -f --volumes 95dfdb244614ecf80d9db2ae777b0376060b9447428bb39fd91589a7ace3f480 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:12:46 + docker inspect -f . ci-base-image-arm64 19:12:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:12:46 prd-ubuntu20.04-docker-arm64-4c-16g-26199 does not seem to be running inside a container 19:12:46 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:12:49 $ docker top 803eb753d06fd64a8eabb651f6bce8260e230623365ac24753ebc7a3b2017bfc -eo pid,comm [Pipeline] { [Pipeline] echo 19:12:50 ========================================================= 19:12:50 [edgeXBuildGoParallel] Running Tests and Build... 19:12:50 ========================================================= [Pipeline] sh 19:12:50 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:12:51 + make test 19:12:51 go test -race -coverprofile=coverage.out ./... 19:13:23 ? github.com/edgexfoundry/edgex-go [no test files] 19:13:30 #140 ... 19:13:30 19:13:30 #137 [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:13:30 #137 67.63 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:13:33 #137 ... 19:13:33 19:13:33 #135 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 19:13:33 #135 DONE 70.7s 19:13:33 19:13:33 #138 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 19:13:33 #138 DONE 70.7s 19:13:33 19:13:33 #137 [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:13:33 #137 DONE 70.7s 19:13:33 19:13:33 #140 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 19:13:34 #140 ... 19:13:34 19:13:34 #131 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:13:34 #131 DONE 71.5s 19:13:34 19:13:34 #141 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 19:13:37 #141 ... 19:13:37 19:13:37 #142 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 19:13:37 #142 DONE 3.2s 19:13:37 19:13:37 #141 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 19:13:37 #141 DONE 3.2s 19:13:37 19:13:37 #143 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 19:13:37 #143 DONE 3.2s 19:13:37 19:13:37 #144 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 19:13:37 #144 ... 19:13:37 19:13:37 #145 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 19:13:37 #145 DONE 2.8s 19:13:37 19:13:37 #146 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 19:13:37 #146 ... 19:13:37 19:13:37 #147 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 19:13:37 #147 DONE 0.6s 19:13:37 19:13:37 #148 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 19:13:37 #148 DONE 0.7s 19:13:38 19:13:38 #149 [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:13:38 #149 ... 19:13:38 19:13:38 #146 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 19:13:38 #146 DONE 1.3s 19:13:38 19:13:38 #150 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 19:13:39 #150 ... 19:13:39 19:13:39 #149 [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:13:39 #149 DONE 1.6s 19:13:39 19:13:39 #151 [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:13:39 #151 DONE 1.3s 19:13:39 19:13:39 #152 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 19:13:39 #152 ... 19:13:39 19:13:39 #144 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 19:13:39 #144 DONE 2.4s 19:13:39 19:13:39 #150 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 19:13:39 #150 DONE 1.1s 19:13:39 19:13:39 #153 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 19:13:40 #153 ... 19:13:40 19:13:40 #130 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 19:13:40 #130 DONE 77.7s 19:13:40 19:13:40 #154 [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:13:40 #154 ... 19:13:40 19:13:40 #155 [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:13:40 #155 DONE 1.4s 19:13:40 19:13:40 #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 19:13:42 #46 ... 19:13:42 19:13:42 #156 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 19:13:44 #156 ... 19:13:44 19:13:44 #157 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 19:13:44 #157 CACHED 19:13:44 19:13:44 #158 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 19:13:44 #158 CACHED 19:13:44 19:13:44 #153 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 19:13:44 #153 DONE 4.3s 19:13:44 19:13:44 #159 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:13:44 #159 ... 19:13:44 19:13:44 #133 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 19:13:44 #133 DONE 82.1s 19:13:44 19:13:44 #160 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 19:13:44 #160 ... 19:13:44 19:13:44 #140 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 19:13:44 #140 DONE 82.3s 19:13:44 19:13:44 #139 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:13:44 #139 DONE 82.4s 19:13:44 19:13:44 #161 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 19:13:44 #161 CACHED 19:13:44 19:13:44 #162 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 19:13:44 #162 CACHED 19:13:44 19:13:44 #154 [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:13:44 #154 DONE 4.9s 19:13:45 19:13:45 #136 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:13:45 #136 DONE 82.5s 19:13:45 19:13:45 #163 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 19:13:45 #163 CACHED 19:13:45 19:13:45 #164 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 19:13:45 #164 CACHED 19:13:45 19:13:45 #165 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 19:13:45 #165 ... 19:13:45 19:13:45 #152 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 19:13:45 #152 DONE 5.6s 19:13:45 19:13:45 #159 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:13:45 #159 DONE 1.2s 19:13:45 19:13:45 #166 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 19:13:45 #166 ... 19:13:45 19:13:45 #134 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:13:45 #134 DONE 83.2s 19:13:45 19:13:45 #167 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:13:46 #167 ... 19:13:46 19:13:46 #160 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 19:13:46 #160 DONE 1.5s 19:13:46 19:13:46 #168 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:13:46 #168 DONE 1.2s 19:13:46 19:13:46 #169 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 19:13:46 #169 DONE 1.2s 19:13:46 19:13:46 #156 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 19:13:46 #156 DONE 3.8s 19:13:46 19:13:46 #132 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:13:46 #132 DONE 83.7s 19:13:46 19:13:46 #170 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 19:13:46 #170 DONE 1.3s 19:13:46 19:13:46 #165 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 19:13:46 #165 DONE 1.2s 19:13:46 19:13:46 #171 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 19:13:46 #171 ... 19:13:46 19:13:46 #172 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 19:13:46 #172 DONE 1.2s 19:13:46 19:13:46 #167 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:13:46 #167 DONE 1.2s 19:13:46 19:13:46 #173 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 19:13:46 #173 CACHED 19:13:46 19:13:46 #174 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 19:13:46 #174 CACHED 19:13:46 19:13:46 #166 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 19:13:46 #166 DONE 1.2s 19:13:46 19:13:46 #100 [core-command] exporting to image 19:13:46 #100 exporting layers 19:13:46 #100 ... 19:13:46 19:13:46 #175 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 19:13:46 #175 DONE 0.7s 19:13:46 19:13:46 #176 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 19:13:46 #176 ... 19:13:46 19:13:46 #177 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 19:13:46 #177 DONE 0.9s 19:13:46 19:13:46 #178 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:13:46 #178 DONE 1.0s 19:13:46 19:13:46 #179 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 19:13:46 #179 DONE 1.0s 19:13:46 19:13:46 #171 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 19:13:46 #171 DONE 0.8s 19:13:46 19:13:46 #180 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 19:13:46 #180 DONE 0.8s 19:13:46 19:13:46 #181 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:13:46 #181 DONE 1.0s 19:13:47 19:13:47 #182 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:13:47 #182 DONE 0.9s 19:13:47 19:13:47 #183 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:13:47 #183 DONE 0.8s 19:13:47 19:13:47 #100 [core-command] exporting to image 19:13:47 #100 exporting layers 0.7s done 19:13:47 #100 writing image sha256:a5bb0dda644f8b1549dd628838ec62277f396b0a7cd3a6b10bfdec08edb9e911 done 19:13:47 #100 naming to docker.io/library/core-command done 19:13:47 #100 DONE 1.5s 19:13:47 19:13:47 #184 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 19:13:47 #184 ... 19:13:47 19:13:47 #176 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 19:13:47 #176 DONE 0.8s 19:13:47 19:13:47 #185 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:13:47 #185 DONE 1.4s 19:13:47 19:13:47 #186 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:13:47 #186 ... 19:13:47 19:13:47 #187 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 19:13:47 #187 DONE 0.7s 19:13:47 19:13:47 #188 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:13:47 #188 DONE 0.7s 19:13:47 19:13:47 #189 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 19:13:47 #189 DONE 0.7s 19:13:47 19:13:47 #190 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 19:13:47 #190 DONE 0.7s 19:13:47 19:13:47 #191 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:13:47 #191 DONE 0.6s 19:13:47 19:13:47 #192 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:13:47 #192 DONE 0.7s 19:13:48 19:13:48 #184 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 19:13:48 #184 DONE 0.7s 19:13:48 19:13:48 #100 [support-scheduler] exporting to image 19:13:48 #100 ... 19:13:48 19:13:48 #186 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:13:48 #186 DONE 0.6s 19:13:48 19:13:48 #193 [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:13:48 #193 DONE 0.4s 19:13:48 19:13:48 #100 [support-scheduler] exporting to image 19:13:48 #100 exporting layers 0.3s done 19:13:48 #100 writing image sha256:5e78ef722ac2514605609748858673f4995cd9fc37cbc5d511259cde331e9d7d 19:13:48 #100 ... 19:13:48 19:13:48 #194 [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:13:48 #194 DONE 0.5s 19:13:48 19:13:48 #195 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:13:48 #195 DONE 0.5s 19:13:48 19:13:48 #100 [core-metadata] exporting to image 19:13:48 #100 writing image sha256:5e78ef722ac2514605609748858673f4995cd9fc37cbc5d511259cde331e9d7d 0.1s done 19:13:48 #100 naming to docker.io/library/core-common-config-bootstrapper done 19:13:48 #100 writing image sha256:ceedcadb7a0e9c9c3651442a00f6ebda26dded3ec9ead4187a1742d07c057693 done 19:13:48 #100 naming to docker.io/library/core-metadata done 19:13:48 #100 ... 19:13:48 19:13:48 #196 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 19:13:48 #196 DONE 0.5s 19:13:48 19:13:48 #197 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 19:13:48 #197 DONE 0.1s 19:13:48 19:13:48 #100 [core-data] exporting to image 19:13:48 #100 ... 19:13:48 19:13:48 #198 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:13:48 #198 DONE 1.2s 19:13:48 19:13:48 #199 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 19:13:48 #199 DONE 0.4s 19:13:48 19:13:48 #100 [support-notifications] exporting to image 19:13:48 #100 writing image sha256:e5c4daa3c054b42552793c87c76572a1c2df7b04b70eaac40aa2e824f246a5fa 19:13:48 #100 ... 19:13:48 19:13:48 #200 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 19:13:48 #200 DONE 0.2s 19:13:48 19:13:48 #201 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:13:48 #201 DONE 0.1s 19:13:48 19:13:48 #100 [support-scheduler] exporting to image 19:13:48 #100 exporting layers 0.2s done 19:13:48 #100 writing image sha256:e5c4daa3c054b42552793c87c76572a1c2df7b04b70eaac40aa2e824f246a5fa 0.1s done 19:13:48 #100 writing image sha256:54bda4d87794f89e0c347a79ac5a1f3fc111fd9a92bf2e81c943b2397cda5a1f 19:13:48 #100 naming to docker.io/library/support-scheduler done 19:13:48 #100 ... 19:13:48 19:13:48 #202 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:13:48 #202 DONE 0.8s 19:13:48 19:13:48 #100 [security-spiffe-token-provider] exporting to image 19:13:48 #100 exporting layers 0.5s done 19:13:48 #100 writing image sha256:54bda4d87794f89e0c347a79ac5a1f3fc111fd9a92bf2e81c943b2397cda5a1f 0.1s done 19:13:48 #100 naming to docker.io/library/core-data done 19:13:48 #100 writing image sha256:200530568b24789e85bb9e5564ae1d18e0a666508fac1e232369041c8b262bef 0.0s done 19:13:48 #100 naming to docker.io/library/security-spiffe-token-provider done 19:13:48 #100 exporting layers 0.4s done 19:13:48 #100 writing image sha256:3ee4e4989531f2a78389daadeefb6a0de207d5bbe20181f8e36a2769e0585620 0.0s done 19:13:48 #100 naming to docker.io/library/support-notifications done 19:13:48 #100 writing image sha256:d4fc2d38c1180573f6c8e249e499438b87b4ad538f77640f426214be3b082408 done 19:13:48 #100 naming to docker.io/library/security-proxy-auth done 19:13:48 #100 writing image sha256:63fabd59a38b90f9cfed0c3a254ebe1c3dc0bfa6ec0befa5fd20a4f12f5d437b 19:13:49 #100 writing image sha256:63fabd59a38b90f9cfed0c3a254ebe1c3dc0bfa6ec0befa5fd20a4f12f5d437b done 19:13:49 #100 naming to docker.io/library/security-proxy-setup done 19:13:49 #100 DONE 2.7s 19:13:49 19:13:49 #203 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 19:13:49 #203 DONE 0.5s 19:13:49 19:13:49 #204 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:13:49 #204 DONE 0.8s 19:13:49 19:13:49 #100 [security-secretstore-setup] exporting to image 19:13:49 #100 exporting layers 0.3s done 19:13:49 #100 writing image sha256:e6ea55672007f7723ca75d87171747c01c2959099de15cfda5d914b5aeb0bc42 done 19:13:49 #100 naming to docker.io/library/security-secretstore-setup done 19:13:49 #100 writing image sha256:8433145c2292edac20a6e78228beebe2f3a353557b550142506743c886159bd2 19:13:49 #100 writing image sha256:8433145c2292edac20a6e78228beebe2f3a353557b550142506743c886159bd2 done 19:13:49 #100 naming to docker.io/library/security-bootstrapper done 19:13:49 #100 DONE 3.1s 19:13:49 19:13:49 #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 19:13:49 time="2023-12-26T19:11:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:13:49 time="2023-12-26T19:11:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:13:49 time="2023-12-26T19:11:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:13:49 time="2023-12-26T19:11:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:13:49 time="2023-12-26T19:11:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:13:49 time="2023-12-26T19:11:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:13:49 time="2023-12-26T19:11:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:13:49 time="2023-12-26T19:11:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:13:49 time="2023-12-26T19:11:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:13:49 time="2023-12-26T19:11:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:13:49 time="2023-12-26T19:11:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:13:49 time="2023-12-26T19:11:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:13:49 time="2023-12-26T19:11:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:13:49 time="2023-12-26T19:11:18Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 19:13:49 $ docker stop --time=1 80db8f0455f08a635f3dce0440479c20ce55fadea3e36a8764a3ff077c7b2829 19:13:51 $ docker rm -f --volumes 80db8f0455f08a635f3dce0440479c20ce55fadea3e36a8764a3ff077c7b2829 [Pipeline] // withDockerContainer [Pipeline] sh 19:13:51 + docker images 19:13:51 REPOSITORY TAG IMAGE ID CREATED SIZE 19:13:51 security-proxy-setup latest 63fabd59a38b 3 seconds ago 25.8MB 19:13:51 security-bootstrapper latest 8433145c2292 3 seconds ago 18.5MB 19:13:51 security-secretstore-setup latest e6ea55672007 3 seconds ago 36.2MB 19:13:51 security-proxy-auth latest d4fc2d38c118 3 seconds ago 15.8MB 19:13:51 support-notifications latest 3ee4e4989531 3 seconds ago 26.5MB 19:13:51 core-data latest 54bda4d87794 3 seconds ago 17.1MB 19:13:51 support-scheduler latest e5c4daa3c054 4 seconds ago 26MB 19:13:51 core-common-config-bootstrapper latest 5e78ef722ac2 4 seconds ago 14.9MB 19:13:51 security-spiffe-token-provider latest 200530568b24 4 seconds ago 28.5MB 19:13:51 core-metadata latest ceedcadb7a0e 4 seconds ago 17.4MB 19:13:51 core-command latest a5bb0dda644f 5 seconds ago 17MB 19:13:51 security-spire-agent latest d8d2ead3ac7b 2 minutes ago 161MB 19:13:51 security-spire-server latest 6ceb5917f5a7 2 minutes ago 102MB 19:13:51 security-spire-config latest b9fb97e69eee 2 minutes ago 102MB 19:13:51 ci-base-image-x86_64 latest af3fe5c3c3a3 4 minutes ago 937MB 19:13:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine 88b5674ff536 6 weeks ago 564MB 19:13:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 6 months ago 334MB 19:13:51 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 17 months ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 19:14:31 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:14:31 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 19:14:31 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:14:31 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:14:31 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:14:31 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:14:31 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:14:31 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 19:14:31 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:14:31 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:14:31 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:14:31 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:14:31 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:14:31 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:14:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:14:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:14:37 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.193s coverage: 28.7% of statements 19:14:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.258s coverage: 97.0% of statements 19:14:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:14:49 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 19:14:49 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:14:53 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.341s coverage: 69.2% of statements 19:14:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:14:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:14:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.294s coverage: 53.2% of statements 19:14:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:14:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:14:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:14:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:14:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:15:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:15:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:15:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 16.700s coverage: 93.4% of statements 19:15:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.394s coverage: 4.1% of statements 19:15:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:15:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:15:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:15:19 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:15:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:15:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:15:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:15:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:15:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:15:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:15:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.530s coverage: 97.6% of statements 19:15:20 ok github.com/edgexfoundry/edgex-go/internal/io 1.194s coverage: 72.2% of statements 19:15:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:15:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:15:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.385s coverage: 0.9% of statements 19:15:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.275s coverage: 32.2% of statements 19:15:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.252s coverage: 41.7% of statements 19:15:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.213s coverage: 82.9% of statements 19:15:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.206s coverage: 94.1% of statements 19:15:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.219s coverage: 96.3% of statements 19:15:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.203s coverage: 87.5% of statements 19:15:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:15:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:15:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:15:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:15:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:15:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:15:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:15:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:15:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:15:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:15:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:15:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:15:41 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:15:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:15:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:15:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.194s coverage: 94.4% of statements 19:15:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 19:15:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:15:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:15:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:15:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 19:15:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 19:15:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 19:15:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.959s coverage: 79.9% of statements 19:15:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.257s coverage: 92.9% of statements 19:15:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.075s coverage: 64.4% of statements 19:15:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.204s coverage: 62.3% of statements 19:15:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.213s coverage: 87.2% of statements 19:15:58 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.179s coverage: 20.0% of statements 19:15:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.173s coverage: 100.0% of statements 19:15:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.397s coverage: 81.8% of statements 19:15:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.349s coverage: 82.1% of statements 19:15:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.204s coverage: 86.0% of statements 19:15:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.834s coverage: 63.1% of statements 19:15:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.214s coverage: 100.0% of statements 19:15:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.101s coverage: 89.4% of statements 19:15:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.074s coverage: 100.0% of statements 19:15:58 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.074s coverage: 73.7% of statements 19:15:58 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.075s coverage: 100.0% of statements 19:16:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:16:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:16:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:16:00 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:16:00 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:16:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:16:00 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:16:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.796s coverage: 38.4% of statements 19:16:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.219s coverage: 89.5% of statements 19:16:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.197s coverage: 84.8% of statements 19:16:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:16:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:16:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:16:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:16:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:16:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:16:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:16:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:16:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:16:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:16:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.293s coverage: 19.9% of statements 19:16:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.584s coverage: 95.7% of statements 19:16:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.233s coverage: 61.8% of statements 19:16:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:16:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:16:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.363s coverage: 98.9% of statements 19:16:18 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 19:16:18 WARNING: Linting skipped (not on x86_64 or linter not installed) 19:16:18 go vet ./... 19:17:39 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:17:39 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:17:39 ./bin/test-attribution-txt.sh [Pipeline] echo 19:17:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh 19:17:40 + ls -al . 19:17:40 total 732 19:17:40 drwxrwxr-x 10 1001 1001 4096 Dec 26 19:12 . 19:17:40 drwxr-xr-x 4 root root 4096 Dec 26 19:12 .. 19:17:40 drwxrwxr-x 2 1001 1001 4096 Dec 26 19:11 .blubracket 19:17:40 -rw-rw-r-- 1 1001 1001 10 Dec 26 19:11 .dockerignore 19:17:40 drwxrwxr-x 8 1001 1001 4096 Dec 26 19:11 .git 19:17:40 drwxrwxr-x 3 1001 1001 4096 Dec 26 19:11 .github 19:17:40 -rw-rw-r-- 1 1001 1001 1074 Dec 26 19:11 .gitignore 19:17:40 -rw-rw-r-- 1 1001 1001 42 Dec 26 19:11 .golangci.yml 19:17:40 -rw-rw-r-- 1 1001 1001 100 Dec 26 19:11 .hadolint.yml 19:17:40 -rw-rw-r-- 1 1001 1001 155 Dec 26 19:11 .sonarcloud.properties 19:17:40 -rw-rw-r-- 1 1001 1001 1171 Dec 26 19:11 ADOPTERS.md 19:17:40 -rw-rw-r-- 1 1001 1001 11674 Dec 26 19:11 Attribution.txt 19:17:40 -rw-rw-r-- 1 1001 1001 100284 Dec 26 19:11 CHANGELOG.md 19:17:40 -rw-rw-r-- 1 1001 1001 3804 Dec 26 19:11 CONTRIBUTING.md 19:17:40 -rw-rw-r-- 1 1001 1001 677 Dec 26 19:11 GOVERNANCE.md 19:17:40 -rw-rw-r-- 1 1001 1001 861 Dec 26 19:11 Jenkinsfile 19:17:40 -rw-rw-r-- 1 1001 1001 10775 Dec 26 19:11 LICENSE 19:17:40 -rw-rw-r-- 1 1001 1001 15060 Dec 26 19:11 Makefile 19:17:40 -rw-rw-r-- 1 1001 1001 582 Dec 26 19:11 OWNERS.md 19:17:40 -rw-rw-r-- 1 1001 1001 9528 Dec 26 19:11 README.md 19:17:40 -rw-rw-r-- 1 1001 1001 789 Dec 26 19:11 SECURITY.md 19:17:40 -rw-rw-r-- 1 1001 1001 5 Dec 26 19:08 VERSION 19:17:40 drwxrwxr-x 2 1001 1001 4096 Dec 26 19:11 bin 19:17:40 drwxrwxr-x 18 1001 1001 4096 Dec 26 19:11 cmd 19:17:40 -rw-r--r-- 1 root root 453602 Dec 26 19:16 coverage.out 19:17:40 drwxrwxr-x 2 1001 1001 4096 Dec 26 19:11 fuzz_test 19:17:40 -rw-rw-r-- 1 1001 1001 3685 Dec 26 19:11 go.mod 19:17:40 -rw-rw-r-- 1 1001 1001 34037 Dec 26 19:11 go.sum 19:17:40 drwxrwxr-x 7 1001 1001 4096 Dec 26 19:11 internal 19:17:40 drwxrwxr-x 3 1001 1001 4096 Dec 26 19:11 openapi 19:17:40 -rw-rw-r-- 1 1001 1001 584 Dec 26 19:11 security.txt 19:17:40 -rw-rw-r-- 1 1001 1001 204 Dec 26 19:11 version.go [Pipeline] sh 19:17:40 + '[' -e coverage.out ] 19:17:40 + chown 1001:1001 coverage.out [Pipeline] stash 19:17:40 Warning: overwriting stash ‘coverage-report’ 19:17:41 Stashed 1 file(s) [Pipeline] sh 19:17:41 + make build 19:17:41 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 19:18:38 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:18:38 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:18:39 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 19:18:41 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:19:08 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:19:10 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 19:19:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:19:18 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:19:20 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:19:23 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:19:26 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 19:19:30 $ docker stop --time=1 803eb753d06fd64a8eabb651f6bce8260e230623365ac24753ebc7a3b2017bfc 19:19:32 $ docker rm -f --volumes 803eb753d06fd64a8eabb651f6bce8260e230623365ac24753ebc7a3b2017bfc [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:19:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:19:35 19:19:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:19:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:19:35 latest: Pulling from edgex-devops/edgex-compose-arm64 19:19:35 547446be3368: Pulling fs layer 19:19:35 d125d8839a47: Pulling fs layer 19:19:35 3e85d5ac6304: Pulling fs layer 19:19:35 c3105a71a48b: Pulling fs layer 19:19:35 0f093f025ec4: Pulling fs layer 19:19:35 c3106fc0e877: Pulling fs layer 19:19:35 c3105a71a48b: Waiting 19:19:35 0f093f025ec4: Waiting 19:19:35 c3106fc0e877: Waiting 19:19:35 547446be3368: Verifying Checksum 19:19:35 547446be3368: Download complete 19:19:36 c3105a71a48b: Verifying Checksum 19:19:36 c3105a71a48b: Download complete 19:19:36 d125d8839a47: Verifying Checksum 19:19:36 d125d8839a47: Download complete 19:19:36 c3106fc0e877: Download complete 19:19:36 0f093f025ec4: Verifying Checksum 19:19:36 0f093f025ec4: Download complete 19:19:37 547446be3368: Pull complete 19:19:38 3e85d5ac6304: Verifying Checksum 19:19:38 3e85d5ac6304: Download complete 19:19:38 d125d8839a47: Pull complete 19:19:53 3e85d5ac6304: Pull complete 19:19:53 c3105a71a48b: Pull complete 19:19:53 0f093f025ec4: Pull complete 19:19:53 c3106fc0e877: Pull complete 19:19:53 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 19:19:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:19:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:19:54 prd-ubuntu20.04-docker-arm64-4c-16g-26199 does not seem to be running inside a container 19:19:54 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:19:55 $ docker top 5aa23153910dcaec3bc268cff4947aba24eda6a3b35f9b94cc401e692f8f33f8 -eo pid,comm [Pipeline] { [Pipeline] sh 19:19:56 + docker compose -f ./docker-compose-build.yml build --parallel 19:19:58 #1 [security-proxy-setup internal] load build definition from Dockerfile 19:19:58 #1 transferring dockerfile: 19:19:58 #1 transferring dockerfile: 2.50kB 0.0s done 19:19:58 #1 DONE 0.1s 19:19:58 19:19:58 #2 [security-proxy-setup internal] load .dockerignore 19:19:58 #2 transferring context: 50B 0.0s done 19:19:58 #2 DONE 0.1s 19:19:58 19:19:58 #3 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:19:58 #3 DONE 0.0s 19:19:58 19:19:58 #4 [security-spire-config internal] load .dockerignore 19:19:58 #4 transferring context: 50B done 19:19:58 #4 DONE 0.1s 19:19:58 19:19:58 #5 [security-spire-config internal] load build definition from Dockerfile 19:19:58 #5 transferring dockerfile: 1.69kB 0.0s done 19:19:58 #5 DONE 0.1s 19:19:58 19:19:58 #6 [core-data internal] load build definition from Dockerfile 19:19:58 #6 transferring dockerfile: 2.01kB done 19:19:58 #6 DONE 0.1s 19:19:58 19:19:58 #7 [core-data internal] load .dockerignore 19:19:58 #7 transferring context: 50B 0.0s done 19:19:58 #7 DONE 0.1s 19:19:58 19:19:58 #3 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:19:58 #3 DONE 0.0s 19:19:58 19:19:58 #8 [security-bootstrapper internal] load .dockerignore 19:19:58 #8 transferring context: 50B done 19:19:58 #8 DONE 0.1s 19:19:58 19:19:58 #9 [security-proxy-auth internal] load build definition from Dockerfile 19:19:58 #9 transferring dockerfile: 2.15kB done 19:19:58 #9 DONE 0.1s 19:19:58 19:19:58 #10 [security-proxy-auth internal] load .dockerignore 19:19:58 #10 transferring context: 50B done 19:19:58 #10 DONE 0.1s 19:19:58 19:19:58 #3 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:19:58 #3 DONE 0.0s 19:19:58 19:19:58 #11 [security-bootstrapper internal] load build definition from Dockerfile 19:19:58 #11 transferring dockerfile: 2.93kB 0.0s done 19:19:58 #11 DONE 0.1s 19:19:58 19:19:58 #12 [security-spire-agent internal] load .dockerignore 19:19:58 #12 transferring context: 50B done 19:19:58 #12 DONE 0.1s 19:19:58 19:19:58 #3 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:19:58 #3 DONE 0.0s 19:19:58 19:19:58 #13 [security-spire-agent internal] load build definition from Dockerfile 19:19:58 #13 transferring dockerfile: 1.81kB done 19:19:58 #13 DONE 0.1s 19:19:58 19:19:58 #14 [core-common-config-bootstrapper internal] load .dockerignore 19:19:58 #14 transferring context: 50B 0.0s done 19:19:58 #14 DONE 0.1s 19:19:58 19:19:58 #15 [core-common-config-bootstrapper internal] load build definition from Dockerfile 19:19:58 #15 transferring dockerfile: 2.23kB done 19:19:58 #15 DONE 0.1s 19:19:58 19:19:58 #16 [core-command internal] load .dockerignore 19:19:59 #16 transferring context: 50B done 19:19:59 #16 DONE 0.1s 19:19:59 19:19:59 #17 [core-command internal] load build definition from Dockerfile 19:19:59 #17 transferring dockerfile: 1.93kB done 19:19:59 #17 DONE 0.1s 19:19:59 19:19:59 #3 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:19:59 #3 DONE 0.0s 19:19:59 19:19:59 #18 [support-scheduler internal] load build definition from Dockerfile 19:19:59 #18 transferring dockerfile: 1.93kB done 19:19:59 #18 DONE 0.1s 19:19:59 19:19:59 #19 [security-secretstore-setup internal] load build definition from Dockerfile 19:19:59 #19 ... 19:19:59 19:19:59 #20 [support-scheduler internal] load .dockerignore 19:19:59 #20 transferring context: 50B 0.0s done 19:19:59 #20 DONE 0.2s 19:19:59 19:19:59 #3 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:19:59 #3 DONE 0.0s 19:19:59 19:19:59 #21 [core-metadata internal] load build definition from Dockerfile 19:19:59 #21 transferring dockerfile: 2.06kB 0.0s done 19:19:59 #21 DONE 0.2s 19:19:59 19:19:59 #22 [core-metadata internal] load .dockerignore 19:19:59 #22 transferring context: 50B 0.0s done 19:19:59 #22 DONE 0.2s 19:19:59 19:19:59 #3 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:19:59 #3 DONE 0.0s 19:19:59 19:19:59 #23 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 19:19:59 #23 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 19:19:59 #23 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.3s done 19:19:59 #23 ... 19:19:59 19:19:59 #19 [security-secretstore-setup internal] load build definition from Dockerfile 19:19:59 #19 transferring dockerfile: 2.49kB done 19:19:59 #19 DONE 0.5s 19:19:59 19:19:59 #24 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 19:19:59 #24 DONE 1.0s 19:19:59 19:19:59 #25 [security-secretstore-setup internal] load .dockerignore 19:19:59 #25 transferring context: 50B done 19:19:59 #25 DONE 0.6s 19:19:59 19:19:59 #23 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 19:19:59 #23 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.3s done 19:19:59 #23 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done 19:19:59 #23 sha256:d4ade3639c27579321046d78cc44ec978cea8357d56932611984f601d27e30ac 528B / 528B done 19:19:59 #23 sha256:98487ac3d99577fbab06f220381fb052c7145a5dbcfea10ca83256f8f37f4f77 1.49kB / 1.49kB done 19:19:59 #23 ... 19:19:59 19:19:59 #3 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:19:59 #3 DONE 0.0s 19:19:59 19:19:59 #26 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 19:19:59 #26 DONE 1.3s 19:19:59 19:19:59 #23 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 19:19:59 #23 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 0B / 3.33MB 0.1s 19:19:59 #23 ... 19:19:59 19:19:59 #27 [security-spiffe-token-provider internal] load build definition from Dockerfile 19:19:59 #27 transferring dockerfile: 1.89kB 0.0s done 19:19:59 #27 DONE 0.6s 19:19:59 19:19:59 #28 [security-spiffe-token-provider internal] load .dockerignore 19:19:59 #28 transferring context: 50B 0.1s done 19:19:59 #28 DONE 0.6s 19:19:59 19:19:59 #23 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 19:19:59 #23 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.3s done 19:19:59 #23 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done 19:19:59 #23 sha256:d4ade3639c27579321046d78cc44ec978cea8357d56932611984f601d27e30ac 528B / 528B done 19:19:59 #23 sha256:98487ac3d99577fbab06f220381fb052c7145a5dbcfea10ca83256f8f37f4f77 1.49kB / 1.49kB done 19:19:59 #23 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 917.50kB / 3.33MB 0.2s 19:19:59 #23 ... 19:19:59 19:19:59 #3 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:19:59 #3 DONE 0.0s 19:19:59 19:19:59 #23 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 19:19:59 #23 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 2.10MB / 3.33MB 0.3s 19:20:00 #23 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 3.33MB / 3.33MB 0.4s 19:20:00 #23 extracting sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 19:20:00 #23 ... 19:20:00 19:20:00 #24 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 19:20:00 #24 DONE 1.5s 19:20:00 19:20:00 #29 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 19:20:00 #29 DONE 1.4s 19:20:00 19:20:00 #23 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 19:20:00 #23 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.3s done 19:20:00 #23 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done 19:20:00 #23 sha256:d4ade3639c27579321046d78cc44ec978cea8357d56932611984f601d27e30ac 528B / 528B done 19:20:00 #23 sha256:98487ac3d99577fbab06f220381fb052c7145a5dbcfea10ca83256f8f37f4f77 1.49kB / 1.49kB done 19:20:00 #23 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 3.33MB / 3.33MB 0.5s done 19:20:00 #23 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.3s done 19:20:00 #23 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done 19:20:00 #23 sha256:d4ade3639c27579321046d78cc44ec978cea8357d56932611984f601d27e30ac 528B / 528B done 19:20:00 #23 sha256:98487ac3d99577fbab06f220381fb052c7145a5dbcfea10ca83256f8f37f4f77 1.49kB / 1.49kB done 19:20:00 #23 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 3.33MB / 3.33MB 0.5s done 19:20:00 #23 ... 19:20:00 19:20:00 #30 [security-spire-config internal] load build context 19:20:00 #30 transferring context: 16.35kB 0.1s done 19:20:00 #30 DONE 0.7s 19:20:00 19:20:00 #31 [support-notifications internal] load .dockerignore 19:20:00 #31 transferring context: 50B 0.1s done 19:20:00 #31 DONE 1.2s 19:20:00 19:20:00 #32 [support-scheduler builder 2/7] WORKDIR /edgex-go 19:20:00 #32 ... 19:20:00 19:20:00 #33 [support-notifications internal] load build definition from Dockerfile 19:20:00 #33 transferring dockerfile: 1.95kB 0.1s done 19:20:00 #33 DONE 1.7s 19:20:00 19:20:00 #34 [security-spire-server internal] load .dockerignore 19:20:00 #34 transferring context: 50B 0.0s done 19:20:00 #34 DONE 1.7s 19:20:00 19:20:00 #35 [security-spire-server internal] load build definition from Dockerfile 19:20:00 #35 transferring dockerfile: 1.70kB 0.1s done 19:20:00 #35 DONE 1.7s 19:20:00 19:20:00 #23 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 19:20:01 #23 ... 19:20:01 19:20:01 #3 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:20:01 #3 DONE 0.0s 19:20:01 19:20:01 #23 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 19:20:01 #23 ... 19:20:01 19:20:01 #36 [security-spire-agent internal] load build context 19:20:01 #36 transferring context: 17.63kB 0.1s done 19:20:01 #36 DONE 1.1s 19:20:01 19:20:01 #23 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 19:20:01 #23 ... 19:20:01 19:20:01 #32 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go 19:20:01 #32 DONE 1.5s 19:20:01 19:20:01 #23 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 19:20:01 #23 ... 19:20:01 19:20:01 #32 [support-notifications builder 2/7] WORKDIR /edgex-go 19:20:01 #32 DONE 1.5s 19:20:01 19:20:01 #24 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 19:20:01 #24 DONE 2.3s 19:20:01 19:20:01 #23 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 19:20:01 #23 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.3s done 19:20:01 #23 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done 19:20:01 #23 sha256:d4ade3639c27579321046d78cc44ec978cea8357d56932611984f601d27e30ac 528B / 528B done 19:20:01 #23 sha256:98487ac3d99577fbab06f220381fb052c7145a5dbcfea10ca83256f8f37f4f77 1.49kB / 1.49kB done 19:20:01 #23 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 3.33MB / 3.33MB 0.5s done 19:20:02 #23 ... 19:20:02 19:20:02 #26 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 19:20:02 #26 DONE 2.3s 19:20:02 19:20:02 #23 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 19:20:02 #23 resolve docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 0.3s done 19:20:02 #23 sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 1.64kB / 1.64kB done 19:20:02 #23 sha256:d4ade3639c27579321046d78cc44ec978cea8357d56932611984f601d27e30ac 528B / 528B done 19:20:02 #23 sha256:98487ac3d99577fbab06f220381fb052c7145a5dbcfea10ca83256f8f37f4f77 1.49kB / 1.49kB done 19:20:02 #23 sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 3.33MB / 3.33MB 0.5s done 19:20:02 #23 extracting sha256:2c03dbb20264f09924f9eab176da44e5421e74a78b09531d3c63448a7baa7c59 2.2s done 19:20:02 #23 ... 19:20:02 19:20:02 #37 [security-spire-server internal] load build context 19:20:02 #37 transferring context: 18.10kB 0.3s done 19:20:02 #37 DONE 0.5s 19:20:03 19:20:03 #38 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 19:20:03 #38 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.5s done 19:20:03 #38 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done 19:20:03 #38 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done 19:20:03 #38 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done 19:20:03 #38 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.5s done 19:20:03 #38 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.5s done 19:20:03 #38 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.6s done 19:20:03 #38 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.0s done 19:20:03 #38 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.0s done 19:20:03 #38 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 2.6s done 19:20:03 #38 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0.0s done 19:20:03 #38 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 19:20:08 #38 ... 19:20:08 19:20:08 #23 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 19:20:08 #23 DONE 9.5s 19:20:08 19:20:08 #39 [core-command internal] load build context 19:20:08 #39 transferring context: 69.39MB 8.9s 19:20:08 #39 ... 19:20:08 19:20:08 #40 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 19:20:08 #40 ... 19:20:08 19:20:08 #41 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 19:20:08 #0 2.068 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:20:08 #0 2.604 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:20:08 #0 3.758 v3.18.5-75-g19fa7e7fb32 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 19:20:08 #0 3.758 v3.18.5-70-g5aeac1c831e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 19:20:08 #0 3.758 OK: 19948 distinct packages available 19:20:08 #0 3.970 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:20:08 #0 4.278 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:20:08 #0 5.605 OK: 266 MiB in 52 packages 19:20:08 #41 DONE 7.1s 19:20:08 19:20:08 #38 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 19:20:08 #38 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 5.8s 19:20:08 #38 ... 19:20:08 19:20:08 #42 [security-proxy-setup internal] load build context 19:20:09 #42 ... 19:20:09 19:20:09 #43 [core-common-config-bootstrapper internal] load build context 19:20:09 #43 ... 19:20:09 19:20:09 #44 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:20:09 #44 ... 19:20:09 19:20:09 #45 [security-proxy-auth internal] load build context 19:20:09 #45 ... 19:20:09 19:20:09 #46 [security-bootstrapper internal] load build context 19:20:09 #46 ... 19:20:09 19:20:09 #47 [support-scheduler internal] load build context 19:20:09 #47 ... 19:20:09 19:20:09 #48 [core-data internal] load build context 19:20:09 #48 ... 19:20:09 19:20:09 #49 [core-metadata internal] load build context 19:20:10 #49 ... 19:20:10 19:20:10 #50 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 19:20:10 #0 5.829 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:20:10 #0 6.238 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:20:10 #0 7.488 OK: 266 MiB in 52 packages 19:20:10 #50 DONE 8.5s 19:20:10 19:20:10 #49 [core-metadata internal] load build context 19:20:10 #49 ... 19:20:10 19:20:10 #48 [core-data internal] load build context 19:20:10 #48 ... 19:20:10 19:20:10 #51 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 19:20:10 #0 5.686 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:20:10 #0 6.088 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:20:10 #0 7.619 OK: 266 MiB in 52 packages 19:20:10 #51 DONE 8.1s 19:20:10 19:20:10 #52 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 19:20:10 #0 5.910 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:20:10 #0 6.340 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:20:10 #0 7.561 OK: 266 MiB in 52 packages 19:20:10 #52 DONE 8.5s 19:20:10 19:20:10 #48 [core-data internal] load build context 19:20:10 #48 ... 19:20:10 19:20:10 #53 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 19:20:10 #53 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.3s done 19:20:10 #53 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done 19:20:10 #53 sha256:2e3c005644c68a66b99f2ab1386460866c91f666818b8e3156b9a89d00c7486e 2.74kB / 2.74kB done 19:20:10 #53 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B done 19:20:10 #53 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB done 19:20:10 #53 sha256:ad4dd425609715af26ecdaca2eb780a94c16ab3f2bf7af379c54c59118cbad72 1.05kB / 1.05kB done 19:20:10 #53 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done 19:20:10 #53 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 0.5s done 19:20:10 #53 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 17.12MB / 17.12MB 1.4s done 19:20:10 #53 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 0.0s done 19:20:10 #53 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 7.6s 19:20:10 #53 ... 19:20:10 19:20:10 #54 [security-secretstore-setup internal] load build context 19:20:10 #54 ... 19:20:10 19:20:10 #55 [security-spiffe-token-provider internal] load build context 19:20:10 #55 ... 19:20:10 19:20:10 #54 [security-secretstore-setup internal] load build context 19:20:11 #54 ... 19:20:11 19:20:11 #56 [support-notifications internal] load build context 19:20:12 #56 ... 19:20:12 19:20:12 #54 [security-secretstore-setup internal] load build context 19:20:13 #54 transferring context: 95.25MB 13.0s 19:20:13 #54 ... 19:20:13 19:20:13 #53 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 19:20:13 #53 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 9.8s done 19:20:13 #53 DONE 13.5s 19:20:13 19:20:13 #54 [security-secretstore-setup internal] load build context 19:20:15 #54 ... 19:20:15 19:20:15 #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 19:20:15 #0 3.174 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:20:15 #0 3.706 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:20:15 #0 4.994 (1/2) Installing dumb-init (1.2.5-r2) 19:20:15 #0 4.994 (2/2) Installing su-exec (0.2-r3) 19:20:15 #0 4.994 Executing busybox-1.36.1-r5.trigger 19:20:15 #0 5.058 OK: 8 MiB in 17 packages 19:20:15 #57 DONE 6.3s 19:20:15 19:20:15 #54 [security-secretstore-setup internal] load build context 19:20:16 #54 ... 19:20:16 19:20:16 #40 [support-scheduler stage-1 2/9] RUN apk add --update --no-cache dumb-init 19:20:16 #40 4.399 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:20:16 #40 5.023 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:20:16 #40 6.652 (1/1) Installing dumb-init (1.2.5-r2) 19:20:16 #40 6.670 Executing busybox-1.36.1-r5.trigger 19:20:16 #40 6.768 OK: 8 MiB in 16 packages 19:20:16 #40 DONE 7.7s 19:20:16 19:20:16 #54 [security-secretstore-setup internal] load build context 19:20:16 #54 ... 19:20:16 19:20:16 #58 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 19:20:16 #0 3.184 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:20:16 #0 3.715 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:20:16 #0 5.245 (1/4) Installing ca-certificates (20230506-r0) 19:20:16 #0 5.512 (2/4) Installing dumb-init (1.2.5-r2) 19:20:16 #0 5.512 (3/4) Installing su-exec (0.2-r3) 19:20:16 #0 5.533 (4/4) Installing yq (4.33.3-r5) 19:20:16 #0 6.111 Executing busybox-1.36.1-r5.trigger 19:20:16 #0 6.167 Executing ca-certificates-20230506-r0.trigger 19:20:16 #0 6.821 OK: 18 MiB in 19 packages 19:20:16 #58 DONE 7.7s 19:20:16 19:20:16 #54 [security-secretstore-setup internal] load build context 19:20:16 #54 ... 19:20:16 19:20:16 #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 19:20:16 #0 4.501 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:20:16 #0 5.111 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:20:16 #0 7.173 (1/1) Installing dumb-init (1.2.5-r2) 19:20:16 #0 7.295 Executing busybox-1.36.1-r5.trigger 19:20:16 #0 7.295 OK: 8 MiB in 16 packages 19:20:16 #59 DONE 8.0s 19:20:16 19:20:16 #54 [security-secretstore-setup internal] load build context 19:20:18 #54 ... 19:20:18 19:20:18 #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 19:20:18 #0 7.691 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:20:18 #0 8.284 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:20:18 #60 10.18 (1/4) Installing dumb-init (1.2.5-r2) 19:20:18 #60 ... 19:20:18 19:20:18 #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 19:20:18 #0 7.778 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:20:18 #0 8.514 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:20:18 #0 10.09 (1/2) Installing ca-certificates (20230506-r0) 19:20:18 #61 10.23 (2/2) Installing dumb-init (1.2.5-r2) 19:20:18 #61 10.23 Executing busybox-1.36.1-r5.trigger 19:20:18 #61 10.35 Executing ca-certificates-20230506-r0.trigger 19:20:18 #61 ... 19:20:18 19:20:18 #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:20:18 #0 6.286 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:20:18 #0 7.094 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:20:18 #0 8.741 v3.18.5-75-g19fa7e7fb32 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 19:20:18 #0 8.741 v3.18.5-70-g5aeac1c831e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 19:20:18 #0 8.741 OK: 19946 distinct packages available 19:20:18 #0 9.216 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:20:18 #0 9.828 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:20:18 #62 ... 19:20:18 19:20:18 #63 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:20:18 #0 6.682 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:20:18 #0 7.537 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:20:18 #0 9.595 v3.18.5-75-g19fa7e7fb32 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 19:20:18 #0 9.595 v3.18.5-70-g5aeac1c831e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 19:20:18 #0 9.595 OK: 19946 distinct packages available 19:20:18 #0 9.954 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:20:18 #0 10.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:20:19 #63 ... 19:20:19 19:20:19 #39 [core-command internal] load build context 19:20:19 #39 transferring context: 112.10MB 19.5s 19:20:19 #39 ... 19:20:19 19:20:19 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:20:19 #0 5.245 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:20:19 #0 5.941 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:20:19 #0 7.944 v3.18.5-75-g19fa7e7fb32 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 19:20:19 #0 7.944 v3.18.5-70-g5aeac1c831e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 19:20:19 #0 7.944 OK: 19946 distinct packages available 19:20:19 #0 8.360 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:20:19 #0 9.003 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:20:19 #64 ... 19:20:19 19:20:19 #39 [core-command internal] load build context 19:20:19 #39 ... 19:20:19 19:20:19 #42 [security-proxy-setup internal] load build context 19:20:19 #42 ... 19:20:19 19:20:19 #43 [core-common-config-bootstrapper internal] load build context 19:20:19 #43 ... 19:20:19 19:20:19 #45 [security-proxy-auth internal] load build context 19:20:19 #45 ... 19:20:19 19:20:19 #38 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 19:20:19 #38 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 16.6s 19:20:19 #38 ... 19:20:19 19:20:19 #46 [security-bootstrapper internal] load build context 19:20:19 #46 ... 19:20:19 19:20:19 #47 [support-scheduler internal] load build context 19:20:19 #47 ... 19:20:19 19:20:19 #45 [security-proxy-auth internal] load build context 19:20:20 #45 ... 19:20:20 19:20:20 #49 [core-metadata internal] load build context 19:20:20 #49 ... 19:20:20 19:20:20 #48 [core-data internal] load build context 19:20:20 #48 ... 19:20:20 19:20:20 #49 [core-metadata internal] load build context 19:20:20 #49 ... 19:20:20 19:20:20 #55 [security-spiffe-token-provider internal] load build context 19:20:20 #55 ... 19:20:20 19:20:20 #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:20:20 #62 12.03 (1/11) Installing ca-certificates (20230506-r0) 19:20:20 #62 12.10 (2/11) Installing brotli-libs (1.0.9-r14) 19:20:20 #62 12.14 (3/11) Installing libunistring (1.1-r1) 19:20:20 #62 12.18 (4/11) Installing libidn2 (2.3.4-r1) 19:20:20 #62 12.20 (5/11) Installing nghttp2-libs (1.57.0-r0) 19:20:20 #62 12.21 (6/11) Installing libcurl (8.5.0-r0) 19:20:20 #62 12.24 (7/11) Installing curl (8.5.0-r0) 19:20:20 #62 12.26 (8/11) Installing dumb-init (1.2.5-r2) 19:20:20 #62 12.27 (9/11) Installing musl-obstack (1.2.3-r2) 19:20:20 #62 12.28 (10/11) Installing libucontext (1.2-r2) 19:20:20 #62 12.31 (11/11) Installing gcompat (1.1.0-r1) 19:20:20 #62 12.31 Executing busybox-1.36.1-r5.trigger 19:20:20 #62 12.36 Executing ca-certificates-20230506-r0.trigger 19:20:21 #62 12.74 OK: 13 MiB in 26 packages 19:20:22 #62 ... 19:20:22 19:20:22 #56 [support-notifications internal] load build context 19:20:22 #56 ... 19:20:22 19:20:22 #45 [security-proxy-auth internal] load build context 19:20:23 #45 ... 19:20:23 19:20:23 #54 [security-secretstore-setup internal] load build context 19:20:23 #54 transferring context: 132.21MB 20.9s done 19:20:23 #54 DONE 23.0s 19:20:23 19:20:23 #45 [security-proxy-auth internal] load build context 19:20:23 #45 ... 19:20:23 19:20:23 #49 [core-metadata internal] load build context 19:20:23 #49 transferring context: 132.21MB 21.5s done 19:20:23 #49 DONE 24.0s 19:20:23 19:20:23 #42 [security-proxy-setup internal] load build context 19:20:23 #42 transferring context: 132.21MB 20.4s done 19:20:23 #42 DONE 24.5s 19:20:23 19:20:23 #45 [security-proxy-auth internal] load build context 19:20:23 #45 ... 19:20:23 19:20:23 #56 [support-notifications internal] load build context 19:20:23 #56 transferring context: 132.21MB 20.4s done 19:20:23 #56 DONE 21.8s 19:20:23 19:20:23 #39 [core-command internal] load build context 19:20:23 #39 transferring context: 132.21MB 22.8s done 19:20:23 #39 DONE 24.5s 19:20:23 19:20:23 #43 [core-common-config-bootstrapper internal] load build context 19:20:23 #43 transferring context: 132.21MB 23.3s done 19:20:23 #43 DONE 24.6s 19:20:23 19:20:23 #55 [security-spiffe-token-provider internal] load build context 19:20:23 #55 transferring context: 132.21MB 22.3s done 19:20:23 #55 DONE 23.6s 19:20:23 19:20:23 #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 19:20:23 #60 10.20 (2/4) Installing openssl (3.1.4-r1) 19:20:23 #60 10.26 (3/4) Installing su-exec (0.2-r3) 19:20:23 #60 10.26 (4/4) Installing yq (4.33.3-r5) 19:20:23 #60 10.65 Executing busybox-1.36.1-r5.trigger 19:20:23 #60 10.72 OK: 18 MiB in 19 packages 19:20:23 #60 DONE 15.4s 19:20:23 19:20:23 #65 [core-metadata builder 4/7] COPY go.mod vendor* ./ 19:20:23 #65 ... 19:20:23 19:20:24 #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:20:24 #62 DONE 15.5s 19:20:24 19:20:24 #66 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 19:20:24 #0 4.258 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:20:24 #0 5.214 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:20:24 #0 6.694 OK: 8 MiB in 17 packages 19:20:24 #66 DONE 9.1s 19:20:24 19:20:24 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:20:24 #64 10.83 (1/4) Installing dumb-init (1.2.5-r2) 19:20:24 #64 10.85 (2/4) Installing musl-obstack (1.2.3-r2) 19:20:24 #64 10.86 (3/4) Installing libucontext (1.2-r2) 19:20:24 #64 10.88 (4/4) Installing gcompat (1.1.0-r1) 19:20:24 #64 10.89 Executing busybox-1.36.1-r5.trigger 19:20:24 #64 11.05 OK: 8 MiB in 19 packages 19:20:24 #64 DONE 15.5s 19:20:24 19:20:24 #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 19:20:24 #61 11.00 OK: 9 MiB in 17 packages 19:20:24 #61 DONE 15.6s 19:20:24 19:20:24 #47 [support-scheduler internal] load build context 19:20:24 #47 transferring context: 132.21MB 23.0s done 19:20:24 #47 DONE 24.5s 19:20:24 19:20:24 #63 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:20:24 #63 12.63 (1/5) Installing dumb-init (1.2.5-r2) 19:20:24 #63 12.63 (2/5) Installing musl-obstack (1.2.3-r2) 19:20:24 #63 12.63 (3/5) Installing libucontext (1.2-r2) 19:20:24 #63 12.66 (4/5) Installing gcompat (1.1.0-r1) 19:20:24 #63 12.67 (5/5) Installing openssl (3.1.4-r1) 19:20:24 #63 12.71 Executing busybox-1.36.1-r5.trigger 19:20:24 #63 12.74 OK: 9 MiB in 20 packages 19:20:24 #63 DONE 15.8s 19:20:24 19:20:24 #67 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 19:20:24 #67 ... 19:20:24 19:20:24 #46 [security-bootstrapper internal] load build context 19:20:24 #46 transferring context: 132.21MB 23.8s done 19:20:24 #46 DONE 25.1s 19:20:24 19:20:24 #48 [core-data internal] load build context 19:20:25 #48 ... 19:20:25 19:20:25 #45 [security-proxy-auth internal] load build context 19:20:25 #45 transferring context: 132.21MB 24.7s done 19:20:25 #45 DONE 25.9s 19:20:25 19:20:25 #48 [core-data internal] load build context 19:20:25 #48 ... 19:20:25 19:20:25 #68 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 19:20:25 #68 DONE 1.7s 19:20:25 19:20:25 #69 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 19:20:25 #0 6.394 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:20:25 #0 6.783 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:20:25 #0 8.086 OK: 18 MiB in 19 packages 19:20:25 #69 DONE 8.9s 19:20:25 19:20:25 #65 [core-metadata builder 4/7] COPY go.mod vendor* ./ 19:20:25 #65 DONE 1.5s 19:20:25 19:20:25 #70 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 19:20:25 #0 6.627 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:20:25 #0 7.033 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:20:25 #0 8.312 OK: 8 MiB in 16 packages 19:20:25 #70 DONE 9.2s 19:20:25 19:20:25 #71 [core-data stage-1 3/7] RUN apk --no-cache upgrade 19:20:25 #0 6.587 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:20:25 #0 6.956 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:20:25 #0 8.187 OK: 8 MiB in 16 packages 19:20:25 #71 DONE 8.9s 19:20:25 19:20:25 #48 [core-data internal] load build context 19:20:25 #48 ... 19:20:25 19:20:25 #72 [support-notifications builder 4/7] COPY go.mod vendor* ./ 19:20:25 #72 DONE 1.5s 19:20:25 19:20:25 #73 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 19:20:25 #73 DONE 1.4s 19:20:25 19:20:25 #48 [core-data internal] load build context 19:20:25 #48 ... 19:20:25 19:20:25 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 19:20:25 #38 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 18.0s done 19:20:25 #38 DONE 26.2s 19:20:25 19:20:25 #48 [core-data internal] load build context 19:20:27 #48 transferring context: 132.21MB 28.2s done 19:20:27 #48 DONE 28.5s 19:20:27 19:20:27 #74 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 19:20:28 #74 3.795 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:20:28 #74 ... 19:20:28 19:20:28 #75 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 19:20:28 #75 DONE 4.3s 19:20:28 19:20:28 #76 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 19:20:28 #76 DONE 0.1s 19:20:28 19:20:28 #74 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 19:20:28 #74 4.273 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:20:29 #74 ... 19:20:29 19:20:29 #77 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 19:20:29 #0 3.311 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:20:29 #0 3.846 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:20:29 #0 5.278 OK: 8 MiB in 19 packages 19:20:29 #77 DONE 5.6s 19:20:29 19:20:29 #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 19:20:29 #0 3.498 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:20:29 #0 3.905 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:20:29 #0 5.375 OK: 18 MiB in 19 packages 19:20:29 #78 DONE 5.7s 19:20:29 19:20:29 #79 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 19:20:30 #79 DONE 0.3s 19:20:30 19:20:30 #80 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:20:30 #80 ... 19:20:30 19:20:30 #81 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 19:20:30 #0 3.908 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:20:30 #0 4.385 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:20:30 #0 5.812 OK: 13 MiB in 26 packages 19:20:30 #81 DONE 6.2s 19:20:30 19:20:30 #67 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 19:20:30 #67 3.942 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:20:30 #67 4.529 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:20:30 #67 5.916 OK: 9 MiB in 17 packages 19:20:30 #67 DONE 6.3s 19:20:30 19:20:30 #74 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 19:20:30 #74 5.831 OK: 9 MiB in 20 packages 19:20:30 #74 DONE 6.4s 19:20:30 19:20:30 #82 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 19:20:31 #82 DONE 0.8s 19:20:31 19:20:31 #80 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:20:31 #80 DONE 1.6s 19:20:31 19:20:31 #83 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:20:31 #83 ... 19:20:31 19:20:31 #84 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:20:31 #84 DONE 0.9s 19:20:31 19:20:31 #85 [security-spire-config stage-2 5/10] COPY Attribution.txt / 19:20:31 #85 DONE 0.1s 19:20:31 19:20:31 #86 [security-spire-server stage-2 5/9] COPY Attribution.txt / 19:20:31 #86 DONE 0.2s 19:20:31 19:20:31 #87 [security-spire-config stage-2 6/10] COPY security.txt / 19:20:31 #87 DONE 0.2s 19:20:31 19:20:31 #88 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:20:31 #88 ... 19:20:31 19:20:31 #89 [security-spire-server stage-2 6/9] COPY security.txt / 19:20:31 #89 DONE 0.2s 19:20:31 19:20:31 #88 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:20:31 #88 DONE 0.2s 19:20:31 19:20:31 #90 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 19:20:31 #90 DONE 0.2s 19:20:31 19:20:31 #91 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:20:31 #91 DONE 0.2s 19:20:31 19:20:31 #92 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:20:31 #92 ... 19:20:31 19:20:31 #93 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:20:31 #93 DONE 0.2s 19:20:32 19:20:32 #92 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:20:32 #92 DONE 0.2s 19:20:32 19:20:32 #83 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 19:20:32 #83 DONE 1.0s 19:20:32 19:20:32 #94 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 19:20:32 #94 DONE 0.2s 19:20:32 19:20:32 #95 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:20:32 #95 DONE 0.2s 19:20:32 19:20:32 #96 [security-spire-server] exporting to image 19:20:32 #96 exporting layers 19:20:32 #96 ... 19:20:32 19:20:32 #97 [security-spire-agent stage-3 7/10] COPY security.txt / 19:20:32 #97 DONE 0.1s 19:20:32 19:20:32 #98 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:20:32 #98 DONE 0.1s 19:20:32 19:20:32 #99 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:20:32 #99 DONE 0.1s 19:20:32 19:20:32 #100 [security-spire-config] exporting to image 19:20:32 #100 ... 19:20:32 19:20:32 #101 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:20:32 #101 DONE 0.1s 19:20:33 19:20:33 #102 [security-spire-agent] exporting to image 19:20:33 #102 ... 19:20:33 19:20:33 #100 [security-spire-config] exporting to image 19:20:33 #100 exporting layers 1.5s done 19:20:33 #100 writing image sha256:c9f2fcff234dab6c34d58b732a3f23faab2989ecf0321b9836e101a5a792d449 0.0s done 19:20:33 #100 naming to docker.io/library/security-spire-config-arm64 0.0s done 19:20:33 #100 DONE 1.5s 19:20:33 19:20:33 #96 [security-spire-server] exporting to image 19:20:33 #96 exporting layers 1.3s done 19:20:33 #96 writing image sha256:73e47b2fe60ee548b402e5141fa959da287472c29d1f84c87279b3c8e95bda30 done 19:20:33 #96 naming to docker.io/library/security-spire-server-arm64 0.0s done 19:20:33 #96 DONE 1.4s 19:20:33 19:20:33 #103 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:20:34 #103 ... 19:20:34 19:20:34 #102 [security-spire-agent] exporting to image 19:20:34 #102 exporting layers 1.2s done 19:20:34 #102 writing image sha256:f55061fc43c6cce4410070a3293148e8b5ff3d794c0e8bfeb393c10645b3c55f done 19:20:34 #102 naming to docker.io/library/security-spire-agent-arm64 done 19:20:34 #102 DONE 1.2s 19:20:34 19:20:34 #104 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:20:35 #104 ... 19:20:35 19:20:35 #105 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:20:35 #105 ... 19:20:35 19:20:35 #106 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:20:57 #106 DONE 31.8s 19:20:57 19:20:57 #103 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:20:57 #103 DONE 31.8s 19:20:57 19:20:57 #104 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:20:57 #104 DONE 31.8s 19:20:57 19:20:57 #105 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:20:57 #105 DONE 32.0s 19:20:57 19:20:57 #107 [security-secretstore-setup builder 6/7] COPY . . 19:20:59 #107 DONE 2.1s 19:20:59 19:20:59 #108 [security-spiffe-token-provider builder 6/7] COPY . . 19:20:59 #108 DONE 2.1s 19:20:59 19:20:59 #109 [support-notifications builder 6/7] COPY . . 19:20:59 #109 DONE 2.1s 19:20:59 19:20:59 #110 [core-metadata builder 6/7] COPY . . 19:20:59 #110 DONE 2.1s 19:20:59 19:20:59 #111 [support-scheduler builder 6/7] COPY . . 19:20:59 #111 CACHED 19:20:59 19:20:59 #112 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 19:20:59 #112 CACHED 19:20:59 19:20:59 #113 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:20:59 #113 CACHED 19:20:59 19:20:59 #114 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:20:59 #114 CACHED 19:20:59 19:20:59 #115 [core-command builder 4/7] COPY go.mod vendor* ./ 19:20:59 #115 CACHED 19:20:59 19:20:59 #116 [core-command builder 6/7] COPY . . 19:20:59 #116 CACHED 19:20:59 19:20:59 #117 [core-common-config-bootstrapper builder 6/7] COPY . . 19:20:59 #117 CACHED 19:20:59 19:20:59 #118 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 19:20:59 #118 CACHED 19:20:59 19:20:59 #119 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:20:59 #119 CACHED 19:20:59 19:20:59 #120 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 19:20:59 #120 CACHED 19:20:59 19:20:59 #121 [security-proxy-auth builder 6/7] COPY . . 19:20:59 #121 CACHED 19:20:59 19:20:59 #122 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:20:59 #122 CACHED 19:20:59 19:20:59 #123 [security-bootstrapper builder 6/7] COPY . . 19:20:59 #123 CACHED 19:20:59 19:20:59 #124 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 19:20:59 #124 CACHED 19:20:59 19:20:59 #125 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:20:59 #125 CACHED 19:20:59 19:20:59 #126 [core-data builder 6/7] COPY . . 19:20:59 #126 CACHED 19:20:59 19:20:59 #127 [core-data builder 4/7] COPY go.mod vendor* ./ 19:20:59 #127 CACHED 19:20:59 19:20:59 #128 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:20:59 #128 CACHED 19:20:59 19:20:59 #129 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 19:20:59 #129 CACHED 19:20:59 19:20:59 #130 [security-proxy-setup builder 6/7] COPY . . 19:20:59 #130 CACHED 19:20:59 19:20:59 #131 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:20:59 #131 CACHED 19:20:59 19:20:59 #132 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 19:21:02 #132 2.909 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:21:09 #132 ... 19:21:09 19:21:09 #133 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:21:09 #0 2.099 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 19:21:09 #133 ... 19:21:09 19:21:09 #134 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 19:21:09 #0 1.750 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:21:09 #134 ... 19:21:09 19:21:09 #135 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:21:09 #0 2.220 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 19:21:09 #135 ... 19:21:09 19:21:09 #136 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 19:21:09 #0 2.235 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 19:21:09 #136 ... 19:21:09 19:21:09 #137 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 19:21:09 #0 2.248 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:21:10 #137 ... 19:21:10 19:21:10 #138 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:21:10 #0 3.079 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:21:10 #138 ... 19:21:10 19:21:10 #139 [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:21:10 #0 2.504 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:21:10 #139 ... 19:21:10 19:21:10 #140 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:21:10 #0 2.430 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:21:10 #140 ... 19:21:10 19:21:10 #141 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 19:21:10 #0 2.706 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:21:10 #141 ... 19:21:10 19:21:10 #142 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:21:10 #0 1.657 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 19:27:04 #142 ... 19:27:04 19:27:04 #139 [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:27:04 #139 355.8 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:27:04 #139 ... 19:27:04 19:27:04 #141 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 19:27:04 #141 DONE 356.9s 19:27:04 19:27:04 #132 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 19:27:04 #132 DONE 357.0s 19:27:04 19:27:04 #143 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 19:27:04 #143 DONE 0.8s 19:27:04 19:27:04 #144 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 19:27:04 #144 DONE 1.0s 19:27:04 19:27:04 #145 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 19:27:04 #145 ... 19:27:04 19:27:04 #146 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 19:27:04 #146 DONE 0.3s 19:27:04 19:27:04 #147 [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:27:04 #147 DONE 0.3s 19:27:04 19:27:04 #148 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 19:27:04 #148 DONE 0.4s 19:27:04 19:27:04 #136 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 19:27:04 #136 ... 19:27:04 19:27:04 #149 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:27:04 #149 DONE 0.5s 19:27:04 19:27:04 #150 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:27:04 #150 DONE 0.2s 19:27:04 19:27:04 #135 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:27:04 #135 ... 19:27:04 19:27:04 #151 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:27:04 #151 ... 19:27:04 19:27:04 #145 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 19:27:04 #145 DONE 1.9s 19:27:04 19:27:04 #152 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 19:27:04 #152 DONE 0.4s 19:27:04 19:27:04 #134 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 19:27:04 #134 ... 19:27:04 19:27:04 #153 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 19:27:04 #153 DONE 0.5s 19:27:04 19:27:04 #154 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:27:04 #154 DONE 0.5s 19:27:04 19:27:04 #155 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 19:27:04 #155 DONE 0.3s 19:27:04 19:27:04 #151 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:27:04 #151 DONE 1.9s 19:27:04 19:27:04 #156 [security-proxy-setup] exporting to image 19:27:04 #156 exporting layers 19:27:04 #156 ... 19:27:04 19:27:04 #157 [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:27:04 #157 DONE 0.5s 19:27:04 19:27:04 #158 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 19:27:04 #158 DONE 0.3s 19:27:04 19:27:04 #138 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:27:04 #138 ... 19:27:04 19:27:04 #136 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 19:27:04 #136 DONE 362.5s 19:27:04 19:27:04 #159 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 19:27:04 #159 DONE 0.4s 19:27:04 19:27:04 #156 [security-proxy-setup] exporting to image 19:27:04 #156 exporting layers 1.2s done 19:27:04 #156 writing image sha256:5de985abe6e2bf7b9ad095532de4740ab3dc817044739d5eba0d6e073c24fbb1 done 19:27:04 #156 naming to docker.io/library/security-proxy-setup-arm64 0.0s done 19:27:04 #156 DONE 1.3s 19:27:04 19:27:04 #160 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 19:27:04 #160 DONE 0.4s 19:27:04 19:27:04 #161 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:27:04 #161 DONE 0.4s 19:27:04 19:27:04 #162 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 19:27:04 #162 ... 19:27:04 19:27:04 #163 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 19:27:04 #163 DONE 0.3s 19:27:04 19:27:04 #164 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 19:27:04 #164 DONE 0.4s 19:27:04 19:27:04 #165 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 19:27:04 #165 DONE 0.3s 19:27:04 19:27:04 #166 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 19:27:04 #166 ... 19:27:04 19:27:04 #139 [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:27:04 #139 DONE 364.6s 19:27:04 19:27:04 #133 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:27:04 #133 ... 19:27:04 19:27:04 #166 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 19:27:04 #166 DONE 0.6s 19:27:04 19:27:04 #167 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:27:04 #167 ... 19:27:04 19:27:04 #168 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 19:27:04 #168 DONE 0.5s 19:27:05 19:27:05 #162 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 19:27:05 #162 DONE 2.3s 19:27:05 19:27:05 #169 [security-bootstrapper] exporting to image 19:27:05 #169 ... 19:27:05 19:27:05 #170 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 19:27:05 #170 DONE 0.6s 19:27:05 19:27:05 #171 [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:27:05 #171 DONE 0.5s 19:27:05 19:27:05 #44 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:27:06 #44 ... 19:27:06 19:27:06 #172 [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:27:06 #172 ... 19:27:06 19:27:06 #169 [security-bootstrapper] exporting to image 19:27:06 #169 exporting layers 1.3s done 19:27:06 #169 writing image sha256:255b438d04add39fcc42656bf20d90350947ab013d83cf985bb723ef20029639 done 19:27:06 #169 naming to docker.io/library/security-bootstrapper-arm64 0.0s done 19:27:06 #169 DONE 1.3s 19:27:06 19:27:06 #135 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:27:06 #135 ... 19:27:06 19:27:06 #172 [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:27:06 #172 DONE 0.4s 19:27:06 19:27:06 #167 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:27:06 #167 DONE 2.1s 19:27:06 19:27:06 #173 [security-proxy-auth] exporting to image 19:27:07 #173 ... 19:27:07 19:27:07 #174 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 19:27:07 #174 DONE 0.7s 19:27:07 19:27:07 #173 [security-proxy-auth] exporting to image 19:27:07 #173 exporting layers 0.7s done 19:27:07 #173 writing image sha256:bbf9faae226aeed8ca5476e647077ac227a27f0b9e24ccc37f50e7687f0670e9 0.0s done 19:27:07 #173 naming to docker.io/library/security-proxy-auth-arm64 0.0s done 19:27:07 #173 DONE 0.8s 19:27:07 19:27:07 #175 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:27:07 #175 DONE 0.3s 19:27:07 19:27:07 #176 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:27:07 #176 DONE 0.3s 19:27:07 19:27:07 #138 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:27:07 #138 ... 19:27:07 19:27:07 #177 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:27:08 #177 DONE 0.2s 19:27:08 19:27:08 #178 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:27:08 #178 ... 19:27:08 19:27:08 #135 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:27:08 #135 DONE 369.5s 19:27:08 19:27:08 #138 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:27:09 #138 ... 19:27:09 19:27:09 #179 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 19:27:09 #179 DONE 0.3s 19:27:09 19:27:09 #133 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:27:09 #133 ... 19:27:09 19:27:09 #180 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 19:27:09 #180 DONE 0.1s 19:27:09 19:27:09 #178 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:27:09 #178 DONE 1.9s 19:27:09 19:27:09 #181 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 19:27:10 #181 DONE 0.4s 19:27:10 19:27:10 #182 [security-secretstore-setup] exporting to image 19:27:10 #182 ... 19:27:10 19:27:10 #183 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 19:27:10 #183 DONE 0.3s 19:27:10 19:27:10 #184 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 19:27:10 #184 DONE 0.2s 19:27:10 19:27:10 #44 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:27:10 #44 ... 19:27:10 19:27:10 #185 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:27:11 #185 ... 19:27:11 19:27:11 #182 [security-secretstore-setup] exporting to image 19:27:11 #182 exporting layers 1.3s done 19:27:11 #182 writing image sha256:03afd9338e1f2964ad08f55f9dc5d70b27c6e0bc7393b49fbdbb1872b294c173 0.0s done 19:27:11 #182 naming to docker.io/library/security-secretstore-setup-arm64 0.0s done 19:27:11 #182 DONE 1.4s 19:27:11 19:27:11 #137 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 19:27:15 #137 ... 19:27:15 19:27:15 #185 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:27:15 #185 DONE 4.9s 19:27:15 19:27:15 #186 [core-common-config-bootstrapper] exporting to image 19:27:15 #186 exporting layers 0.4s done 19:27:15 #186 writing image sha256:8c548f64a358a8f247fdc2b1c81c7f6b552bf1ce43effdc644068e1ecb372a0e 19:27:16 #186 writing image sha256:8c548f64a358a8f247fdc2b1c81c7f6b552bf1ce43effdc644068e1ecb372a0e done 19:27:16 #186 naming to docker.io/library/core-common-config-bootstrapper-arm64 0.0s done 19:27:16 #186 DONE 0.4s 19:27:16 19:27:16 #44 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:27:31 #44 ... 19:27:31 19:27:31 #137 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 19:27:31 #137 DONE 390.1s 19:27:31 19:27:31 #134 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 19:27:31 #134 ... 19:27:31 19:27:31 #187 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 19:27:31 #187 DONE 0.2s 19:27:31 19:27:31 #188 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 19:27:31 #188 DONE 0.2s 19:27:31 19:27:31 #189 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:27:31 #189 DONE 0.4s 19:27:31 19:27:31 #190 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 19:27:31 #190 DONE 0.2s 19:27:31 19:27:31 #191 [core-command] exporting to image 19:27:31 #191 exporting layers 19:27:31 #191 exporting layers 0.2s done 19:27:31 #191 writing image sha256:90d7998ca9de6ee5362b610a78da696df74bac603e56ba7d7ca5eed7b2e6393a done 19:27:31 #191 naming to docker.io/library/core-command-arm64 done 19:27:31 #191 DONE 0.3s 19:27:31 19:27:31 #134 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 19:27:31 #134 DONE 392.1s 19:27:31 19:27:31 #140 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:27:31 #140 ... 19:27:31 19:27:31 #192 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 19:27:31 #192 DONE 0.2s 19:27:31 19:27:31 #142 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:27:31 #142 ... 19:27:31 19:27:31 #193 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 19:27:31 #193 DONE 0.1s 19:27:32 19:27:32 #194 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:27:32 #194 DONE 0.3s 19:27:32 19:27:32 #138 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:27:32 #138 ... 19:27:32 19:27:32 #195 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 19:27:32 #195 ... 19:27:32 19:27:32 #133 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:27:32 #133 DONE 393.2s 19:27:32 19:27:32 #195 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 19:27:32 #195 DONE 0.3s 19:27:32 19:27:32 #196 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 19:27:33 #196 DONE 0.3s 19:27:33 19:27:33 #197 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 19:27:33 #197 DONE 0.3s 19:27:33 19:27:33 #198 [core-metadata] exporting to image 19:27:33 #198 exporting layers 0.3s done 19:27:33 #198 writing image sha256:60221322159eff6a6d803096b3fee8b2880f4a9b838f712e0037e50f1cb828ae 0.0s done 19:27:33 #198 naming to docker.io/library/core-metadata-arm64 19:27:33 #198 naming to docker.io/library/core-metadata-arm64 0.0s done 19:27:33 #198 DONE 0.4s 19:27:33 19:27:33 #199 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 19:27:33 #199 DONE 0.3s 19:27:33 19:27:33 #200 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:27:33 #200 DONE 0.3s 19:27:33 19:27:33 #201 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 19:27:34 #201 DONE 0.1s 19:27:34 19:27:34 #202 [core-data] exporting to image 19:27:34 #202 exporting layers 0.3s done 19:27:34 #202 writing image sha256:3b890e0c5116bfa2a7e81a1df70db9bfd6cd93484b43e781cf901ff7451a798a 0.0s done 19:27:34 #202 naming to docker.io/library/core-data-arm64 0.0s done 19:27:34 #202 DONE 0.4s 19:27:34 19:27:34 #44 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:27:46 #44 ... 19:27:46 19:27:46 #142 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:27:46 #142 DONE 405.2s 19:27:46 19:27:46 #203 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 19:27:46 #203 DONE 0.1s 19:27:46 19:27:46 #204 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 19:27:46 #204 DONE 0.1s 19:27:46 19:27:46 #44 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:27:46 #44 ... 19:27:46 19:27:46 #205 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:27:46 #205 DONE 0.2s 19:27:46 19:27:46 #206 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 19:27:46 #206 DONE 0.1s 19:27:46 19:27:46 #140 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:27:46 #140 ... 19:27:46 19:27:46 #207 [security-spiffe-token-provider] exporting to image 19:27:46 #207 exporting layers 19:27:46 #207 exporting layers 0.4s done 19:27:46 #207 writing image sha256:63a907b9a180ef69d6957f9f7ba2d2bfdaee1e10c822a51b4a03471ef9499084 done 19:27:46 #207 naming to docker.io/library/security-spiffe-token-provider-arm64 19:27:46 #207 naming to docker.io/library/security-spiffe-token-provider-arm64 done 19:27:46 #207 DONE 0.4s 19:27:46 19:27:46 #44 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:27:49 #44 ... 19:27:49 19:27:49 #140 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:27:49 #140 DONE 410.4s 19:27:49 19:27:49 #44 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:27:49 #44 ... 19:27:49 19:27:49 #138 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:27:49 #138 DONE 410.6s 19:27:49 19:27:49 #208 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 19:27:50 #208 DONE 0.1s 19:27:50 19:27:50 #209 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 19:27:50 #209 DONE 0.1s 19:27:50 19:27:50 #210 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 19:27:50 #210 DONE 0.2s 19:27:50 19:27:50 #211 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:27:50 #211 DONE 0.3s 19:27:50 19:27:50 #212 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 19:27:50 #212 DONE 0.2s 19:27:50 19:27:50 #213 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 19:27:50 #213 DONE 0.1s 19:27:50 19:27:50 #214 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:27:51 #214 DONE 0.3s 19:27:51 19:27:51 #215 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 19:27:51 #215 DONE 0.1s 19:27:51 19:27:51 #216 [support-scheduler] exporting to image 19:27:51 #216 exporting layers 0.3s done 19:27:51 #216 writing image sha256:6dcab4560be852526f4fdf23be1649660b5686da963171ce8632fe46f245ad46 done 19:27:51 #216 naming to docker.io/library/support-scheduler-arm64 done 19:27:51 #216 DONE 0.3s 19:27:51 19:27:51 #217 [support-notifications] exporting to image 19:27:51 #217 exporting layers 0.3s done 19:27:51 #217 writing image sha256:cdd47db4cafcc42692085eccc916d56d03d640f0f825fd056e6e20b822bc6230 done 19:27:51 #217 naming to docker.io/library/support-notifications-arm64 done 19:27:51 #217 DONE 0.3s 19:27:51 19:27:51 #44 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:27:51 time="2023-12-26T19:19:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:27:51 time="2023-12-26T19:19:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:27:51 time="2023-12-26T19:19:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:27:51 time="2023-12-26T19:19:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:27:51 time="2023-12-26T19:19:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:27:51 time="2023-12-26T19:19:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:27:51 time="2023-12-26T19:19:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:27:51 time="2023-12-26T19:19:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:27:51 time="2023-12-26T19:19:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:27:51 time="2023-12-26T19:19:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:27:51 time="2023-12-26T19:19:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:27:51 time="2023-12-26T19:19:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:27:51 time="2023-12-26T19:19:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:27:51 time="2023-12-26T19:19:57Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 19:27:51 $ docker stop --time=1 5aa23153910dcaec3bc268cff4947aba24eda6a3b35f9b94cc401e692f8f33f8 19:27:52 $ docker rm -f --volumes 5aa23153910dcaec3bc268cff4947aba24eda6a3b35f9b94cc401e692f8f33f8 [Pipeline] // withDockerContainer [Pipeline] sh 19:27:53 + docker images 19:27:53 REPOSITORY TAG IMAGE ID CREATED SIZE 19:27:53 support-scheduler-arm64 latest 6dcab4560be8 3 seconds ago 25.8MB 19:27:53 support-notifications-arm64 latest cdd47db4cafc 3 seconds ago 26.4MB 19:27:53 security-spiffe-token-provider-arm64 latest 63a907b9a180 8 seconds ago 28.9MB 19:27:53 core-data-arm64 latest 3b890e0c5116 20 seconds ago 17.1MB 19:27:53 core-metadata-arm64 latest 60221322159e 21 seconds ago 17.4MB 19:27:53 core-command-arm64 latest 90d7998ca9de 23 seconds ago 17MB 19:27:53 core-common-config-bootstrapper-arm64 latest 8c548f64a358 38 seconds ago 15.1MB 19:27:53 security-secretstore-setup-arm64 latest 03afd9338e1f 44 seconds ago 35.7MB 19:27:53 security-proxy-auth-arm64 latest bbf9faae226a 47 seconds ago 15.9MB 19:27:53 security-bootstrapper-arm64 latest 255b438d04ad 49 seconds ago 18.5MB 19:27:53 security-proxy-setup-arm64 latest 5de985abe6e2 53 seconds ago 25.8MB 19:27:53 security-spire-agent-arm64 latest f55061fc43c6 7 minutes ago 152MB 19:27:53 security-spire-server-arm64 latest 73e47b2fe60e 7 minutes ago 96.7MB 19:27:53 security-spire-config-arm64 latest c9f2fcff234d 7 minutes ago 95.8MB 19:27:53 ci-base-image-arm64 latest 3fa2dc6c7961 15 minutes ago 933MB 19:27:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine 86de565de09d 6 weeks ago 560MB 19:27:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 6 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:27:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:27:54 19:27:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:27:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:27:55 arm64: Pulling from edgex-lftools-log-publisher 19:27:55 8998bd30e6a1: Pulling fs layer 19:27:55 04944245beec: Pulling fs layer 19:27:55 699f458cf7ca: Pulling fs layer 19:27:55 765212b225bb: Pulling fs layer 19:27:55 f23df028b6ca: Pulling fs layer 19:27:55 d65c8cfc05b1: Pulling fs layer 19:27:55 2437ff75d9bd: Pulling fs layer 19:27:55 f23df028b6ca: Waiting 19:27:55 d65c8cfc05b1: Waiting 19:27:55 2437ff75d9bd: Waiting 19:27:55 765212b225bb: Waiting 19:27:55 04944245beec: Verifying Checksum 19:27:55 04944245beec: Download complete 19:27:55 765212b225bb: Verifying Checksum 19:27:55 765212b225bb: Download complete 19:27:55 f23df028b6ca: Verifying Checksum 19:27:55 f23df028b6ca: Download complete 19:27:55 d65c8cfc05b1: Verifying Checksum 19:27:55 d65c8cfc05b1: Download complete 19:27:55 699f458cf7ca: Verifying Checksum 19:27:55 699f458cf7ca: Download complete 19:27:55 8998bd30e6a1: Verifying Checksum 19:27:55 8998bd30e6a1: Download complete 19:27:57 2437ff75d9bd: Verifying Checksum 19:27:57 2437ff75d9bd: Download complete 19:28:02 8998bd30e6a1: Pull complete 19:28:02 04944245beec: Pull complete 19:28:04 699f458cf7ca: Pull complete 19:28:04 765212b225bb: Pull complete 19:28:04 f23df028b6ca: Pull complete 19:28:04 d65c8cfc05b1: Pull complete 19:28:31 2437ff75d9bd: Pull complete 19:28:31 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 19:28:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:28:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:28:32 prd-ubuntu20.04-docker-arm64-4c-16g-26199 does not seem to be running inside a container 19:28:32 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 19:28:34 $ docker top bd6e41cc9a9d0e5d0528a1679aca35b6629c8efb879345dd6bec43be6ca2e88a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:28:34 ---> job-cost.sh 19:28:35 lf-activate-venv: SKIPPING 19:28:35 INFO: No Stack... 19:28:35 INFO: Retrieving Pricing Info for: v3-standard-8 19:28:36 INFO: Archiving Costs [Pipeline] sh 19:28:36 + cat /w/workspace/edgex-go/1/archives/cost.csv 19:28:36 + cut -d, -f6 [Pipeline] lock 19:28:36 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4739-1-stack-cost] 19:28:36 Resource [jenkins-edgexfoundry-edgex-go-PR-4739-1-stack-cost] did not exist. Created. 19:28:36 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4739-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:28:37 + echo total: 0.2199999988079071 [Pipeline] stash 19:28:37 Stashed 1 file(s) [Pipeline] } 19:28:37 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4739-1-stack-cost] [Pipeline] // lock [Pipeline] } 19:28:37 $ docker stop --time=1 bd6e41cc9a9d0e5d0528a1679aca35b6629c8efb879345dd6bec43be6ca2e88a 19:28:40 $ docker rm -f --volumes bd6e41cc9a9d0e5d0528a1679aca35b6629c8efb879345dd6bec43be6ca2e88a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 19:28:41 provisioning config files... 19:28:41 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config1105791847176406789tmp [Pipeline] { [Pipeline] sh 19:28:42 + set +x 19:28:42 + curl -s https://codecov.io/bash 19:28:42 + bash -s -- 19:28:42 19:28:42 _____ _ 19:28:42 / ____| | | 19:28:42 | | ___ __| | ___ ___ _____ __ 19:28:42 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:28:42 | |___| (_) | (_| | __/ (_| (_) \ V / 19:28:42 \_____\___/ \__,_|\___|\___\___/ \_/ 19:28:42 Bash-1.0.6 19:28:42 19:28:42 19:28:42 ==> git version 2.25.1 found 19:28:42 ==> 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:28:42 Release-Date: 2020-01-08 19:28:42 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:28:42 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 19:28:42 ==> Jenkins CI detected. 19:28:42 current dir:  /w/workspace/edgex-go/1 19:28:42 project root: . 19:28:42 --> token set from env 19:28:42 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:28:42 ==> Running gcov in . (disable via -X gcov) 19:28:42 ==> Python coveragepy not found 19:28:42 ==> Searching for coverage reports in: 19:28:42 + . 19:28:42 -> Found 1 reports 19:28:42 ==> Detecting git/mercurial file structure 19:28:42 ==> Reading reports 19:28:42 + ./coverage.out bytes=453602 19:28:42 ==> Appending adjustments 19:28:42 https://docs.codecov.io/docs/fixing-reports 19:28:43 + Found adjustments 19:28:43 ==> Gzipping contents 19:28:43 60K /tmp/codecov.nSCUQj.gz 19:28:43 ==> Uploading reports 19:28:43 url: https://codecov.io 19:28:43 query: branch=PR-4739&commit=195d80e99bd5911d270ced140fb5259254bb7648&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4739%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4739&job=&cmd_args= 19:28:43 -> Pinging Codecov 19:28:43 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-4739&commit=195d80e99bd5911d270ced140fb5259254bb7648&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4739%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4739&job=&cmd_args= 19:28:44 -> Uploading to 19:28:44 https://storage.googleapis.com/codecov/v4/raw/2023-12-26/00271124DB129430A58F1EEE437C3FCB/195d80e99bd5911d270ced140fb5259254bb7648/692efd67-ed8c-4cdc-b7d7-615a690a3a6f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20231226%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20231226T192843Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d923dee07719a5266e074bc26f6b618bc62a6f036734f3fd09afb4cb48891e98 19:28:44 % Total % Received % Xferd Average Speed Time Time Time Current 19:28:44 Dload Upload Total Spent Left Speed 19:28:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57724 0 0 100 57724 0 255k --:--:-- --:--:-- --:--:-- 253k 100 57724 0 0 100 57724 0 193k --:--:-- --:--:-- --:--:-- 193k 19:28:44 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/195d80e99bd5911d270ced140fb5259254bb7648 [Pipeline] } 19:28:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 19:28:46 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 19:28:47 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:28:48 ---> package-listing.sh 19:28:48 ++ tr '[:upper:]' '[:lower:]' 19:28:48 ++ facter osfamily 19:28:48 + OS_FAMILY=debian 19:28:48 + workspace=/w/workspace/edgex-go/1 19:28:48 + START_PACKAGES=/tmp/packages_start.txt 19:28:48 + END_PACKAGES=/tmp/packages_end.txt 19:28:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:28:48 + PACKAGES=/tmp/packages_start.txt 19:28:48 + '[' /w/workspace/edgex-go/1 ']' 19:28:48 + PACKAGES=/tmp/packages_end.txt 19:28:48 + case "${OS_FAMILY}" in 19:28:48 + grep '^ii' 19:28:48 + dpkg -l 19:28:48 + '[' -f /tmp/packages_start.txt ']' 19:28:48 + '[' -f /tmp/packages_end.txt ']' 19:28:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:28:48 + '[' /w/workspace/edgex-go/1 ']' 19:28:48 + mkdir -p /w/workspace/edgex-go/1/archives/ 19:28:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 19:28:48 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:28:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:28:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:28:49 19:28:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:28:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:28:49 latest: Pulling from edgex-lftools-log-publisher 19:28:49 5eb5b503b376: Pulling fs layer 19:28:49 5c69ac0246d0: Pulling fs layer 19:28:49 ec43610c2a17: Pulling fs layer 19:28:49 3a2ae6a8a46f: Pulling fs layer 19:28:49 33b1e0a273af: Pulling fs layer 19:28:49 5d3b04190fa2: Pulling fs layer 19:28:49 2f39f015ded8: Pulling fs layer 19:28:49 3a2ae6a8a46f: Waiting 19:28:49 33b1e0a273af: Waiting 19:28:49 5d3b04190fa2: Waiting 19:28:49 2f39f015ded8: Waiting 19:28:49 5c69ac0246d0: Download complete 19:28:49 3a2ae6a8a46f: Verifying Checksum 19:28:49 3a2ae6a8a46f: Download complete 19:28:49 33b1e0a273af: Verifying Checksum 19:28:49 33b1e0a273af: Download complete 19:28:49 5d3b04190fa2: Verifying Checksum 19:28:49 5d3b04190fa2: Download complete 19:28:49 ec43610c2a17: Verifying Checksum 19:28:49 ec43610c2a17: Download complete 19:28:49 5eb5b503b376: Verifying Checksum 19:28:49 5eb5b503b376: Download complete 19:28:50 2f39f015ded8: Download complete 19:28:51 5eb5b503b376: Pull complete 19:28:51 5c69ac0246d0: Pull complete 19:28:51 ec43610c2a17: Pull complete 19:28:51 3a2ae6a8a46f: Pull complete 19:28:51 33b1e0a273af: Pull complete 19:28:51 5d3b04190fa2: Pull complete 19:28:56 2f39f015ded8: Pull complete 19:28:56 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 19:28:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:28:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:28:56 prd-ubuntu20.04-docker-8c-8g-26198 does not seem to be running inside a container 19:28:56 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 19:28:59 $ docker top 1fe64c66f60b7cfa89885c87f67508e0c8f3faf612bd7f8754378ddb11889bf8 -eo pid,comm [Pipeline] { [Pipeline] sh 19:28:59 + touch /tmp/pre-build-complete [Pipeline] sh 19:28:59 + mkdir -p /var/log/sysstat [Pipeline] sh 19:29:00 + ls /var/log/sa-host 19:29:00 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:29:00 provisioning config files... 19:29:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config11616371979312172642tmp [Pipeline] { [Pipeline] echo 19:29:00 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:29:00 ---> create-netrc.sh [Pipeline] } 19:29:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 19:29:01 ---> python-tools-install.sh [Pipeline] echo 19:29:01 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:29:01 ---> sudo-logs.sh 19:29:01 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:29:02 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:29:02 ---> job-cost.sh 19:29:02 lf-activate-venv: SKIPPING 19:29:02 DEBUG: total: 0.2199999988079071 19:29:02 INFO: Retrieving Stack Cost... 19:29:02 INFO: Retrieving Pricing Info for: v3-standard-8 19:29:03 INFO: Archiving Costs [Pipeline] echo 19:29:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:29:03 ---> logs-deploy.sh 19:29:03 lf-activate-venv: SKIPPING 19:29:03 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4739/1 19:29:03 INFO: archiving workspace using pattern(s): 19:29:04 Archives upload complete. 19:29:04 INFO: archiving logs to Nexus 19:29:05 ---> uname -a: 19:29:05 Linux prd-ubuntu20-04-docker-8c-8g-26198 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 19:29:05 19:29:05 19:29:05 ---> lscpu: 19:29:05 Architecture: x86_64 19:29:05 CPU op-mode(s): 32-bit, 64-bit 19:29:05 Byte Order: Little Endian 19:29:05 Address sizes: 40 bits physical, 48 bits virtual 19:29:05 CPU(s): 8 19:29:05 On-line CPU(s) list: 0-7 19:29:05 Thread(s) per core: 1 19:29:05 Core(s) per socket: 1 19:29:05 Socket(s): 8 19:29:05 NUMA node(s): 1 19:29:05 Vendor ID: AuthenticAMD 19:29:05 CPU family: 23 19:29:05 Model: 49 19:29:05 Model name: AMD EPYC-Rome Processor 19:29:05 Stepping: 0 19:29:05 CPU MHz: 2800.000 19:29:05 BogoMIPS: 5600.00 19:29:05 Virtualization: AMD-V 19:29:05 Hypervisor vendor: KVM 19:29:05 Virtualization type: full 19:29:05 L1d cache: 256 KiB 19:29:05 L1i cache: 256 KiB 19:29:05 L2 cache: 4 MiB 19:29:05 L3 cache: 128 MiB 19:29:05 NUMA node0 CPU(s): 0-7 19:29:05 Vulnerability Itlb multihit: Not affected 19:29:05 Vulnerability L1tf: Not affected 19:29:05 Vulnerability Mds: Not affected 19:29:05 Vulnerability Meltdown: Not affected 19:29:05 Vulnerability Mmio stale data: Not affected 19:29:05 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:29:05 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 19:29:05 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 19:29:05 Vulnerability Srbds: Not affected 19:29:05 Vulnerability Tsx async abort: Not affected 19:29:05 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:29:05 19:29:05 19:29:05 ---> nproc: 19:29:05 8 19:29:05 19:29:05 19:29:05 ---> df -h: 19:29:05 Filesystem Size Used Avail Use% Mounted on 19:29:05 overlay 155G 20G 136G 13% / 19:29:05 tmpfs 64M 0 64M 0% /dev 19:29:05 tmpfs 16G 0 16G 0% /sys/fs/cgroup 19:29:05 shm 64M 0 64M 0% /dev/shm 19:29:05 /dev/vda1 155G 20G 136G 13% /facter-os 19:29:05 19:29:05 19:29:05 ---> sar -b -r -n DEV: 19:29:05 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-26198) 12/26/23 _x86_64_ (8 CPU) 19:29:05 19:29:05 19:07:27 LINUX RESTART (8 CPU) 19:29:05 19:29:05 19:08:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:29:05 19:09:01 148.87 11.59 137.28 0.00 1834.13 64943.03 0.00 19:29:05 19:10:01 64.22 0.12 64.11 0.00 18.53 32505.38 0.00 19:29:05 19:11:01 29.71 0.17 29.55 0.00 6.67 13888.10 0.00 19:29:05 19:12:01 468.69 0.52 468.18 0.00 56.38 160973.68 0.00 19:29:05 19:13:01 453.44 6.97 446.48 0.00 146.91 96888.12 0.00 19:29:05 19:14:01 825.89 9.85 816.04 0.00 3352.22 139003.80 0.00 19:29:05 19:15:01 6.08 0.02 6.07 0.00 0.13 115.45 0.00 19:29:05 19:16:01 2.25 0.00 2.25 0.00 0.00 24.00 0.00 19:29:05 19:17:01 1.50 0.02 1.48 0.00 0.13 16.66 0.00 19:29:05 19:18:01 2.30 0.00 2.30 0.00 0.00 24.79 0.00 19:29:05 19:19:01 2.48 1.38 1.10 0.00 33.86 12.13 0.00 19:29:05 19:20:01 2.28 0.27 2.02 0.00 3.87 24.00 0.00 19:29:05 19:21:01 1.38 0.00 1.38 0.00 0.00 14.93 0.00 19:29:05 19:22:01 1.97 0.00 1.97 0.00 0.00 21.86 0.00 19:29:05 19:23:01 1.75 0.02 1.73 0.00 0.13 20.40 0.00 19:29:05 19:24:01 2.05 0.00 2.05 0.00 0.00 26.80 0.00 19:29:05 19:25:01 1.50 0.00 1.50 0.00 0.00 16.80 0.00 19:29:05 19:26:01 2.00 0.00 2.00 0.00 0.00 21.86 0.00 19:29:05 19:27:01 1.32 0.00 1.32 0.00 0.00 15.06 0.00 19:29:05 19:28:01 2.12 0.00 2.12 0.00 0.00 24.26 0.00 19:29:05 19:29:01 72.26 0.23 72.03 0.00 19.99 18090.69 0.00 19:29:05 Average: 99.68 1.47 98.21 0.00 259.38 25049.23 0.00 19:29:05 19:29:05 19:08:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:29:05 19:09:01 28037692 31522124 790716 2.40 103992 3589548 2041032 6.02 1226308 3161496 198528 19:29:05 19:10:01 27573052 31392800 910700 2.77 118616 3869752 2095396 6.18 1689268 3111396 155760 19:29:05 19:11:01 27398648 31490592 812100 2.47 122256 4109632 1878624 5.54 1490100 3460092 304012 19:29:05 19:12:01 23644820 31327128 953748 2.90 142228 7568964 3493052 10.29 1868584 6695416 14136 19:29:05 19:13:01 17236348 29235932 2982276 9.07 238368 11387740 8856624 26.10 4854544 9616848 1363100 19:29:05 19:14:01 18773252 31442048 810992 2.47 270624 12124544 2502620 7.38 2430268 10665976 1140 19:29:05 19:15:01 18779984 31443976 809072 2.46 269184 12121284 2471192 7.28 2427356 10662728 280 19:29:05 19:16:01 18801356 31465436 787516 2.39 269244 12121292 2471192 7.28 2406068 10662728 8 19:29:05 19:17:01 18801104 31465280 787584 2.40 269328 12121292 2471192 7.28 2406936 10662732 180 19:29:05 19:18:01 18802464 31466736 786044 2.39 269404 12121296 2471192 7.28 2405224 10662736 16 19:29:05 19:19:01 18804248 31470572 782312 2.38 269432 12122316 2471192 7.28 2407080 10663252 20 19:29:05 19:20:01 18802548 31469032 783852 2.38 269476 12122436 2471192 7.28 2410072 10663072 12 19:29:05 19:21:01 18802312 31468908 783956 2.38 269548 12122436 2471192 7.28 2409884 10663080 8 19:29:05 19:22:01 18801668 31468336 784688 2.39 269616 12122436 2471192 7.28 2409876 10663088 8 19:29:05 19:23:01 18799268 31465984 787132 2.39 269664 12122428 2477564 7.30 2410232 10663072 204 19:29:05 19:24:01 18798976 31465824 787160 2.39 269724 12122548 2477564 7.30 2410584 10663168 12 19:29:05 19:25:01 18799220 31466196 786784 2.39 269788 12122552 2477564 7.30 2410668 10663180 8 19:29:05 19:26:01 18798792 31465864 786952 2.39 269856 12122544 2477564 7.30 2410724 10663184 8 19:29:05 19:27:01 18798556 31465704 787048 2.39 269920 12122556 2477564 7.30 2410808 10663200 180 19:29:05 19:28:01 18798528 31465736 787120 2.39 270004 12122556 2477564 7.30 2411456 10663204 36 19:29:05 19:29:01 18230552 31407484 841056 2.56 276020 12575816 2792644 8.23 2476544 11111008 452 19:29:05 Average: 20194447 31349128 910896 2.77 240300 10711237 2775948 8.18 2370599 9385936 97053 19:29:05 19:29:05 19:08:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:29:05 19:09:01 docker0 725.66 795.88 52.28 4680.54 0.00 0.00 0.00 0.00 19:29:05 19:09:01 lo 5.02 5.02 0.49 0.49 0.00 0.00 0.00 0.00 19:29:05 19:09:01 ens3 1581.68 1454.84 12505.20 198.13 0.00 0.00 0.00 0.00 19:29:05 19:10:01 vethbe81a5c 0.63 0.82 0.05 0.07 0.00 0.00 0.00 0.00 19:29:05 19:10:01 docker0 0.63 0.70 0.05 0.07 0.00 0.00 0.00 0.00 19:29:05 19:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:29:05 19:10:01 ens3 49.44 31.68 43.71 20.59 0.00 0.00 0.00 0.00 19:29:05 19:11:01 vethbe81a5c 0.80 0.82 0.07 0.07 0.00 0.00 0.00 0.00 19:29:05 19:11:01 docker0 0.80 0.80 0.06 0.07 0.00 0.00 0.00 0.00 19:29:05 19:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:05 19:11:01 ens3 25.95 17.03 22.03 12.11 0.00 0.00 0.00 0.00 19:29:05 19:12:01 veth9c67b9d 32.84 47.43 3.20 16.92 0.00 0.00 0.00 0.00 19:29:05 19:12:01 veth4d67744 33.16 47.38 3.22 17.05 0.00 0.00 0.00 0.00 19:29:05 19:12:01 veth618d5bf 32.97 47.87 3.21 17.08 0.00 0.00 0.00 0.00 19:29:05 19:12:01 docker0 179.14 273.69 13.93 1046.50 0.00 0.00 0.00 0.00 19:29:05 19:12:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 19:29:05 19:12:01 ens3 415.04 254.87 4064.39 38.48 0.00 0.00 0.00 0.00 19:29:05 19:12:01 vethce2ff78 33.17 47.60 3.22 17.08 0.00 0.00 0.00 0.00 19:29:05 19:12:01 vethf11e956 0.52 1.28 0.05 0.22 0.00 0.00 0.00 0.00 19:29:05 19:13:01 veth45100a8 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 19:29:05 19:13:01 vetheb2f2bc 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 19:29:05 19:13:01 vethb85ab2e 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 19:29:05 19:13:01 docker0 163.57 321.03 13.85 2245.22 0.00 0.00 0.00 0.00 19:29:05 19:13:01 veth0cd4f12 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 19:29:05 19:13:01 vethde99581 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 19:29:05 19:13:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 19:29:05 19:13:01 ens3 541.78 237.94 2967.62 26.20 0.00 0.00 0.00 0.00 19:29:05 19:13:01 veth279d5dc 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 19:29:05 19:13:01 veth084ee61 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 19:29:05 19:13:01 vethbfc94fe 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 19:29:05 19:13:01 veth7dd2765 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 19:29:05 19:13:01 veth04d3bf1 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 19:29:05 19:13:01 vethb158bed 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 19:29:05 19:13:01 vethf11e956 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 19:29:05 19:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:05 19:14:01 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 19:29:05 19:14:01 ens3 120.39 59.91 1392.25 12.26 0.00 0.00 0.00 0.00 19:29:05 19:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:05 19:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:05 19:15:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 19:29:05 19:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:05 19:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:29:05 19:16:01 ens3 0.12 0.13 0.01 0.01 0.00 0.00 0.00 0.00 19:29:05 19:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:05 19:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:05 19:17:01 ens3 0.65 0.33 0.61 0.20 0.00 0.00 0.00 0.00 19:29:05 19:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:05 19:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:29:05 19:18:01 ens3 0.23 0.22 0.08 0.07 0.00 0.00 0.00 0.00 19:29:05 19:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:05 19:19:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 19:29:05 19:19:01 ens3 3.87 3.05 3.15 3.93 0.00 0.00 0.00 0.00 19:29:05 19:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:05 19:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:29:05 19:20:01 ens3 11.95 16.26 2.70 46.78 0.00 0.00 0.00 0.00 19:29:05 19:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:05 19:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:05 19:21:01 ens3 0.18 0.13 0.12 0.01 0.00 0.00 0.00 0.00 19:29:05 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:05 19:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:29:05 19:22:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:29:05 19:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:05 19:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:05 19:23:01 ens3 0.43 0.52 0.09 6.27 0.00 0.00 0.00 0.00 19:29:05 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:05 19:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:29:05 19:24:01 ens3 0.25 0.18 0.07 0.01 0.00 0.00 0.00 0.00 19:29:05 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:05 19:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:05 19:25:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:29:05 19:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:05 19:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:29:05 19:26:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:29:05 19:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:05 19:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:05 19:27:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 19:29:05 19:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:05 19:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:29:05 19:28:01 ens3 3.77 5.16 0.31 7.22 0.00 0.00 0.00 0.00 19:29:05 19:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:29:05 19:29:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 19:29:05 19:29:01 ens3 140.78 127.24 2535.48 116.85 0.00 0.00 0.00 0.00 19:29:05 Average: docker0 50.41 65.71 3.78 376.21 0.00 0.00 0.00 0.00 19:29:05 Average: lo 0.46 0.46 0.04 0.04 0.00 0.00 0.00 0.00 19:29:05 Average: ens3 136.80 104.16 1111.83 23.15 0.00 0.00 0.00 0.00 19:29:05 19:29:05 19:29:05 ---> sar -P ALL: 19:29:05 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-26198) 12/26/23 _x86_64_ (8 CPU) 19:29:05 19:29:05 19:07:27 LINUX RESTART (8 CPU) 19:29:05 19:29:05 19:08:02 CPU %user %nice %system %iowait %steal %idle 19:29:05 19:09:01 all 9.49 0.00 3.98 2.56 0.06 83.91 19:29:05 19:09:01 0 8.86 0.00 4.45 0.50 0.05 86.14 19:29:05 19:09:01 1 11.71 0.00 4.34 11.43 0.09 72.44 19:29:05 19:09:01 2 13.40 0.00 3.57 0.03 0.07 82.93 19:29:05 19:09:01 3 9.00 0.00 3.02 0.15 0.05 87.77 19:29:05 19:09:01 4 6.40 0.00 2.99 1.32 0.05 89.24 19:29:05 19:09:01 5 9.84 0.00 4.48 4.88 0.07 80.74 19:29:05 19:09:01 6 9.30 0.00 4.81 0.07 0.05 85.77 19:29:05 19:09:01 7 7.42 0.00 4.16 2.14 0.07 86.21 19:29:05 19:10:01 all 26.91 0.00 3.61 1.45 0.07 67.96 19:29:05 19:10:01 0 28.73 0.00 3.19 0.13 0.08 67.86 19:29:05 19:10:01 1 27.91 0.00 3.70 3.97 0.08 64.33 19:29:05 19:10:01 2 26.90 0.00 3.38 0.32 0.08 69.32 19:29:05 19:10:01 3 26.28 0.00 3.27 0.05 0.07 70.33 19:29:05 19:10:01 4 25.98 0.00 3.26 5.00 0.07 65.69 19:29:05 19:10:01 5 27.90 0.00 4.61 0.57 0.07 66.85 19:29:05 19:10:01 6 26.37 0.00 4.16 0.08 0.05 69.34 19:29:05 19:10:01 7 25.21 0.00 3.35 1.46 0.07 69.91 19:29:05 19:11:01 all 48.95 0.00 4.60 0.46 0.08 45.91 19:29:05 19:11:01 0 50.09 0.00 4.95 1.48 0.08 43.39 19:29:05 19:11:01 1 48.76 0.00 4.34 0.00 0.08 46.81 19:29:05 19:11:01 2 47.31 0.00 4.48 0.00 0.07 48.15 19:29:05 19:11:01 3 49.27 0.00 5.12 0.22 0.08 45.31 19:29:05 19:11:01 4 48.76 0.00 4.59 0.74 0.08 45.82 19:29:05 19:11:01 5 50.26 0.00 4.60 0.22 0.08 44.84 19:29:05 19:11:01 6 48.92 0.00 4.00 0.25 0.08 46.75 19:29:05 19:11:01 7 48.22 0.00 4.70 0.74 0.10 46.23 19:29:05 19:12:01 all 16.15 0.00 6.97 10.28 0.14 66.45 19:29:05 19:12:01 0 16.07 0.00 7.11 8.88 0.12 67.83 19:29:05 19:12:01 1 15.40 0.00 7.08 12.01 0.09 65.43 19:29:05 19:12:01 2 17.19 0.00 7.15 13.30 0.09 62.29 19:29:05 19:12:01 3 16.28 0.00 6.29 4.21 0.09 73.14 19:29:05 19:12:01 4 15.74 0.00 7.16 17.40 0.43 59.28 19:29:05 19:12:01 5 15.51 0.00 6.84 7.35 0.10 70.19 19:29:05 19:12:01 6 16.57 0.00 7.64 12.45 0.09 63.26 19:29:05 19:12:01 7 16.48 0.00 6.53 6.67 0.12 70.20 19:29:05 19:13:01 all 60.38 0.00 8.10 5.84 0.12 25.56 19:29:05 19:13:01 0 60.07 0.00 8.40 1.42 0.13 29.97 19:29:05 19:13:01 1 60.14 0.00 8.74 2.33 0.10 28.69 19:29:05 19:13:01 2 60.51 0.00 8.31 20.59 0.13 10.45 19:29:05 19:13:01 3 60.69 0.00 7.53 5.50 0.12 26.16 19:29:05 19:13:01 4 60.45 0.00 7.79 9.12 0.12 22.53 19:29:05 19:13:01 5 60.33 0.00 8.07 2.26 0.12 29.22 19:29:05 19:13:01 6 60.35 0.00 7.72 2.90 0.12 28.91 19:29:05 19:13:01 7 60.49 0.00 8.22 2.56 0.13 28.59 19:29:05 19:14:01 all 65.67 0.00 7.57 3.63 0.19 22.94 19:29:05 19:14:01 0 65.15 0.00 8.31 2.90 0.10 23.54 19:29:05 19:14:01 1 65.77 0.00 7.20 4.07 0.15 22.81 19:29:05 19:14:01 2 65.63 0.00 6.98 4.22 0.20 22.96 19:29:05 19:14:01 3 65.41 0.00 7.91 3.22 0.31 23.14 19:29:05 19:14:01 4 67.73 0.00 6.50 3.93 0.15 21.69 19:29:05 19:14:01 5 66.04 0.00 7.64 4.43 0.21 21.69 19:29:05 19:14:01 6 62.97 0.00 9.18 4.30 0.15 23.40 19:29:05 19:14:01 7 66.67 0.00 6.83 1.96 0.21 24.33 19:29:05 19:15:01 all 0.09 0.00 0.06 0.02 0.02 99.82 19:29:05 19:15:01 0 0.03 0.00 0.07 0.00 0.02 99.88 19:29:05 19:15:01 1 0.03 0.00 0.03 0.07 0.02 99.85 19:29:05 19:15:01 2 0.08 0.00 0.10 0.00 0.05 99.77 19:29:05 19:15:01 3 0.05 0.00 0.03 0.02 0.02 99.88 19:29:05 19:15:01 4 0.03 0.00 0.03 0.00 0.00 99.93 19:29:05 19:15:01 5 0.07 0.00 0.05 0.05 0.02 99.82 19:29:05 19:15:01 6 0.08 0.00 0.05 0.02 0.00 99.85 19:29:05 19:15:01 7 0.30 0.00 0.10 0.00 0.02 99.58 19:29:05 19:16:01 all 0.03 0.00 0.01 0.01 0.01 99.94 19:29:05 19:16:01 0 0.07 0.00 0.02 0.00 0.00 99.92 19:29:05 19:16:01 1 0.00 0.00 0.00 0.03 0.02 99.95 19:29:05 19:16:01 2 0.05 0.00 0.03 0.00 0.03 99.88 19:29:05 19:16:01 3 0.02 0.00 0.00 0.02 0.02 99.95 19:29:05 19:16:01 4 0.05 0.00 0.00 0.00 0.00 99.95 19:29:05 19:16:01 5 0.02 0.00 0.02 0.00 0.00 99.97 19:29:05 19:16:01 6 0.02 0.00 0.03 0.00 0.02 99.93 19:29:05 19:16:01 7 0.03 0.00 0.02 0.00 0.00 99.95 19:29:05 19:17:01 all 0.03 0.00 0.01 0.01 0.01 99.94 19:29:05 19:17:01 0 0.00 0.00 0.03 0.00 0.02 99.95 19:29:05 19:17:01 1 0.00 0.00 0.02 0.03 0.02 99.93 19:29:05 19:17:01 2 0.08 0.00 0.02 0.00 0.05 99.85 19:29:05 19:17:01 3 0.03 0.00 0.00 0.02 0.02 99.93 19:29:05 19:17:01 4 0.00 0.00 0.00 0.00 0.00 100.00 19:29:05 19:17:01 5 0.02 0.00 0.00 0.00 0.00 99.98 19:29:05 19:17:01 6 0.03 0.00 0.02 0.00 0.02 99.93 19:29:05 19:17:01 7 0.03 0.00 0.03 0.00 0.00 99.93 19:29:05 19:18:01 all 0.06 0.00 0.01 0.01 0.02 99.91 19:29:05 19:18:01 0 0.08 0.00 0.02 0.00 0.00 99.90 19:29:05 19:18:01 1 0.02 0.00 0.00 0.03 0.02 99.93 19:29:05 19:18:01 2 0.03 0.00 0.02 0.00 0.05 99.90 19:29:05 19:18:01 3 0.02 0.00 0.00 0.00 0.02 99.97 19:29:05 19:18:01 4 0.02 0.00 0.00 0.00 0.02 99.97 19:29:05 19:18:01 5 0.02 0.00 0.00 0.00 0.02 99.97 19:29:05 19:18:01 6 0.02 0.00 0.02 0.02 0.02 99.93 19:29:05 19:18:01 7 0.27 0.00 0.00 0.00 0.02 99.72 19:29:05 19:19:01 all 0.23 0.00 0.03 0.01 0.01 99.71 19:29:05 19:19:01 0 0.12 0.00 0.08 0.00 0.02 99.78 19:29:05 19:19:01 1 0.05 0.00 0.02 0.02 0.02 99.90 19:29:05 19:19:01 2 0.22 0.00 0.05 0.03 0.03 99.67 19:29:05 19:19:01 3 0.10 0.00 0.02 0.00 0.02 99.87 19:29:05 19:19:01 4 0.07 0.00 0.02 0.00 0.00 99.92 19:29:05 19:19:01 5 0.18 0.00 0.03 0.00 0.00 99.78 19:29:05 19:19:01 6 0.25 0.00 0.03 0.03 0.00 99.68 19:29:05 19:19:01 7 0.88 0.00 0.02 0.00 0.00 99.10 19:29:05 19:29:05 19:19:01 CPU %user %nice %system %iowait %steal %idle 19:29:05 19:20:01 all 0.14 0.00 0.02 0.01 0.01 99.82 19:29:05 19:20:01 0 0.17 0.00 0.03 0.00 0.00 99.80 19:29:05 19:20:01 1 0.03 0.00 0.00 0.03 0.00 99.93 19:29:05 19:20:01 2 0.07 0.00 0.02 0.00 0.05 99.87 19:29:05 19:20:01 3 0.05 0.00 0.02 0.02 0.03 99.88 19:29:05 19:20:01 4 0.05 0.00 0.03 0.00 0.00 99.92 19:29:05 19:20:01 5 0.13 0.00 0.03 0.00 0.02 99.82 19:29:05 19:20:01 6 0.20 0.00 0.02 0.00 0.00 99.78 19:29:05 19:20:01 7 0.42 0.00 0.02 0.00 0.00 99.57 19:29:05 19:21:01 all 0.03 0.00 0.01 0.01 0.01 99.94 19:29:05 19:21:01 0 0.02 0.00 0.02 0.00 0.02 99.95 19:29:05 19:21:01 1 0.02 0.00 0.00 0.05 0.02 99.92 19:29:05 19:21:01 2 0.07 0.00 0.07 0.00 0.03 99.83 19:29:05 19:21:01 3 0.02 0.00 0.02 0.02 0.02 99.93 19:29:05 19:21:01 4 0.03 0.00 0.00 0.00 0.00 99.97 19:29:05 19:21:01 5 0.03 0.00 0.02 0.00 0.00 99.95 19:29:05 19:21:01 6 0.02 0.00 0.00 0.00 0.00 99.98 19:29:05 19:21:01 7 0.00 0.00 0.00 0.00 0.02 99.98 19:29:05 19:22:01 all 0.01 0.00 0.01 0.01 0.01 99.97 19:29:05 19:22:01 0 0.02 0.00 0.00 0.00 0.00 99.98 19:29:05 19:22:01 1 0.00 0.00 0.02 0.03 0.00 99.95 19:29:05 19:22:01 2 0.02 0.00 0.03 0.00 0.03 99.92 19:29:05 19:22:01 3 0.02 0.00 0.02 0.02 0.02 99.93 19:29:05 19:22:01 4 0.00 0.00 0.00 0.00 0.00 100.00 19:29:05 19:22:01 5 0.00 0.00 0.02 0.00 0.02 99.97 19:29:05 19:22:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:29:05 19:22:01 7 0.00 0.00 0.00 0.00 0.00 100.00 19:29:05 19:23:01 all 0.04 0.00 0.02 0.01 0.01 99.92 19:29:05 19:23:01 0 0.05 0.00 0.08 0.02 0.00 99.85 19:29:05 19:23:01 1 0.03 0.00 0.00 0.02 0.02 99.93 19:29:05 19:23:01 2 0.05 0.00 0.02 0.00 0.05 99.88 19:29:05 19:23:01 3 0.03 0.00 0.02 0.02 0.02 99.92 19:29:05 19:23:01 4 0.03 0.00 0.03 0.00 0.02 99.92 19:29:05 19:23:01 5 0.05 0.00 0.00 0.00 0.00 99.95 19:29:05 19:23:01 6 0.03 0.00 0.02 0.00 0.00 99.95 19:29:05 19:23:01 7 0.03 0.00 0.00 0.00 0.00 99.97 19:29:05 19:24:01 all 0.01 0.00 0.02 0.01 0.01 99.95 19:29:05 19:24:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:29:05 19:24:01 1 0.00 0.00 0.00 0.05 0.00 99.95 19:29:05 19:24:01 2 0.02 0.00 0.05 0.00 0.03 99.90 19:29:05 19:24:01 3 0.03 0.00 0.03 0.03 0.05 99.85 19:29:05 19:24:01 4 0.02 0.00 0.00 0.00 0.00 99.98 19:29:05 19:24:01 5 0.00 0.00 0.02 0.00 0.00 99.98 19:29:05 19:24:01 6 0.02 0.00 0.00 0.00 0.02 99.97 19:29:05 19:24:01 7 0.02 0.00 0.02 0.00 0.00 99.97 19:29:05 19:25:01 all 0.02 0.00 0.01 0.01 0.01 99.95 19:29:05 19:25:01 0 0.03 0.00 0.02 0.00 0.02 99.93 19:29:05 19:25:01 1 0.02 0.00 0.00 0.05 0.02 99.92 19:29:05 19:25:01 2 0.02 0.00 0.00 0.00 0.00 99.98 19:29:05 19:25:01 3 0.00 0.00 0.03 0.02 0.02 99.93 19:29:05 19:25:01 4 0.02 0.00 0.00 0.00 0.00 99.98 19:29:05 19:25:01 5 0.02 0.00 0.00 0.00 0.00 99.98 19:29:05 19:25:01 6 0.03 0.00 0.00 0.00 0.02 99.95 19:29:05 19:25:01 7 0.03 0.00 0.02 0.00 0.00 99.95 19:29:05 19:26:01 all 0.02 0.00 0.01 0.01 0.01 99.95 19:29:05 19:26:01 0 0.03 0.00 0.02 0.00 0.00 99.95 19:29:05 19:26:01 1 0.00 0.00 0.00 0.05 0.00 99.95 19:29:05 19:26:01 2 0.02 0.00 0.00 0.00 0.02 99.97 19:29:05 19:26:01 3 0.02 0.00 0.02 0.02 0.03 99.92 19:29:05 19:26:01 4 0.00 0.00 0.02 0.00 0.00 99.98 19:29:05 19:26:01 5 0.03 0.00 0.02 0.00 0.02 99.93 19:29:05 19:26:01 6 0.02 0.00 0.02 0.00 0.02 99.95 19:29:05 19:26:01 7 0.02 0.00 0.02 0.00 0.00 99.97 19:29:05 19:27:01 all 0.03 0.00 0.01 0.01 0.01 99.94 19:29:05 19:27:01 0 0.02 0.00 0.02 0.00 0.02 99.95 19:29:05 19:27:01 1 0.03 0.00 0.05 0.03 0.03 99.85 19:29:05 19:27:01 2 0.02 0.00 0.00 0.00 0.00 99.98 19:29:05 19:27:01 3 0.03 0.00 0.02 0.02 0.03 99.90 19:29:05 19:27:01 4 0.02 0.00 0.00 0.00 0.00 99.98 19:29:05 19:27:01 5 0.00 0.00 0.00 0.00 0.00 100.00 19:29:05 19:27:01 6 0.02 0.00 0.02 0.00 0.02 99.95 19:29:05 19:27:01 7 0.08 0.00 0.02 0.00 0.02 99.88 19:29:05 19:28:01 all 0.02 0.00 0.01 0.01 0.01 99.95 19:29:05 19:28:01 0 0.00 0.00 0.03 0.00 0.00 99.97 19:29:05 19:28:01 1 0.00 0.00 0.00 0.05 0.03 99.92 19:29:05 19:28:01 2 0.02 0.00 0.02 0.00 0.02 99.95 19:29:05 19:28:01 3 0.00 0.00 0.00 0.02 0.02 99.97 19:29:05 19:28:01 4 0.00 0.00 0.00 0.00 0.02 99.98 19:29:05 19:28:01 5 0.03 0.00 0.00 0.00 0.02 99.95 19:29:05 19:28:01 6 0.05 0.00 0.02 0.00 0.02 99.92 19:29:05 19:28:01 7 0.05 0.00 0.02 0.00 0.00 99.93 19:29:05 19:29:01 all 2.74 0.00 1.26 0.49 0.02 95.49 19:29:05 19:29:01 0 3.21 0.00 1.10 0.03 0.02 95.64 19:29:05 19:29:01 1 2.73 0.00 1.62 0.77 0.03 94.85 19:29:05 19:29:01 2 2.43 0.00 1.42 0.00 0.02 96.13 19:29:05 19:29:01 3 2.44 0.00 1.46 2.96 0.03 93.11 19:29:05 19:29:01 4 3.01 0.00 1.14 0.10 0.02 95.74 19:29:05 19:29:01 5 2.93 0.00 1.05 0.00 0.02 96.00 19:29:05 19:29:01 6 3.06 0.00 1.20 0.02 0.03 95.69 19:29:05 19:29:01 7 2.09 0.00 1.09 0.05 0.02 96.76 19:29:05 Average: all 10.90 0.00 1.71 1.17 0.04 86.18 19:29:05 Average: 0 11.02 0.00 1.79 0.72 0.03 86.43 19:29:05 Average: 1 11.02 0.00 1.75 1.65 0.04 85.54 19:29:05 Average: 2 11.08 0.00 1.68 1.81 0.05 85.37 19:29:05 Average: 3 10.79 0.00 1.63 0.78 0.05 86.74 19:29:05 Average: 4 10.81 0.00 1.58 1.77 0.05 85.79 19:29:05 Average: 5 11.00 0.00 1.76 0.92 0.04 86.28 19:29:05 Average: 6 10.74 0.00 1.83 0.94 0.03 86.45 19:29:05 Average: 7 10.74 0.00 1.65 0.73 0.04 86.85 19:29:05 19:29:05 19:29:05