Pull request #4643 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b6edefb8aec0774ba43fba18fc8da8c186562593+cd3e8a6a29d241919ce39f0a43e51689c2eacef5 (1ba92fa1cb2ec134038ada96764ecb0142cdda72) 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-ssh14820040370228685223.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh5266638355239981344.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-4643/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-4643/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5397509314205295712.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-4643/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12447360324935320463.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > 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-ssh6928971834547463935.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-4643/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-4643/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh18418617805178168524.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-4150 in /w/workspace/edgexfoundry_edgex-go_PR-4643 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit cd3e8a6a29d241919ce39f0a43e51689c2eacef5 into PR head commit b6edefb8aec0774ba43fba18fc8da8c186562593 Merge succeeded, producing b6edefb8aec0774ba43fba18fc8da8c186562593 Checking out Revision b6edefb8aec0774ba43fba18fc8da8c186562593 (PR-4643) Commit message: "build(deps): Bump github.com/google/uuid from 1.3.0 to 1.3.1" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4643/head:refs/remotes/origin/PR-4643 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b6edefb8aec0774ba43fba18fc8da8c186562593 # 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 cd3e8a6a29d241919ce39f0a43e51689c2eacef5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b6edefb8aec0774ba43fba18fc8da8c186562593 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:20:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:20:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:20:10 ========================================================= 19:20:10 EdgeX Global Pipelines Version Info 19:20:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:20:10 ------------------- 19:20:10 stable info: 19:20:10 ------------------- 19:20:10 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:20:10 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 19:20:10 Message: update stable to v1.0.253 19:20:11 ------------------- 19:20:11 experimental info: 19:20:11 ------------------- 19:20:11 Commited By: **** collab-it+edgex@linuxfoundation.org 19:20:11 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 19:20:11 Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:20:11 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:20:11 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:20:11 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:20:11 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:20:11 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:20:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 19:20:11 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:20:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:20:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:20:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:20:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:20:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:20:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:20:12 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:20:12 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:20:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:20:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:20:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:20:12 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:20:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 19:20:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:20:12 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:20:12 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:20:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4643 [Pipeline] echo 19:20:12 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4643 [Pipeline] echo 19:20:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4643 [Pipeline] echo 19:20:12 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b6edefb8aec0774ba43fba18fc8da8c186562593 [Pipeline] echo 19:20:12 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b6edefb [Pipeline] echo 19:20:12 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:20:12 provisioning config files... 19:20:12 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config15500291365727213925tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:20:13 ---> docker-login.sh 19:20:13 nexus3.edgexfoundry.org:10001 19:20:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:20:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:20:13 Configure a credential helper to remove this warning. See 19:20:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:20:13 19:20:13 Login Succeeded 19:20:13 nexus3.edgexfoundry.org:10002 19:20:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:20:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:20:13 Configure a credential helper to remove this warning. See 19:20:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:20:13 19:20:13 Login Succeeded 19:20:13 nexus3.edgexfoundry.org:10003 19:20:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:20:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:20:13 Configure a credential helper to remove this warning. See 19:20:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:20:13 19:20:13 Login Succeeded 19:20:13 nexus3.edgexfoundry.org:10004 19:20:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:20:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:20:14 Configure a credential helper to remove this warning. See 19:20:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:20:14 19:20:14 Login Succeeded 19:20:14 docker.io 19:20:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:20:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:20:14 Configure a credential helper to remove this warning. See 19:20:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:20:14 19:20:14 Login Succeeded 19:20:14 ---> docker-login.sh ends [Pipeline] } 19:20:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:20: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:20:14 + dirname cmd/core-command/Dockerfile 19:20:14 + cut -d/ -f2 19:20:14 + echo core-command,cmd/core-command/Dockerfile 19:20:14 + dirname cmd/core-common-config-bootstrapper/Dockerfile 19:20:14 + cut -d/ -f2 19:20:14 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 19:20:14 + + cut -d/ -f2 19:20:14 dirname cmd/core-data/Dockerfile 19:20:14 + echo core-data,cmd/core-data/Dockerfile 19:20:14 + dirname cmd/core-metadata/Dockerfile 19:20:14 + cut -d/ -f2 19:20:14 + echo core-metadata,cmd/core-metadata/Dockerfile 19:20:14 + + cut -d/ -f2 19:20:14 dirname cmd/security-bootstrapper/Dockerfile 19:20:14 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:20:14 + dirname cmd/security-proxy-auth/Dockerfile 19:20:14 + cut -d/ -f2 19:20:14 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 19:20:14 + dirname cmd/security-proxy-setup/Dockerfile 19:20:14 + cut -d/ -f2 19:20:14 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:20:14 + dirname cmd/security-secretstore-setup/Dockerfile 19:20:14 + cut -d/ -f2 19:20:14 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:20:14 + dirname cmd/security-spiffe-token-provider/Dockerfile 19:20:14 + cut -d/ -f2 19:20:14 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:20:14 + cut -d/ -f2 19:20:14 + dirname cmd/security-spire-agent/Dockerfile 19:20:14 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:20:14 + dirname cmd/security-spire-config/Dockerfile 19:20:14 + cut -d/ -f2 19:20:14 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:20:14 + dirname cmd/security-spire-server/Dockerfile 19:20:14 + cut -d/ -f2 19:20:14 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:20:14 + cut -d/ -f2 19:20:14 + dirname cmd/support-notifications/Dockerfile 19:20:14 + echo support-notifications,cmd/support-notifications/Dockerfile 19:20:14 + dirname cmd/support-scheduler/Dockerfile 19:20:14 + cut -d/ -f2 19:20:14 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 19:20:14 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:20:15 + git rev-list -1 --merges b6edefb8aec0774ba43fba18fc8da8c186562593~1..b6edefb8aec0774ba43fba18fc8da8c186562593 [Pipeline] echo 19:20:15 -----------> git rev-list -1 --merges b6edefb8aec0774ba43fba18fc8da8c186562593~1..b6edefb8aec0774ba43fba18fc8da8c186562593 b6edefb8aec0774ba43fba18fc8da8c186562593 [false] [Pipeline] sh 19:20:15 + git log --format=format:%s -1 b6edefb8aec0774ba43fba18fc8da8c186562593 [Pipeline] echo 19:20:15 ========================================================= 19:20:15 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:20:15 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:20:16 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:20:16 + grep -v github /etc/ssh/ssh_known_hosts 19:20:16 + [ -e /tmp/ssh_known_hosts ] 19:20:16 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:20:16 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:20:16 + sudo tee -a /etc/ssh/ssh_known_hosts 19:20:16 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:20:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:20:16 19:20:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:20:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:20:17 0.1.4: Pulling from edgex-devops/py-git-semver 19:20:17 b85a868b505f: Pulling fs layer 19:20:17 e2be974225ed: Pulling fs layer 19:20:17 339a4e72a1f5: Pulling fs layer 19:20:17 988bab9f4d93: Pulling fs layer 19:20:17 1469e6f7b9e6: Pulling fs layer 19:20:17 eaf3925da568: Pulling fs layer 19:20:17 bab4dde63d76: Pulling fs layer 19:20:17 bde34c3a00c8: Pulling fs layer 19:20:17 b352a97aabf1: Pulling fs layer 19:20:17 4872d77fe225: Pulling fs layer 19:20:17 5851b861e8e6: Pulling fs layer 19:20:17 bde34c3a00c8: Waiting 19:20:17 988bab9f4d93: Waiting 19:20:17 1469e6f7b9e6: Waiting 19:20:17 b352a97aabf1: Waiting 19:20:17 4872d77fe225: Waiting 19:20:17 eaf3925da568: Waiting 19:20:17 5851b861e8e6: Waiting 19:20:17 bab4dde63d76: Waiting 19:20:17 e2be974225ed: Download complete 19:20:17 988bab9f4d93: Verifying Checksum 19:20:17 988bab9f4d93: Download complete 19:20:17 1469e6f7b9e6: Verifying Checksum 19:20:17 1469e6f7b9e6: Download complete 19:20:17 eaf3925da568: Verifying Checksum 19:20:17 eaf3925da568: Download complete 19:20:17 339a4e72a1f5: Verifying Checksum 19:20:17 339a4e72a1f5: Download complete 19:20:17 bde34c3a00c8: Verifying Checksum 19:20:17 bde34c3a00c8: Download complete 19:20:17 b352a97aabf1: Verifying Checksum 19:20:17 b352a97aabf1: Download complete 19:20:17 4872d77fe225: Verifying Checksum 19:20:17 4872d77fe225: Download complete 19:20:17 5851b861e8e6: Verifying Checksum 19:20:17 5851b861e8e6: Download complete 19:20:17 b85a868b505f: Verifying Checksum 19:20:17 b85a868b505f: Download complete 19:20:17 bab4dde63d76: Verifying Checksum 19:20:17 bab4dde63d76: Download complete 19:20:18 b85a868b505f: Pull complete 19:20:18 e2be974225ed: Pull complete 19:20:19 339a4e72a1f5: Pull complete 19:20:19 988bab9f4d93: Pull complete 19:20:19 1469e6f7b9e6: Pull complete 19:20:19 eaf3925da568: Pull complete 19:20:21 bab4dde63d76: Pull complete 19:20:21 bde34c3a00c8: Pull complete 19:20:21 b352a97aabf1: Pull complete 19:20:21 4872d77fe225: Pull complete 19:20:22 5851b861e8e6: Pull complete 19:20:22 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 19:20:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:20:22 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:20:22 prd-ubuntu20.04-docker-8c-8g-4150 does not seem to be running inside a container 19:20: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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 19:20:24 $ docker top 18ee8c6f81c5e23f2181d13b5721529eb14192de74cdffb546764b09967e161c -eo pid,comm 19:20: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:20:24 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:20:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:20:25 [ssh-agent] Looking for ssh-agent implementation... 19:20:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:20:25 $ docker exec 18ee8c6f81c5e23f2181d13b5721529eb14192de74cdffb546764b09967e161c ssh-agent 19:20:25 SSH_AUTH_SOCK=/tmp/ssh-eCgRX7UFNNYm/agent.32 19:20:25 SSH_AGENT_PID=39 19:20:25 Running ssh-add (command line suppressed) 19:20:25 Identity added: /w/workspace/edgex-go/1@tmp/private_key_5311127076217836278.key (/w/workspace/edgex-go/1@tmp/private_key_5311127076217836278.key) 19:20:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:20:25 + git tag --points-at HEAD [Pipeline] } 19:20:25 $ docker exec --env ******** --env ******** 18ee8c6f81c5e23f2181d13b5721529eb14192de74cdffb546764b09967e161c ssh-agent -k 19:20:25 unset SSH_AUTH_SOCK; 19:20:25 unset SSH_AGENT_PID; 19:20:25 echo Agent pid 39 killed; 19:20:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:20:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:20:25 [ssh-agent] Looking for ssh-agent implementation... 19:20:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:20:26 $ docker exec 18ee8c6f81c5e23f2181d13b5721529eb14192de74cdffb546764b09967e161c ssh-agent 19:20:26 SSH_AUTH_SOCK=/tmp/ssh-xRmJVe6ZsMwW/agent.71 19:20:26 SSH_AGENT_PID=77 19:20:26 Running ssh-add (command line suppressed) 19:20:26 Identity added: /w/workspace/edgex-go/1@tmp/private_key_5502687144089907122.key (/w/workspace/edgex-go/1@tmp/private_key_5502687144089907122.key) 19:20:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:20:26 + git semver init 19:20:26 2023-08-21 19:20:26,821 [run_init] DEBUG init version:0.0.0 force:False 19:20:26 2023-08-21 19:20:26,822 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 19:20:26 2023-08-21 19:20:26,822 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 19:20:26 2023-08-21 19:20:26,822 [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:20:32 2023-08-21 19:20:32,531 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 19:20:32 2023-08-21 19:20:32,532 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4643 with force:False 19:20:32 2023-08-21 19:20:32,532 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4643 19:20:32 2023-08-21 19:20:32,536 [execute] INFO git cat-file --batch-check 19:20:32 2023-08-21 19:20:32,537 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:20:32 2023-08-21 19:20:32,543 [execute] INFO git cat-file --batch 19:20:32 2023-08-21 19:20:32,543 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:20:32 2023-08-21 19:20:32,547 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4643 19:20:32 0.0.0 [Pipeline] } 19:20:32 $ docker exec --env ******** --env ******** 18ee8c6f81c5e23f2181d13b5721529eb14192de74cdffb546764b09967e161c ssh-agent -k 19:20:33 unset SSH_AUTH_SOCK; 19:20:33 unset SSH_AGENT_PID; 19:20:33 echo Agent pid 77 killed; 19:20:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:20:33 + git semver [Pipeline] } 19:20:33 $ docker stop --time=1 18ee8c6f81c5e23f2181d13b5721529eb14192de74cdffb546764b09967e161c 19:20:35 $ docker rm -f --volumes 18ee8c6f81c5e23f2181d13b5721529eb14192de74cdffb546764b09967e161c [Pipeline] // withDockerContainer [Pipeline] sh 19:20:35 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:20:35 Stashed 1 file(s) [Pipeline] echo 19:20: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:20:36 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:20:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:20:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:20:36 ========================================================= 19:20:36 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 19:20:36 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:20:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:20:36 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 19:20:36 4db1b89c0bd1: Pulling fs layer 19:20:36 6911f1a30b25: Pulling fs layer 19:20:36 e194b8c5c2a9: Pulling fs layer 19:20:36 6863d3e3a2b1: Pulling fs layer 19:20:36 ec0bb842ea78: Pulling fs layer 19:20:36 40a00589a448: Pulling fs layer 19:20:36 6c08303d61cc: Pulling fs layer 19:20:36 798269fcf238: Pulling fs layer 19:20:36 ec0bb842ea78: Waiting 19:20:36 40a00589a448: Waiting 19:20:36 6c08303d61cc: Waiting 19:20:36 798269fcf238: Waiting 19:20:36 6863d3e3a2b1: Waiting 19:20:36 6911f1a30b25: Verifying Checksum 19:20:36 6911f1a30b25: Download complete 19:20:36 6863d3e3a2b1: Verifying Checksum 19:20:36 6863d3e3a2b1: Download complete 19:20:36 ec0bb842ea78: Verifying Checksum 19:20:36 ec0bb842ea78: Download complete 19:20:36 4db1b89c0bd1: Verifying Checksum 19:20:36 4db1b89c0bd1: Download complete 19:20:37 40a00589a448: Verifying Checksum 19:20:37 40a00589a448: Download complete 19:20:37 4db1b89c0bd1: Pull complete 19:20:37 6911f1a30b25: Pull complete 19:20:37 798269fcf238: Verifying Checksum 19:20:37 798269fcf238: Download complete 19:20:37 e194b8c5c2a9: Verifying Checksum 19:20:37 e194b8c5c2a9: Download complete 19:20:37 6c08303d61cc: Verifying Checksum 19:20:37 6c08303d61cc: Download complete 19:20:41 e194b8c5c2a9: Pull complete 19:20:41 6863d3e3a2b1: Pull complete 19:20:41 ec0bb842ea78: Pull complete 19:20:41 40a00589a448: Pull complete 19:20:44 6c08303d61cc: Pull complete 19:20:44 798269fcf238: Pull complete 19:20:44 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 19:20:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:20:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 19:20:45 + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:20:45 WORKDIR /edgex 19:20:45 COPY go.mod . 19:20:45 RUN go mod downloaddocker 19:20:45 build -t ci-base-image-x86_64 -f - . 19:20:45 Sending build context to Docker daemon 170.8MB 19:20:45 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:20:45 ---> ec979cd7f677 19:20:45 Step 2/4 : WORKDIR /edgex 19:20:51 Still waiting to schedule task 19:20:51 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 19:20:51 ---> Running in 4ce46b5e3957 19:20:51 Removing intermediate container 4ce46b5e3957 19:20:51 ---> 271bfb6f2808 19:20:51 Step 3/4 : COPY go.mod . 19:20:51 ---> 90a1fd4d181d 19:20:51 Step 4/4 : RUN go mod download 19:20:51 ---> Running in 90be8111420e 19:21:17 Removing intermediate container 90be8111420e 19:21:17 ---> 0cd7e19f6848 19:21:17 Successfully built 0cd7e19f6848 19:21:17 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:21:18 + docker inspect -f . ci-base-image-x86_64 19:21:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:21:18 prd-ubuntu20.04-docker-8c-8g-4150 does not seem to be running inside a container 19:21:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:21:18 $ docker top d81dd36a3818f44772e680cd905dec109a3c49231cacd01ac543db5eaea40b35 -eo pid,comm [Pipeline] { [Pipeline] sh 19:21:19 + go version 19:21:19 go version go1.20.6 linux/amd64 [Pipeline] } 19:21:19 $ docker stop --time=1 d81dd36a3818f44772e680cd905dec109a3c49231cacd01ac543db5eaea40b35 19:21:20 $ docker rm -f --volumes d81dd36a3818f44772e680cd905dec109a3c49231cacd01ac543db5eaea40b35 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:21:21 + docker inspect -f . ci-base-image-x86_64 19:21:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:21:21 prd-ubuntu20.04-docker-8c-8g-4150 does not seem to be running inside a container 19:21:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:21:21 $ docker top 200b3a6c4e961f2b86355e7fbd6c12c1be69f40357c9e3547ff4bb8765bcd593 -eo pid,comm [Pipeline] { [Pipeline] echo 19:21:21 ========================================================= 19:21:21 [edgeXBuildGoParallel] Running Tests and Build... 19:21:21 ========================================================= [Pipeline] sh 19:21:22 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:21:22 + make test 19:21:22 go test -race -coverprofile=coverage.out ./... 19:21:30 ? github.com/edgexfoundry/edgex-go [no test files] 19:21:42 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:21:42 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 19:21:42 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:21:43 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:21:43 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:21:44 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:21:44 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:21:44 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 19:21:44 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:21:44 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:21:44 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:21:45 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:21:45 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:21:45 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:21:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:21:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:21:46 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.063s coverage: 28.7% of statements 19:21:47 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.088s coverage: 97.0% of statements 19:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 19:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:21:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:21:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:21:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:21:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:21:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:21:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:21:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:21:50 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.090s coverage: 71.5% of statements 19:21:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.073s coverage: 54.0% of statements 19:21:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:21:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:21:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:21:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:21:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:21:52 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:21:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:21:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:21:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:21:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:21:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:21:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:21:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.073s coverage: 93.4% of statements 19:21:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.077s coverage: 3.8% of statements 19:21:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.360s coverage: 97.6% of statements 19:21:53 ok github.com/edgexfoundry/edgex-go/internal/io 0.064s coverage: 72.2% of statements 19:21:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:21:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:21:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.091s coverage: 0.9% of statements 19:21:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.069s coverage: 32.2% of statements 19:21:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 42.9% of statements 19:21:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.061s coverage: 82.9% of statements 19:21:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements 19:21:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.075s coverage: 96.3% of statements 19:21:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements 19:21:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:21:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:21:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:21:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:21:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:21:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:21:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:21:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:21:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:21:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:21:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:21:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:21:57 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:21:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:21:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:21:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 19:21:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:22:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:22:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:22:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 19:22:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 19:22:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 19:22:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:22:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:22:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:22:05 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:22:05 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:22:05 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:22:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:22:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:22:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:22:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:22:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:22:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.068s coverage: 94.4% of statements 19:22:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:22:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:22:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:22:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:22:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:22:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:22:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:22:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:22:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.293s coverage: 79.9% of statements 19:22:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.087s coverage: 92.9% of statements 19:22:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.029s coverage: 64.4% of statements 19:22:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.070s coverage: 62.3% of statements 19:22:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements 19:22:20 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.049s coverage: 20.0% of statements 19:22:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.060s coverage: 100.0% of statements 19:22:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.102s coverage: 81.8% of statements 19:22:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.103s coverage: 82.1% of statements 19:22:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.062s coverage: 86.0% of statements 19:22:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.173s coverage: 63.1% of statements 19:22:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements 19:22:20 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 89.4% of statements 19:22:20 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements 19:22:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements 19:22:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements 19:22:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.208s coverage: 38.4% of statements 19:22:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.062s coverage: 89.5% of statements 19:22:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.071s coverage: 84.8% of statements 19:22:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.076s coverage: 17.7% of statements 19:22:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.133s coverage: 95.7% of statements 19:22:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.063s coverage: 61.8% of statements 19:22:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.110s coverage: 98.9% of statements 19:22:20 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:22:20 running golangci-lint 19:22:20 golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z 19:22:20 go version go1.20.6 linux/amd64 19:22:20 level=info msg="[config_reader] Used config file .golangci.yml" 19:22:20 level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" 19:22:23 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4151 in /w/workspace/edgexfoundry_edgex-go_PR-4643 [Pipeline] { [Pipeline] ws 19:22:23 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:22:23 The recommended git tool is: git 19:22:28 using credential edgex-jenkins-ssh 19:22:28 Cloning the remote Git repository 19:22:28 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:22:28 > git init /w/workspace/edgex-go/1 # timeout=10 19:22:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:22:28 > git --version # timeout=10 19:22:28 > git --version # 'git version 2.25.1' 19:22:28 using GIT_SSH to set credentials SSH Credentials for GitHub 19:22:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:22:34 level=info msg="[loader] Go packages loading at mode 575 (exports_file|types_sizes|compiled_files|deps|files|imports|name) took 15.454771554s" 19:22:34 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 42.431888ms" 19:22:44 level=info msg="[linters_context/goanalysis] analyzers took 1m4.793860943s with top 10 stages: buildir: 39.689565476s, inspect: 1.899522507s, gosec: 1.557693719s, fact_deprecated: 1.469908576s, printf: 1.286038843s, ctrlflow: 1.208240668s, fact_purity: 1.09880542s, S1038: 1.026090369s, nilness: 861.53294ms, SA4030: 495.90398ms" 19:22:44 level=info msg="[runner] Issues before processing: 200, after processing: 0" 19:22:44 level=info msg="[runner] Processors filtering stat (out/in): filename_unadjuster: 200/200, path_prettifier: 200/200, exclude-rules: 21/200, skip_dirs: 200/200, autogenerated_exclude: 200/200, identifier_marker: 200/200, exclude: 200/200, nolint: 0/21, cgo: 200/200, skip_files: 200/200" 19:22:44 level=info msg="[runner] processing took 18.448064ms with stages: nolint: 7.909511ms, identifier_marker: 6.285026ms, path_prettifier: 1.448553ms, autogenerated_exclude: 1.208531ms, exclude-rules: 1.095649ms, skip_dirs: 437.753µs, cgo: 36.951µs, filename_unadjuster: 20µs, max_same_issues: 1.29µs, uniq_by_line: 970ns, max_from_linter: 720ns, skip_files: 700ns, exclude: 450ns, source_code: 450ns, severity-rules: 420ns, diff: 370ns, path_prefixer: 290ns, path_shortener: 170ns, sort_results: 140ns, max_per_file_from_linter: 120ns" 19:22:44 level=info msg="[runner] linters took 8.960497485s with stages: goanalysis_metalinter: 8.94195096s" 19:22:44 level=info msg="File cache stats: 0 entries of total size 0B" 19:22:44 level=info msg="Memory: 246 samples, avg is 201.2MB, max is 815.6MB" 19:22:44 level=info msg="Execution took 24.469143719s" 19:22:44 go vet ./... 19:22:46 Merging remotes/origin/main commit cd3e8a6a29d241919ce39f0a43e51689c2eacef5 into PR head commit b6edefb8aec0774ba43fba18fc8da8c186562593 19:22:47 Merge succeeded, producing b6edefb8aec0774ba43fba18fc8da8c186562593 19:22:47 Checking out Revision b6edefb8aec0774ba43fba18fc8da8c186562593 (PR-4643) 19:22:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:22:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:22:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:22:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:22:46 using GIT_SSH to set credentials SSH Credentials for GitHub 19:22:46 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4643/head:refs/remotes/origin/PR-4643 +refs/heads/main:refs/remotes/origin/main # timeout=10 19:22:46 > git config core.sparsecheckout # timeout=10 19:22:47 > git checkout -f b6edefb8aec0774ba43fba18fc8da8c186562593 # timeout=10 19:22:47 > git remote # timeout=10 19:22:47 > git config --get remote.origin.url # timeout=10 19:22:47 using GIT_SSH to set credentials SSH Credentials for GitHub 19:22:47 > git merge cd3e8a6a29d241919ce39f0a43e51689c2eacef5 # timeout=10 19:22:47 > git rev-parse HEAD^{commit} # timeout=10 19:22:47 > git config core.sparsecheckout # timeout=10 19:22:47 > git checkout -f b6edefb8aec0774ba43fba18fc8da8c186562593 # timeout=10 19:22:47 Commit message: "build(deps): Bump github.com/google/uuid from 1.3.0 to 1.3.1" 19:22:47 > git --version # timeout=10 19:22:47 > git --version # 'git version 2.25.1' 19:22:48 fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:22:49 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:22:49 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:22:49 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 19:22:49 % Total % Received % Xferd Average Speed Time Time Time Current 19:22:49 Dload Upload Total Spent Left Speed 19:22:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 90432 0 --:--:-- --:--:-- --:--:-- 90432 [Pipeline] sh 19:22:49 ./bin/test-attribution-txt.sh 19:22:49 An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add 19:22:49 An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add 19:22:49 An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add 19:22:49 An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo 19:22:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:22:49 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 19:22:49 + ls -al . 19:22:49 total 728 19:22:49 drwxrwxr-x 12 1001 1001 4096 Aug 21 19:21 . 19:22:49 drwxr-xr-x 4 root root 4096 Aug 21 19:21 .. 19:22:49 drwxrwxr-x 2 1001 1001 4096 Aug 21 19:20 .blubracket 19:22:49 -rw-rw-r-- 1 1001 1001 16 Aug 21 19:20 .dockerignore 19:22:49 drwxrwxr-x 8 1001 1001 4096 Aug 21 19:20 .git 19:22:49 drwxrwxr-x 3 1001 1001 4096 Aug 21 19:20 .github 19:22:49 -rw-rw-r-- 1 1001 1001 1173 Aug 21 19:20 .gitignore 19:22:49 -rw-rw-r-- 1 1001 1001 42 Aug 21 19:20 .golangci.yml 19:22:49 -rw-rw-r-- 1 1001 1001 87 Aug 21 19:20 .hadolint.yml 19:22:49 drwxr-xr-x 3 1001 1001 4096 Aug 21 19:20 .semver 19:22:49 -rw-rw-r-- 1 1001 1001 166 Aug 21 19:20 .sonarcloud.properties 19:22:49 -rw-rw-r-- 1 1001 1001 1171 Aug 21 19:20 ADOPTERS.md 19:22:49 -rw-rw-r-- 1 1001 1001 11152 Aug 21 19:20 Attribution.txt 19:22:49 -rw-rw-r-- 1 1001 1001 93407 Aug 21 19:20 CHANGELOG.md 19:22:49 -rw-rw-r-- 1 1001 1001 3804 Aug 21 19:20 CONTRIBUTING.md 19:22:49 -rw-rw-r-- 1 1001 1001 677 Aug 21 19:20 GOVERNANCE.md 19:22:49 -rw-rw-r-- 1 1001 1001 883 Aug 21 19:20 Jenkinsfile 19:22:49 -rw-rw-r-- 1 1001 1001 10775 Aug 21 19:20 LICENSE 19:22:49 -rw-rw-r-- 1 1001 1001 14764 Aug 21 19:20 Makefile 19:22:49 -rw-rw-r-- 1 1001 1001 582 Aug 21 19:20 OWNERS.md 19:22:49 -rw-rw-r-- 1 1001 1001 9923 Aug 21 19:20 README.md 19:22:49 -rw-rw-r-- 1 1001 1001 789 Aug 21 19:20 SECURITY.md 19:22:49 -rw-rw-r-- 1 1001 1001 5 Aug 21 19:20 VERSION 19:22:49 drwxrwxr-x 2 1001 1001 4096 Aug 21 19:20 bin 19:22:49 drwxrwxr-x 18 1001 1001 4096 Aug 21 19:20 cmd 19:22:49 -rw-r--r-- 1 root root 446998 Aug 21 19:22 coverage.out 19:22:49 drwxrwxr-x 2 1001 1001 4096 Aug 21 19:20 fuzz_test 19:22:49 -rw-rw-r-- 1 1001 1001 3687 Aug 21 19:20 go.mod 19:22:49 -rw-rw-r-- 1 1001 1001 33714 Aug 21 19:20 go.sum 19:22:49 drwxrwxr-x 7 1001 1001 4096 Aug 21 19:20 internal 19:22:49 drwxrwxr-x 3 1001 1001 4096 Aug 21 19:20 openapi 19:22:49 -rw-rw-r-- 1 1001 1001 594 Aug 21 19:20 security.txt 19:22:49 drwxrwxr-x 4 1001 1001 4096 Aug 21 19:20 snap 19:22:49 -rw-rw-r-- 1 1001 1001 204 Aug 21 19:20 version.go [Pipeline] sh 19:22:50 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 19:22:50 + sudo tee /etc/docker/daemon.new 19:22:50 { 19:22:50 "registry-mirrors": [ 19:22:50 "https://nexus3.edgexfoundry.org:10001" 19:22:50 ], 19:22:50 "bip": "10.250.0.254/24", 19:22:50 "hosts": [ 19:22:50 "tcp://0.0.0.0:5555", 19:22:50 "unix:///var/run/docker.sock" 19:22:50 ], 19:22:50 "mtu": 1458, 19:22:50 "selinux-enabled": true, 19:22:50 "seccomp-profile": "/etc/docker/seccomp.json" 19:22:50 } [Pipeline] sh 19:22:50 + '[' -e coverage.out ] 19:22:50 + chown 1001:1001 coverage.out [Pipeline] stash 19:22:50 Stashed 1 file(s) [Pipeline] sh 19:22:50 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 19:22:50 + make build 19:22:50 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 19:22:50 + sudo service docker restart 19:23:05 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:23:05 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:23:06 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 19:23:07 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:23:09 provisioning config files... 19:23:09 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config13560747332560718945tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:23:09 ---> docker-login.sh 19:23:09 nexus3.edgexfoundry.org:10001 19:23:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:23:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:23:09 Configure a credential helper to remove this warning. See 19:23:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:23:09 19:23:09 Login Succeeded 19:23:09 nexus3.edgexfoundry.org:10002 19:23:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:23:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:23:10 Configure a credential helper to remove this warning. See 19:23:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:23:10 19:23:10 Login Succeeded 19:23:10 nexus3.edgexfoundry.org:10003 19:23:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:23:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:23:10 Configure a credential helper to remove this warning. See 19:23:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:23:10 19:23:10 Login Succeeded 19:23:10 nexus3.edgexfoundry.org:10004 19:23:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:23:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:23:11 Configure a credential helper to remove this warning. See 19:23:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:23:11 19:23:11 Login Succeeded 19:23:11 docker.io 19:23:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:23:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:23:11 Configure a credential helper to remove this warning. See 19:23:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:23:11 19:23:11 Login Succeeded 19:23:11 ---> docker-login.sh ends [Pipeline] } 19:23:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 19:23:12 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:23:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:23:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:23:12 ========================================================= 19:23:12 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 19:23:12 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:23:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 19:23:12 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:23:12 edb6bdbacee9: Pulling fs layer 19:23:12 5f9638ab2659: Pulling fs layer 19:23:12 8d51d6327a98: Pulling fs layer 19:23:12 8b374f2dd631: Pulling fs layer 19:23:13 ec14aa9079de: Pulling fs layer 19:23:13 2f466654f4bb: Pulling fs layer 19:23:13 554e91adad29: Pulling fs layer 19:23:13 ec14aa9079de: Waiting 19:23:13 2f466654f4bb: Waiting 19:23:13 554e91adad29: Waiting 19:23:13 8b374f2dd631: Waiting 19:23:13 5f9638ab2659: Verifying Checksum 19:23:13 5f9638ab2659: Download complete 19:23:13 8b374f2dd631: Download complete 19:23:13 ec14aa9079de: Verifying Checksum 19:23:13 ec14aa9079de: Download complete 19:23:13 edb6bdbacee9: Download complete 19:23:13 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:23:14 554e91adad29: Verifying Checksum 19:23:14 554e91adad29: Download complete 19:23:15 8d51d6327a98: Verifying Checksum 19:23:15 8d51d6327a98: Download complete 19:23:15 2f466654f4bb: Download complete 19:23:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 19:23:16 edb6bdbacee9: Pull complete 19:23:16 5f9638ab2659: Pull complete 19:23:17 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:23:18 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:23:19 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:23:20 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:23:22 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 19:23:23 $ docker stop --time=1 200b3a6c4e961f2b86355e7fbd6c12c1be69f40357c9e3547ff4bb8765bcd593 19:23:27 $ docker rm -f --volumes 200b3a6c4e961f2b86355e7fbd6c12c1be69f40357c9e3547ff4bb8765bcd593 [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:23:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:23:29 19:23:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:23:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:23:29 latest: Pulling from edgex-devops/edgex-compose 19:23:29 91d30c5bc195: Pulling fs layer 19:23:29 2e9b0aa3be6d: Pulling fs layer 19:23:29 9c61dcf015f6: Pulling fs layer 19:23:29 4698f68db338: Pulling fs layer 19:23:29 2a2f49069b9e: Pulling fs layer 19:23:29 e0025b399a48: Pulling fs layer 19:23:29 4698f68db338: Waiting 19:23:29 2a2f49069b9e: Waiting 19:23:29 e0025b399a48: Waiting 19:23:29 91d30c5bc195: Verifying Checksum 19:23:29 91d30c5bc195: Download complete 19:23:29 4698f68db338: Download complete 19:23:29 91d30c5bc195: Pull complete 19:23:29 2e9b0aa3be6d: Verifying Checksum 19:23:29 2e9b0aa3be6d: Download complete 19:23:29 e0025b399a48: Verifying Checksum 19:23:29 e0025b399a48: Download complete 19:23:30 2a2f49069b9e: Verifying Checksum 19:23:30 2a2f49069b9e: Download complete 19:23:30 2e9b0aa3be6d: Pull complete 19:23:30 9c61dcf015f6: Verifying Checksum 19:23:30 9c61dcf015f6: Download complete 19:23:31 8d51d6327a98: Pull complete 19:23:31 8b374f2dd631: Pull complete 19:23:31 ec14aa9079de: Pull complete 19:23:33 9c61dcf015f6: Pull complete 19:23:33 4698f68db338: Pull complete 19:23:33 2a2f49069b9e: Pull complete 19:23:33 e0025b399a48: Pull complete 19:23:33 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 19:23:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:23:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:23:34 prd-ubuntu20.04-docker-8c-8g-4150 does not seem to be running inside a container 19:23:34 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:23:37 2f466654f4bb: Pull complete 19:23:37 $ docker top 8605d94cf1a07d43f932638470cf3b25fcd05980cf3dd2bef2e4d9cb51c1d6c3 -eo pid,comm [Pipeline] { [Pipeline] sh 19:23:37 + docker compose -f ./docker-compose-build.yml build --parallel 19:23:39 554e91adad29: Pull complete 19:23:39 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 19:23:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 19:23:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 19:23:39 #1 [security-secretstore-setup internal] load build definition from Dockerfile 19:23:39 #1 transferring dockerfile: 2.38kB done 19:23:39 #1 DONE 0.0s [Pipeline] fileExists [Pipeline] sh 19:23:40 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 19:23:40 WORKDIR /edgex 19:23:40 COPY go.mod . 19:23:40 RUN go mod download 19:23:40 + docker build -t ci-base-image-arm64 -f - . 19:23:40 19:23:40 #2 [security-spire-server internal] load build definition from Dockerfile 19:23:40 #2 transferring dockerfile: 2.63kB done 19:23:40 #2 DONE 0.0s 19:23:40 19:23:40 #3 [core-metadata internal] load build definition from Dockerfile 19:23:40 #3 transferring dockerfile: 1.96kB done 19:23:40 #3 DONE 0.0s 19:23:40 19:23:40 #4 [security-bootstrapper internal] load build definition from Dockerfile 19:23:40 #4 transferring dockerfile: 2.82kB done 19:23:40 #4 DONE 0.0s 19:23:40 19:23:40 #5 [security-secretstore-setup internal] load .dockerignore 19:23:40 #5 transferring context: 56B done 19:23:40 #5 DONE 0.0s 19:23:40 19:23:40 #6 [core-common-config-bootstrapper internal] load build definition from Dockerfile 19:23:40 #6 transferring dockerfile: 2.12kB done 19:23:40 #6 DONE 0.0s 19:23:40 19:23:40 #7 [support-scheduler internal] load build definition from Dockerfile 19:23:40 #7 transferring dockerfile: 1.82kB done 19:23:40 #7 DONE 0.0s 19:23:40 19:23:40 #8 [core-data internal] load build definition from Dockerfile 19:23:40 #8 transferring dockerfile: 1.90kB done 19:23:40 #8 DONE 0.0s 19:23:40 19:23:40 #9 [security-proxy-setup internal] load build definition from Dockerfile 19:23:40 #9 transferring dockerfile: 2.39kB done 19:23:40 #9 DONE 0.0s 19:23:40 19:23:40 #10 [security-proxy-auth internal] load build definition from Dockerfile 19:23:40 #10 transferring dockerfile: 2.04kB done 19:23:40 #10 DONE 0.1s 19:23:40 19:23:40 #11 [security-spire-config internal] load build definition from Dockerfile 19:23:40 #11 transferring dockerfile: 2.58kB done 19:23:40 #11 DONE 0.0s 19:23:40 19:23:40 #12 [security-spire-agent internal] load build definition from Dockerfile 19:23:40 #12 transferring dockerfile: 2.68kB done 19:23:40 #12 DONE 0.0s 19:23:40 19:23:40 #13 [support-notifications internal] load build definition from Dockerfile 19:23:40 #13 transferring dockerfile: 1.84kB done 19:23:40 #13 DONE 0.0s 19:23:40 19:23:40 #14 [core-command internal] load build definition from Dockerfile 19:23:40 #14 transferring dockerfile: 1.82kB done 19:23:40 #14 DONE 0.0s 19:23:40 19:23:40 #15 [security-spiffe-token-provider internal] load build definition from Dockerfile 19:23:40 #15 transferring dockerfile: 1.78kB done 19:23:40 #15 DONE 0.0s 19:23:40 19:23:40 #16 [security-spire-server internal] load .dockerignore 19:23:40 #16 transferring context: 56B done 19:23:40 #16 DONE 0.0s 19:23:40 19:23:40 #17 [security-bootstrapper internal] load .dockerignore 19:23:40 #17 transferring context: 56B done 19:23:40 #17 DONE 0.0s 19:23:40 19:23:40 #18 [core-metadata internal] load .dockerignore 19:23:40 #18 transferring context: 56B done 19:23:40 #18 DONE 0.0s 19:23:40 19:23:40 #19 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:23:40 #19 DONE 0.0s 19:23:40 19:23:40 #20 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.17 19:23:40 #20 DONE 0.1s 19:23:40 19:23:40 #21 [security-secretstore-setup stage-1 1/12] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:23:40 #21 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 19:23:40 #21 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:23:40 #21 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done 19:23:40 #21 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done 19:23:40 #21 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.1s 19:23:40 Sending build context to Docker daemon 2.95MB 19:23:40 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 19:23:40 ---> 1e15ea492957 19:23:40 Step 2/4 : WORKDIR /edgex 19:23:40 #21 ... 19:23:40 19:23:40 #22 [core-common-config-bootstrapper internal] load .dockerignore 19:23:40 #22 transferring context: 56B done 19:23:40 #22 DONE 0.1s 19:23:40 19:23:40 #23 [support-scheduler internal] load .dockerignore 19:23:40 #23 transferring context: 56B done 19:23:40 #23 DONE 0.2s 19:23:40 19:23:40 #21 [security-secretstore-setup stage-1 1/12] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:23:40 #21 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.1s done 19:23:40 #21 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 19:23:40 #21 ... 19:23:40 19:23:40 #19 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:23:40 #19 DONE 0.0s 19:23:40 19:23:40 #20 [security-spire-server internal] load metadata for docker.io/library/alpine:3.17 19:23:40 #20 DONE 0.1s 19:23:40 19:23:40 #21 [security-spire-server stage-1 1/12] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:23:40 #21 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 19:23:40 #21 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:23:40 #21 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done 19:23:40 #21 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done 19:23:40 #21 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.1s done 19:23:40 #21 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.2s done 19:23:41 #21 ... 19:23:41 19:23:41 #19 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:23:41 #19 DONE 0.0s 19:23:41 19:23:41 #20 [support-scheduler internal] load metadata for docker.io/library/alpine:3.17 19:23:41 #20 DONE 0.1s 19:23:41 19:23:41 #24 [security-proxy-auth internal] load .dockerignore 19:23:41 #24 transferring context: 56B done 19:23:41 #24 DONE 0.2s 19:23:41 19:23:41 #25 [core-command internal] load .dockerignore 19:23:41 #25 transferring context: 56B done 19:23:41 #25 DONE 0.2s 19:23:41 19:23:41 #26 [security-proxy-setup internal] load .dockerignore 19:23:41 #26 transferring context: 56B done 19:23:41 #26 DONE 0.3s 19:23:41 19:23:41 #27 [support-notifications internal] load .dockerignore 19:23:41 #27 transferring context: 56B done 19:23:41 #27 DONE 0.2s 19:23:41 19:23:41 #28 [core-data internal] load .dockerignore 19:23:41 #28 transferring context: 56B done 19:23:41 #28 DONE 0.3s 19:23:41 19:23:41 #29 [security-spire-config internal] load .dockerignore 19:23:41 #29 transferring context: 56B done 19:23:41 #29 DONE 0.3s 19:23:41 19:23:41 #21 [support-scheduler stage-1 1/12] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:23:41 #21 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 19:23:41 #21 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:23:41 #21 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done 19:23:41 #21 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done 19:23:41 #21 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.1s done 19:23:41 #21 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.2s done 19:23:41 #21 ... 19:23:41 19:23:41 #19 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:23:41 #19 DONE 0.0s 19:23:41 19:23:41 #20 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.17 19:23:41 #20 DONE 0.2s 19:23:41 19:23:41 #21 [security-proxy-auth stage-1 1/12] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:23:41 #21 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 19:23:41 #21 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:23:41 #21 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done 19:23:41 #21 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done 19:23:41 #21 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.1s done 19:23:41 #21 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.2s done 19:23:41 #21 DONE 0.9s 19:23:41 19:23:41 #30 [security-spire-agent internal] load .dockerignore 19:23:41 #30 transferring context: 56B done 19:23:41 #30 DONE 0.5s 19:23:41 19:23:41 #31 [security-spire-server builder 1/7] FROM docker.io/library/ci-base-image-x86_64 19:23:41 #31 DONE 1.0s 19:23:41 19:23:41 #32 [security-proxy-auth internal] load build context 19:23:41 #32 ... 19:23:41 19:23:41 #33 [security-spiffe-token-provider internal] load .dockerignore 19:23:41 #33 transferring context: 56B 0.0s done 19:23:41 #33 DONE 0.5s 19:23:41 19:23:41 #19 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:23:41 #19 DONE 0.0s 19:23:41 19:23:41 #32 [security-proxy-auth internal] load build context 19:23:41 #32 ... 19:23:41 19:23:41 #19 [security-spire-config internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:23:41 #19 DONE 0.0s 19:23:41 19:23:41 #21 [security-proxy-setup stage-1 1/12] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:23:41 #21 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 19:23:41 #21 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:23:41 #21 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done 19:23:41 #21 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done 19:23:41 #21 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.1s done 19:23:41 #21 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.2s done 19:23:41 #21 DONE 1.0s 19:23:41 19:23:41 #31 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64 19:23:41 #31 DONE 1.0s 19:23:41 19:23:41 #32 [security-proxy-auth internal] load build context 19:23:41 #32 ... 19:23:41 19:23:41 #19 [security-spire-agent internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:23:41 #19 DONE 0.0s 19:23:41 19:23:41 #32 [security-proxy-auth internal] load build context 19:23:41 #32 ... 19:23:41 19:23:41 #19 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 19:23:41 #19 DONE 0.0s 19:23:41 19:23:41 #32 [security-proxy-auth internal] load build context 19:23:42 ---> Running in 7316797acf43 19:23:42 Removing intermediate container 7316797acf43 19:23:42 ---> 59363d459a16 19:23:42 Step 3/4 : COPY go.mod . 19:23:43 ---> b70fd7ef31eb 19:23:43 Step 4/4 : RUN go mod download 19:23:43 ---> Running in f5ada7ab7085 19:23:47 #32 transferring context: 365.18MB 5.0s done 19:23:47 #32 ... 19:23:47 19:23:47 #34 [core-common-config-bootstrapper internal] load build context 19:23:47 #34 transferring context: 365.18MB 6.7s done 19:23:47 #34 ... 19:23:47 19:23:47 #35 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq 19:23:47 #35 ... 19:23:47 19:23:47 #21 [support-notifications stage-1 1/12] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:23:47 #21 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 19:23:47 #21 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:23:47 #21 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done 19:23:47 #21 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done 19:23:47 #21 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.1s done 19:23:47 #21 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.2s done 19:23:47 #21 DONE 1.0s 19:23:47 19:23:47 #31 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-x86_64 19:23:47 #31 DONE 1.0s 19:23:47 19:23:47 #20 [security-spire-config internal] load metadata for docker.io/library/alpine:3.17 19:23:47 #20 DONE 6.8s 19:23:48 19:23:48 #32 [security-proxy-auth internal] load build context 19:23:48 #32 DONE 6.9s 19:23:48 19:23:48 #36 [security-bootstrapper internal] load build context 19:23:48 #36 transferring context: 365.18MB 5.6s done 19:23:48 #36 DONE 7.3s 19:23:48 19:23:48 #37 [support-scheduler internal] load build context 19:23:48 #37 transferring context: 365.18MB 5.7s done 19:23:48 #37 DONE 7.2s 19:23:48 19:23:48 #38 [security-spire-server internal] load build context 19:23:48 #38 transferring context: 365.18MB 5.8s done 19:23:48 #38 DONE 7.3s 19:23:48 19:23:48 #39 [support-notifications builder 2/7] WORKDIR /edgex-go 19:23:48 #39 DONE 7.0s 19:23:48 19:23:48 #40 [security-secretstore-setup internal] load build context 19:23:48 #40 transferring context: 365.18MB 6.0s done 19:23:48 #40 DONE 7.5s 19:23:48 19:23:48 #41 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 19:23:48 #41 ... 19:23:48 19:23:48 #42 [core-metadata internal] load build context 19:23:48 #42 transferring context: 365.18MB 6.0s done 19:23:48 #42 DONE 7.3s 19:23:48 19:23:48 #34 [core-common-config-bootstrapper internal] load build context 19:23:48 #34 DONE 7.3s 19:23:48 19:23:48 #43 [security-spire-config internal] load build context 19:23:51 #43 ... 19:23:51 19:23:51 #44 [security-spire-agent stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:23:51 #0 7.037 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:23:51 #0 7.243 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:23:51 #0 7.648 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 19:23:51 #0 7.648 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 19:23:51 #0 7.648 OK: 17818 distinct packages available 19:23:51 #0 7.681 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:23:51 #0 7.836 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:23:51 #0 8.064 (1/5) Installing dumb-init (1.2.5-r2) 19:23:51 #0 8.068 (2/5) Installing musl-obstack (1.2.3-r0) 19:23:51 #0 8.077 (3/5) Installing libucontext (1.2-r0) 19:23:51 #0 8.082 (4/5) Installing gcompat (1.1.0-r0) 19:23:51 #0 8.089 (5/5) Installing openssl (3.0.10-r0) 19:23:51 #0 8.104 Executing busybox-1.35.0-r29.trigger 19:23:51 #0 8.106 OK: 8 MiB in 20 packages 19:23:51 #44 ... 19:23:51 19:23:51 #45 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 19:23:51 #0 7.303 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:23:51 #0 7.469 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:23:51 #0 7.717 (1/4) Installing ca-certificates (20230506-r0) 19:23:51 #0 7.736 (2/4) Installing dumb-init (1.2.5-r2) 19:23:51 #0 7.743 (3/4) Installing su-exec (0.2-r2) 19:23:51 #0 7.745 (4/4) Installing yq (4.30.4-r4) 19:23:51 #0 7.823 Executing busybox-1.35.0-r29.trigger 19:23:51 #0 7.834 Executing ca-certificates-20230506-r0.trigger 19:23:51 #0 7.948 OK: 17 MiB in 19 packages 19:23:51 #45 ... 19:23:51 19:23:51 #46 [core-data internal] load build context 19:23:51 #46 ... 19:23:51 19:23:51 #47 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init 19:23:51 #0 7.039 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:23:51 #0 7.145 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:23:51 #0 7.558 (1/1) Installing dumb-init (1.2.5-r2) 19:23:51 #0 7.590 Executing busybox-1.35.0-r29.trigger 19:23:51 #0 7.590 OK: 7 MiB in 16 packages 19:23:51 #47 ... 19:23:51 19:23:51 #48 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 19:23:51 #0 7.309 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:23:51 #0 7.447 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:23:51 #0 7.727 (1/2) Installing dumb-init (1.2.5-r2) 19:23:51 #0 7.735 (2/2) Installing su-exec (0.2-r2) 19:23:51 #0 7.740 Executing busybox-1.35.0-r29.trigger 19:23:51 #0 7.758 OK: 7 MiB in 17 packages 19:23:51 #48 ... 19:23:51 19:23:51 #49 [security-proxy-setup internal] load build context 19:23:51 #49 ... 19:23:51 19:23:51 #50 [core-command internal] load build context 19:23:52 #50 transferring context: 149.73MB 4.2s 19:23:52 #50 ... 19:23:52 19:23:52 #49 [security-proxy-setup internal] load build context 19:23:52 #49 transferring context: 365.18MB 4.8s done 19:23:57 #49 ... 19:23:57 19:23:57 #51 [support-notifications internal] load build context 19:23:57 #51 transferring context: 365.18MB 5.3s done 19:23:58 #51 ... 19:23:58 19:23:58 #52 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 19:23:58 #0 6.655 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:23:58 #0 6.802 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:23:58 #0 7.017 (1/1) Installing dumb-init (1.2.5-r2) 19:23:58 #0 7.022 Executing busybox-1.35.0-r29.trigger 19:23:58 #0 7.027 OK: 7 MiB in 16 packages 19:23:58 #52 ... 19:23:58 19:23:58 #53 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 19:23:58 #53 ... 19:23:58 19:23:58 #54 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:23:58 #0 7.231 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:23:58 #0 7.361 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:23:58 #0 7.591 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 19:23:58 #0 7.591 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 19:23:58 #0 7.591 OK: 17818 distinct packages available 19:23:58 #0 7.642 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:23:58 #0 7.762 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:23:58 #0 7.946 (1/9) Installing ca-certificates (20230506-r0) 19:23:58 #0 8.243 (2/9) Installing brotli-libs (1.0.9-r9) 19:23:58 #0 8.254 (3/9) Installing nghttp2-libs (1.51.0-r1) 19:23:58 #0 8.259 (4/9) Installing libcurl (8.2.1-r0) 19:23:58 #0 8.268 (5/9) Installing curl (8.2.1-r0) 19:23:58 #0 8.275 (6/9) Installing dumb-init (1.2.5-r2) 19:23:58 #0 8.280 (7/9) Installing musl-obstack (1.2.3-r0) 19:23:58 #0 8.283 (8/9) Installing libucontext (1.2-r0) 19:23:58 #0 8.286 (9/9) Installing gcompat (1.1.0-r0) 19:23:58 #0 8.292 Executing busybox-1.35.0-r29.trigger 19:23:58 #0 8.299 Executing ca-certificates-20230506-r0.trigger 19:23:58 #0 8.369 OK: 10 MiB in 24 packages 19:23:58 #54 ... 19:23:58 19:23:58 #55 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 19:23:58 #0 7.750 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:23:58 #0 7.866 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:23:58 #0 8.047 (1/2) Installing ca-certificates (20230506-r0) 19:23:58 #0 8.245 (2/2) Installing dumb-init (1.2.5-r2) 19:23:58 #0 8.248 Executing busybox-1.35.0-r29.trigger 19:23:58 #0 8.254 Executing ca-certificates-20230506-r0.trigger 19:23:58 #0 8.319 OK: 8 MiB in 17 packages 19:23:58 #55 ... 19:23:58 19:23:58 #56 [security-spire-config builder 3/9] RUN apk add --update --no-cache make git build-base curl 19:23:58 #56 ... 19:23:58 19:23:58 #57 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 19:23:58 #57 ... 19:23:58 19:23:58 #58 [security-spire-agent internal] load build context 19:23:58 #58 transferring context: 365.18MB 5.0s done 19:23:59 #58 ... 19:23:59 19:23:59 #59 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:23:59 #0 4.498 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:23:59 #0 4.618 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:23:59 #0 4.850 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 19:23:59 #0 4.850 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 19:23:59 #0 4.850 OK: 17818 distinct packages available 19:23:59 #0 4.887 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:23:59 #0 5.007 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:23:59 #0 5.227 (1/4) Installing dumb-init (1.2.5-r2) 19:23:59 #0 5.229 (2/4) Installing musl-obstack (1.2.3-r0) 19:23:59 #0 5.231 (3/4) Installing libucontext (1.2-r0) 19:23:59 #0 5.234 (4/4) Installing gcompat (1.1.0-r0) 19:23:59 #0 5.238 Executing busybox-1.35.0-r29.trigger 19:23:59 #0 5.246 OK: 7 MiB in 19 packages 19:23:59 #59 ... 19:23:59 19:23:59 #60 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 19:23:59 #60 ... 19:23:59 19:23:59 #61 [security-spiffe-token-provider internal] load build context 19:23:59 #61 transferring context: 365.18MB 5.0s done 19:23:59 #61 ... 19:23:59 19:23:59 #35 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq 19:23:59 #35 1.025 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:23:59 #35 1.208 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:23:59 #35 1.452 (1/4) Installing dumb-init (1.2.5-r2) 19:23:59 #35 1.457 (2/4) Installing openssl (3.0.10-r0) 19:23:59 #35 1.467 (3/4) Installing su-exec (0.2-r2) 19:23:59 #35 1.467 (4/4) Installing yq (4.30.4-r4) 19:23:59 #35 1.529 Executing busybox-1.35.0-r29.trigger 19:23:59 #35 1.549 OK: 17 MiB in 19 packages 19:23:59 #35 ... 19:23:59 19:23:59 #50 [core-command internal] load build context 19:23:59 #50 transferring context: 365.18MB 7.3s done 19:24:01 #50 ... 19:24:01 19:24:01 #43 [security-spire-config internal] load build context 19:24:01 #43 transferring context: 365.18MB 5.4s done 19:24:01 #43 ... 19:24:01 19:24:01 #46 [core-data internal] load build context 19:24:01 #46 transferring context: 365.18MB 5.3s done 19:24:16 #46 ... 19:24:16 19:24:16 #49 [security-proxy-setup internal] load build context 19:24:16 #49 DONE 35.0s 19:24:16 19:24:16 #58 [security-spire-agent internal] load build context 19:24:16 #58 DONE 28.5s 19:24:16 19:24:16 #61 [security-spiffe-token-provider internal] load build context 19:24:16 #61 DONE 28.6s 19:24:16 19:24:16 #51 [support-notifications internal] load build context 19:24:16 #51 DONE 28.6s 19:24:16 19:24:16 #46 [core-data internal] load build context 19:24:16 #46 DONE 35.1s 19:24:16 19:24:16 #50 [core-command internal] load build context 19:24:16 #50 DONE 35.1s 19:24:16 19:24:16 #43 [security-spire-config internal] load build context 19:24:16 #43 DONE 28.6s 19:24:16 19:24:16 #55 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 19:24:16 #55 DONE 28.6s 19:24:16 19:24:16 #47 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init 19:24:16 #47 DONE 35.3s 19:24:16 19:24:16 #52 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 19:24:16 #52 DONE 28.7s 19:24:16 19:24:16 #57 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 19:24:16 #57 ... 19:24:16 19:24:16 #59 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:24:16 #59 DONE 28.6s 19:24:16 19:24:16 #54 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:24:16 #54 DONE 28.7s 19:24:16 19:24:16 #48 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 19:24:16 #48 DONE 35.3s 19:24:16 19:24:16 #44 [security-spire-server stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:24:16 #44 DONE 35.5s 19:24:16 19:24:16 #35 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq 19:24:16 #35 DONE 28.8s 19:24:16 19:24:16 #62 [security-proxy-setup stage-1 3/10] WORKDIR /edgex 19:24:16 #62 DONE 0.0s 19:24:16 19:24:16 #45 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 19:24:16 #45 DONE 35.4s 19:24:16 19:24:16 #63 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 19:24:18 #63 ... 19:24:18 19:24:18 #56 [security-spire-server builder 3/9] RUN apk add --update --no-cache make git build-base curl 19:24:18 #56 29.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:24:18 #56 29.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:24:18 #56 29.55 OK: 265 MiB in 53 packages 19:24:18 #56 DONE 29.7s 19:24:18 19:24:18 #64 [security-spire-server builder 4/9] COPY go.mod vendor* ./ 19:24:18 #64 DONE 0.1s 19:24:18 19:24:18 #57 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 19:24:18 #57 29.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:24:18 #57 29.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:24:18 #57 29.70 OK: 265 MiB in 53 packages 19:24:18 #57 DONE 29.8s 19:24:18 19:24:18 #53 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 19:24:18 #53 29.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:24:18 #53 29.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:24:18 #53 29.99 OK: 265 MiB in 53 packages 19:24:18 #53 DONE 30.1s 19:24:18 19:24:18 #65 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 19:24:18 #65 DONE 0.1s 19:24:18 19:24:18 #66 [support-notifications builder 4/7] COPY go.mod vendor* ./ 19:24:18 #66 DONE 0.1s 19:24:18 19:24:18 #41 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 19:24:18 #41 29.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:24:18 #41 29.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:24:18 #41 29.96 OK: 265 MiB in 53 packages 19:24:18 #41 DONE 30.0s 19:24:18 19:24:18 #67 [core-metadata builder 4/7] COPY go.mod vendor* ./ 19:24:18 #67 DONE 0.1s 19:24:18 19:24:18 #68 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:24:18 #68 ... 19:24:18 19:24:18 #60 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 19:24:18 #60 29.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:24:18 #60 29.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:24:18 #60 30.03 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 19:24:18 #60 30.03 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 19:24:18 #60 30.03 OK: 17823 distinct packages available 19:24:18 #60 30.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:24:18 #60 30.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:24:18 #60 30.42 OK: 265 MiB in 53 packages 19:24:18 #60 DONE 30.5s 19:24:18 19:24:18 #63 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 19:24:18 #63 DONE 1.9s 19:24:18 19:24:18 #69 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging 19:24:18 #69 DONE 0.1s 19:24:18 19:24:18 #70 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 19:24:18 #70 DONE 0.1s 19:24:18 19:24:18 #71 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:24:22 Removing intermediate container f5ada7ab7085 19:24:22 ---> f254c1c21b60 19:24:22 Successfully built f254c1c21b60 19:24:22 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:22 + docker inspect -f . ci-base-image-arm64 19:24:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:24:23 prd-ubuntu20.04-docker-arm64-4c-16g-4151 does not seem to be running inside a container 19:24:23 $ 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:24:24 $ docker top d81de117503718b69e00f0fdbd614c9c2cde01821fef7f2e4dc7a87fded2f078 -eo pid,comm [Pipeline] { [Pipeline] sh 19:24:25 + go version 19:24:25 go version go1.20.6 linux/arm64 [Pipeline] } 19:24:25 $ docker stop --time=1 d81de117503718b69e00f0fdbd614c9c2cde01821fef7f2e4dc7a87fded2f078 19:24:26 $ docker rm -f --volumes d81de117503718b69e00f0fdbd614c9c2cde01821fef7f2e4dc7a87fded2f078 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:27 + docker inspect -f . ci-base-image-arm64 19:24:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:24:28 prd-ubuntu20.04-docker-arm64-4c-16g-4151 does not seem to be running inside a container 19:24:28 $ 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:24:28 #71 ... 19:24:28 19:24:28 #72 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:24:28 #72 ... 19:24:28 19:24:28 #73 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:24:28 #73 ... 19:24:28 19:24:28 #74 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:24:29 $ docker top 0b9bf8342174103956320bdcb595542f099539789608e081c47938778e508e6e -eo pid,comm [Pipeline] { [Pipeline] echo 19:24:29 ========================================================= 19:24:29 [edgeXBuildGoParallel] Running Tests and Build... 19:24:29 ========================================================= [Pipeline] sh 19:24:30 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:24:30 + make test 19:24:30 go test -race -coverprofile=coverage.out ./... 19:24:50 #74 DONE 33.0s 19:24:50 19:24:50 #71 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:24:51 #71 DONE 32.3s 19:24:51 19:24:51 #72 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:24:51 #72 DONE 33.1s 19:24:51 19:24:51 #68 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:24:51 #68 DONE 32.9s 19:24:51 19:24:51 #73 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:24:51 #73 DONE 33.0s 19:24:51 19:24:51 #75 [core-metadata builder 6/7] COPY . . 19:25:01 #75 ... 19:25:01 19:25:01 #76 [support-notifications builder 6/7] COPY . . 19:25:01 #76 ... 19:25:01 19:25:01 #77 [security-spiffe-token-provider builder 6/7] COPY . . 19:25:01 #77 ... 19:25:01 19:25:01 #78 [security-spire-server builder 6/9] COPY . . 19:25:01 #78 ... 19:25:01 19:25:01 #79 [security-secretstore-setup builder 6/7] COPY . . 19:25:05 #79 DONE 14.0s 19:25:05 19:25:05 #77 [security-spiffe-token-provider builder 6/7] COPY . . 19:25:05 #77 DONE 13.9s 19:25:05 19:25:05 #80 [core-command builder 6/7] COPY . . 19:25:05 #80 CACHED 19:25:05 19:25:05 #81 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:25:05 #81 CACHED 19:25:05 19:25:05 #82 [core-command builder 4/7] COPY go.mod vendor* ./ 19:25:05 #82 CACHED 19:25:05 19:25:05 #76 [support-notifications builder 6/7] COPY . . 19:25:05 #76 DONE 14.0s 19:25:05 19:25:05 #75 [core-metadata builder 6/7] COPY . . 19:25:05 #75 DONE 13.9s 19:25:05 19:25:05 #83 [core-data builder 6/7] COPY . . 19:25:05 #83 CACHED 19:25:05 19:25:05 #84 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:25:05 #84 CACHED 19:25:05 19:25:05 #85 [core-data builder 4/7] COPY go.mod vendor* ./ 19:25:05 #85 CACHED 19:25:05 19:25:05 #86 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 19:25:05 #86 CACHED 19:25:05 19:25:05 #87 [security-proxy-auth builder 6/7] COPY . . 19:25:05 #87 CACHED 19:25:05 19:25:05 #88 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:25:05 #88 CACHED 19:25:05 19:25:05 #78 [security-spire-server builder 6/9] COPY . . 19:25:05 #78 DONE 13.9s 19:25:05 19:25:05 #89 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 19:25:05 #89 CACHED 19:25:05 19:25:05 #90 [core-common-config-bootstrapper builder 6/7] COPY . . 19:25:05 #90 CACHED 19:25:05 19:25:05 #91 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:25:05 #91 CACHED 19:25:05 19:25:05 #92 [support-scheduler builder 6/7] COPY . . 19:25:05 #92 CACHED 19:25:05 19:25:05 #93 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:25:05 #93 CACHED 19:25:05 19:25:05 #94 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 19:25:05 #94 CACHED 19:25:05 19:25:05 #95 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:25:05 #95 CACHED 19:25:05 19:25:05 #96 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 19:25:05 #96 CACHED 19:25:05 19:25:05 #97 [security-proxy-setup builder 6/7] COPY . . 19:25:05 #97 CACHED 19:25:05 19:25:05 #98 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 19:25:05 #98 CACHED 19:25:05 19:25:05 #99 [security-bootstrapper builder 6/7] COPY . . 19:25:05 #99 CACHED 19:25:05 19:25:05 #100 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:25:05 #100 CACHED 19:25:05 19:25:05 #101 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 19:25:05 #101 ... 19:25:05 19:25:05 #102 [security-spire-config builder 6/9] COPY . . 19:25:05 #102 CACHED 19:25:05 19:25:05 #103 [security-spire-config builder 4/9] COPY go.mod vendor* ./ 19:25:05 #103 CACHED 19:25:05 19:25:05 #104 [security-spire-config builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:25:05 #104 CACHED 19:25:05 19:25:05 #105 [security-spire-config builder 7/9] WORKDIR /edgex-go/spire-build 19:25:05 #105 CACHED 19:25:05 19:25:05 #106 [security-spire-server builder 7/9] WORKDIR /edgex-go/spire-build 19:25:05 #106 DONE 0.2s 19:25:05 19:25:05 #107 [security-spire-config builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:25:09 ? github.com/edgexfoundry/edgex-go [no test files] 19:25:10 #107 ... 19:25:10 19:25:10 #108 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 19:25:10 #0 1.439 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:25:10 #108 ... 19:25:10 19:25:10 #107 [security-spire-config builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:25:10 #107 DONE 5.5s 19:25:10 19:25:10 #109 [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:25:10 #0 1.608 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:25:10 #109 ... 19:25:10 19:25:10 #110 [security-spire-server builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:25:10 #110 DONE 5.5s 19:25:10 19:25:10 #111 [security-spire-config builder 9/9] WORKDIR /edgex-go 19:25:10 #111 DONE 0.1s 19:25:10 19:25:10 #112 [security-spire-server builder 9/9] WORKDIR /edgex-go 19:25:10 #112 DONE 0.1s 19:25:10 19:25:10 #113 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:25:10 #0 1.348 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:25:11 #113 ... 19:25:11 19:25:11 #114 [security-spire-server stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 19:25:11 #114 DONE 0.2s 19:25:11 19:25:11 #115 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:25:11 #0 1.110 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 19:25:11 #115 ... 19:25:11 19:25:11 #116 [security-spire-config stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / 19:25:11 #116 DONE 0.2s 19:25:11 19:25:11 #117 [security-spire-server stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 19:25:11 #117 DONE 0.2s 19:25:11 19:25:11 #118 [security-spire-agent stage-1 4/9] COPY --from=builder /edgex-go/security.txt / 19:25:11 #118 CACHED 19:25:11 19:25:11 #119 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:25:11 #119 CACHED 19:25:11 19:25:11 #120 [security-spire-agent builder 6/9] COPY . . 19:25:11 #120 CACHED 19:25:11 19:25:11 #121 [security-spire-agent builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:25:11 #121 CACHED 19:25:11 19:25:11 #122 [security-spire-agent builder 9/9] WORKDIR /edgex-go 19:25:11 #122 CACHED 19:25:11 19:25:11 #123 [security-spire-agent builder 4/9] COPY go.mod vendor* ./ 19:25:11 #123 CACHED 19:25:11 19:25:11 #124 [security-spire-agent builder 7/9] WORKDIR /edgex-go/spire-build 19:25:11 #124 CACHED 19:25:11 19:25:11 #125 [security-spire-agent stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / 19:25:11 #125 CACHED 19:25:11 19:25:11 #126 [security-spire-agent stage-1 5/9] COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:25:12 #126 DONE 0.9s 19:25:12 19:25:12 #127 [security-spire-config stage-1 4/9] COPY --from=builder /edgex-go/security.txt / 19:25:12 #127 DONE 0.9s 19:25:12 19:25:12 #128 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:25:12 #128 DONE 0.9s 19:25:12 19:25:12 #129 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:25:13 #129 DONE 1.1s 19:25:13 19:25:13 #130 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:25:13 #130 DONE 1.1s 19:25:13 19:25:13 #131 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:25:13 #131 DONE 1.1s 19:25:13 19:25:13 #132 [security-spire-agent stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:25:13 #132 DONE 0.1s 19:25:13 19:25:13 #133 [security-spire-config stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:25:13 #133 DONE 0.2s 19:25:13 19:25:13 #134 [security-spire-server stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:25:13 #134 DONE 0.1s 19:25:13 19:25:13 #135 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:25:13 #135 DONE 0.1s 19:25:13 19:25:13 #136 [security-spire-agent stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:25:13 #136 DONE 0.1s 19:25:13 19:25:13 #137 [security-spire-config stage-1 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d 19:25:13 #137 DONE 0.1s 19:25:13 19:25:13 #138 [security-spire-agent stage-1 9/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:25:13 #138 DONE 0.1s 19:25:13 19:25:13 #139 [security-spire-server] exporting to image 19:25:13 #139 exporting layers 19:25:14 #139 ... 19:25:14 19:25:14 #140 [security-spire-config stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:25:14 #140 DONE 0.2s 19:25:14 19:25:14 #139 [security-spire-config] exporting to image 19:25:14 #139 exporting layers 0.9s done 19:25:14 #139 writing image sha256:7fef4ae27236ec1b802234d6cf67db4baf864c1a0c7856d48e5ffd8379a24908 19:25:14 #139 exporting layers 0.9s done 19:25:14 #139 writing image sha256:7fef4ae27236ec1b802234d6cf67db4baf864c1a0c7856d48e5ffd8379a24908 done 19:25:14 #139 naming to docker.io/library/security-spire-server done 19:25:14 #139 writing image sha256:114b3e5a8896747a963591375da08f35812876b05148b805d1835c9a090f9f82 done 19:25:14 #139 naming to docker.io/library/security-spire-config done 19:25:14 #139 writing image sha256:54f3cece328b3cd42dff3ae0297290d27675696893c8e595514aa62cf7eb3fec done 19:25:14 #139 naming to docker.io/library/security-spire-agent done 19:25:14 #139 DONE 0.9s 19:25:14 19:25:14 #141 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:25:14 #0 1.370 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 19:25:15 #141 ... 19:25:15 19:25:15 #142 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 19:25:15 #0 0.696 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 19:25:15 #142 ... 19:25:15 19:25:15 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:25:15 #0 0.446 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 19:25:15 #143 ... 19:25:15 19:25:15 #144 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 19:25:15 #0 0.789 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:25:15 #144 ... 19:25:15 19:25:15 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:25:15 #0 0.653 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:25:15 #145 ... 19:25:15 19:25:15 #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 19:25:15 #0 1.001 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:25:16 #146 ... 19:25:16 19:25:16 #101 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 19:25:16 #101 1.372 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:26:24 #101 ... 19:26:24 19:26:24 #109 [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:26:24 #109 77.91 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:26:39 #109 ... 19:26:39 19:26:39 #113 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:26:39 #113 DONE 93.4s 19:26:39 19:26:39 #101 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 19:26:39 #101 DONE 93.4s 19:26:39 19:26:39 #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 19:26:39 #146 DONE 93.4s 19:26:39 19:26:39 #142 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 19:26:39 #142 DONE 93.4s 19:26:39 19:26:39 #115 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:26:39 #115 DONE 93.4s 19:26:39 19:26:39 #109 [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:26:39 #109 DONE 93.4s 19:26:39 19:26:39 #147 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 19:26:39 #147 ... 19:26:39 19:26:39 #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:26:39 #143 DONE 93.5s 19:26:39 19:26:39 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:26:39 #145 DONE 93.7s 19:26:39 19:26:39 #148 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 19:26:39 #148 ... 19:26:39 19:26:39 #108 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 19:26:39 #108 DONE 93.8s 19:26:39 19:26:39 #141 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:26:39 #141 DONE 93.8s 19:26:39 19:26:39 #144 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 19:26:39 #144 DONE 93.9s 19:26:39 19:26:39 #149 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / 19:26:39 #149 ... 19:26:39 19:26:39 #150 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 19:26:39 #150 DONE 0.7s 19:26:39 19:26:39 #151 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 19:26:39 #151 DONE 0.7s 19:26:39 19:26:39 #147 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 19:26:39 #147 DONE 0.7s 19:26:39 19:26:39 #148 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 19:26:39 #148 DONE 0.6s 19:26:39 19:26:39 #152 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 19:26:39 #152 DONE 0.7s 19:26:39 19:26:39 #153 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / 19:26:39 #153 DONE 0.7s 19:26:39 19:26:39 #149 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / 19:26:39 #149 DONE 0.5s 19:26:39 19:26:39 #154 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 19:26:39 #154 DONE 0.2s 19:26:39 19:26:39 #155 [security-proxy-setup stage-1 5/10] COPY --from=builder /edgex-go/security.txt / 19:26:39 #155 DONE 0.2s 19:26:39 19:26:39 #156 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 19:26:39 #156 DONE 0.3s 19:26:39 19:26:39 #157 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / 19:26:39 #157 CACHED 19:26:39 19:26:39 #158 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / 19:26:39 #158 CACHED 19:26:39 19:26:39 #159 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 19:26:39 #159 DONE 0.2s 19:26:39 19:26:39 #160 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 19:26:39 #160 DONE 0.3s 19:26:39 19:26:39 #161 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 19:26:39 #161 CACHED 19:26:39 19:26:39 #162 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 19:26:39 #162 CACHED 19:26:39 19:26:39 #163 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 19:26:39 #163 CACHED 19:26:39 19:26:39 #164 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 19:26:39 #164 CACHED 19:26:39 19:26:39 #165 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 19:26:39 #165 CACHED 19:26:39 19:26:39 #166 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 19:26:39 #166 CACHED 19:26:39 19:26:39 #167 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / 19:26:39 #167 DONE 0.2s 19:26:39 19:26:39 #168 [security-proxy-setup stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 19:26:41 #168 ... 19:26:41 19:26:41 #169 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:26:41 #169 DONE 2.0s 19:26:41 19:26:41 #170 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:26:41 #170 DONE 2.0s 19:26:41 19:26:41 #171 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:26:41 #171 DONE 2.0s 19:26:41 19:26:41 #172 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:26:41 #172 DONE 2.0s 19:26:41 19:26:41 #173 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 19:26:41 #173 DONE 2.1s 19:26:41 19:26:41 #174 [security-secretstore-setup stage-1 5/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:26:41 #174 DONE 2.0s 19:26:41 19:26:41 #168 [security-proxy-setup stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 19:26:41 #168 DONE 2.1s 19:26:41 19:26:41 #175 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:26:41 #175 DONE 2.1s 19:26:41 19:26:41 #176 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:26:41 #176 DONE 2.1s 19:26:41 19:26:41 #177 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 19:26:41 #177 DONE 2.1s 19:26:41 19:26:41 #178 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 19:26:41 #178 ... 19:26:41 19:26:41 #179 [security-spiffe-token-provider stage-1 6/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 19:26:41 #179 DONE 0.3s 19:26:41 19:26:41 #180 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 19:26:41 #180 DONE 0.3s 19:26:41 19:26:41 #181 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 19:26:41 #181 DONE 0.3s 19:26:41 19:26:41 #182 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 19:26:41 #182 DONE 0.3s 19:26:41 19:26:41 #183 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 19:26:41 #183 DONE 0.3s 19:26:41 19:26:41 #184 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 19:26:41 #184 DONE 0.3s 19:26:41 19:26:41 #185 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh 19:26:41 #185 DONE 2.6s 19:26:41 19:26:41 #186 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / 19:26:41 #186 ... 19:26:41 19:26:41 #187 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 19:26:41 #187 DONE 0.4s 19:26:41 19:26:41 #188 [security-proxy-setup stage-1 7/10] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 19:26:41 #188 DONE 0.4s 19:26:41 19:26:41 #178 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 19:26:41 #178 DONE 0.3s 19:26:41 19:26:41 #189 [core-common-config-bootstrapper stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 19:26:41 #189 DONE 0.4s 19:26:42 19:26:42 #139 [core-data] exporting to image 19:26:42 #139 exporting layers 0.2s done 19:26:42 #139 writing image sha256:6efc34e6d3bf349b9b716f81c18e41b077cd39e32028661ec25f5f6cf8345070 0.0s done 19:26:42 #139 naming to docker.io/library/core-data 0.0s done 19:26:42 #139 exporting layers 0.5s done 19:26:42 #139 ... 19:26:42 19:26:42 #190 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 19:26:42 #190 DONE 0.6s 19:26:42 19:26:42 #191 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 19:26:42 #191 DONE 0.6s 19:26:42 19:26:42 #186 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / 19:26:42 #186 DONE 0.6s 19:26:42 19:26:42 #192 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 19:26:42 #192 DONE 0.5s 19:26:42 19:26:42 #193 [security-proxy-setup stage-1 8/10] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:26:42 #193 DONE 0.6s 19:26:42 19:26:42 #194 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 19:26:42 #194 DONE 0.6s 19:26:42 19:26:42 #139 [support-scheduler] exporting to image 19:26:42 #139 exporting layers 0.5s done 19:26:42 #139 writing image sha256:445d8491f8d51415faf200876392062437d9e0c18e5f918d75a9d477e69dd3c5 done 19:26:42 #139 naming to docker.io/library/security-spiffe-token-provider done 19:26:42 #139 writing image sha256:0667d67f41ad584dc95b03b1f61bd5fe9bc3dbe6661c7ae881c03b5722b3dddd done 19:26:42 #139 naming to docker.io/library/core-command done 19:26:42 #139 writing image sha256:e918f93496f262f05e6487eccb181116efbf41a6aa45b7316082bf3a52dc9763 done 19:26:42 #139 naming to docker.io/library/support-scheduler done 19:26:42 #139 exporting layers 0.1s done 19:26:42 #139 writing image sha256:d5c34d24dab551a9bf9aba6fb8dba896249e28d0001faa1be7b8997797446b7d done 19:26:42 #139 naming to docker.io/library/support-notifications done 19:26:42 #139 writing image sha256:d078785d7817a6e4fc4d44ac13438ee4f131c0b50e59af8d1f9bc03dff6133d9 19:26:42 #139 writing image sha256:d078785d7817a6e4fc4d44ac13438ee4f131c0b50e59af8d1f9bc03dff6133d9 done 19:26:42 #139 naming to docker.io/library/core-metadata done 19:26:42 #139 DONE 2.1s 19:26:42 19:26:42 #195 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / 19:26:42 #195 DONE 0.6s 19:26:42 19:26:42 #196 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:26:42 #196 DONE 0.5s 19:26:42 19:26:42 #197 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:26:43 #197 ... 19:26:43 19:26:43 #198 [security-proxy-setup stage-1 9/10] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:26:43 #198 DONE 0.5s 19:26:43 19:26:43 #197 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:26:43 #197 DONE 0.3s 19:26:43 19:26:43 #199 [security-proxy-setup stage-1 10/10] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:26:43 #199 ... 19:26:43 19:26:43 #200 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:26:43 #200 DONE 0.5s 19:26:43 19:26:43 #201 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:26:43 #201 DONE 1.1s 19:26:43 19:26:43 #202 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:26:43 #202 DONE 1.1s 19:26:43 19:26:43 #203 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 19:26:43 #203 DONE 0.1s 19:26:43 19:26:43 #204 [security-bootstrapper stage-1 11/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 19:26:43 #204 DONE 0.0s 19:26:43 19:26:43 #205 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:26:43 #205 DONE 0.3s 19:26:43 19:26:43 #139 [core-common-config-bootstrapper] exporting to image 19:26:43 #139 exporting layers 0.2s done 19:26:43 #139 writing image sha256:7e2ae1172b14d140c9eb3ff5bcf9649063f740351d0aa5fe657c8395e7d72a10 0.0s done 19:26:43 #139 naming to docker.io/library/core-common-config-bootstrapper 0.0s done 19:26:43 #139 writing image sha256:96f15d7f4164a4a48c876f49a13e7c23e2a34d8c08ae4b557a4233d4ed9ff89e done 19:26:43 #139 naming to docker.io/library/security-proxy-auth 0.0s done 19:26:43 #139 DONE 2.3s 19:26:43 19:26:43 #206 [security-bootstrapper stage-1 12/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 19:26:43 #206 DONE 0.0s 19:26:43 19:26:43 #207 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 19:26:43 #207 DONE 0.1s 19:26:43 19:26:43 #208 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:26:43 #208 DONE 0.0s 19:26:43 19:26:43 #209 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:26:43 #209 ... 19:26:43 19:26:43 #199 [security-proxy-setup stage-1 10/10] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:26:43 #199 DONE 0.9s 19:26:44 19:26:44 #139 [security-proxy-setup] exporting to image 19:26:44 #139 exporting layers 0.2s done 19:26:44 #139 writing image sha256:e2010ab4ba978d57d5cca0d9b20e37d140cdfcc558dfff46215fe643b7bb6e85 done 19:26:44 #139 naming to docker.io/library/security-proxy-setup done 19:26:44 #139 DONE 2.5s 19:26:44 19:26:44 #210 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh 19:26:44 #210 DONE 0.4s 19:26:44 19:26:44 #209 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:26:44 #209 DONE 0.7s 19:26:44 19:26:44 #139 [security-bootstrapper] exporting to image 19:26:44 #139 exporting layers 0.2s done 19:26:44 #139 writing image sha256:b100ac7e42bf39594136e9fd77248ddeb9e308408bb679583f508bfe8d37c3e0 done 19:26:44 #139 naming to docker.io/library/security-secretstore-setup done 19:26:44 #139 writing image sha256:3ef79134686e309cca725f0c798fc7d8638c18f71b49a19e8f51485e1be9c6f7 done 19:26:44 #139 naming to docker.io/library/security-bootstrapper done 19:26:44 #139 DONE 3.0s 19:26:44 time="2023-08-21T19:23:37Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:26:44 time="2023-08-21T19:23:37Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:26:44 time="2023-08-21T19:23:37Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:26:44 time="2023-08-21T19:23:37Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:26:44 time="2023-08-21T19:23:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:26:44 time="2023-08-21T19:23:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:26:44 time="2023-08-21T19:23:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:26:44 time="2023-08-21T19:23:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:26:44 time="2023-08-21T19:23:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:26:44 time="2023-08-21T19:23:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:26:44 time="2023-08-21T19:23:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:26:44 time="2023-08-21T19:23:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:26:44 time="2023-08-21T19:23:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:26:44 time="2023-08-21T19:23:38Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 19:26:44 $ docker stop --time=1 8605d94cf1a07d43f932638470cf3b25fcd05980cf3dd2bef2e4d9cb51c1d6c3 19:26:45 $ docker rm -f --volumes 8605d94cf1a07d43f932638470cf3b25fcd05980cf3dd2bef2e4d9cb51c1d6c3 [Pipeline] // withDockerContainer [Pipeline] sh 19:26:46 + docker images 19:26:46 REPOSITORY TAG IMAGE ID CREATED SIZE 19:26:46 security-secretstore-setup latest b100ac7e42bf 1 second ago 44.1MB 19:26:46 security-bootstrapper latest 3ef79134686e 1 second ago 23MB 19:26:46 security-proxy-auth latest 96f15d7f4164 2 seconds ago 19.4MB 19:26:46 security-proxy-setup latest e2010ab4ba97 2 seconds ago 29.2MB 19:26:46 core-common-config-bootstrapper latest 7e2ae1172b14 2 seconds ago 18MB 19:26:46 core-metadata latest d078785d7817 3 seconds ago 21.6MB 19:26:46 core-data latest 6efc34e6d3bf 4 seconds ago 21.2MB 19:26:46 core-command latest 0667d67f41ad 4 seconds ago 21MB 19:26:46 support-notifications latest d5c34d24dab5 4 seconds ago 34.3MB 19:26:46 support-scheduler latest e918f93496f2 4 seconds ago 33.7MB 19:26:46 security-spiffe-token-provider latest 445d8491f8d5 4 seconds ago 33.5MB 19:26:46 security-spire-agent latest 54f3cece328b About a minute ago 161MB 19:26:46 security-spire-config latest 114b3e5a8896 About a minute ago 102MB 19:26:46 security-spire-server latest 7fef4ae27236 About a minute ago 103MB 19:26:46 ci-base-image-x86_64 latest 0cd7e19f6848 5 minutes ago 1.07GB 19:26:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine ec979cd7f677 5 weeks ago 696MB 19:26:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 months ago 334MB 19:26:46 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 13 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:27:15 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:27:15 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 19:27:15 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:27:15 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:27:15 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:27:15 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:27:15 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:27:15 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 19:27:15 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:27:15 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:27:15 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:27:15 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:27:15 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:27:15 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:27:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:27:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:27:24 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.355s coverage: 28.7% of statements 19:27:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.301s coverage: 97.0% of statements 19:27:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 19:27:40 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 19:27:40 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:27:43 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.397s coverage: 71.5% of statements 19:27:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:27:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:27:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.308s coverage: 54.0% of statements 19:27:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 19:27:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:27:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:27:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:27:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:27:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:27:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:28:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 17.539s coverage: 93.4% of statements 19:28:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.399s coverage: 3.8% of statements 19:28:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:28:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:28:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 19:28:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.583s coverage: 97.6% of statements 19:28:13 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:28:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:28:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:28:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:28:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:28:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:28:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:28:14 ok github.com/edgexfoundry/edgex-go/internal/io 0.232s coverage: 72.2% of statements 19:28:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:28:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:28:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.423s coverage: 0.9% of statements 19:28:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.300s coverage: 32.2% of statements 19:28:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.284s coverage: 42.9% of statements 19:28:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.260s coverage: 82.9% of statements 19:28:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.250s coverage: 94.1% of statements 19:28:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.278s coverage: 96.3% of statements 19:28:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.231s coverage: 87.5% of statements 19:28:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:28:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:28:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:28:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:28:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:28:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 19:28:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 19:28:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 19:28:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.212s coverage: 94.4% of statements 19:28:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:28:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:28:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:28:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:28:49 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:28:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:28:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:28:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.047s coverage: 79.9% of statements 19:28:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.302s coverage: 92.9% of statements 19:28:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.070s coverage: 64.4% of statements 19:28:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.209s coverage: 62.3% of statements 19:28:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.208s coverage: 87.2% of statements 19:28:57 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.173s coverage: 20.0% of statements 19:28:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.171s coverage: 100.0% of statements 19:28:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.478s coverage: 81.8% of statements 19:28:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 19:28:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:28:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.580s coverage: 82.1% of statements 19:28:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.238s coverage: 86.0% of statements 19:29:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:29:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:29:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.041s coverage: 63.1% of statements 19:29:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.254s coverage: 100.0% of statements 19:29:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.110s coverage: 89.4% of statements 19:29:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.074s coverage: 100.0% of statements 19:29:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.130s coverage: 73.7% of statements 19:29:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 19:29:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 19:29:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 19:29:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.074s coverage: 100.0% of statements 19:29:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:29:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:29:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:29:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.008s coverage: 38.4% of statements 19:29:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.246s coverage: 89.5% of statements 19:29:20 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 19:29:20 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 19:29:20 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 19:29:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:29:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.214s coverage: 84.8% of statements 19:29:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:29:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:29:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:29:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:29:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.292s coverage: 17.7% of statements 19:29:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:29:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:29:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:29:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:29:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.592s coverage: 95.7% of statements 19:29:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:29:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:29:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.300s coverage: 61.8% of statements 19:29:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:29:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:29:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.393s coverage: 98.9% of statements 19:29:41 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:29:41 WARNING: Linting skipped (not on x86_64 or linter not installed) 19:29:41 go vet ./... 19:32:18 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:32:18 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:32:18 ./bin/test-attribution-txt.sh 19:32:18 An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add 19:32:18 An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add 19:32:18 An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add 19:32:18 An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo 19:32:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:32:18 + ls -al . 19:32:18 total 724 19:32:18 drwxrwxr-x 11 1001 1001 4096 Aug 21 19:24 . 19:32:18 drwxr-xr-x 4 root root 4096 Aug 21 19:24 .. 19:32:18 drwxrwxr-x 2 1001 1001 4096 Aug 21 19:22 .blubracket 19:32:18 -rw-rw-r-- 1 1001 1001 16 Aug 21 19:22 .dockerignore 19:32:18 drwxrwxr-x 8 1001 1001 4096 Aug 21 19:22 .git 19:32:18 drwxrwxr-x 3 1001 1001 4096 Aug 21 19:22 .github 19:32:18 -rw-rw-r-- 1 1001 1001 1173 Aug 21 19:22 .gitignore 19:32:18 -rw-rw-r-- 1 1001 1001 42 Aug 21 19:22 .golangci.yml 19:32:18 -rw-rw-r-- 1 1001 1001 87 Aug 21 19:22 .hadolint.yml 19:32:18 -rw-rw-r-- 1 1001 1001 166 Aug 21 19:22 .sonarcloud.properties 19:32:18 -rw-rw-r-- 1 1001 1001 1171 Aug 21 19:22 ADOPTERS.md 19:32:18 -rw-rw-r-- 1 1001 1001 11152 Aug 21 19:22 Attribution.txt 19:32:18 -rw-rw-r-- 1 1001 1001 93407 Aug 21 19:22 CHANGELOG.md 19:32:18 -rw-rw-r-- 1 1001 1001 3804 Aug 21 19:22 CONTRIBUTING.md 19:32:18 -rw-rw-r-- 1 1001 1001 677 Aug 21 19:22 GOVERNANCE.md 19:32:18 -rw-rw-r-- 1 1001 1001 883 Aug 21 19:22 Jenkinsfile 19:32:18 -rw-rw-r-- 1 1001 1001 10775 Aug 21 19:22 LICENSE 19:32:18 -rw-rw-r-- 1 1001 1001 14764 Aug 21 19:22 Makefile 19:32:18 -rw-rw-r-- 1 1001 1001 582 Aug 21 19:22 OWNERS.md 19:32:18 -rw-rw-r-- 1 1001 1001 9923 Aug 21 19:22 README.md 19:32:18 -rw-rw-r-- 1 1001 1001 789 Aug 21 19:22 SECURITY.md 19:32:18 -rw-rw-r-- 1 1001 1001 5 Aug 21 19:20 VERSION 19:32:18 drwxrwxr-x 2 1001 1001 4096 Aug 21 19:22 bin 19:32:18 drwxrwxr-x 18 1001 1001 4096 Aug 21 19:22 cmd 19:32:18 -rw-r--r-- 1 root root 446998 Aug 21 19:29 coverage.out 19:32:18 drwxrwxr-x 2 1001 1001 4096 Aug 21 19:22 fuzz_test 19:32:18 -rw-rw-r-- 1 1001 1001 3687 Aug 21 19:22 go.mod 19:32:18 -rw-rw-r-- 1 1001 1001 33714 Aug 21 19:22 go.sum 19:32:18 drwxrwxr-x 7 1001 1001 4096 Aug 21 19:22 internal 19:32:18 drwxrwxr-x 3 1001 1001 4096 Aug 21 19:22 openapi 19:32:18 -rw-rw-r-- 1 1001 1001 594 Aug 21 19:22 security.txt 19:32:18 drwxrwxr-x 4 1001 1001 4096 Aug 21 19:22 snap 19:32:18 -rw-rw-r-- 1 1001 1001 204 Aug 21 19:22 version.go [Pipeline] sh 19:32:18 + '[' -e coverage.out ] 19:32:18 + chown 1001:1001 coverage.out [Pipeline] stash 19:32:18 Warning: overwriting stash ‘coverage-report’ 19:32:19 Stashed 1 file(s) [Pipeline] sh 19:32:20 + make build 19:32:20 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 19:33:57 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:33:58 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:34:03 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 19:34:07 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:34:46 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:34:51 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 19:35:00 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:35:04 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:35:07 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:35:11 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:35:18 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 19:35:23 $ docker stop --time=1 0b9bf8342174103956320bdcb595542f099539789608e081c47938778e508e6e 19:35:25 $ docker rm -f --volumes 0b9bf8342174103956320bdcb595542f099539789608e081c47938778e508e6e [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:35:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:35:28 19:35:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:35:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:35:29 latest: Pulling from edgex-devops/edgex-compose-arm64 19:35:29 547446be3368: Pulling fs layer 19:35:29 d125d8839a47: Pulling fs layer 19:35:29 3e85d5ac6304: Pulling fs layer 19:35:29 c3105a71a48b: Pulling fs layer 19:35:29 0f093f025ec4: Pulling fs layer 19:35:29 c3106fc0e877: Pulling fs layer 19:35:29 c3105a71a48b: Waiting 19:35:29 0f093f025ec4: Waiting 19:35:29 c3106fc0e877: Waiting 19:35:29 547446be3368: Verifying Checksum 19:35:29 547446be3368: Download complete 19:35:29 c3105a71a48b: Verifying Checksum 19:35:29 c3105a71a48b: Download complete 19:35:30 d125d8839a47: Verifying Checksum 19:35:30 d125d8839a47: Download complete 19:35:30 c3106fc0e877: Verifying Checksum 19:35:30 c3106fc0e877: Download complete 19:35:30 0f093f025ec4: Verifying Checksum 19:35:30 0f093f025ec4: Download complete 19:35:30 547446be3368: Pull complete 19:35:31 d125d8839a47: Pull complete 19:35:31 3e85d5ac6304: Verifying Checksum 19:35:31 3e85d5ac6304: Download complete 19:35:40 3e85d5ac6304: Pull complete 19:35:40 c3105a71a48b: Pull complete 19:35:40 0f093f025ec4: Pull complete 19:35:40 c3106fc0e877: Pull complete 19:35:40 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 19:35:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:35:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:35:41 prd-ubuntu20.04-docker-arm64-4c-16g-4151 does not seem to be running inside a container 19:35:41 $ 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:35:43 $ docker top e665c0848d67a59b04042f5409aa6a66134043e2227213cb3c6b9edb874488ec -eo pid,comm [Pipeline] { [Pipeline] sh 19:35:44 + docker compose -f ./docker-compose-build.yml build --parallel 19:35:54 #1 [core-common-config-bootstrapper internal] load build definition from Dockerfile 19:35:54 #1 transferring dockerfile: 2.12kB done 19:35:54 #1 DONE 0.1s 19:35:54 19:35:54 #2 [security-spire-server internal] load build definition from Dockerfile 19:35:54 #2 transferring dockerfile: 2.63kB done 19:35:54 #2 DONE 0.0s 19:35:54 19:35:54 #3 [core-command internal] load build definition from Dockerfile 19:35:54 #3 transferring dockerfile: 1.82kB 0.0s done 19:35:54 #3 DONE 0.1s 19:35:54 19:35:54 #4 [security-proxy-setup internal] load build definition from Dockerfile 19:35:54 #4 transferring dockerfile: 2.39kB done 19:35:54 #4 DONE 0.1s 19:35:54 19:35:54 #5 [core-metadata internal] load build definition from Dockerfile 19:35:54 #5 transferring dockerfile: 1.96kB 0.0s done 19:35:54 #5 DONE 0.1s 19:35:54 19:35:54 #6 [security-spire-agent internal] load build definition from Dockerfile 19:35:54 #6 transferring dockerfile: 2.68kB 0.0s done 19:35:54 #6 DONE 0.1s 19:35:54 19:35:54 #7 [core-data internal] load build definition from Dockerfile 19:35:54 #7 transferring dockerfile: 1.90kB done 19:35:54 #7 DONE 0.1s 19:35:54 19:35:54 #8 [support-scheduler internal] load build definition from Dockerfile 19:35:54 #8 transferring dockerfile: 1.82kB done 19:35:54 #8 DONE 0.0s 19:35:54 19:35:54 #9 [security-secretstore-setup internal] load build definition from Dockerfile 19:35:54 #9 transferring dockerfile: 2.38kB done 19:35:54 #9 DONE 0.1s 19:35:54 19:35:54 #10 [security-spire-config internal] load build definition from Dockerfile 19:35:54 #10 transferring dockerfile: 2.58kB done 19:35:54 #10 DONE 0.1s 19:35:54 19:35:54 #11 [support-notifications internal] load build definition from Dockerfile 19:35:54 #11 transferring dockerfile: 1.84kB done 19:35:54 #11 DONE 0.1s 19:35:54 19:35:54 #12 [core-common-config-bootstrapper internal] load .dockerignore 19:35:54 #12 transferring context: 32B 19:35:54 #12 ... 19:35:54 19:35:54 #13 [security-bootstrapper internal] load build definition from Dockerfile 19:35:54 #13 transferring dockerfile: 2.82kB done 19:35:54 #13 DONE 0.1s 19:35:54 19:35:54 #12 [core-common-config-bootstrapper internal] load .dockerignore 19:35:54 #12 transferring context: 56B done 19:35:54 #12 ... 19:35:54 19:35:54 #14 [security-spiffe-token-provider internal] load build definition from Dockerfile 19:35:54 #14 transferring dockerfile: 1.78kB done 19:35:54 #14 DONE 0.1s 19:35:54 19:35:54 #15 [security-proxy-auth internal] load build definition from Dockerfile 19:35:54 #15 transferring dockerfile: 2.04kB 0.0s done 19:35:54 #15 DONE 0.1s 19:35:54 19:35:54 #12 [core-common-config-bootstrapper internal] load .dockerignore 19:35:55 #12 ... 19:35:55 19:35:55 #16 [security-spire-server internal] load .dockerignore 19:35:55 #16 transferring context: 56B done 19:35:55 #16 DONE 0.0s 19:35:55 19:35:55 #17 [core-command internal] load .dockerignore 19:35:55 #17 transferring context: 56B done 19:35:55 #17 DONE 0.1s 19:35:55 19:35:55 #18 [security-proxy-setup internal] load .dockerignore 19:35:55 #18 transferring context: 56B done 19:35:55 #18 DONE 0.1s 19:35:55 19:35:55 #19 [core-metadata internal] load .dockerignore 19:35:55 #19 transferring context: 56B done 19:35:55 #19 DONE 0.0s 19:35:55 19:35:55 #12 [core-common-config-bootstrapper internal] load .dockerignore 19:35:55 #12 ... 19:35:55 19:35:55 #20 [security-spire-agent internal] load .dockerignore 19:35:55 #20 transferring context: 56B done 19:35:55 #20 DONE 0.1s 19:35:55 19:35:55 #21 [core-data internal] load .dockerignore 19:35:55 #21 transferring context: 56B done 19:35:55 #21 DONE 0.1s 19:35:55 19:35:55 #22 [support-scheduler internal] load .dockerignore 19:35:55 #22 transferring context: 56B done 19:35:55 #22 DONE 0.1s 19:35:55 19:35:55 #23 [security-secretstore-setup internal] load .dockerignore 19:35:55 #23 transferring context: 56B done 19:35:55 #23 DONE 0.1s 19:35:55 19:35:55 #24 [security-spire-config internal] load .dockerignore 19:35:55 #24 transferring context: 56B done 19:35:55 #24 DONE 0.1s 19:35:55 19:35:55 #25 [support-notifications internal] load .dockerignore 19:35:55 #25 transferring context: 56B done 19:35:55 #25 DONE 0.1s 19:35:55 19:35:55 #26 [security-bootstrapper internal] load .dockerignore 19:35:55 #26 transferring context: 56B done 19:35:55 #26 DONE 0.1s 19:35:55 19:35:55 #27 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:35:55 #27 DONE 0.0s 19:35:55 19:35:55 #28 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 19:35:55 #28 ... 19:35:55 19:35:55 #29 [security-spiffe-token-provider internal] load .dockerignore 19:35:55 #29 transferring context: 56B done 19:35:55 #29 DONE 0.0s 19:35:56 19:35:56 #30 [security-proxy-auth internal] load .dockerignore 19:35:56 #30 transferring context: 56B done 19:35:56 #30 DONE 0.1s 19:35:56 19:35:56 #28 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 19:35:56 #28 DONE 0.1s 19:35:56 19:35:56 #31 [core-common-config-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:35:56 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done 19:35:56 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 19:35:56 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 19:35:56 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.05MB / 3.26MB 0.1s 19:35:56 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:35:56 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 19:35:56 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 19:35:56 #31 ... 19:35:56 19:35:56 #32 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:35:56 #32 DONE 0.8s 19:35:56 19:35:56 #31 [core-common-config-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:35:57 #31 ... 19:35:57 19:35:57 #33 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 19:35:57 #33 DONE 0.2s 19:35:57 19:35:57 #31 [core-common-config-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:35:57 #31 ... 19:35:57 19:35:57 #27 [security-spire-server internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:35:57 #27 DONE 0.0s 19:35:57 19:35:57 #28 [security-spire-server internal] load metadata for docker.io/library/alpine:3.17 19:35:57 #28 DONE 0.2s 19:35:57 19:35:57 #32 [security-spire-server builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:35:57 #32 DONE 1.5s 19:35:57 19:35:57 #33 [security-spire-server builder 2/7] WORKDIR /edgex-go 19:35:57 #33 DONE 0.5s 19:35:57 19:35:57 #31 [security-spire-server stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:35:57 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done 19:35:57 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 19:35:57 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 19:35:57 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 19:35:57 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:35:57 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.9s done 19:35:57 #31 ... 19:35:57 19:35:57 #27 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:35:57 #27 DONE 0.0s 19:35:57 19:35:57 #28 [core-command internal] load metadata for docker.io/library/alpine:3.17 19:35:57 #28 DONE 0.3s 19:35:57 19:35:57 #32 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:35:57 #32 DONE 1.5s 19:35:57 19:35:57 #33 [core-command builder 2/7] WORKDIR /edgex-go 19:35:57 #33 DONE 0.5s 19:35:57 19:35:57 #31 [core-command stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:35:57 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done 19:35:57 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 19:35:57 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 19:35:57 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 19:35:57 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:35:57 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.9s done 19:35:57 #31 ... 19:35:57 19:35:57 #32 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:35:57 #32 DONE 1.5s 19:35:57 19:35:57 #27 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:35:57 #27 DONE 0.0s 19:35:57 19:35:57 #28 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.17 19:35:57 #28 DONE 0.4s 19:35:57 19:35:57 #33 [core-metadata builder 2/7] WORKDIR /edgex-go 19:35:57 #33 DONE 0.5s 19:35:57 19:35:57 #31 [core-metadata stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:35:57 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done 19:35:57 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 19:35:57 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 19:35:57 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 19:35:57 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:35:57 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.9s done 19:35:57 #31 ... 19:35:57 19:35:57 #32 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:35:57 #32 DONE 1.5s 19:35:57 19:35:57 #27 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:35:57 #27 DONE 0.0s 19:35:57 19:35:57 #33 [security-proxy-setup builder 2/7] WORKDIR /edgex-go 19:35:57 #33 DONE 0.5s 19:35:57 19:35:57 #31 [security-proxy-setup stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:35:57 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done 19:35:57 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 19:35:57 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 19:35:57 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 19:35:57 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:35:57 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.9s done 19:35:57 #31 DONE 2.5s 19:35:57 19:35:57 #34 [security-proxy-setup internal] load build context 19:35:57 #34 ... 19:35:57 19:35:57 #32 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:35:57 #32 DONE 1.5s 19:35:57 19:35:57 #33 [core-data builder 2/7] WORKDIR /edgex-go 19:35:57 #33 DONE 0.6s 19:35:57 19:35:57 #27 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:35:57 #27 DONE 0.0s 19:35:57 19:35:57 #31 [core-data stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:35:57 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done 19:35:57 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 19:35:57 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 19:35:57 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 19:35:57 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:35:57 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.9s done 19:35:57 #31 DONE 2.5s 19:35:57 19:35:57 #34 [security-proxy-setup internal] load build context 19:35:57 #34 ... 19:35:57 19:35:57 #32 [security-spire-agent builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:35:57 #32 DONE 1.5s 19:35:57 19:35:57 #33 [security-spire-agent builder 2/7] WORKDIR /edgex-go 19:35:57 #33 DONE 0.6s 19:35:57 19:35:57 #31 [security-spire-agent stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:35:57 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done 19:35:57 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 19:35:57 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 19:35:57 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 19:35:57 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:35:57 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.9s done 19:35:57 #31 DONE 2.5s 19:35:57 19:35:57 #34 [security-proxy-setup internal] load build context 19:35:58 #34 ... 19:35:58 19:35:58 #27 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:35:58 #27 DONE 0.0s 19:35:58 19:35:58 #34 [security-proxy-setup internal] load build context 19:35:58 #34 ... 19:35:58 19:35:58 #32 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:35:58 #32 DONE 1.6s 19:35:58 19:35:58 #33 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go 19:35:58 #33 DONE 0.6s 19:35:58 19:35:58 #27 [security-spire-config internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:35:58 #27 DONE 0.0s 19:35:58 19:35:58 #31 [security-secretstore-setup stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:35:58 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done 19:35:58 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 19:35:58 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 19:35:58 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 19:35:58 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:35:58 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.9s done 19:35:58 #31 DONE 2.5s 19:35:58 19:35:58 #34 [security-proxy-setup internal] load build context 19:35:58 #34 ... 19:35:58 19:35:58 #27 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:35:58 #27 DONE 0.0s 19:35:58 19:35:58 #34 [security-proxy-setup internal] load build context 19:35:59 #34 ... 19:35:59 19:35:59 #27 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:35:59 #27 DONE 0.0s 19:35:59 19:35:59 #34 [security-proxy-setup internal] load build context 19:35:59 #34 ... 19:35:59 19:35:59 #32 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:35:59 #32 DONE 1.6s 19:35:59 19:35:59 #33 [support-notifications builder 2/7] WORKDIR /edgex-go 19:35:59 #33 DONE 0.7s 19:35:59 19:35:59 #31 [support-notifications stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:35:59 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done 19:35:59 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 19:35:59 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 19:35:59 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 19:35:59 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:35:59 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.9s done 19:35:59 #31 DONE 2.6s 19:35:59 19:35:59 #27 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:35:59 #27 DONE 0.0s 19:35:59 19:35:59 #34 [security-proxy-setup internal] load build context 19:35:59 #34 ... 19:35:59 19:35:59 #32 [security-spire-config builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:35:59 #32 DONE 1.7s 19:35:59 19:35:59 #33 [security-spire-config builder 2/7] WORKDIR /edgex-go 19:35:59 #33 DONE 0.7s 19:35:59 19:35:59 #31 [security-spire-config stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:35:59 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done 19:35:59 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 19:35:59 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 19:35:59 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 19:35:59 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:35:59 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.9s done 19:35:59 #31 DONE 2.6s 19:35:59 19:35:59 #34 [security-proxy-setup internal] load build context 19:35:59 #34 ... 19:35:59 19:35:59 #27 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 19:35:59 #27 DONE 0.0s 19:35:59 19:35:59 #34 [security-proxy-setup internal] load build context 19:36:00 #34 ... 19:36:00 19:36:00 #28 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.17 19:36:00 #28 DONE 3.1s 19:36:00 19:36:00 #32 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:36:00 #32 DONE 1.7s 19:36:00 19:36:00 #33 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 19:36:00 #33 DONE 0.7s 19:36:00 19:36:00 #31 [security-spiffe-token-provider stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:36:00 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done 19:36:00 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 19:36:00 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 19:36:00 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 19:36:00 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:36:00 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.9s done 19:36:00 #31 DONE 2.6s 19:36:00 19:36:00 #35 [security-spiffe-token-provider internal] load build context 19:36:00 #35 ... 19:36:00 19:36:00 #32 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 19:36:00 #32 DONE 1.7s 19:36:00 19:36:00 #33 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 19:36:00 #33 DONE 0.7s 19:36:00 19:36:00 #31 [security-proxy-auth stage-1 1/8] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 19:36:00 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.1s done 19:36:00 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 19:36:00 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 19:36:00 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 19:36:00 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 19:36:00 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.9s done 19:36:00 #31 DONE 2.7s 19:36:00 19:36:00 #36 [security-proxy-auth internal] load build context 19:36:00 #36 DONE 0.0s 19:36:01 19:36:01 #36 [security-proxy-auth internal] load build context 19:36:02 #36 transferring context: 19:36:06 #36 ... 19:36:06 19:36:06 #37 [core-common-config-bootstrapper internal] load build context 19:36:06 #37 ... 19:36:06 19:36:06 #36 [security-proxy-auth internal] load build context 19:36:07 #36 ... 19:36:07 19:36:07 #38 [core-command builder 3/7] RUN apk add --update --no-cache make git 19:36:07 #0 5.735 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:36:07 #0 6.681 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:36:07 #0 8.924 OK: 263 MiB in 53 packages 19:36:07 #38 DONE 10.8s 19:36:07 19:36:07 #36 [security-proxy-auth internal] load build context 19:36:07 #36 ... 19:36:07 19:36:07 #39 [security-spire-config builder 3/9] RUN apk add --update --no-cache make git build-base curl 19:36:07 #0 6.373 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:36:07 #0 7.385 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:36:07 #0 9.962 OK: 263 MiB in 53 packages 19:36:07 #39 ... 19:36:07 19:36:07 #40 [security-spire-server internal] load build context 19:36:07 #40 transferring context: 32.22MB 9.9s 19:36:07 #40 ... 19:36:07 19:36:07 #41 [core-command internal] load build context 19:36:07 #41 ... 19:36:07 19:36:07 #40 [security-spire-server internal] load build context 19:36:07 #40 ... 19:36:07 19:36:07 #42 [core-metadata internal] load build context 19:36:07 #42 ... 19:36:07 19:36:07 #43 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 19:36:07 #0 8.061 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:36:07 #0 9.597 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:36:07 #43 ... 19:36:07 19:36:07 #44 [core-data internal] load build context 19:36:08 #44 ... 19:36:08 19:36:08 #45 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 19:36:08 #45 ... 19:36:08 19:36:08 #46 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq 19:36:08 #46 ... 19:36:08 19:36:08 #39 [security-spire-server builder 3/9] RUN apk add --update --no-cache make git build-base curl 19:36:08 #39 DONE 11.1s 19:36:08 19:36:08 #47 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init 19:36:08 #47 ... 19:36:08 19:36:08 #48 [security-spire-server stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:36:08 #0 10.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:36:08 #48 ... 19:36:08 19:36:08 #49 [support-scheduler internal] load build context 19:36:08 #49 ... 19:36:08 19:36:08 #50 [security-secretstore-setup internal] load build context 19:36:08 #50 ... 19:36:08 19:36:08 #51 [security-spire-agent internal] load build context 19:36:08 #51 ... 19:36:08 19:36:08 #52 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 19:36:08 #0 6.245 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:36:08 #0 8.076 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:36:09 #52 ... 19:36:09 19:36:09 #53 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 19:36:09 #53 ... 19:36:09 19:36:09 #54 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 19:36:09 #54 ... 19:36:09 19:36:09 #55 [support-notifications internal] load build context 19:36:09 #55 ... 19:36:09 19:36:09 #56 [security-bootstrapper internal] load build context 19:36:09 #56 ... 19:36:09 19:36:09 #57 [security-spire-config internal] load build context 19:36:09 #57 ... 19:36:09 19:36:09 #55 [support-notifications internal] load build context 19:36:10 #55 ... 19:36:10 19:36:10 #58 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:36:10 #58 ... 19:36:10 19:36:10 #44 [core-data internal] load build context 19:36:10 #44 ... 19:36:10 19:36:10 #59 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 19:36:10 #59 ... 19:36:10 19:36:10 #44 [core-data internal] load build context 19:36:10 #44 ... 19:36:10 19:36:10 #34 [security-proxy-setup internal] load build context 19:36:10 #34 ... 19:36:10 19:36:10 #60 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 19:36:10 #60 ... 19:36:10 19:36:10 #34 [security-proxy-setup internal] load build context 19:36:11 #34 ... 19:36:11 19:36:11 #35 [security-spiffe-token-provider internal] load build context 19:36:11 #35 ... 19:36:11 19:36:11 #44 [core-data internal] load build context 19:36:11 #44 ... 19:36:11 19:36:11 #61 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:36:11 #61 ... 19:36:11 19:36:11 #44 [core-data internal] load build context 19:36:11 #44 ... 19:36:11 19:36:11 #43 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 19:36:11 #43 12.14 OK: 263 MiB in 53 packages 19:36:11 #43 DONE 14.3s 19:36:11 19:36:11 #44 [core-data internal] load build context 19:36:12 #44 transferring context: 26.68MB 14.4s 19:36:15 #44 ... 19:36:15 19:36:15 #52 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 19:36:15 #52 11.69 (1/4) Installing ca-certificates (20230506-r0) 19:36:15 #52 12.02 (2/4) Installing dumb-init (1.2.5-r2) 19:36:15 #52 12.10 (3/4) Installing su-exec (0.2-r2) 19:36:15 #52 12.10 (4/4) Installing yq (4.30.4-r4) 19:36:15 #52 12.83 Executing busybox-1.35.0-r29.trigger 19:36:15 #52 12.99 Executing ca-certificates-20230506-r0.trigger 19:36:15 #52 14.84 OK: 17 MiB in 19 packages 19:36:15 #52 DONE 16.8s 19:36:15 19:36:15 #44 [core-data internal] load build context 19:36:16 #44 ... 19:36:16 19:36:16 #37 [core-common-config-bootstrapper internal] load build context 19:36:16 #37 ... 19:36:16 19:36:16 #44 [core-data internal] load build context 19:36:16 #44 ... 19:36:16 19:36:16 #47 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init 19:36:16 #47 12.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:36:16 #47 13.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:36:16 #47 17.42 (1/1) Installing dumb-init (1.2.5-r2) 19:36:16 #47 17.44 Executing busybox-1.35.0-r29.trigger 19:36:16 #47 17.61 OK: 8 MiB in 16 packages 19:36:16 #47 DONE 19.7s 19:36:16 19:36:16 #37 [core-common-config-bootstrapper internal] load build context 19:36:16 #37 transferring context: 71.81MB 20.9s 19:36:17 #37 ... 19:36:17 19:36:17 #36 [security-proxy-auth internal] load build context 19:36:17 #36 ... 19:36:17 19:36:17 #37 [core-common-config-bootstrapper internal] load build context 19:36:17 #37 ... 19:36:17 19:36:17 #41 [core-command internal] load build context 19:36:17 #41 ... 19:36:17 19:36:17 #37 [core-common-config-bootstrapper internal] load build context 19:36:17 #37 ... 19:36:17 19:36:17 #40 [security-spire-server internal] load build context 19:36:18 #40 ... 19:36:18 19:36:18 #42 [core-metadata internal] load build context 19:36:18 #42 ... 19:36:18 19:36:18 #40 [security-spire-server internal] load build context 19:36:19 #40 ... 19:36:19 19:36:19 #50 [security-secretstore-setup internal] load build context 19:36:19 #50 ... 19:36:19 19:36:19 #49 [support-scheduler internal] load build context 19:36:19 #49 ... 19:36:19 19:36:19 #51 [security-spire-agent internal] load build context 19:36:19 #51 ... 19:36:19 19:36:19 #49 [support-scheduler internal] load build context 19:36:19 #49 ... 19:36:19 19:36:19 #56 [security-bootstrapper internal] load build context 19:36:19 #56 ... 19:36:19 19:36:19 #49 [support-scheduler internal] load build context 19:36:19 #49 ... 19:36:19 19:36:19 #57 [security-spire-config internal] load build context 19:36:20 #57 ... 19:36:20 19:36:20 #56 [security-bootstrapper internal] load build context 19:36:20 #56 ... 19:36:20 19:36:20 #48 [security-spire-server stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:36:20 #48 11.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:36:20 #48 15.33 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 19:36:20 #48 15.33 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 19:36:20 #48 15.33 OK: 17689 distinct packages available 19:36:20 #48 16.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:36:20 #48 20.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:36:20 #48 ... 19:36:20 19:36:20 #57 [security-spire-config internal] load build context 19:36:20 #57 ... 19:36:20 19:36:20 #55 [support-notifications internal] load build context 19:36:20 #55 ... 19:36:20 19:36:20 #57 [security-spire-config internal] load build context 19:36:20 #57 ... 19:36:20 19:36:20 #45 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 19:36:20 #45 13.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:36:20 #45 14.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:36:20 #45 20.91 (1/1) Installing dumb-init (1.2.5-r2) 19:36:20 #45 20.95 Executing busybox-1.35.0-r29.trigger 19:36:20 #45 21.27 OK: 8 MiB in 16 packages 19:36:20 #45 DONE 22.6s 19:36:20 19:36:20 #55 [support-notifications internal] load build context 19:36:21 #55 ... 19:36:21 19:36:21 #34 [security-proxy-setup internal] load build context 19:36:21 #34 ... 19:36:21 19:36:21 #35 [security-spiffe-token-provider internal] load build context 19:36:21 #35 ... 19:36:21 19:36:21 #55 [support-notifications internal] load build context 19:36:23 #55 transferring context: 35.62MB 23.0s 19:36:23 #55 ... 19:36:23 19:36:23 #46 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq 19:36:23 #46 15.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:36:23 #46 18.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:36:23 #46 24.40 (1/4) Installing dumb-init (1.2.5-r2) 19:36:23 #46 24.46 (2/4) Installing openssl (3.0.10-r0) 19:36:23 #46 24.72 (3/4) Installing su-exec (0.2-r2) 19:36:23 #46 24.72 (4/4) Installing yq (4.30.4-r4) 19:36:23 #46 ... 19:36:23 19:36:23 #44 [core-data internal] load build context 19:36:23 #44 ... 19:36:23 19:36:23 #54 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 19:36:23 #54 14.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:36:23 #54 17.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:36:23 #54 23.92 (1/2) Installing ca-certificates (20230506-r0) 19:36:23 #54 24.15 (2/2) Installing dumb-init (1.2.5-r2) 19:36:23 #54 24.25 Executing busybox-1.35.0-r29.trigger 19:36:23 #54 24.38 Executing ca-certificates-20230506-r0.trigger 19:36:24 #54 ... 19:36:24 19:36:24 #53 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 19:36:24 #53 14.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:36:24 #53 17.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:36:24 #53 23.82 OK: 263 MiB in 53 packages 19:36:24 #53 ... 19:36:24 19:36:24 #34 [security-proxy-setup internal] load build context 19:36:24 #34 ... 19:36:24 19:36:24 #60 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 19:36:24 #60 13.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:36:24 #60 17.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:36:24 #60 23.20 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 19:36:24 #60 23.20 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 19:36:24 #60 23.20 OK: 17694 distinct packages available 19:36:24 #60 ... 19:36:24 19:36:24 #34 [security-proxy-setup internal] load build context 19:36:24 #34 ... 19:36:24 19:36:24 #53 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 19:36:24 #53 DONE 25.2s 19:36:24 19:36:24 #34 [security-proxy-setup internal] load build context 19:36:24 #34 ... 19:36:24 19:36:24 #58 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:36:24 #58 14.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:36:24 #58 17.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:36:24 #58 24.16 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 19:36:24 #58 24.16 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 19:36:24 #58 24.16 OK: 17689 distinct packages available 19:36:24 #58 ... 19:36:24 19:36:24 #34 [security-proxy-setup internal] load build context 19:36:25 #34 ... 19:36:25 19:36:25 #59 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 19:36:25 #59 14.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:36:25 #59 17.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:36:25 #59 22.69 (1/2) Installing dumb-init (1.2.5-r2) 19:36:25 #59 22.72 (2/2) Installing su-exec (0.2-r2) 19:36:25 #59 22.76 Executing busybox-1.35.0-r29.trigger 19:36:25 #59 22.97 OK: 8 MiB in 17 packages 19:36:25 #59 DONE 24.7s 19:36:25 19:36:25 #44 [core-data internal] load build context 19:36:26 #44 ... 19:36:26 19:36:26 #61 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:36:26 #61 14.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:36:26 #61 17.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:36:26 #61 23.81 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 19:36:26 #61 23.81 v3.17.5-33-g59034473c39 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 19:36:26 #61 23.81 OK: 17689 distinct packages available 19:36:26 #61 ... 19:36:26 19:36:26 #44 [core-data internal] load build context 19:36:26 #44 ... 19:36:26 19:36:26 #46 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq 19:36:26 #46 25.77 Executing busybox-1.35.0-r29.trigger 19:36:26 #46 25.98 OK: 17 MiB in 19 packages 19:36:26 #46 DONE 28.6s 19:36:26 19:36:26 #44 [core-data internal] load build context 19:36:26 #44 ... 19:36:26 19:36:26 #48 [security-spire-server stage-1 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 19:36:26 #48 26.08 (1/5) Installing dumb-init (1.2.5-r2) 19:36:26 #48 26.16 (2/5) Installing musl-obstack (1.2.3-r0) 19:36:26 #48 26.19 (3/5) Installing libucontext (1.2-r0) 19:36:26 #48 26.26 (4/5) Installing gcompat (1.1.0-r0) 19:36:26 #48 26.30 (5/5) Installing openssl (3.0.10-r0) 19:36:26 #48 26.47 Executing busybox-1.35.0-r29.trigger 19:36:26 #48 26.80 OK: 9 MiB in 20 packages 19:36:26 #48 DONE 28.8s 19:36:26 19:36:26 #42 [core-metadata internal] load build context 19:36:27 #42 ... 19:36:27 19:36:27 #44 [core-data internal] load build context 19:36:27 #44 ... 19:36:27 19:36:27 #36 [security-proxy-auth internal] load build context 19:36:27 #36 ... 19:36:27 19:36:27 #54 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 19:36:27 #54 27.23 OK: 8 MiB in 17 packages 19:36:27 #54 DONE 28.6s 19:36:27 19:36:27 #36 [security-proxy-auth internal] load build context 19:36:27 #36 ... 19:36:27 19:36:27 #44 [core-data internal] load build context 19:36:28 #44 ... 19:36:28 19:36:28 #62 [security-proxy-setup stage-1 3/10] WORKDIR /edgex 19:36:28 #62 DONE 1.4s 19:36:28 19:36:28 #44 [core-data internal] load build context 19:36:28 #44 transferring context: 60.56MB 29.9s 19:36:28 #44 ... 19:36:28 19:36:28 #41 [core-command internal] load build context 19:36:28 #41 ... 19:36:28 19:36:28 #37 [core-common-config-bootstrapper internal] load build context 19:36:28 #37 ... 19:36:28 19:36:28 #41 [core-command internal] load build context 19:36:29 #41 ... 19:36:29 19:36:29 #40 [security-spire-server internal] load build context 19:36:29 #40 ... 19:36:29 19:36:29 #50 [security-secretstore-setup internal] load build context 19:36:29 #50 ... 19:36:29 19:36:29 #41 [core-command internal] load build context 19:36:29 #41 ... 19:36:29 19:36:29 #51 [security-spire-agent internal] load build context 19:36:29 #51 ... 19:36:29 19:36:29 #50 [security-secretstore-setup internal] load build context 19:36:30 #50 ... 19:36:30 19:36:30 #60 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 19:36:30 #60 24.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:36:30 #60 26.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:36:30 #60 28.38 OK: 263 MiB in 53 packages 19:36:30 #60 DONE 29.4s 19:36:30 19:36:30 #50 [security-secretstore-setup internal] load build context 19:36:30 #50 ... 19:36:30 19:36:30 #49 [support-scheduler internal] load build context 19:36:30 #49 ... 19:36:30 19:36:30 #40 [security-spire-server internal] load build context 19:36:30 #40 ... 19:36:30 19:36:30 #56 [security-bootstrapper internal] load build context 19:36:30 #56 ... 19:36:30 19:36:30 #40 [security-spire-server internal] load build context 19:36:30 #40 ... 19:36:30 19:36:30 #63 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 19:36:30 #63 DONE 5.4s 19:36:30 19:36:30 #64 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging 19:36:30 #64 ... 19:36:30 19:36:30 #58 [security-spire-config stage-1 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 19:36:30 #58 25.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:36:30 #58 27.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:36:30 #58 29.61 (1/4) Installing dumb-init (1.2.5-r2) 19:36:30 #58 29.61 (2/4) Installing musl-obstack (1.2.3-r0) 19:36:30 #58 29.61 (3/4) Installing libucontext (1.2-r0) 19:36:30 #58 29.61 (4/4) Installing gcompat (1.1.0-r0) 19:36:30 #58 29.61 Executing busybox-1.35.0-r29.trigger 19:36:30 #58 29.69 OK: 8 MiB in 19 packages 19:36:30 #58 DONE 30.6s 19:36:30 19:36:30 #57 [security-spire-config internal] load build context 19:36:30 #57 ... 19:36:30 19:36:30 #40 [security-spire-server internal] load build context 19:36:31 #40 ... 19:36:31 19:36:31 #61 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 19:36:31 #61 24.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:36:31 #61 26.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:36:31 #61 28.04 (1/9) Installing ca-certificates (20230506-r0) 19:36:31 #61 28.17 (2/9) Installing brotli-libs (1.0.9-r9) 19:36:31 #61 28.27 (3/9) Installing nghttp2-libs (1.51.0-r1) 19:36:31 #61 28.27 (4/9) Installing libcurl (8.2.1-r0) 19:36:31 #61 28.27 (5/9) Installing curl (8.2.1-r0) 19:36:31 #61 28.30 (6/9) Installing dumb-init (1.2.5-r2) 19:36:31 #61 28.36 (7/9) Installing musl-obstack (1.2.3-r0) 19:36:31 #61 28.36 (8/9) Installing libucontext (1.2-r0) 19:36:31 #61 28.36 (9/9) Installing gcompat (1.1.0-r0) 19:36:31 #61 28.36 Executing busybox-1.35.0-r29.trigger 19:36:31 #61 28.44 Executing ca-certificates-20230506-r0.trigger 19:36:31 #61 29.16 OK: 11 MiB in 24 packages 19:36:31 #61 DONE 30.0s 19:36:31 19:36:31 #64 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging 19:36:31 #64 DONE 0.9s 19:36:31 19:36:31 #40 [security-spire-server internal] load build context 19:36:31 #40 ... 19:36:31 19:36:31 #35 [security-spiffe-token-provider internal] load build context 19:36:32 #35 ... 19:36:32 19:36:32 #40 [security-spire-server internal] load build context 19:36:33 #40 transferring context: 87.68MB 35.7s 19:36:33 #40 ... 19:36:33 19:36:33 #55 [support-notifications internal] load build context 19:36:33 #55 ... 19:36:33 19:36:33 #40 [security-spire-server internal] load build context 19:36:35 #40 ... 19:36:35 19:36:35 #34 [security-proxy-setup internal] load build context 19:36:35 #34 ... 19:36:35 19:36:35 #40 [security-spire-server internal] load build context 19:36:37 #40 ... 19:36:37 19:36:37 #42 [core-metadata internal] load build context 19:36:37 #42 ... 19:36:37 19:36:37 #40 [security-spire-server internal] load build context 19:36:37 #40 transferring context: 116.79MB 40.7s 19:36:37 #40 ... 19:36:37 19:36:37 #36 [security-proxy-auth internal] load build context 19:36:38 #36 ... 19:36:38 19:36:38 #42 [core-metadata internal] load build context 19:36:38 #42 ... 19:36:38 19:36:38 #44 [core-data internal] load build context 19:36:38 #44 ... 19:36:38 19:36:38 #42 [core-metadata internal] load build context 19:36:38 #42 ... 19:36:38 19:36:38 #37 [core-common-config-bootstrapper internal] load build context 19:36:38 #37 ... 19:36:38 19:36:38 #44 [core-data internal] load build context 19:36:39 #44 ... 19:36:39 19:36:39 #41 [core-command internal] load build context 19:36:39 #41 ... 19:36:39 19:36:39 #51 [security-spire-agent internal] load build context 19:36:39 #51 ... 19:36:39 19:36:39 #41 [core-command internal] load build context 19:36:40 #41 ... 19:36:40 19:36:40 #50 [security-secretstore-setup internal] load build context 19:36:40 #50 ... 19:36:40 19:36:40 #49 [support-scheduler internal] load build context 19:36:40 #49 ... 19:36:40 19:36:40 #56 [security-bootstrapper internal] load build context 19:36:40 #56 ... 19:36:40 19:36:40 #49 [support-scheduler internal] load build context 19:36:41 #49 ... 19:36:41 19:36:41 #57 [security-spire-config internal] load build context 19:36:41 #57 ... 19:36:41 19:36:41 #49 [support-scheduler internal] load build context 19:36:42 #49 ... 19:36:42 19:36:42 #35 [security-spiffe-token-provider internal] load build context 19:36:42 #35 ... 19:36:42 19:36:42 #49 [support-scheduler internal] load build context 19:36:43 #49 transferring context: 109.22MB 44.1s 19:36:44 #49 ... 19:36:44 19:36:44 #55 [support-notifications internal] load build context 19:36:44 #55 ... 19:36:44 19:36:44 #49 [support-scheduler internal] load build context 19:36:45 #49 ... 19:36:45 19:36:45 #34 [security-proxy-setup internal] load build context 19:36:45 #34 ... 19:36:45 19:36:45 #49 [support-scheduler internal] load build context 19:36:48 #49 ... 19:36:48 19:36:48 #40 [security-spire-server internal] load build context 19:36:48 #40 transferring context: 179.74MB 50.8s 19:36:48 #40 ... 19:36:48 19:36:48 #36 [security-proxy-auth internal] load build context 19:36:48 #36 ... 19:36:48 19:36:48 #40 [security-spire-server internal] load build context 19:36:48 #40 ... 19:36:48 19:36:48 #42 [core-metadata internal] load build context 19:36:48 #42 ... 19:36:48 19:36:48 #37 [core-common-config-bootstrapper internal] load build context 19:36:48 #37 ... 19:36:48 19:36:48 #42 [core-metadata internal] load build context 19:36:49 #42 transferring context: 188.25MB 51.3s done 19:36:49 #42 DONE 51.6s 19:36:49 19:36:49 #49 [support-scheduler internal] load build context 19:36:49 #49 ... 19:36:49 19:36:49 #44 [core-data internal] load build context 19:36:49 #44 ... 19:36:49 19:36:49 #49 [support-scheduler internal] load build context 19:36:49 #49 ... 19:36:49 19:36:49 #51 [security-spire-agent internal] load build context 19:36:50 #51 ... 19:36:50 19:36:50 #49 [support-scheduler internal] load build context 19:36:50 #49 ... 19:36:50 19:36:50 #41 [core-command internal] load build context 19:36:50 #41 ... 19:36:50 19:36:50 #50 [security-secretstore-setup internal] load build context 19:36:50 #50 ... 19:36:50 19:36:50 #41 [core-command internal] load build context 19:36:50 #41 ... 19:36:50 19:36:50 #56 [security-bootstrapper internal] load build context 19:36:50 #56 ... 19:36:50 19:36:50 #41 [core-command internal] load build context 19:36:51 #41 ... 19:36:51 19:36:51 #57 [security-spire-config internal] load build context 19:36:51 #57 ... 19:36:51 19:36:51 #41 [core-command internal] load build context 19:36:52 #41 ... 19:36:52 19:36:52 #40 [security-spire-server internal] load build context 19:36:52 #40 transferring context: 188.25MB 52.4s done 19:36:52 #40 DONE 54.8s 19:36:52 19:36:52 #41 [core-command internal] load build context 19:36:52 #41 ... 19:36:52 19:36:52 #44 [core-data internal] load build context 19:36:52 #44 transferring context: 188.25MB 51.9s done 19:36:52 #44 DONE 54.2s 19:36:52 19:36:52 #37 [core-common-config-bootstrapper internal] load build context 19:36:52 #37 transferring context: 188.25MB 54.1s done 19:36:52 #37 DONE 56.3s 19:36:52 19:36:52 #41 [core-command internal] load build context 19:36:52 #41 ... 19:36:52 19:36:52 #34 [security-proxy-setup internal] load build context 19:36:52 #34 transferring context: 188.25MB 53.5s done 19:36:52 #34 DONE 54.8s 19:36:52 19:36:52 #41 [core-command internal] load build context 19:36:52 #41 ... 19:36:52 19:36:52 #35 [security-spiffe-token-provider internal] load build context 19:36:52 #35 ... 19:36:52 19:36:52 #41 [core-command internal] load build context 19:36:52 #41 ... 19:36:52 19:36:52 #65 [core-metadata builder 4/7] COPY go.mod vendor* ./ 19:36:52 #65 DONE 3.5s 19:36:52 19:36:52 #41 [core-command internal] load build context 19:36:53 #41 ... 19:36:53 19:36:53 #55 [support-notifications internal] load build context 19:36:53 #55 transferring context: 188.25MB 52.8s done 19:36:53 #55 DONE 54.0s 19:36:53 19:36:53 #41 [core-command internal] load build context 19:36:54 #41 ... 19:36:54 19:36:54 #66 [security-spire-server builder 4/9] COPY go.mod vendor* ./ 19:36:54 #66 DONE 1.6s 19:36:54 19:36:54 #41 [core-command internal] load build context 19:36:54 #41 ... 19:36:54 19:36:54 #67 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 19:36:54 #67 DONE 1.5s 19:36:54 19:36:54 #41 [core-command internal] load build context 19:36:54 #41 ... 19:36:54 19:36:54 #68 [support-notifications builder 4/7] COPY go.mod vendor* ./ 19:36:54 #68 DONE 1.3s 19:36:54 19:36:54 #41 [core-command internal] load build context 19:36:57 #41 ... 19:36:57 19:36:57 #49 [support-scheduler internal] load build context 19:36:57 #49 transferring context: 188.25MB 57.8s done 19:36:57 #49 DONE 58.4s 19:36:57 19:36:57 #41 [core-command internal] load build context 19:36:57 #41 ... 19:36:57 19:36:57 #36 [security-proxy-auth internal] load build context 19:36:57 #36 transferring context: 188.25MB 54.8s done 19:36:57 #36 DONE 56.5s 19:36:57 19:36:57 #41 [core-command internal] load build context 19:37:00 #41 ... 19:37:00 19:37:00 #51 [security-spire-agent internal] load build context 19:37:00 #51 ... 19:37:00 19:37:00 #41 [core-command internal] load build context 19:37:00 #41 ... 19:37:00 19:37:00 #50 [security-secretstore-setup internal] load build context 19:37:00 #50 transferring context: 188.25MB 61.2s done 19:37:00 #50 DONE 61.7s 19:37:00 19:37:00 #41 [core-command internal] load build context 19:37:00 #41 ... 19:37:00 19:37:00 #56 [security-bootstrapper internal] load build context 19:37:00 #56 ... 19:37:00 19:37:00 #41 [core-command internal] load build context 19:37:01 #41 ... 19:37:01 19:37:01 #57 [security-spire-config internal] load build context 19:37:01 #57 ... 19:37:01 19:37:01 #56 [security-bootstrapper internal] load build context 19:37:02 #56 transferring context: 188.25MB 63.0s done 19:37:02 #56 ... 19:37:02 19:37:02 #35 [security-spiffe-token-provider internal] load build context 19:37:02 #35 ... 19:37:02 19:37:02 #56 [security-bootstrapper internal] load build context 19:37:02 #56 DONE 63.6s 19:37:02 19:37:02 #35 [security-spiffe-token-provider internal] load build context 19:37:02 #35 ... 19:37:02 19:37:02 #41 [core-command internal] load build context 19:37:02 #41 ... 19:37:02 19:37:02 #69 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:37:03 #69 ... 19:37:03 19:37:03 #35 [security-spiffe-token-provider internal] load build context 19:37:03 #35 transferring context: 188.25MB 61.9s done 19:37:03 #35 DONE 62.5s 19:37:03 19:37:03 #57 [security-spire-config internal] load build context 19:37:04 #57 ... 19:37:04 19:37:04 #41 [core-command internal] load build context 19:37:04 #41 transferring context: 188.25MB 66.4s done 19:37:04 #41 DONE 66.9s 19:37:04 19:37:04 #57 [security-spire-config internal] load build context 19:37:04 #57 ... 19:37:04 19:37:04 #70 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:37:04 #70 ... 19:37:04 19:37:04 #51 [security-spire-agent internal] load build context 19:37:04 #51 transferring context: 188.25MB 65.9s done 19:37:04 #51 DONE 66.4s 19:37:04 19:37:04 #71 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:37:04 #71 ... 19:37:04 19:37:04 #72 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 19:37:04 #72 DONE 1.3s 19:37:04 19:37:04 #73 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:37:04 #73 ... 19:37:04 19:37:04 #74 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:37:04 #74 ... 19:37:04 19:37:04 #57 [security-spire-config internal] load build context 19:37:05 #57 transferring context: 188.25MB 65.2s done 19:37:05 #57 DONE 66.2s 19:37:05 19:37:05 #74 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:37:52 #74 DONE 57.3s 19:37:52 19:37:52 #73 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:37:52 #73 DONE 47.6s 19:37:52 19:37:52 #69 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:37:52 #69 DONE 59.2s 19:37:52 19:37:52 #71 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:37:52 #71 DONE 57.9s 19:37:52 19:37:52 #75 [security-proxy-setup builder 6/7] COPY . . 19:37:52 #75 ... 19:37:52 19:37:52 #70 [security-spire-server builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:37:52 #70 DONE 58.1s 19:37:52 19:37:52 #76 [security-spire-server builder 6/9] COPY . . 19:37:55 #76 DONE 3.6s 19:37:55 19:37:55 #77 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 19:37:55 #77 CACHED 19:37:55 19:37:55 #78 [security-proxy-auth builder 6/7] COPY . . 19:37:55 #78 CACHED 19:37:55 19:37:55 #79 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:37:55 #79 CACHED 19:37:55 19:37:55 #80 [security-bootstrapper builder 6/7] COPY . . 19:37:55 #80 CACHED 19:37:55 19:37:55 #81 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 19:37:55 #81 CACHED 19:37:55 19:37:55 #82 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:37:55 #82 CACHED 19:37:55 19:37:55 #83 [security-spiffe-token-provider builder 6/7] COPY . . 19:37:55 #83 DONE 3.8s 19:37:55 19:37:55 #84 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 19:37:55 #84 CACHED 19:37:55 19:37:55 #85 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:37:55 #85 CACHED 19:37:55 19:37:55 #86 [security-secretstore-setup builder 6/7] COPY . . 19:37:55 #86 CACHED 19:37:55 19:37:55 #87 [support-scheduler builder 6/7] COPY . . 19:37:55 #87 CACHED 19:37:55 19:37:55 #88 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 19:37:55 #88 CACHED 19:37:55 19:37:55 #89 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:37:55 #89 CACHED 19:37:55 19:37:55 #90 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:37:55 #90 CACHED 19:37:55 19:37:55 #91 [core-data builder 6/7] COPY . . 19:37:55 #91 CACHED 19:37:55 19:37:55 #92 [core-data builder 4/7] COPY go.mod vendor* ./ 19:37:55 #92 CACHED 19:37:55 19:37:55 #93 [core-metadata builder 6/7] COPY . . 19:37:55 #93 DONE 3.8s 19:37:55 19:37:55 #75 [security-proxy-setup builder 6/7] COPY . . 19:37:55 #75 DONE 3.7s 19:37:55 19:37:55 #94 [core-command builder 4/7] COPY go.mod vendor* ./ 19:37:55 #94 CACHED 19:37:55 19:37:55 #95 [core-command builder 6/7] COPY . . 19:37:55 #95 CACHED 19:37:55 19:37:55 #96 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:37:55 #96 CACHED 19:37:55 19:37:55 #97 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 19:37:55 #97 CACHED 19:37:55 19:37:55 #98 [core-common-config-bootstrapper builder 6/7] COPY . . 19:37:55 #98 CACHED 19:37:55 19:37:55 #99 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:37:55 #99 CACHED 19:37:55 19:37:55 #100 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:37:56 #100 ... 19:37:56 19:37:56 #101 [support-notifications builder 6/7] COPY . . 19:37:56 #101 DONE 3.8s 19:37:56 19:37:56 #102 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:37:56 #102 ... 19:37:56 19:37:56 #103 [security-spire-agent builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:37:56 #103 CACHED 19:37:56 19:37:56 #104 [security-spire-agent builder 4/9] COPY go.mod vendor* ./ 19:37:56 #104 CACHED 19:37:56 19:37:56 #105 [security-spire-agent builder 7/9] WORKDIR /edgex-go/spire-build 19:37:56 #105 CACHED 19:37:56 19:37:56 #106 [security-spire-agent builder 6/9] COPY . . 19:37:56 #106 CACHED 19:37:56 19:37:56 #107 [security-spire-server builder 7/9] WORKDIR /edgex-go/spire-build 19:37:56 #107 DONE 0.4s 19:37:56 19:37:56 #108 [security-spire-server builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:38:01 #108 ... 19:38:01 19:38:01 #109 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 19:38:01 #0 5.552 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 19:38:02 #109 ... 19:38:02 19:38:02 #102 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:38:02 #102 6.361 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:38:02 #102 ... 19:38:02 19:38:02 #110 [security-spire-agent builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:38:02 #110 DONE 6.7s 19:38:02 19:38:02 #108 [security-spire-server builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:38:02 #108 DONE 6.6s 19:38:03 19:38:03 #111 [security-spire-agent builder 9/9] WORKDIR /edgex-go 19:38:03 #111 DONE 0.4s 19:38:03 19:38:03 #112 [security-spire-server builder 9/9] WORKDIR /edgex-go 19:38:03 #112 DONE 0.4s 19:38:03 19:38:03 #100 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:38:03 #100 6.582 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 19:38:04 #100 ... 19:38:04 19:38:04 #113 [security-spire-server stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 19:38:04 #113 DONE 0.3s 19:38:04 19:38:04 #114 [security-spire-server stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 19:38:04 #114 DONE 0.1s 19:38:04 19:38:04 #115 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 19:38:04 #0 6.695 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:38:04 #115 ... 19:38:04 19:38:04 #116 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:38:05 #116 ... 19:38:05 19:38:05 #117 [security-spire-config builder 7/9] WORKDIR /edgex-go/spire-build 19:38:05 #117 CACHED 19:38:05 19:38:05 #118 [security-spire-config builder 9/9] WORKDIR /edgex-go 19:38:05 #118 CACHED 19:38:05 19:38:05 #119 [security-spire-config builder 6/9] COPY . . 19:38:05 #119 CACHED 19:38:05 19:38:05 #120 [security-spire-config builder 4/9] COPY go.mod vendor* ./ 19:38:05 #120 CACHED 19:38:05 19:38:05 #121 [security-spire-config builder 5/9] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:38:05 #121 CACHED 19:38:05 19:38:05 #122 [security-spire-config builder 8/9] RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v1.6.3.tar.gz" && tar xv --strip-components=1 -f "v1.6.3.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 19:38:05 #122 CACHED 19:38:05 19:38:05 #123 [security-spire-config stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / 19:38:05 #123 ... 19:38:05 19:38:05 #124 [security-spire-agent stage-1 4/9] COPY --from=builder /edgex-go/security.txt / 19:38:05 #124 CACHED 19:38:05 19:38:05 #125 [security-spire-agent stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / 19:38:05 #125 CACHED 19:38:05 19:38:05 #123 [security-spire-config stage-1 3/9] COPY --from=builder /edgex-go/Attribution.txt / 19:38:05 #123 DONE 0.4s 19:38:05 19:38:05 #126 [security-spire-config stage-1 4/9] COPY --from=builder /edgex-go/security.txt / 19:38:05 #126 DONE 0.2s 19:38:05 19:38:05 #127 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:38:05 #127 ... 19:38:05 19:38:05 #128 [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:38:05 #0 5.979 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:38:06 #128 ... 19:38:06 19:38:06 #129 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 19:38:06 #0 4.711 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 19:38:06 #129 ... 19:38:06 19:38:06 #130 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:38:06 #0 6.054 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 19:38:06 #130 ... 19:38:06 19:38:06 #131 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 19:38:06 #0 6.026 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:38:06 #131 ... 19:38:06 19:38:06 #132 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:38:06 #0 5.249 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 19:38:06 #132 ... 19:38:06 19:38:06 #133 [security-spire-agent stage-1 5/9] COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 19:38:06 #133 DONE 1.3s 19:38:06 19:38:06 #134 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 19:38:06 #0 4.400 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 19:38:06 #134 ... 19:38:06 19:38:06 #116 [security-spire-server stage-1 5/8] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:38:06 #116 DONE 1.9s 19:38:06 19:38:06 #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:38:06 #0 6.777 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:38:07 #135 ... 19:38:07 19:38:07 #136 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:38:07 #136 ... 19:38:07 19:38:07 #127 [security-spire-config stage-1 5/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:38:07 #127 DONE 1.3s 19:38:07 19:38:07 #136 [security-spire-server stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 19:38:07 #136 DONE 0.4s 19:38:07 19:38:07 #137 [security-spire-server stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 19:38:07 #137 DONE 0.4s 19:38:07 19:38:07 #138 [security-spire-config stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 19:38:07 #138 DONE 0.3s 19:38:07 19:38:07 #139 [security-spire-config stage-1 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d 19:38:07 #139 DONE 0.3s 19:38:07 19:38:07 #140 [security-spire-config stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 19:38:08 #140 DONE 0.3s 19:38:08 19:38:08 #141 [security-spire-server stage-1 8/8] COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 19:38:08 #141 DONE 0.4s 19:38:08 19:38:08 #142 [security-spire-server] exporting to image 19:38:08 #142 exporting layers 19:38:08 #142 ... 19:38:08 19:38:08 #143 [security-spire-agent stage-1 6/9] COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 19:38:08 #143 DONE 1.9s 19:38:08 19:38:08 #144 [security-spire-agent stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 19:38:09 #144 DONE 0.3s 19:38:09 19:38:09 #145 [security-spire-agent stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 19:38:09 #145 DONE 0.2s 19:38:09 19:38:09 #142 [security-spire-config] exporting to image 19:38:09 #142 ... 19:38:09 19:38:09 #146 [security-spire-agent stage-1 9/9] COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 19:38:09 #146 DONE 0.1s 19:38:09 19:38:09 #142 [security-spire-agent] exporting to image 19:38:11 #142 exporting layers 3.0s done 19:38:11 #142 writing image sha256:7bc748e67502e95c5a7ae3e6b30a736d0d14e40ccc06e606f946d478ea29dac4 0.0s done 19:38:11 #142 naming to docker.io/library/security-spire-server-arm64 done 19:38:11 #142 writing image sha256:eacebe10e2485a69ae84b606f59a81128b406020fe50fe1591cd654976aca8be 19:38:11 #142 writing image sha256:eacebe10e2485a69ae84b606f59a81128b406020fe50fe1591cd654976aca8be done 19:38:11 #142 naming to docker.io/library/security-spire-config-arm64 0.0s done 19:38:11 #142 exporting layers 2.0s done 19:38:11 #142 writing image sha256:a35247d6f1f75d9c1eb1734cb5bc0c4c88c136e013f107b77cdf3a0f64917340 done 19:38:11 #142 naming to docker.io/library/security-spire-agent-arm64 done 19:38:11 #142 DONE 3.3s 19:38:11 19:38:11 #130 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:53:19 #130 ... 19:53:19 19:53:19 #129 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 19:53:19 #129 DONE 917.3s 19:53:19 19:53:19 #100 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:53:19 #100 ... 19:53:19 19:53:19 #147 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / 19:53:19 #147 DONE 0.3s 19:53:19 19:53:19 #100 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:53:19 #100 ... 19:53:19 19:53:19 #148 [security-proxy-setup stage-1 5/10] COPY --from=builder /edgex-go/security.txt / 19:53:19 #148 DONE 0.2s 19:53:19 19:53:19 #149 [security-proxy-setup stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 19:53:19 #149 DONE 0.2s 19:53:19 19:53:19 #150 [security-proxy-setup stage-1 7/10] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 19:53:19 #150 DONE 0.1s 19:53:19 19:53:19 #151 [security-proxy-setup stage-1 8/10] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:53:19 #151 DONE 0.3s 19:53:19 19:53:19 #152 [security-proxy-setup stage-1 9/10] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 19:53:19 #152 DONE 0.1s 19:53:19 19:53:19 #131 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 19:53:19 #131 ... 19:53:19 19:53:19 #153 [security-proxy-setup stage-1 10/10] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:53:19 #153 DONE 2.2s 19:53:19 19:53:19 #142 [security-proxy-setup] exporting to image 19:53:19 #142 exporting layers 19:53:19 #142 exporting layers 1.0s done 19:53:19 #142 writing image sha256:3d02fe575dc389d622d81f99dd5482ef2692fc9b7ae51c85c155f03ffe81ede7 done 19:53:19 #142 naming to docker.io/library/security-proxy-setup-arm64 done 19:53:19 #142 DONE 4.3s 19:53:19 19:53:19 #128 [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:53:19 #128 922.0 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:53:38 #128 ... 19:53:38 19:53:38 #131 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 19:53:38 #131 DONE 939.6s 19:53:38 19:53:38 #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:53:38 #135 ... 19:53:38 19:53:38 #154 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 19:53:38 #154 DONE 0.3s 19:53:38 19:53:38 #12 [core-common-config-bootstrapper internal] load .dockerignore 19:53:38 #12 ... 19:53:38 19:53:38 #155 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh 19:53:40 #155 DONE 3.7s 19:53:40 19:53:40 #128 [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:53:40 #128 DONE 944.0s 19:53:40 19:53:40 #156 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / 19:53:40 #156 DONE 0.7s 19:53:40 19:53:40 #157 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / 19:53:40 #157 ... 19:53:40 19:53:40 #158 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / 19:53:40 #158 DONE 0.4s 19:53:40 19:53:40 #157 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / 19:53:40 #157 DONE 0.4s 19:53:40 19:53:40 #159 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / 19:53:41 #159 DONE 0.4s 19:53:41 19:53:41 #160 [security-secretstore-setup stage-1 5/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:53:41 #160 DONE 0.2s 19:53:41 19:53:41 #161 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 19:53:41 #161 DONE 0.4s 19:53:41 19:53:41 #162 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:53:42 #162 DONE 0.9s 19:53:42 19:53:42 #163 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 19:53:42 #163 ... 19:53:42 19:53:42 #164 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 19:53:42 #164 DONE 0.3s 19:53:42 19:53:42 #163 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 19:53:42 #163 DONE 0.3s 19:53:42 19:53:42 #165 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:53:42 #165 ... 19:53:42 19:53:42 #166 [security-bootstrapper stage-1 11/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 19:53:42 #166 DONE 0.3s 19:53:42 19:53:42 #165 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:53:42 #165 DONE 0.6s 19:53:42 19:53:42 #167 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:53:42 #167 ... 19:53:42 19:53:42 #168 [security-bootstrapper stage-1 12/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 19:53:42 #168 DONE 0.2s 19:53:42 19:53:42 #169 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 19:53:43 #169 DONE 0.3s 19:53:43 19:53:43 #115 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 19:53:43 #115 ... 19:53:43 19:53:43 #170 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:53:43 #170 DONE 0.3s 19:53:43 19:53:43 #130 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:53:43 #130 ... 19:53:43 19:53:43 #167 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:53:43 #167 DONE 0.8s 19:53:43 19:53:43 #171 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:53:43 #171 DONE 0.3s 19:53:43 19:53:43 #172 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:53:46 #172 ... 19:53:46 19:53:46 #173 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh 19:53:46 #173 DONE 2.7s 19:53:46 19:53:46 #142 [security-bootstrapper] exporting to image 19:53:46 #142 exporting layers 19:53:46 #142 ... 19:53:46 19:53:46 #172 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:53:46 #172 DONE 3.0s 19:53:46 19:53:46 #109 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 19:53:46 #109 DONE 951.1s 19:53:46 19:53:46 #132 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:53:47 #132 ... 19:53:47 19:53:47 #142 [security-secretstore-setup] exporting to image 19:53:49 #142 ... 19:53:49 19:53:49 #174 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 19:53:49 #174 DONE 0.5s 19:53:49 19:53:49 #142 [security-secretstore-setup] exporting to image 19:53:49 #142 exporting layers 2.9s done 19:53:49 #142 writing image sha256:461e39cebbb5be8f3088d09d2c983f4f72eb5dbf4c8c7f1ba8dc1918a5fdf980 19:53:49 #142 writing image sha256:461e39cebbb5be8f3088d09d2c983f4f72eb5dbf4c8c7f1ba8dc1918a5fdf980 0.1s done 19:53:49 #142 naming to docker.io/library/security-bootstrapper-arm64 done 19:53:49 #142 ... 19:53:49 19:53:49 #175 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 19:53:49 #175 DONE 0.5s 19:53:49 19:53:49 #176 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 19:53:49 #176 ... 19:53:49 19:53:49 #142 [security-secretstore-setup] exporting to image 19:53:49 #142 exporting layers 2.5s done 19:53:49 #142 writing image sha256:66b20d288161f9d201a175d2377c8c79be15ea77d0afb9558b352910a94c402a done 19:53:49 #142 naming to docker.io/library/security-secretstore-setup-arm64 0.0s done 19:53:49 #142 DONE 7.8s 19:53:49 19:53:49 #176 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 19:53:49 #176 DONE 0.5s 19:53:49 19:53:49 #100 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:53:49 #100 ... 19:53:49 19:53:49 #177 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 19:53:50 #177 DONE 0.2s 19:53:50 19:53:50 #178 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 19:53:50 #178 DONE 0.1s 19:53:50 19:53:50 #179 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:53:53 #179 DONE 2.6s 19:53:53 19:53:53 #142 [security-proxy-auth] exporting to image 19:53:53 #142 exporting layers 0.6s done 19:53:53 #142 writing image sha256:1a1cb305434b8d9828240faeddf815087734107f0248b684bdedde6edb628a92 done 19:53:53 #142 naming to docker.io/library/security-proxy-auth-arm64 done 19:53:53 #142 DONE 8.4s 19:53:53 19:53:53 #102 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:54:08 #102 ... 19:54:08 19:54:08 #130 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 19:54:08 #130 DONE 972.1s 19:54:08 19:54:08 #132 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:54:08 #132 ... 19:54:08 19:54:08 #180 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 19:54:08 #180 DONE 0.3s 19:54:08 19:54:08 #132 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:54:08 #132 ... 19:54:08 19:54:08 #181 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 19:54:08 #181 DONE 0.1s 19:54:08 19:54:08 #182 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 19:54:09 #182 DONE 0.3s 19:54:09 19:54:09 #132 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:54:09 #132 ... 19:54:09 19:54:09 #183 [core-common-config-bootstrapper stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 19:54:09 #183 DONE 0.2s 19:54:09 19:54:09 #184 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 19:54:09 #184 DONE 0.2s 19:54:09 19:54:09 #185 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:54:11 #185 DONE 2.0s 19:54:11 19:54:11 #115 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 19:54:11 #115 ... 19:54:11 19:54:11 #142 [core-common-config-bootstrapper] exporting to image 19:54:11 #142 exporting layers 19:54:12 #142 exporting layers 0.6s done 19:54:12 #142 writing image sha256:26d82f1852fa2da0add4f10eb3445cae8442416ca53b055bfb87c6a8afec18d8 done 19:54:12 #142 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 19:54:12 #142 DONE 9.0s 19:54:12 19:54:12 #132 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:54:44 #132 ... 19:54:44 19:54:44 #134 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 19:54:44 #134 DONE 1005.3s 19:54:44 19:54:44 #132 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:54:44 #132 ... 19:54:44 19:54:44 #186 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / 19:54:44 #186 DONE 0.2s 19:54:44 19:54:44 #132 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:54:44 #132 ... 19:54:44 19:54:44 #187 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / 19:54:44 #187 DONE 0.2s 19:54:44 19:54:44 #188 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:54:44 #188 DONE 0.4s 19:54:44 19:54:44 #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:54:44 #135 ... 19:54:44 19:54:44 #189 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 19:54:44 #189 DONE 0.2s 19:54:44 19:54:44 #142 [core-command] exporting to image 19:54:44 #142 exporting layers 19:54:44 #142 exporting layers 0.3s done 19:54:44 #142 writing image sha256:093e9419e2054e8983b605460e5421ca20930a115f63bfe62198c70c5077be52 done 19:54:44 #142 naming to docker.io/library/core-command-arm64 done 19:54:44 #142 DONE 9.3s 19:54:44 19:54:44 #12 [core-common-config-bootstrapper internal] load .dockerignore 19:55:02 #12 ... 19:55:02 19:55:02 #132 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 19:55:02 #132 DONE 1024.9s 19:55:02 19:55:02 #115 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 19:55:02 #115 DONE 1024.8s 19:55:02 19:55:02 #102 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:55:02 #102 ... 19:55:02 19:55:02 #190 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 19:55:02 #190 DONE 0.2s 19:55:02 19:55:02 #191 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 19:55:02 #191 ... 19:55:02 19:55:02 #192 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 19:55:02 #192 DONE 0.2s 19:55:02 19:55:02 #193 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:55:02 #193 ... 19:55:02 19:55:02 #191 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 19:55:02 #191 DONE 0.3s 19:55:02 19:55:02 #194 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 19:55:02 #194 DONE 0.2s 19:55:02 19:55:02 #195 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:55:02 #195 DONE 0.3s 19:55:02 19:55:02 #193 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:55:02 #193 DONE 0.5s 19:55:02 19:55:02 #196 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 19:55:02 #196 ... 19:55:02 19:55:02 #197 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 19:55:02 #197 DONE 0.1s 19:55:02 19:55:02 #196 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 19:55:02 #196 DONE 0.2s 19:55:02 19:55:02 #142 [core-data] exporting to image 19:55:02 #142 exporting layers 19:55:03 #142 ... 19:55:03 19:55:03 #198 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 19:55:03 #198 DONE 0.3s 19:55:03 19:55:03 #142 [core-metadata] exporting to image 19:55:03 #142 exporting layers 0.5s done 19:55:03 #142 writing image sha256:f2909e81eded4f105fba5080a7dc67d805d17bf16f11efdf10de0d52ea987362 0.0s done 19:55:03 #142 naming to docker.io/library/core-metadata-arm64 done 19:55:03 #142 writing image sha256:89d5957d525cb9cf107a88f90cc8eb44fdc3031256d39fb196ff96ba30b62559 done 19:55:03 #142 naming to docker.io/library/core-data-arm64 done 19:55:03 #142 DONE 9.8s 19:55:03 19:55:03 #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:55:30 #135 ... 19:55:30 19:55:30 #100 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 19:55:30 #100 DONE 1051.8s 19:55:30 19:55:30 #102 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:55:30 #102 ... 19:55:30 19:55:30 #199 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 19:55:30 #199 DONE 0.3s 19:55:30 19:55:30 #12 [core-common-config-bootstrapper internal] load .dockerignore 19:55:30 #12 ... 19:55:30 19:55:30 #200 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 19:55:30 #200 DONE 0.1s 19:55:30 19:55:30 #201 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 19:55:30 #201 DONE 0.3s 19:55:30 19:55:30 #202 [security-spiffe-token-provider stage-1 6/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 19:55:30 #202 DONE 0.1s 19:55:30 19:55:30 #142 [security-spiffe-token-provider] exporting to image 19:55:30 #142 exporting layers 19:55:30 #142 exporting layers 0.4s done 19:55:30 #142 writing image sha256:59aaed84bee5d91a0b7f15a5c587562027717ece25f84e1cba983e0e5cbff7c4 done 19:55:30 #142 naming to docker.io/library/security-spiffe-token-provider-arm64 done 19:55:30 #142 DONE 10.3s 19:55:30 19:55:30 #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 19:55:57 #135 DONE 1078.4s 19:55:57 19:55:57 #12 [core-common-config-bootstrapper internal] load .dockerignore 19:55:57 #12 ... 19:55:57 19:55:57 #203 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 19:55:57 #203 DONE 0.2s 19:55:57 19:55:57 #102 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 19:55:57 #102 DONE 1078.9s 19:55:57 19:55:57 #204 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 19:55:57 #204 DONE 0.2s 19:55:57 19:55:57 #205 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 19:55:57 #205 DONE 0.2s 19:55:57 19:55:57 #206 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 19:55:57 #206 DONE 0.2s 19:55:57 19:55:57 #207 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:55:57 #207 DONE 0.4s 19:55:57 19:55:57 #208 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 19:55:57 #208 DONE 0.1s 19:55:57 19:55:57 #209 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:55:57 #209 DONE 0.3s 19:55:57 19:55:57 #210 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 19:55:57 #210 DONE 0.1s 19:55:57 19:55:57 #142 [support-scheduler] exporting to image 19:55:57 #142 exporting layers 19:55:57 #142 exporting layers 0.4s done 19:55:57 #142 writing image sha256:63896c48171ad3be9b6c10e39536f4641d300789efdcc8fad2088b2ff7c2c7f5 19:55:57 #142 writing image sha256:63896c48171ad3be9b6c10e39536f4641d300789efdcc8fad2088b2ff7c2c7f5 0.0s done 19:55:57 #142 naming to docker.io/library/support-scheduler-arm64 done 19:55:57 #142 exporting layers 0.4s done 19:55:57 #142 writing image sha256:12a652bfc0ce4692fa75e102ec9c2eac242047b250fb9e6286687e849d5a3f82 done 19:55:57 #142 naming to docker.io/library/support-notifications-arm64 done 19:55:57 #142 DONE 10.9s 19:55:57 19:55:57 #12 [core-common-config-bootstrapper internal] load .dockerignore 19:55:57 time="2023-08-21T19:35:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:55:57 time="2023-08-21T19:35:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:55:57 time="2023-08-21T19:35:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:55:57 time="2023-08-21T19:35:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:55:57 time="2023-08-21T19:35:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:55:57 time="2023-08-21T19:35:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:55:57 time="2023-08-21T19:35:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:55:57 time="2023-08-21T19:35:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:55:57 time="2023-08-21T19:35:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:55:57 time="2023-08-21T19:35:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:55:57 time="2023-08-21T19:35:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:55:57 time="2023-08-21T19:35:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:55:57 time="2023-08-21T19:35:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 19:55:57 time="2023-08-21T19:35:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 19:55:57 $ docker stop --time=1 e665c0848d67a59b04042f5409aa6a66134043e2227213cb3c6b9edb874488ec 19:55:58 $ docker rm -f --volumes e665c0848d67a59b04042f5409aa6a66134043e2227213cb3c6b9edb874488ec [Pipeline] // withDockerContainer [Pipeline] sh 19:55:59 + docker images 19:55:59 REPOSITORY TAG IMAGE ID CREATED SIZE 19:55:59 support-scheduler-arm64 latest 63896c48171a 4 seconds ago 32.9MB 19:55:59 support-notifications-arm64 latest 12a652bfc0ce 4 seconds ago 33.7MB 19:55:59 security-spiffe-token-provider-arm64 latest 59aaed84bee5 31 seconds ago 33.3MB 19:55:59 core-metadata-arm64 latest f2909e81eded 57 seconds ago 21.2MB 19:55:59 core-data-arm64 latest 89d5957d525c 57 seconds ago 20.9MB 19:55:59 core-command-arm64 latest 093e9419e205 About a minute ago 20.8MB 19:55:59 core-common-config-bootstrapper-arm64 latest 26d82f1852fa About a minute ago 18MB 19:55:59 security-proxy-auth-arm64 latest 1a1cb305434b 2 minutes ago 19.3MB 19:55:59 security-secretstore-setup-arm64 latest 66b20d288161 2 minutes ago 43MB 19:55:59 security-bootstrapper-arm64 latest 461e39cebbb5 2 minutes ago 22.6MB 19:55:59 security-proxy-setup-arm64 latest 3d02fe575dc3 2 minutes ago 28.8MB 19:55:59 security-spire-agent-arm64 latest a35247d6f1f7 17 minutes ago 152MB 19:55:59 security-spire-server-arm64 latest 7bc748e67502 17 minutes ago 96.9MB 19:55:59 security-spire-config-arm64 latest eacebe10e248 17 minutes ago 96.1MB 19:55:59 ci-base-image-arm64 latest f254c1c21b60 31 minutes ago 1.05GB 19:55:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 1e15ea492957 5 weeks ago 677MB 19:55:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 2 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:56:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:56:00 19:56:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:56:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:56:00 arm64: Pulling from edgex-lftools-log-publisher 19:56:00 8998bd30e6a1: Pulling fs layer 19:56:00 04944245beec: Pulling fs layer 19:56:00 699f458cf7ca: Pulling fs layer 19:56:00 765212b225bb: Pulling fs layer 19:56:00 f23df028b6ca: Pulling fs layer 19:56:00 d65c8cfc05b1: Pulling fs layer 19:56:00 2437ff75d9bd: Pulling fs layer 19:56:00 f23df028b6ca: Waiting 19:56:00 d65c8cfc05b1: Waiting 19:56:00 2437ff75d9bd: Waiting 19:56:00 765212b225bb: Waiting 19:56:00 04944245beec: Verifying Checksum 19:56:00 04944245beec: Download complete 19:56:00 765212b225bb: Verifying Checksum 19:56:00 765212b225bb: Download complete 19:56:00 f23df028b6ca: Download complete 19:56:00 d65c8cfc05b1: Verifying Checksum 19:56:00 d65c8cfc05b1: Download complete 19:56:00 699f458cf7ca: Verifying Checksum 19:56:00 699f458cf7ca: Download complete 19:56:01 8998bd30e6a1: Verifying Checksum 19:56:01 8998bd30e6a1: Download complete 19:56:03 2437ff75d9bd: Verifying Checksum 19:56:03 2437ff75d9bd: Download complete 19:56:05 8998bd30e6a1: Pull complete 19:56:07 04944245beec: Pull complete 19:56:08 699f458cf7ca: Pull complete 19:56:08 765212b225bb: Pull complete 19:56:08 f23df028b6ca: Pull complete 19:56:09 d65c8cfc05b1: Pull complete 19:56:24 2437ff75d9bd: Pull complete 19:56:24 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 19:56:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:56:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:56:24 prd-ubuntu20.04-docker-arm64-4c-16g-4151 does not seem to be running inside a container 19:56:24 $ 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:56:27 $ docker top f8970ae7ff35fca3c7538dadf2c4a40ae3f4c385db0504fa64a3deda0c94c67d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:56:28 ---> job-cost.sh 19:56:28 lf-activate-venv: SKIPPING 19:56:28 INFO: No Stack... 19:56:28 INFO: Retrieving Pricing Info for: v3-standard-4 19:56:29 INFO: Archiving Costs [Pipeline] sh 19:56:29 + cat /w/workspace/edgex-go/1/archives/cost.csv 19:56:29 + cut -d, -f6 [Pipeline] lock 19:56:29 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4643-1-stack-cost] 19:56:29 Resource [jenkins-edgexfoundry-edgex-go-PR-4643-1-stack-cost] did not exist. Created. 19:56:29 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4643-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:56:30 + echo total: 0.10999999940395355 [Pipeline] stash 19:56:30 Stashed 1 file(s) [Pipeline] } 19:56:30 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4643-1-stack-cost] [Pipeline] // lock [Pipeline] } 19:56:30 $ docker stop --time=1 f8970ae7ff35fca3c7538dadf2c4a40ae3f4c385db0504fa64a3deda0c94c67d 19:56:33 $ docker rm -f --volumes f8970ae7ff35fca3c7538dadf2c4a40ae3f4c385db0504fa64a3deda0c94c67d [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:56:34 provisioning config files... 19:56:34 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config6953136600323319908tmp [Pipeline] { [Pipeline] sh 19:56:35 + set +x 19:56:35 + curl -s https://codecov.io/bash 19:56:35 + bash -s -- 19:56:35 19:56:35 _____ _ 19:56:35 / ____| | | 19:56:35 | | ___ __| | ___ ___ _____ __ 19:56:35 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:56:35 | |___| (_) | (_| | __/ (_| (_) \ V / 19:56:35 \_____\___/ \__,_|\___|\___\___/ \_/ 19:56:35 Bash-1.0.6 19:56:35 19:56:35 19:56:35 ==> git version 2.25.1 found 19:56:35 ==> 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:56:35 Release-Date: 2020-01-08 19:56:35 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:56:35 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 19:56:35 ==> Jenkins CI detected. 19:56:35 current dir:  /w/workspace/edgex-go/1 19:56:35 project root: . 19:56:35 --> token set from env 19:56:35 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:56:35 ==> Running gcov in . (disable via -X gcov) 19:56:35 ==> Python coveragepy not found 19:56:35 ==> Searching for coverage reports in: 19:56:35 + . 19:56:35 -> Found 1 reports 19:56:35 ==> Detecting git/mercurial file structure 19:56:35 ==> Reading reports 19:56:35 + ./coverage.out bytes=446998 19:56:35 ==> Appending adjustments 19:56:35 https://docs.codecov.io/docs/fixing-reports 19:56:36 + Found adjustments 19:56:36 ==> Gzipping contents 19:56:36 56K /tmp/codecov.Baf5t1.gz 19:56:36 ==> Uploading reports 19:56:36 url: https://codecov.io 19:56:36 query: branch=PR-4643&commit=b6edefb8aec0774ba43fba18fc8da8c186562593&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4643%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4643&job=&cmd_args= 19:56:36 -> Pinging Codecov 19:56:36 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4643&commit=b6edefb8aec0774ba43fba18fc8da8c186562593&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4643%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4643&job=&cmd_args= 19:56:36 -> Uploading to 19:56:36 https://storage.googleapis.com/codecov/v4/raw/2023-08-21/00271124DB129430A58F1EEE437C3FCB/b6edefb8aec0774ba43fba18fc8da8c186562593/84e97228-0ab2-49c1-85e9-324150dd73c4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230821%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230821T195636Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=60dfd8015e34e03578c9946dda0b669596d34075557bf0558b9467c2a57ea82a 19:56:36 % Total % Received % Xferd Average Speed Time Time Time Current 19:56:36 Dload Upload Total Spent Left Speed 19:56:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57295 0 0 100 57295 0 260k --:--:-- --:--:-- --:--:-- 260k 19:56:36 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/b6edefb8aec0774ba43fba18fc8da8c186562593 [Pipeline] } 19:56:36 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:56:38 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 19:56:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:56:39 ---> package-listing.sh 19:56:39 ++ facter osfamily 19:56:39 ++ tr '[:upper:]' '[:lower:]' 19:56:39 + OS_FAMILY=debian 19:56:39 + workspace=/w/workspace/edgex-go/1 19:56:39 + START_PACKAGES=/tmp/packages_start.txt 19:56:39 + END_PACKAGES=/tmp/packages_end.txt 19:56:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:56:39 + PACKAGES=/tmp/packages_start.txt 19:56:39 + '[' /w/workspace/edgex-go/1 ']' 19:56:39 + PACKAGES=/tmp/packages_end.txt 19:56:39 + case "${OS_FAMILY}" in 19:56:39 + dpkg -l 19:56:39 + grep '^ii' 19:56:39 + '[' -f /tmp/packages_start.txt ']' 19:56:39 + '[' -f /tmp/packages_end.txt ']' 19:56:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:56:39 + '[' /w/workspace/edgex-go/1 ']' 19:56:39 + mkdir -p /w/workspace/edgex-go/1/archives/ 19:56:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 19:56:39 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:56:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:56:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:56:40 19:56:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:56:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:56:41 latest: Pulling from edgex-lftools-log-publisher 19:56:41 5eb5b503b376: Pulling fs layer 19:56:41 5c69ac0246d0: Pulling fs layer 19:56:41 ec43610c2a17: Pulling fs layer 19:56:41 3a2ae6a8a46f: Pulling fs layer 19:56:41 33b1e0a273af: Pulling fs layer 19:56:41 5d3b04190fa2: Pulling fs layer 19:56:41 2f39f015ded8: Pulling fs layer 19:56:41 33b1e0a273af: Waiting 19:56:41 5d3b04190fa2: Waiting 19:56:41 2f39f015ded8: Waiting 19:56:41 3a2ae6a8a46f: Waiting 19:56:41 5c69ac0246d0: Download complete 19:56:41 3a2ae6a8a46f: Download complete 19:56:41 33b1e0a273af: Verifying Checksum 19:56:41 33b1e0a273af: Download complete 19:56:41 5d3b04190fa2: Verifying Checksum 19:56:41 5d3b04190fa2: Download complete 19:56:41 ec43610c2a17: Verifying Checksum 19:56:41 ec43610c2a17: Download complete 19:56:41 5eb5b503b376: Verifying Checksum 19:56:41 5eb5b503b376: Download complete 19:56:41 2f39f015ded8: Download complete 19:56:42 5eb5b503b376: Pull complete 19:56:42 5c69ac0246d0: Pull complete 19:56:43 ec43610c2a17: Pull complete 19:56:43 3a2ae6a8a46f: Pull complete 19:56:43 33b1e0a273af: Pull complete 19:56:43 5d3b04190fa2: Pull complete 19:56:47 2f39f015ded8: Pull complete 19:56:47 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 19:56:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:56:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:56:47 prd-ubuntu20.04-docker-8c-8g-4150 does not seem to be running inside a container 19:56:47 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 19:56:49 $ docker top dd154125978f2f234ab6d0036f93a38faef6e8a4a133321f310104265d9c91fc -eo pid,comm [Pipeline] { [Pipeline] sh 19:56:50 + touch /tmp/pre-build-complete [Pipeline] sh 19:56:50 + mkdir -p /var/log/sysstat [Pipeline] sh 19:56:50 + ls /var/log/sa-host 19:56:50 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:56:51 provisioning config files... 19:56:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config2168179419205113887tmp [Pipeline] { [Pipeline] echo 19:56:51 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:56:51 ---> create-netrc.sh [Pipeline] } 19:56:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 19:56:51 ---> python-tools-install.sh [Pipeline] echo 19:56:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:56:52 ---> sudo-logs.sh 19:56:52 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:56:52 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:56:52 ---> job-cost.sh 19:56:52 lf-activate-venv: SKIPPING 19:56:52 DEBUG: total: 0.10999999940395355 19:56:52 INFO: Retrieving Stack Cost... 19:56:53 INFO: Retrieving Pricing Info for: v3-standard-8 19:56:53 INFO: Archiving Costs [Pipeline] echo 19:56:53 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:56:53 ---> logs-deploy.sh 19:56:53 lf-activate-venv: SKIPPING 19:56:53 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4643/1 19:56:53 INFO: archiving workspace using pattern(s): 19:56:54 Archives upload complete. 19:56:54 INFO: archiving logs to Nexus 19:56:55 ---> uname -a: 19:56:55 Linux prd-ubuntu20-04-docker-8c-8g-4150 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 19:56:55 19:56:55 19:56:55 ---> lscpu: 19:56:55 Architecture: x86_64 19:56:55 CPU op-mode(s): 32-bit, 64-bit 19:56:55 Byte Order: Little Endian 19:56:55 Address sizes: 40 bits physical, 48 bits virtual 19:56:55 CPU(s): 8 19:56:55 On-line CPU(s) list: 0-7 19:56:55 Thread(s) per core: 1 19:56:55 Core(s) per socket: 1 19:56:55 Socket(s): 8 19:56:55 NUMA node(s): 1 19:56:55 Vendor ID: AuthenticAMD 19:56:55 CPU family: 23 19:56:55 Model: 49 19:56:55 Model name: AMD EPYC-Rome Processor 19:56:55 Stepping: 0 19:56:55 CPU MHz: 2799.998 19:56:55 BogoMIPS: 5599.99 19:56:55 Virtualization: AMD-V 19:56:55 Hypervisor vendor: KVM 19:56:55 Virtualization type: full 19:56:55 L1d cache: 256 KiB 19:56:55 L1i cache: 256 KiB 19:56:55 L2 cache: 4 MiB 19:56:55 L3 cache: 128 MiB 19:56:55 NUMA node0 CPU(s): 0-7 19:56:55 Vulnerability Itlb multihit: Not affected 19:56:55 Vulnerability L1tf: Not affected 19:56:55 Vulnerability Mds: Not affected 19:56:55 Vulnerability Meltdown: Not affected 19:56:55 Vulnerability Mmio stale data: Not affected 19:56:55 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:56:55 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 19:56:55 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 19:56:55 Vulnerability Srbds: Not affected 19:56:55 Vulnerability Tsx async abort: Not affected 19:56:55 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:56:55 19:56:55 19:56:55 ---> nproc: 19:56:55 8 19:56:55 19:56:55 19:56:55 ---> df -h: 19:56:55 Filesystem Size Used Avail Use% Mounted on 19:56:55 overlay 155G 22G 133G 15% / 19:56:55 tmpfs 64M 0 64M 0% /dev 19:56:55 tmpfs 16G 0 16G 0% /sys/fs/cgroup 19:56:55 shm 64M 0 64M 0% /dev/shm 19:56:55 /dev/vda1 155G 22G 133G 15% /facter-os 19:56:55 19:56:55 19:56:55 ---> sar -b -r -n DEV: 19:56:55 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4150) 08/21/23 _x86_64_ (8 CPU) 19:56:55 19:56:55 19:19:26 LINUX RESTART (8 CPU) 19:56:55 19:56:55 19:20:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:56:55 19:21:01 107.07 11.37 95.70 0.00 1820.71 54090.49 0.00 19:56:55 19:22:01 62.57 0.60 61.97 0.00 15.20 31914.55 0.00 19:56:55 19:23:01 43.02 0.20 42.82 0.00 5.33 21958.70 0.00 19:56:55 19:24:01 230.33 0.40 229.93 0.00 46.53 134735.94 0.00 19:56:55 19:25:01 370.46 15.71 354.75 0.00 2959.81 166687.50 0.00 19:56:55 19:26:01 295.10 3.02 292.09 0.00 2525.96 69101.23 0.00 19:56:55 19:27:01 532.49 0.08 532.41 0.00 5.47 81800.63 0.00 19:56:55 19:28:01 1.60 0.00 1.60 0.00 0.00 20.00 0.00 19:56:55 19:29:01 1.17 0.00 1.17 0.00 0.00 12.40 0.00 19:56:55 19:30:01 2.05 0.00 2.05 0.00 0.00 36.92 0.00 19:56:55 19:31:01 3.02 1.02 2.00 0.00 21.86 26.80 0.00 19:56:55 19:32:01 1.07 0.00 1.07 0.00 0.00 12.40 0.00 19:56:55 19:33:01 1.02 0.00 1.02 0.00 0.00 12.26 0.00 19:56:55 19:34:01 1.43 0.00 1.43 0.00 0.00 16.26 0.00 19:56:55 19:35:01 1.82 0.02 1.80 0.00 0.13 20.53 0.00 19:56:55 19:36:01 1.55 0.00 1.55 0.00 0.00 17.86 0.00 19:56:55 19:37:01 1.02 0.00 1.02 0.00 0.00 11.73 0.00 19:56:55 19:38:01 1.65 0.00 1.65 0.00 0.00 19.46 0.00 19:56:55 19:39:01 1.03 0.00 1.03 0.00 0.00 10.80 0.00 19:56:55 19:40:01 2.13 0.00 2.13 0.00 0.00 23.86 0.00 19:56:55 19:41:01 1.13 0.00 1.13 0.00 0.00 12.66 0.00 19:56:55 19:42:01 1.40 0.00 1.40 0.00 0.00 16.00 0.00 19:56:55 19:43:01 1.00 0.00 1.00 0.00 0.00 11.60 0.00 19:56:55 19:44:01 1.05 0.00 1.05 0.00 0.00 12.40 0.00 19:56:55 19:45:01 1.20 0.00 1.20 0.00 0.00 13.86 0.00 19:56:55 19:46:01 1.43 0.00 1.43 0.00 0.00 16.79 0.00 19:56:55 19:47:01 1.08 0.00 1.08 0.00 0.00 11.46 0.00 19:56:55 19:48:01 1.15 0.00 1.15 0.00 0.00 13.33 0.00 19:56:55 19:49:01 1.12 0.00 1.12 0.00 0.00 12.53 0.00 19:56:55 19:50:01 1.35 0.00 1.35 0.00 0.00 15.46 0.00 19:56:55 19:51:01 1.00 0.00 1.00 0.00 0.00 11.33 0.00 19:56:55 19:52:01 1.55 0.00 1.55 0.00 0.00 17.06 0.00 19:56:55 19:53:01 1.03 0.00 1.03 0.00 0.00 11.60 0.00 19:56:55 19:54:01 1.35 0.00 1.35 0.00 0.00 15.33 0.00 19:56:55 19:55:01 1.08 0.00 1.08 0.00 0.00 13.06 0.00 19:56:55 19:56:01 1.50 0.00 1.50 0.00 0.00 16.53 0.00 19:56:55 Average: 46.67 0.90 45.77 0.00 204.85 15558.70 0.00 19:56:55 19:56:55 19:20:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:56:55 19:21:01 28670076 31596164 718064 2.18 76180 3115400 1988724 5.86 1048480 2791368 4184 19:56:55 19:22:01 27407356 31321680 982192 2.99 115720 3975424 2387984 7.04 1790212 3213636 595920 19:56:55 19:23:01 27224248 31376648 924824 2.81 119852 4183936 2191348 6.46 1592468 3568252 446184 19:56:55 19:24:01 22424000 31448980 842480 2.56 131316 8922696 2868144 8.45 1659792 8159268 1986880 19:56:55 19:25:01 18901504 31470196 810784 2.47 224948 12137524 2327036 6.86 2005940 11094564 481896 19:56:55 19:26:01 14278004 29723284 2492068 7.58 261096 14694276 7016444 20.68 4998716 12357532 1217968 19:56:55 19:27:01 16071752 31468908 805928 2.45 270500 14755480 2112724 6.23 2609032 13144460 332 19:56:55 19:28:01 16072964 31470156 804540 2.45 270532 14755484 2112724 6.23 2608132 13144464 188 19:56:55 19:29:01 16116076 31513288 761196 2.31 270552 14755484 2112724 6.23 2564876 13144464 8 19:56:55 19:30:01 16117392 31514684 759772 2.31 270648 14755464 2112724 6.23 2563776 13144444 40 19:56:55 19:31:01 16116484 31514820 759716 2.31 270732 14756084 2133412 6.29 2564112 13144972 16 19:56:55 19:32:01 16117140 31515500 759172 2.31 270756 14756084 2133412 6.29 2564108 13144972 128 19:56:55 19:33:01 16116860 31515252 759360 2.31 270780 14756088 2117340 6.24 2564148 13144976 24 19:56:55 19:34:01 16117136 31515680 759000 2.31 270800 14756092 2117340 6.24 2564032 13145108 44 19:56:55 19:35:01 16116392 31515056 759492 2.31 270860 14756088 2135072 6.29 2564368 13145112 12 19:56:55 19:36:01 16117088 31515812 758916 2.31 270892 14756100 2135072 6.29 2564012 13145116 48 19:56:55 19:37:01 16116884 31515636 759064 2.31 270920 14756100 2135072 6.29 2564224 13145116 8 19:56:55 19:38:01 16117064 31515852 758772 2.31 270952 14756104 2135072 6.29 2564040 13145120 52 19:56:55 19:39:01 16116756 31515672 758836 2.31 270968 14756232 2135072 6.29 2564380 13145232 176 19:56:55 19:40:01 16116544 31515592 759028 2.31 271052 14756228 2135072 6.29 2564184 13145252 12 19:56:55 19:41:01 16116608 31515692 758900 2.31 271076 14756240 2135072 6.29 2564312 13145256 8 19:56:55 19:42:01 16116764 31515880 758584 2.31 271100 14756248 2135072 6.29 2564640 13145264 232 19:56:55 19:43:01 16116796 31515936 758528 2.31 271116 14756252 2135072 6.29 2564444 13145268 24 19:56:55 19:44:01 16116780 31515936 758468 2.31 271132 14756252 2135072 6.29 2564168 13145268 136 19:56:55 19:45:01 16116488 31515664 758652 2.31 271156 14756244 2135072 6.29 2564256 13145272 32 19:56:55 19:46:01 16116624 31515844 758628 2.31 271184 14756260 2135072 6.29 2564568 13145276 48 19:56:55 19:47:01 16117248 31516488 758104 2.31 271200 14756260 2118520 6.24 2564816 13145276 180 19:56:55 19:48:01 16117272 31516544 758028 2.31 271224 14756264 2118520 6.24 2564840 13145280 256 19:56:55 19:49:01 16117296 31516588 757984 2.31 271244 14756264 2118520 6.24 2564320 13145280 8 19:56:55 19:50:01 16116964 31516348 758140 2.31 271268 14756268 2118520 6.24 2564740 13145284 8 19:56:55 19:51:01 16117160 31516584 757844 2.30 271304 14756268 2118520 6.24 2564732 13145292 40 19:56:55 19:52:01 16117120 31516572 757796 2.30 271320 14756276 2118520 6.24 2564744 13145292 8 19:56:55 19:53:01 16116780 31516260 758048 2.31 271344 14756280 2118520 6.24 2564828 13145296 8 19:56:55 19:54:01 16116552 31516064 758184 2.31 271376 14756280 2118520 6.24 2564520 13145296 8 19:56:55 19:55:01 16116528 31516068 758112 2.31 271424 14756268 2118520 6.24 2564620 13145300 32 19:56:55 19:56:01 16116496 31516104 758008 2.31 271436 14756288 2118520 6.24 2564912 13145304 44 19:56:55 Average: 17286700 31453262 822923 2.50 251666 13603127 2292726 6.76 2503236 12098276 131533 19:56:55 19:56:55 19:20:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:56:55 19:21:01 lo 4.95 4.95 0.48 0.48 0.00 0.00 0.00 0.00 19:56:55 19:21:01 docker0 612.54 557.21 43.06 2844.89 0.00 0.00 0.00 0.00 19:56:55 19:21:01 ens3 1319.27 1300.27 11716.39 137.38 0.00 0.00 0.00 0.00 19:56:55 19:21:01 veth2645aef 49.42 63.63 4.69 48.35 0.00 0.00 0.00 0.00 19:56:55 19:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:56:55 19:22:01 docker0 87.00 143.74 6.70 1710.55 0.00 0.00 0.00 0.00 19:56:55 19:22:01 vethf5175e8 0.10 0.28 0.01 0.03 0.00 0.00 0.00 0.00 19:56:55 19:22:01 ens3 194.60 129.35 1748.30 96.05 0.00 0.00 0.00 0.00 19:56:55 19:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:23:01 docker0 1.15 1.15 0.09 0.10 0.00 0.00 0.00 0.00 19:56:55 19:23:01 vethf5175e8 1.15 1.17 0.10 0.10 0.00 0.00 0.00 0.00 19:56:55 19:23:01 ens3 29.49 18.36 24.22 13.24 0.00 0.00 0.00 0.00 19:56:55 19:24:01 veth5d318b2 1.62 3.88 0.12 43.02 0.00 0.00 0.00 0.00 19:56:55 19:24:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 19:56:55 19:24:01 veth68951df 2.33 7.08 0.18 106.50 0.00 0.00 0.00 0.01 19:56:55 19:24:01 vethb5f1655 0.00 0.32 0.00 0.02 0.00 0.00 0.00 0.00 19:56:55 19:24:01 vethe3616ea 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:24:01 docker0 23.33 48.16 1.46 671.24 0.00 0.00 0.00 0.00 19:56:55 19:24:01 vethe619ae2 3.62 6.27 0.28 86.18 0.00 0.00 0.00 0.01 19:56:55 19:24:01 vethf895ab1 1.53 3.92 0.12 43.02 0.00 0.00 0.00 0.00 19:56:55 19:24:01 ens3 153.22 87.82 2951.53 22.86 0.00 0.00 0.00 0.00 19:56:55 19:24:01 vethe77d721 2.25 6.07 0.17 109.43 0.00 0.00 0.00 0.01 19:56:55 19:24:01 veth13aa5d7 1.83 3.95 0.14 45.61 0.00 0.00 0.00 0.00 19:56:55 19:24:01 veth75a9670 4.70 8.42 0.36 102.68 0.00 0.00 0.00 0.01 19:56:55 19:24:01 veth6882b8c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:24:01 veth5ce3b11 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:24:01 vethce2a653 1.63 3.92 0.13 43.10 0.00 0.00 0.00 0.00 19:56:55 19:24:01 vethcd085e9 3.82 6.43 0.29 91.81 0.00 0.00 0.00 0.01 19:56:55 19:24:01 veth83e9918 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:24:01 veth51cdaee 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:24:01 vethd775544 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:24:01 veth0d7a4d9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:24:01 veth28bbe7c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:24:01 veth19a0142 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:24:01 veth2bd1560 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:25:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 19:56:55 19:25:01 vethb5f1655 0.00 0.45 0.00 0.02 0.00 0.00 0.00 0.00 19:56:55 19:25:01 docker0 374.66 649.28 29.80 3197.29 0.00 0.00 0.00 0.00 19:56:55 19:25:01 ens3 704.42 401.08 3864.38 44.48 0.00 0.00 0.00 0.00 19:56:55 19:26:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 19:56:55 19:26:01 veth2b1c657 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 19:56:55 19:26:01 vethb5f1655 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:26:01 veth6faa0a0 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 19:56:55 19:26:01 veth16600b4 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 19:56:55 19:26:01 ens3 84.31 32.19 1386.09 9.02 0.00 0.00 0.00 0.00 19:56:55 19:26:01 veth0f0fbb5 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 19:56:55 19:26:01 veth455a726 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 19:56:55 19:26:01 veth228577a 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 19:56:55 19:26:01 veth9c6f394 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 19:56:55 19:26:01 veth7ec8eaa 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 19:56:55 19:26:01 veth0c830da 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 19:56:55 19:26:01 veth91b85b6 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 19:56:55 19:26:01 veth5a19aa5 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 19:56:55 19:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:27:01 ens3 12.16 7.47 10.81 5.56 0.00 0.00 0.00 0.00 19:56:55 19:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:56:55 19:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:28:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 19:56:55 19:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:29:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:56:55 19:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:30:01 ens3 2.50 1.52 9.01 0.16 0.00 0.00 0.00 0.00 19:56:55 19:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:31:01 ens3 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:56:55 19:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:32:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:56:55 19:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:33:01 ens3 0.55 0.37 3.13 0.03 0.00 0.00 0.00 0.00 19:56:55 19:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:56:55 19:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:34:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:56:55 19:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:35:01 ens3 0.17 0.08 0.08 0.06 0.00 0.00 0.00 0.00 19:56:55 19:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:56:55 19:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:36:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:56:55 19:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:37:01 ens3 0.18 0.08 0.12 0.01 0.00 0.00 0.00 0.00 19:56:55 19:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:56:55 19:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:38:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:56:55 19:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:39:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:56:55 19:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:40:01 ens3 0.27 0.18 0.08 0.07 0.00 0.00 0.00 0.00 19:56:55 19:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:41:01 ens3 0.50 0.33 0.26 0.21 0.00 0.00 0.00 0.00 19:56:55 19:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:56:55 19:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:42:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:56:55 19:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:43:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:56:55 19:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:44:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:56:55 19:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:45:01 ens3 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 19:56:55 19:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:56:55 19:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:46:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:56:55 19:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:47:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:56:55 19:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:48:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:56:55 19:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:49:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:56:55 19:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:50:01 ens3 0.23 0.17 0.08 0.07 0.00 0.00 0.00 0.00 19:56:55 19:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:51:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:56:55 19:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:52:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:56:55 19:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:53:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:56:55 19:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:54:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 19:56:55 19:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:55:01 ens3 0.17 0.10 0.08 0.07 0.00 0.00 0.00 0.00 19:56:55 19:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 19:56:55 19:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:56:55 19:56:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:56:55 Average: lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 19:56:55 Average: docker0 30.25 38.64 2.23 232.79 0.00 0.00 0.00 0.00 19:56:55 Average: ens3 68.97 54.44 598.02 9.09 0.00 0.00 0.00 0.00 19:56:55 19:56:55 19:56:55 ---> sar -P ALL: 19:56:55 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4150) 08/21/23 _x86_64_ (8 CPU) 19:56:55 19:56:55 19:19:26 LINUX RESTART (8 CPU) 19:56:55 19:56:55 19:20:02 CPU %user %nice %system %iowait %steal %idle 19:56:55 19:21:01 all 8.39 0.00 3.58 2.40 0.05 85.58 19:56:55 19:21:01 0 7.29 0.00 3.70 0.10 0.05 88.85 19:56:55 19:21:01 1 8.70 0.00 3.56 2.76 0.05 84.94 19:56:55 19:21:01 2 9.44 0.00 2.24 0.36 0.05 87.92 19:56:55 19:21:01 3 10.69 0.00 5.16 0.84 0.05 83.26 19:56:55 19:21:01 4 7.18 0.00 3.33 2.68 0.05 86.76 19:56:55 19:21:01 5 8.36 0.00 3.43 7.07 0.05 81.08 19:56:55 19:21:01 6 7.40 0.00 1.88 0.03 0.03 90.64 19:56:55 19:21:01 7 8.07 0.00 5.37 5.37 0.09 81.10 19:56:55 19:22:01 all 30.19 0.00 6.05 1.84 0.08 61.84 19:56:55 19:22:01 0 30.13 0.00 5.92 0.22 0.08 63.65 19:56:55 19:22:01 1 28.67 0.00 5.57 0.20 0.08 65.48 19:56:55 19:22:01 2 31.21 0.00 5.23 0.05 0.07 63.45 19:56:55 19:22:01 3 32.05 0.00 7.09 10.82 0.08 49.95 19:56:55 19:22:01 4 31.17 0.00 6.21 0.62 0.08 61.91 19:56:55 19:22:01 5 29.08 0.00 6.17 0.10 0.08 64.57 19:56:55 19:22:01 6 29.34 0.00 6.59 0.13 0.08 63.85 19:56:55 19:22:01 7 29.87 0.00 5.59 2.59 0.07 61.88 19:56:55 19:23:01 all 46.75 0.00 6.57 0.69 0.09 45.90 19:56:55 19:23:01 0 45.84 0.00 6.57 0.12 0.08 47.38 19:56:55 19:23:01 1 46.96 0.00 6.50 0.05 0.08 46.41 19:56:55 19:23:01 2 45.81 0.00 6.78 0.08 0.10 47.23 19:56:55 19:23:01 3 47.69 0.00 6.74 0.07 0.08 45.41 19:56:55 19:23:01 4 47.17 0.00 6.34 4.28 0.08 42.14 19:56:55 19:23:01 5 46.67 0.00 6.36 0.35 0.08 46.53 19:56:55 19:23:01 6 46.15 0.00 6.63 0.34 0.08 46.80 19:56:55 19:23:01 7 47.71 0.00 6.60 0.25 0.12 45.32 19:56:55 19:24:01 all 23.90 0.00 7.42 7.89 0.09 60.71 19:56:55 19:24:01 0 23.32 0.00 6.89 1.40 0.08 68.31 19:56:55 19:24:01 1 25.20 0.00 7.01 5.88 0.08 61.82 19:56:55 19:24:01 2 25.16 0.00 8.49 8.74 0.08 57.52 19:56:55 19:24:01 3 23.15 0.00 8.32 13.28 0.07 55.18 19:56:55 19:24:01 4 24.19 0.00 7.71 10.70 0.08 57.31 19:56:55 19:24:01 5 23.37 0.00 6.98 10.25 0.15 59.24 19:56:55 19:24:01 6 23.79 0.00 7.15 1.52 0.07 67.47 19:56:55 19:24:01 7 23.00 0.00 6.77 11.41 0.08 58.73 19:56:55 19:25:01 all 6.38 0.00 3.94 24.46 0.07 65.14 19:56:55 19:25:01 0 5.81 0.00 3.51 34.01 0.07 56.60 19:56:55 19:25:01 1 6.64 0.00 3.93 23.74 0.10 65.59 19:56:55 19:25:01 2 6.63 0.00 4.33 22.79 0.07 66.19 19:56:55 19:25:01 3 7.10 0.00 3.16 12.26 0.10 77.38 19:56:55 19:25:01 4 6.30 0.00 3.69 8.20 0.05 81.76 19:56:55 19:25:01 5 6.66 0.00 4.29 37.56 0.05 51.44 19:56:55 19:25:01 6 5.88 0.00 4.01 20.33 0.07 69.71 19:56:55 19:25:01 7 6.03 0.00 4.66 36.93 0.08 52.30 19:56:55 19:26:01 all 80.95 0.00 11.72 2.37 0.13 4.83 19:56:55 19:26:01 0 80.55 0.00 12.07 6.57 0.12 0.69 19:56:55 19:26:01 1 81.25 0.00 11.37 0.76 0.12 6.51 19:56:55 19:26:01 2 81.15 0.00 11.67 6.20 0.13 0.84 19:56:55 19:26:01 3 82.04 0.00 10.51 0.96 0.15 6.34 19:56:55 19:26:01 4 80.03 0.00 12.56 0.96 0.13 6.32 19:56:55 19:26:01 5 81.41 0.00 11.27 0.87 0.13 6.31 19:56:55 19:26:01 6 80.49 0.00 12.36 0.72 0.10 6.32 19:56:55 19:26:01 7 80.64 0.00 11.98 1.96 0.12 5.30 19:56:55 19:27:01 all 43.05 0.00 5.79 4.94 0.09 46.14 19:56:55 19:27:01 0 43.18 0.00 5.71 2.41 0.08 48.61 19:56:55 19:27:01 1 43.79 0.00 5.14 1.14 0.08 49.84 19:56:55 19:27:01 2 42.91 0.00 5.81 3.61 0.10 47.57 19:56:55 19:27:01 3 42.94 0.00 5.78 4.54 0.07 46.68 19:56:55 19:27:01 4 42.70 0.00 6.33 16.83 0.05 34.09 19:56:55 19:27:01 5 43.16 0.00 5.81 3.51 0.10 47.42 19:56:55 19:27:01 6 43.11 0.00 5.96 3.25 0.10 47.58 19:56:55 19:27:01 7 42.58 0.00 5.76 4.26 0.10 47.30 19:56:55 19:28:01 all 0.02 0.00 0.01 0.01 0.01 99.95 19:56:55 19:28:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:56:55 19:28:01 1 0.03 0.00 0.02 0.00 0.03 99.92 19:56:55 19:28:01 2 0.02 0.00 0.02 0.07 0.02 99.88 19:56:55 19:28:01 3 0.07 0.00 0.02 0.00 0.02 99.90 19:56:55 19:28:01 4 0.00 0.00 0.02 0.00 0.02 99.97 19:56:55 19:28:01 5 0.03 0.00 0.00 0.00 0.00 99.97 19:56:55 19:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:56:55 19:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 19:56:55 19:29:01 all 0.04 0.00 0.01 0.00 0.01 99.93 19:56:55 19:29:01 0 0.03 0.00 0.00 0.00 0.02 99.95 19:56:55 19:29:01 1 0.03 0.00 0.03 0.00 0.03 99.90 19:56:55 19:29:01 2 0.07 0.00 0.03 0.03 0.02 99.85 19:56:55 19:29:01 3 0.07 0.00 0.02 0.00 0.00 99.92 19:56:55 19:29:01 4 0.03 0.00 0.00 0.00 0.00 99.97 19:56:55 19:29:01 5 0.05 0.00 0.03 0.00 0.02 99.90 19:56:55 19:29:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:56:55 19:29:01 7 0.03 0.00 0.00 0.00 0.00 99.97 19:56:55 19:30:01 all 0.03 0.00 0.01 0.02 0.01 99.93 19:56:55 19:30:01 0 0.03 0.00 0.00 0.00 0.00 99.97 19:56:55 19:30:01 1 0.05 0.00 0.05 0.00 0.03 99.87 19:56:55 19:30:01 2 0.03 0.00 0.02 0.12 0.02 99.82 19:56:55 19:30:01 3 0.00 0.00 0.02 0.00 0.02 99.97 19:56:55 19:30:01 4 0.03 0.00 0.00 0.02 0.00 99.95 19:56:55 19:30:01 5 0.07 0.00 0.02 0.00 0.00 99.92 19:56:55 19:30:01 6 0.02 0.00 0.00 0.00 0.00 99.98 19:56:55 19:30:01 7 0.00 0.00 0.00 0.00 0.00 100.00 19:56:55 19:31:01 all 0.11 0.00 0.03 0.03 0.01 99.82 19:56:55 19:31:01 0 0.03 0.00 0.02 0.00 0.00 99.95 19:56:55 19:31:01 1 0.08 0.00 0.03 0.00 0.02 99.87 19:56:55 19:31:01 2 0.07 0.00 0.03 0.07 0.02 99.82 19:56:55 19:31:01 3 0.03 0.00 0.00 0.00 0.00 99.97 19:56:55 19:31:01 4 0.25 0.00 0.05 0.12 0.00 99.58 19:56:55 19:31:01 5 0.37 0.00 0.05 0.00 0.00 99.58 19:56:55 19:31:01 6 0.03 0.00 0.05 0.02 0.02 99.88 19:56:55 19:31:01 7 0.03 0.00 0.02 0.00 0.00 99.95 19:56:55 19:56:55 19:31:01 CPU %user %nice %system %iowait %steal %idle 19:56:55 19:32:01 all 0.02 0.00 0.02 0.00 0.01 99.95 19:56:55 19:32:01 0 0.00 0.00 0.00 0.00 0.02 99.98 19:56:55 19:32:01 1 0.03 0.00 0.03 0.00 0.03 99.90 19:56:55 19:32:01 2 0.02 0.00 0.00 0.02 0.02 99.95 19:56:55 19:32:01 3 0.03 0.00 0.02 0.00 0.02 99.93 19:56:55 19:32:01 4 0.02 0.00 0.00 0.00 0.00 99.98 19:56:55 19:32:01 5 0.00 0.00 0.02 0.00 0.02 99.97 19:56:55 19:32:01 6 0.05 0.00 0.05 0.00 0.00 99.90 19:56:55 19:32:01 7 0.00 0.00 0.02 0.00 0.02 99.97 19:56:55 19:33:01 all 0.02 0.00 0.01 0.00 0.01 99.95 19:56:55 19:33:01 0 0.07 0.00 0.02 0.00 0.02 99.90 19:56:55 19:33:01 1 0.02 0.00 0.03 0.00 0.03 99.92 19:56:55 19:33:01 2 0.02 0.00 0.00 0.03 0.00 99.95 19:56:55 19:33:01 3 0.00 0.00 0.00 0.00 0.02 99.98 19:56:55 19:33:01 4 0.00 0.00 0.00 0.00 0.02 99.98 19:56:55 19:33:01 5 0.02 0.00 0.02 0.00 0.00 99.97 19:56:55 19:33:01 6 0.05 0.00 0.05 0.00 0.02 99.88 19:56:55 19:33:01 7 0.00 0.00 0.00 0.00 0.00 100.00 19:56:55 19:34:01 all 0.05 0.00 0.03 0.04 0.01 99.88 19:56:55 19:34:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:56:55 19:34:01 1 0.03 0.00 0.03 0.00 0.02 99.92 19:56:55 19:34:01 2 0.10 0.00 0.05 0.28 0.02 99.55 19:56:55 19:34:01 3 0.07 0.00 0.02 0.00 0.00 99.92 19:56:55 19:34:01 4 0.03 0.00 0.02 0.00 0.00 99.95 19:56:55 19:34:01 5 0.07 0.00 0.05 0.00 0.00 99.88 19:56:55 19:34:01 6 0.07 0.00 0.05 0.00 0.02 99.87 19:56:55 19:34:01 7 0.02 0.00 0.02 0.00 0.00 99.97 19:56:55 19:35:01 all 0.03 0.00 0.03 0.01 0.01 99.92 19:56:55 19:35:01 0 0.03 0.00 0.00 0.02 0.02 99.93 19:56:55 19:35:01 1 0.03 0.00 0.05 0.00 0.02 99.90 19:56:55 19:35:01 2 0.03 0.00 0.05 0.05 0.02 99.85 19:56:55 19:35:01 3 0.07 0.00 0.02 0.00 0.03 99.88 19:56:55 19:35:01 4 0.02 0.00 0.02 0.00 0.00 99.97 19:56:55 19:35:01 5 0.02 0.00 0.03 0.00 0.02 99.93 19:56:55 19:35:01 6 0.02 0.00 0.02 0.00 0.02 99.95 19:56:55 19:35:01 7 0.02 0.00 0.03 0.00 0.00 99.95 19:56:55 19:36:01 all 0.04 0.00 0.01 0.01 0.01 99.93 19:56:55 19:36:01 0 0.02 0.00 0.00 0.00 0.00 99.98 19:56:55 19:36:01 1 0.02 0.00 0.02 0.00 0.02 99.95 19:56:55 19:36:01 2 0.07 0.00 0.02 0.03 0.02 99.87 19:56:55 19:36:01 3 0.07 0.00 0.02 0.00 0.03 99.88 19:56:55 19:36:01 4 0.03 0.00 0.00 0.00 0.00 99.97 19:56:55 19:36:01 5 0.07 0.00 0.03 0.02 0.02 99.87 19:56:55 19:36:01 6 0.02 0.00 0.00 0.00 0.00 99.98 19:56:55 19:36:01 7 0.03 0.00 0.00 0.00 0.02 99.95 19:56:55 19:37:01 all 0.01 0.00 0.01 0.02 0.01 99.94 19:56:55 19:37:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:56:55 19:37:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:56:55 19:37:01 2 0.00 0.00 0.02 0.08 0.02 99.88 19:56:55 19:37:01 3 0.02 0.00 0.03 0.02 0.03 99.90 19:56:55 19:37:01 4 0.00 0.00 0.00 0.00 0.00 100.00 19:56:55 19:37:01 5 0.05 0.00 0.02 0.05 0.03 99.85 19:56:55 19:37:01 6 0.02 0.00 0.02 0.00 0.02 99.95 19:56:55 19:37:01 7 0.00 0.00 0.00 0.00 0.00 100.00 19:56:55 19:38:01 all 0.03 0.00 0.01 0.00 0.01 99.95 19:56:55 19:38:01 0 0.00 0.00 0.02 0.00 0.00 99.98 19:56:55 19:38:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:56:55 19:38:01 2 0.02 0.00 0.00 0.03 0.02 99.93 19:56:55 19:38:01 3 0.05 0.00 0.02 0.00 0.02 99.92 19:56:55 19:38:01 4 0.00 0.00 0.02 0.00 0.00 99.98 19:56:55 19:38:01 5 0.08 0.00 0.03 0.00 0.02 99.87 19:56:55 19:38:01 6 0.02 0.00 0.02 0.00 0.00 99.97 19:56:55 19:38:01 7 0.05 0.00 0.02 0.00 0.00 99.93 19:56:55 19:39:01 all 0.02 0.00 0.02 0.01 0.01 99.94 19:56:55 19:39:01 0 0.00 0.00 0.02 0.00 0.02 99.97 19:56:55 19:39:01 1 0.02 0.00 0.00 0.00 0.00 99.98 19:56:55 19:39:01 2 0.07 0.00 0.03 0.12 0.02 99.77 19:56:55 19:39:01 3 0.05 0.00 0.02 0.00 0.02 99.92 19:56:55 19:39:01 4 0.02 0.00 0.00 0.00 0.00 99.98 19:56:55 19:39:01 5 0.03 0.00 0.05 0.00 0.02 99.90 19:56:55 19:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:56:55 19:39:01 7 0.00 0.00 0.02 0.00 0.00 99.98 19:56:55 19:40:01 all 0.03 0.00 0.01 0.01 0.01 99.92 19:56:55 19:40:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:56:55 19:40:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:56:55 19:40:01 2 0.03 0.00 0.03 0.10 0.03 99.80 19:56:55 19:40:01 3 0.05 0.00 0.03 0.00 0.03 99.88 19:56:55 19:40:01 4 0.02 0.00 0.00 0.02 0.02 99.95 19:56:55 19:40:01 5 0.07 0.00 0.02 0.00 0.02 99.90 19:56:55 19:40:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:56:55 19:40:01 7 0.07 0.00 0.02 0.00 0.02 99.90 19:56:55 19:41:01 all 0.02 0.00 0.01 0.00 0.01 99.95 19:56:55 19:41:01 0 0.02 0.00 0.00 0.00 0.00 99.98 19:56:55 19:41:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:56:55 19:41:01 2 0.00 0.00 0.02 0.02 0.02 99.95 19:56:55 19:41:01 3 0.07 0.00 0.03 0.00 0.03 99.87 19:56:55 19:41:01 4 0.00 0.00 0.02 0.00 0.00 99.98 19:56:55 19:41:01 5 0.03 0.00 0.02 0.00 0.03 99.92 19:56:55 19:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 19:56:55 19:41:01 7 0.03 0.00 0.03 0.00 0.03 99.90 19:56:55 19:42:01 all 0.09 0.00 0.02 0.00 0.01 99.89 19:56:55 19:42:01 0 0.02 0.00 0.00 0.00 0.02 99.97 19:56:55 19:42:01 1 0.03 0.00 0.02 0.00 0.00 99.95 19:56:55 19:42:01 2 0.02 0.00 0.02 0.03 0.00 99.93 19:56:55 19:42:01 3 0.07 0.00 0.05 0.00 0.02 99.87 19:56:55 19:42:01 4 0.05 0.00 0.00 0.00 0.00 99.95 19:56:55 19:42:01 5 0.08 0.00 0.03 0.00 0.02 99.87 19:56:55 19:42:01 6 0.02 0.00 0.00 0.00 0.00 99.98 19:56:55 19:42:01 7 0.40 0.00 0.03 0.00 0.00 99.57 19:56:55 19:56:55 19:42:01 CPU %user %nice %system %iowait %steal %idle 19:56:55 19:43:01 all 0.03 0.00 0.03 0.00 0.01 99.93 19:56:55 19:43:01 0 0.00 0.00 0.03 0.00 0.00 99.97 19:56:55 19:43:01 1 0.02 0.00 0.02 0.00 0.02 99.95 19:56:55 19:43:01 2 0.03 0.00 0.03 0.03 0.02 99.88 19:56:55 19:43:01 3 0.03 0.00 0.05 0.00 0.03 99.88 19:56:55 19:43:01 4 0.02 0.00 0.02 0.00 0.00 99.97 19:56:55 19:43:01 5 0.10 0.00 0.05 0.00 0.03 99.82 19:56:55 19:43:01 6 0.02 0.00 0.02 0.00 0.00 99.97 19:56:55 19:43:01 7 0.00 0.00 0.00 0.00 0.02 99.98 19:56:55 19:44:01 all 0.03 0.00 0.01 0.02 0.01 99.94 19:56:55 19:44:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:56:55 19:44:01 1 0.03 0.00 0.00 0.00 0.00 99.97 19:56:55 19:44:01 2 0.02 0.00 0.02 0.13 0.02 99.82 19:56:55 19:44:01 3 0.03 0.00 0.02 0.00 0.02 99.93 19:56:55 19:44:01 4 0.02 0.00 0.00 0.00 0.00 99.98 19:56:55 19:44:01 5 0.07 0.00 0.05 0.00 0.02 99.87 19:56:55 19:44:01 6 0.00 0.00 0.00 0.00 0.02 99.98 19:56:55 19:44:01 7 0.03 0.00 0.00 0.00 0.00 99.97 19:56:55 19:45:01 all 0.02 0.00 0.02 0.02 0.01 99.93 19:56:55 19:45:01 0 0.00 0.00 0.00 0.00 0.02 99.98 19:56:55 19:45:01 1 0.00 0.00 0.03 0.00 0.02 99.95 19:56:55 19:45:01 2 0.00 0.00 0.02 0.17 0.02 99.80 19:56:55 19:45:01 3 0.03 0.00 0.02 0.00 0.02 99.93 19:56:55 19:45:01 4 0.00 0.00 0.00 0.00 0.00 100.00 19:56:55 19:45:01 5 0.13 0.00 0.03 0.00 0.02 99.82 19:56:55 19:45:01 6 0.00 0.00 0.02 0.00 0.00 99.98 19:56:55 19:45:01 7 0.00 0.00 0.02 0.00 0.02 99.97 19:56:55 19:46:01 all 0.04 0.00 0.01 0.04 0.01 99.90 19:56:55 19:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:56:55 19:46:01 1 0.02 0.00 0.02 0.05 0.03 99.88 19:56:55 19:46:01 2 0.03 0.00 0.02 0.23 0.02 99.70 19:56:55 19:46:01 3 0.07 0.00 0.00 0.00 0.02 99.92 19:56:55 19:46:01 4 0.03 0.00 0.00 0.00 0.02 99.95 19:56:55 19:46:01 5 0.05 0.00 0.03 0.00 0.00 99.92 19:56:55 19:46:01 6 0.03 0.00 0.02 0.00 0.02 99.93 19:56:55 19:46:01 7 0.03 0.00 0.02 0.00 0.00 99.95 19:56:55 19:47:01 all 0.01 0.00 0.02 0.01 0.01 99.95 19:56:55 19:47:01 0 0.00 0.00 0.02 0.00 0.00 99.98 19:56:55 19:47:01 1 0.02 0.00 0.03 0.00 0.02 99.93 19:56:55 19:47:01 2 0.02 0.00 0.03 0.07 0.00 99.88 19:56:55 19:47:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:56:55 19:47:01 4 0.02 0.00 0.02 0.00 0.00 99.97 19:56:55 19:47:01 5 0.03 0.00 0.02 0.00 0.02 99.93 19:56:55 19:47:01 6 0.03 0.00 0.02 0.00 0.02 99.93 19:56:55 19:47:01 7 0.00 0.00 0.00 0.00 0.00 100.00 19:56:55 19:48:01 all 0.03 0.00 0.01 0.00 0.01 99.94 19:56:55 19:48:01 0 0.02 0.00 0.00 0.00 0.00 99.98 19:56:55 19:48:01 1 0.05 0.00 0.02 0.00 0.02 99.92 19:56:55 19:48:01 2 0.03 0.00 0.02 0.03 0.03 99.88 19:56:55 19:48:01 3 0.05 0.00 0.03 0.00 0.00 99.92 19:56:55 19:48:01 4 0.02 0.00 0.02 0.00 0.00 99.97 19:56:55 19:48:01 5 0.02 0.00 0.02 0.00 0.02 99.95 19:56:55 19:48:01 6 0.03 0.00 0.00 0.00 0.03 99.93 19:56:55 19:48:01 7 0.02 0.00 0.00 0.00 0.02 99.97 19:56:55 19:49:01 all 0.01 0.00 0.01 0.00 0.01 99.96 19:56:55 19:49:01 0 0.00 0.00 0.00 0.00 0.02 99.98 19:56:55 19:49:01 1 0.00 0.00 0.02 0.00 0.03 99.95 19:56:55 19:49:01 2 0.03 0.00 0.00 0.02 0.02 99.93 19:56:55 19:49:01 3 0.02 0.00 0.03 0.00 0.00 99.95 19:56:55 19:49:01 4 0.02 0.00 0.00 0.00 0.00 99.98 19:56:55 19:49:01 5 0.02 0.00 0.00 0.00 0.02 99.97 19:56:55 19:49:01 6 0.02 0.00 0.02 0.00 0.02 99.95 19:56:55 19:49:01 7 0.00 0.00 0.00 0.00 0.00 100.00 19:56:55 19:50:01 all 0.03 0.00 0.01 0.01 0.01 99.95 19:56:55 19:50:01 0 0.02 0.00 0.00 0.00 0.00 99.98 19:56:55 19:50:01 1 0.02 0.00 0.03 0.00 0.00 99.95 19:56:55 19:50:01 2 0.05 0.00 0.02 0.05 0.02 99.87 19:56:55 19:50:01 3 0.02 0.00 0.00 0.00 0.02 99.97 19:56:55 19:50:01 4 0.00 0.00 0.02 0.00 0.00 99.98 19:56:55 19:50:01 5 0.07 0.00 0.02 0.00 0.00 99.92 19:56:55 19:50:01 6 0.02 0.00 0.02 0.00 0.02 99.95 19:56:55 19:50:01 7 0.02 0.00 0.02 0.00 0.02 99.95 19:56:55 19:51:01 all 0.04 0.00 0.01 0.01 0.01 99.94 19:56:55 19:51:01 0 0.02 0.00 0.02 0.00 0.02 99.95 19:56:55 19:51:01 1 0.02 0.00 0.03 0.00 0.03 99.92 19:56:55 19:51:01 2 0.08 0.00 0.00 0.05 0.00 99.87 19:56:55 19:51:01 3 0.03 0.00 0.00 0.00 0.00 99.97 19:56:55 19:51:01 4 0.02 0.00 0.00 0.00 0.02 99.97 19:56:55 19:51:01 5 0.05 0.00 0.02 0.00 0.02 99.92 19:56:55 19:51:01 6 0.03 0.00 0.00 0.00 0.02 99.95 19:56:55 19:51:01 7 0.03 0.00 0.02 0.00 0.00 99.95 19:56:55 19:52:01 all 0.21 0.00 0.01 0.01 0.01 99.75 19:56:55 19:52:01 0 0.02 0.00 0.00 0.00 0.00 99.98 19:56:55 19:52:01 1 0.02 0.00 0.02 0.00 0.02 99.95 19:56:55 19:52:01 2 0.03 0.00 0.02 0.05 0.03 99.87 19:56:55 19:52:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:56:55 19:52:01 4 0.03 0.00 0.02 0.00 0.00 99.95 19:56:55 19:52:01 5 0.02 0.00 0.00 0.00 0.02 99.97 19:56:55 19:52:01 6 0.03 0.00 0.03 0.00 0.03 99.90 19:56:55 19:52:01 7 1.55 0.00 0.02 0.00 0.02 98.42 19:56:55 19:53:01 all 0.08 0.00 0.02 0.00 0.01 99.89 19:56:55 19:53:01 0 0.00 0.00 0.00 0.00 0.02 99.98 19:56:55 19:53:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:56:55 19:53:01 2 0.07 0.00 0.03 0.02 0.00 99.88 19:56:55 19:53:01 3 0.03 0.00 0.00 0.00 0.02 99.95 19:56:55 19:53:01 4 0.02 0.00 0.02 0.00 0.00 99.97 19:56:55 19:53:01 5 0.05 0.00 0.03 0.00 0.00 99.92 19:56:55 19:53:01 6 0.03 0.00 0.03 0.00 0.02 99.92 19:56:55 19:53:01 7 0.43 0.00 0.00 0.00 0.00 99.57 19:56:55 19:56:55 19:53:01 CPU %user %nice %system %iowait %steal %idle 19:56:55 19:54:01 all 0.04 0.00 0.01 0.00 0.01 99.93 19:56:55 19:54:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:56:55 19:54:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:56:55 19:54:01 2 0.05 0.00 0.02 0.03 0.03 99.87 19:56:55 19:54:01 3 0.02 0.00 0.02 0.00 0.00 99.97 19:56:55 19:54:01 4 0.03 0.00 0.02 0.00 0.00 99.95 19:56:55 19:54:01 5 0.02 0.00 0.03 0.00 0.02 99.93 19:56:55 19:54:01 6 0.05 0.00 0.00 0.00 0.02 99.93 19:56:55 19:54:01 7 0.17 0.00 0.02 0.00 0.02 99.80 19:56:55 19:55:01 all 0.03 0.00 0.01 0.01 0.01 99.95 19:56:55 19:55:01 0 0.00 0.00 0.00 0.00 0.00 100.00 19:56:55 19:55:01 1 0.02 0.00 0.00 0.00 0.00 99.98 19:56:55 19:55:01 2 0.03 0.00 0.02 0.07 0.00 99.88 19:56:55 19:55:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:56:55 19:55:01 4 0.03 0.00 0.00 0.00 0.02 99.95 19:56:55 19:55:01 5 0.05 0.00 0.02 0.00 0.02 99.92 19:56:55 19:55:01 6 0.03 0.00 0.02 0.00 0.02 99.93 19:56:55 19:55:01 7 0.08 0.00 0.02 0.00 0.00 99.90 19:56:55 19:56:01 all 0.02 0.00 0.01 0.00 0.02 99.95 19:56:55 19:56:01 0 0.02 0.00 0.02 0.00 0.02 99.95 19:56:55 19:56:01 1 0.00 0.00 0.00 0.00 0.00 100.00 19:56:55 19:56:01 2 0.08 0.00 0.02 0.03 0.03 99.83 19:56:55 19:56:01 3 0.00 0.00 0.00 0.00 0.00 100.00 19:56:55 19:56:01 4 0.02 0.00 0.00 0.00 0.00 99.98 19:56:55 19:56:01 5 0.03 0.00 0.02 0.00 0.03 99.92 19:56:55 19:56:01 6 0.02 0.00 0.02 0.00 0.03 99.93 19:56:55 19:56:01 7 0.00 0.00 0.00 0.00 0.02 99.98 19:56:55 Average: all 6.64 0.00 1.25 1.24 0.03 90.84 19:56:55 Average: 0 6.53 0.00 1.23 1.24 0.02 90.98 19:56:55 Average: 1 6.67 0.00 1.20 0.95 0.03 91.14 19:56:55 Average: 2 6.72 0.00 1.24 1.21 0.03 90.79 19:56:55 Average: 3 6.82 0.00 1.30 1.18 0.03 90.67 19:56:55 Average: 4 6.60 0.00 1.28 1.22 0.02 90.88 19:56:55 Average: 5 6.63 0.00 1.24 1.64 0.03 90.46 19:56:55 Average: 6 6.54 0.00 1.24 0.73 0.02 91.47 19:56:55 Average: 7 6.64 0.00 1.29 1.72 0.02 90.31 19:56:55 19:56:55 19:56:55