Pull request #4501 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 78f51e8440b867a124a6a1af97b35adce17e6c0c+581b0da79acfc8c7cfb708782744174800bf9092 (12c805cac3e324346e391f50208e52533c60fc1f) 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-ssh469680204588836506.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh2987591726615329004.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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-4501/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-4501/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13963629782974390636.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-4501/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17028745405155960618.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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-ssh3582329576580168373.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-4501/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-4501/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh10655302751282069694.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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-7025 in /w/workspace/edgexfoundry_edgex-go_PR-4501 [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 581b0da79acfc8c7cfb708782744174800bf9092 into PR head commit 78f51e8440b867a124a6a1af97b35adce17e6c0c Merge succeeded, producing 78f51e8440b867a124a6a1af97b35adce17e6c0c Checking out Revision 78f51e8440b867a124a6a1af97b35adce17e6c0c (PR-4501) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a > 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/4501/head:refs/remotes/origin/PR-4501 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 78f51e8440b867a124a6a1af97b35adce17e6c0c # 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 581b0da79acfc8c7cfb708782744174800bf9092 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 78f51e8440b867a124a6a1af97b35adce17e6c0c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:58:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:58:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:58:25 ========================================================= 19:58:25 EdgeX Global Pipelines Version Info 19:58:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:58:26 ------------------- 19:58:26 stable info: 19:58:26 ------------------- 19:58:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:58:26 Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a 19:58:26 Message: update stable to v1.0.245 19:58:26 ------------------- 19:58:26 experimental info: 19:58:26 ------------------- 19:58:26 Commited By: **** collab-it+edgex@linuxfoundation.org 19:58:26 Commit SHA: 046ad6d0e2e636d38ea4daf53c055316476b9501 19:58:26 Message: update experimental to v1.0.247 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:58:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:58:27 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:58:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:58:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:58:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:58:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 19:58:27 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:58:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:58:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:58:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:58:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:58:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:58:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:58:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:58:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:58:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:58:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:58:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:58:27 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:58:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 19:58:28 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:58:28 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:58:28 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:58:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4501 [Pipeline] echo 19:58:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4501 [Pipeline] echo 19:58:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4501 [Pipeline] echo 19:58:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 78f51e8440b867a124a6a1af97b35adce17e6c0c [Pipeline] echo 19:58:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 78f51e8 [Pipeline] echo 19:58:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:58:28 provisioning config files... 19:58:28 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config14246916110817892174tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:58:28 ---> docker-login.sh 19:58:28 nexus3.edgexfoundry.org:10001 19:58:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:58:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:58:29 Configure a credential helper to remove this warning. See 19:58:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:58:29 19:58:29 Login Succeeded 19:58:29 nexus3.edgexfoundry.org:10002 19:58:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:58:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:58:29 Configure a credential helper to remove this warning. See 19:58:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:58:29 19:58:29 Login Succeeded 19:58:29 nexus3.edgexfoundry.org:10003 19:58:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:58:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:58:29 Configure a credential helper to remove this warning. See 19:58:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:58:29 19:58:29 Login Succeeded 19:58:29 nexus3.edgexfoundry.org:10004 19:58:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:58:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:58:29 Configure a credential helper to remove this warning. See 19:58:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:58:29 19:58:29 Login Succeeded 19:58:29 docker.io 19:58:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:58:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:58:29 Configure a credential helper to remove this warning. See 19:58:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:58:29 19:58:29 Login Succeeded 19:58:29 ---> docker-login.sh ends [Pipeline] } 19:58:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:58:30 + 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:58:30 + dirname cmd/core-command/Dockerfile 19:58:30 + cut -d/ -f2 19:58:30 + echo core-command,cmd/core-command/Dockerfile 19:58:30 + dirname cmd/core-common-config-bootstrapper/Dockerfile 19:58:30 + cut -d/ -f2 19:58:30 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 19:58:30 + dirname cmd/core-data/Dockerfile 19:58:30 + cut -d/ -f2 19:58:30 + echo core-data,cmd/core-data/Dockerfile 19:58:30 + + cut -d/ -f2 19:58:30 dirname cmd/core-metadata/Dockerfile 19:58:30 + echo core-metadata,cmd/core-metadata/Dockerfile 19:58:30 + + cut -d/ -f2 19:58:30 dirname cmd/security-bootstrapper/Dockerfile 19:58:30 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:58:30 + cut -d/ -f2 19:58:30 + dirname cmd/security-proxy-auth/Dockerfile 19:58:30 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 19:58:30 + + dirname cmd/security-proxy-setup/Dockerfile 19:58:30 cut -d/ -f2 19:58:30 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:58:30 + cut -d/+ -f2 19:58:30 dirname cmd/security-secretstore-setup/Dockerfile 19:58:30 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:58:30 + dirname cmd/security-spiffe-token-provider/Dockerfile 19:58:30 + cut -d/ -f2 19:58:30 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:58:30 + dirname cmd/security-spire-agent/Dockerfile 19:58:30 + cut -d/ -f2 19:58:30 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:58:30 + dirname cmd/security-spire-config/Dockerfile 19:58:30 + cut -d/ -f2 19:58:30 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:58:30 + dirname cmd/security-spire-server/Dockerfile 19:58:30 + cut -d/ -f2 19:58:30 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:58:30 + dirname cmd/support-notifications/Dockerfile 19:58:30 + cut -d/ -f2 19:58:30 + echo support-notifications,cmd/support-notifications/Dockerfile 19:58:30 + dirname cmd/support-scheduler/Dockerfile 19:58:30 + cut -d/ -f2 19:58:30 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 19:58:30 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:58:30 + git rev-list -1 --merges 78f51e8440b867a124a6a1af97b35adce17e6c0c~1..78f51e8440b867a124a6a1af97b35adce17e6c0c [Pipeline] echo 19:58:30 -----------> git rev-list -1 --merges 78f51e8440b867a124a6a1af97b35adce17e6c0c~1..78f51e8440b867a124a6a1af97b35adce17e6c0c 78f51e8440b867a124a6a1af97b35adce17e6c0c [false] [Pipeline] sh 19:58:31 + git log --format=format:%s -1 78f51e8440b867a124a6a1af97b35adce17e6c0c [Pipeline] echo 19:58:31 ========================================================= 19:58:31 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:58:31 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:58:31 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:58:31 + grep -v github /etc/ssh/ssh_known_hosts 19:58:31 + [ -e /tmp/ssh_known_hosts ] 19:58:31 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:58:31 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=+ 19:58:31 sudo tee -a /etc/ssh/ssh_known_hosts 19:58:31 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:58:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:58:32 19:58:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:58:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:58:32 0.1.4: Pulling from edgex-devops/py-git-semver 19:58:32 b85a868b505f: Pulling fs layer 19:58:32 e2be974225ed: Pulling fs layer 19:58:32 339a4e72a1f5: Pulling fs layer 19:58:32 988bab9f4d93: Pulling fs layer 19:58:32 1469e6f7b9e6: Pulling fs layer 19:58:32 eaf3925da568: Pulling fs layer 19:58:32 bab4dde63d76: Pulling fs layer 19:58:32 bde34c3a00c8: Pulling fs layer 19:58:32 b352a97aabf1: Pulling fs layer 19:58:32 4872d77fe225: Pulling fs layer 19:58:32 5851b861e8e6: Pulling fs layer 19:58:32 eaf3925da568: Waiting 19:58:32 bab4dde63d76: Waiting 19:58:32 bde34c3a00c8: Waiting 19:58:32 b352a97aabf1: Waiting 19:58:32 4872d77fe225: Waiting 19:58:32 5851b861e8e6: Waiting 19:58:32 988bab9f4d93: Waiting 19:58:32 1469e6f7b9e6: Waiting 19:58:32 e2be974225ed: Verifying Checksum 19:58:32 e2be974225ed: Download complete 19:58:32 988bab9f4d93: Verifying Checksum 19:58:32 988bab9f4d93: Download complete 19:58:32 1469e6f7b9e6: Verifying Checksum 19:58:32 1469e6f7b9e6: Download complete 19:58:32 eaf3925da568: Verifying Checksum 19:58:32 eaf3925da568: Download complete 19:58:32 339a4e72a1f5: Verifying Checksum 19:58:32 339a4e72a1f5: Download complete 19:58:32 bde34c3a00c8: Verifying Checksum 19:58:32 bde34c3a00c8: Download complete 19:58:32 b352a97aabf1: Download complete 19:58:32 4872d77fe225: Download complete 19:58:32 5851b861e8e6: Verifying Checksum 19:58:32 5851b861e8e6: Download complete 19:58:32 b85a868b505f: Verifying Checksum 19:58:32 b85a868b505f: Download complete 19:58:33 bab4dde63d76: Verifying Checksum 19:58:33 bab4dde63d76: Download complete 19:58:34 b85a868b505f: Pull complete 19:58:34 e2be974225ed: Pull complete 19:58:34 339a4e72a1f5: Pull complete 19:58:34 988bab9f4d93: Pull complete 19:58:35 1469e6f7b9e6: Pull complete 19:58:35 eaf3925da568: Pull complete 19:58:37 bab4dde63d76: Pull complete 19:58:37 bde34c3a00c8: Pull complete 19:58:37 b352a97aabf1: Pull complete 19:58:37 4872d77fe225: Pull complete 19:58:37 5851b861e8e6: Pull complete 19:58:37 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 19:58:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:58:37 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:58:37 prd-ubuntu20.04-docker-8c-8g-7025 does not seem to be running inside a container 19:58:37 $ 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:58:40 $ docker top 6738b2112963585834e661b0d7ec32c954929de0ffe7693ca829b6e9f67c87e7 -eo pid,comm 19:58:40 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:58:40 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:58:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:58:40 [ssh-agent] Looking for ssh-agent implementation... 19:58:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:58:40 $ docker exec 6738b2112963585834e661b0d7ec32c954929de0ffe7693ca829b6e9f67c87e7 ssh-agent 19:58:41 SSH_AUTH_SOCK=/tmp/ssh-0HPErl8NSFCf/agent.33 19:58:41 SSH_AGENT_PID=39 19:58:41 Running ssh-add (command line suppressed) 19:58:41 Identity added: /w/workspace/edgex-go/1@tmp/private_key_9178542395443469949.key (/w/workspace/edgex-go/1@tmp/private_key_9178542395443469949.key) 19:58:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:58:41 + git tag --points-at HEAD [Pipeline] } 19:58:41 $ docker exec --env ******** --env ******** 6738b2112963585834e661b0d7ec32c954929de0ffe7693ca829b6e9f67c87e7 ssh-agent -k 19:58:41 unset SSH_AUTH_SOCK; 19:58:41 unset SSH_AGENT_PID; 19:58:41 echo Agent pid 39 killed; 19:58:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:58:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:58:41 [ssh-agent] Looking for ssh-agent implementation... 19:58:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:58:41 $ docker exec 6738b2112963585834e661b0d7ec32c954929de0ffe7693ca829b6e9f67c87e7 ssh-agent 19:58:41 SSH_AUTH_SOCK=/tmp/ssh-Jsl4cLMsoh0b/agent.71 19:58:41 SSH_AGENT_PID=77 19:58:41 Running ssh-add (command line suppressed) 19:58:42 Identity added: /w/workspace/edgex-go/1@tmp/private_key_5476647802841891685.key (/w/workspace/edgex-go/1@tmp/private_key_5476647802841891685.key) 19:58:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:58:42 + git semver init 19:58:42 2023-04-06 19:58:42,590 [run_init] DEBUG init version:0.0.0 force:False 19:58:42 2023-04-06 19:58:42,591 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 19:58:42 2023-04-06 19:58:42,591 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 19:58:42 2023-04-06 19:58:42,592 [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:58:47 2023-04-06 19:58:47,814 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 19:58:47 2023-04-06 19:58:47,815 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4501 with force:False 19:58:47 2023-04-06 19:58:47,815 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4501 19:58:47 2023-04-06 19:58:47,819 [execute] INFO git cat-file --batch-check 19:58:47 2023-04-06 19:58:47,819 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:58:47 2023-04-06 19:58:47,825 [execute] INFO git cat-file --batch 19:58:47 2023-04-06 19:58:47,825 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 19:58:47 2023-04-06 19:58:47,830 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4501 19:58:47 0.0.0 [Pipeline] } 19:58:47 $ docker exec --env ******** --env ******** 6738b2112963585834e661b0d7ec32c954929de0ffe7693ca829b6e9f67c87e7 ssh-agent -k 19:58:48 unset SSH_AUTH_SOCK; 19:58:48 unset SSH_AGENT_PID; 19:58:48 echo Agent pid 77 killed; 19:58:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:58:48 + git semver [Pipeline] } 19:58:48 $ docker stop --time=1 6738b2112963585834e661b0d7ec32c954929de0ffe7693ca829b6e9f67c87e7 19:58:50 $ docker rm -f --volumes 6738b2112963585834e661b0d7ec32c954929de0ffe7693ca829b6e9f67c87e7 [Pipeline] // withDockerContainer [Pipeline] sh 19:58:50 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:58:50 Stashed 1 file(s) [Pipeline] echo 19:58:50 [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:58:51 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:58:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:58:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:58:51 ========================================================= 19:58:51 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 19:58:51 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:58:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:58:51 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 19:58:51 63b65145d645: Pulling fs layer 19:58:51 a2d21d5440eb: Pulling fs layer 19:58:51 935e6c44a52c: Pulling fs layer 19:58:51 94cc34f8dd06: Pulling fs layer 19:58:51 30dea6a524f1: Pulling fs layer 19:58:51 a2aff8979fd8: Pulling fs layer 19:58:51 6808be2612f2: Pulling fs layer 19:58:51 f25807f1079a: Pulling fs layer 19:58:51 30dea6a524f1: Waiting 19:58:51 a2aff8979fd8: Waiting 19:58:51 6808be2612f2: Waiting 19:58:51 f25807f1079a: Waiting 19:58:51 94cc34f8dd06: Waiting 19:58:51 a2d21d5440eb: Verifying Checksum 19:58:51 a2d21d5440eb: Download complete 19:58:51 94cc34f8dd06: Verifying Checksum 19:58:51 94cc34f8dd06: Download complete 19:58:51 30dea6a524f1: Download complete 19:58:51 63b65145d645: Verifying Checksum 19:58:51 63b65145d645: Download complete 19:58:51 a2aff8979fd8: Verifying Checksum 19:58:51 a2aff8979fd8: Download complete 19:58:52 63b65145d645: Pull complete 19:58:52 a2d21d5440eb: Pull complete 19:58:52 f25807f1079a: Verifying Checksum 19:58:52 f25807f1079a: Download complete 19:58:52 935e6c44a52c: Verifying Checksum 19:58:52 935e6c44a52c: Download complete 19:58:52 6808be2612f2: Verifying Checksum 19:58:52 6808be2612f2: Download complete 19:58:55 935e6c44a52c: Pull complete 19:58:55 94cc34f8dd06: Pull complete 19:58:55 30dea6a524f1: Pull complete 19:58:55 a2aff8979fd8: Pull complete 19:58:58 6808be2612f2: Pull complete 19:58:58 f25807f1079a: Pull complete 19:58:58 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 19:58:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:58:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 19:58:59 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:58:59 WORKDIR /edgex 19:58:59 COPY go.mod . 19:58:59 RUN go mod download 19:58:59 + docker build -t ci-base-image-x86_64 -f - . 19:58:59 Sending build context to Docker daemon 170.5MB 19:58:59 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:58:59 ---> 3b553350e43f 19:58:59 Step 2/4 : WORKDIR /edgex 19:59:06 Still waiting to schedule task 19:59:06 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 19:59:06 ---> Running in 78d3bf55f4bb 19:59:06 Removing intermediate container 78d3bf55f4bb 19:59:06 ---> d124a7655d20 19:59:06 Step 3/4 : COPY go.mod . 19:59:06 ---> 7b6645578882 19:59:06 Step 4/4 : RUN go mod download 19:59:06 ---> Running in 3dbf16466b0d 19:59:24 Removing intermediate container 3dbf16466b0d 19:59:24 ---> 5f1579fdd66e 19:59:24 Successfully built 5f1579fdd66e 19:59:24 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:26 + docker inspect -f . ci-base-image-x86_64 19:59:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:59:26 prd-ubuntu20.04-docker-8c-8g-7025 does not seem to be running inside a container 19:59:26 $ 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:59:26 $ docker top 0d5ebe90c88ab60913a131b145f8e8cb0dcc1d6f0341b8f0dbe3760ed3c7177a -eo pid,comm [Pipeline] { [Pipeline] sh 19:59:27 + go version 19:59:27 go version go1.20.2 linux/amd64 [Pipeline] } 19:59:27 $ docker stop --time=1 0d5ebe90c88ab60913a131b145f8e8cb0dcc1d6f0341b8f0dbe3760ed3c7177a 19:59:28 $ docker rm -f --volumes 0d5ebe90c88ab60913a131b145f8e8cb0dcc1d6f0341b8f0dbe3760ed3c7177a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:29 + docker inspect -f . ci-base-image-x86_64 19:59:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:59:29 prd-ubuntu20.04-docker-8c-8g-7025 does not seem to be running inside a container 19:59:29 $ 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:59:29 $ docker top 651a528410e08121fb188069ea8221e11d5c953b94cf0ac3dbfc108b31a51311 -eo pid,comm [Pipeline] { [Pipeline] echo 19:59:29 ========================================================= 19:59:29 [edgeXBuildGoParallel] Running Tests and Build... 19:59:29 ========================================================= [Pipeline] sh 19:59:30 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:59:30 + make test 19:59:30 go test -race -coverprofile=coverage.out ./... 19:59:38 ? github.com/edgexfoundry/edgex-go [no test files] 19:59:50 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:59:50 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 19:59:51 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:59:51 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:59:51 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:59:52 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:59:52 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:59:52 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 19:59:52 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:59:52 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:59:53 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:59:53 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:59:53 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:59:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:59:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:59:55 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.061s coverage: 28.7% of statements 19:59:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.069s coverage: 98.5% of statements 20:00:01 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.098s coverage: 71.3% of statements 20:00:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 20:00:01 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 20:00:01 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:00:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:00:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:00:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.070s coverage: 54.0% of statements 20:00:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 20:00:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:00:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:00:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:00:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:00:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:00:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:00:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.656s coverage: 88.5% of statements 20:00:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.068s coverage: 3.9% of statements 20:00:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:00:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:00:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 20:00:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.364s coverage: 95.6% of statements 20:00:08 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:00:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:00:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:00:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:00:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:00:08 ok github.com/edgexfoundry/edgex-go/internal/io 0.048s coverage: 72.2% of statements 20:00:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:00:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:00:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:00:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.059s coverage: 65.9% of statements 20:00:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:00:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:00:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.089s coverage: 0.9% of statements 20:00:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.055s coverage: 29.0% of statements 20:00:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.069s coverage: 44.1% of statements 20:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.056s coverage: 82.9% of statements 20:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.052s coverage: 94.1% of statements 20:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.074s coverage: 96.3% of statements 20:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements 20:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 20:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 20:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 20:00:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:00:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:00:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:00:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:00:13 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:00:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:00:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:00:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 20:00:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:00:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:00:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:00:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 20:00:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 20:00:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 20:00:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:00:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:00:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:00:19 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 20:00:19 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 20:00:19 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 20:00:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:00:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:00:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:00:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:00:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:00:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:00:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:00:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:00:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:00:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:00:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:00:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.070s coverage: 94.4% of statements 20:00:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:00:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:00:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.259s coverage: 79.9% of statements 20:00:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 18.076s coverage: 92.9% of statements 20:00:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 64.4% of statements 20:00:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.054s coverage: 62.3% of statements 20:00:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.064s coverage: 87.2% of statements 20:00:35 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.049s coverage: 20.0% of statements 20:00:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements 20:00:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.093s coverage: 81.2% of statements 20:00:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.093s coverage: 82.1% of statements 20:00:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.055s coverage: 86.0% of statements 20:00:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.173s coverage: 63.1% of statements 20:00:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 20:00:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 89.4% of statements 20:00:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements 20:00:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements 20:00:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements 20:00:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.160s coverage: 38.4% of statements 20:00:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.057s coverage: 89.5% of statements 20:00:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.050s coverage: 84.8% of statements 20:00:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.064s coverage: 17.7% of statements 20:00:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.103s coverage: 92.3% of statements 20:00:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.059s coverage: 61.5% of statements 20:00:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.079s coverage: 97.7% of statements 20:00:35 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 20:00:35 running golangci-lint 20:00:35 golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z 20:00:35 go version go1.20.2 linux/amd64 20:00:35 level=info msg="[config_reader] Used config file .golangci.yml" 20:00:35 level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" 20:00:46 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7026 in /w/workspace/edgexfoundry_edgex-go_PR-4501 [Pipeline] { [Pipeline] ws 20:00:46 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 20:00:46 The recommended git tool is: git 20:00:50 level=info msg="[loader] Go packages loading at mode 575 (exports_file|files|imports|name|compiled_files|types_sizes|deps) took 14.473188326s" 20:00:50 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 42.065883ms" 20:00:54 using credential edgex-jenkins-ssh 20:00:54 Cloning the remote Git repository 20:00:54 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:00:55 > git init /w/workspace/edgex-go/1 # timeout=10 20:00:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:00:55 > git --version # timeout=10 20:00:55 > git --version # 'git version 2.25.1' 20:00:55 using GIT_SSH to set credentials SSH Credentials for GitHub 20:00:55 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:00:59 level=info msg="[linters_context/goanalysis] analyzers took 1m14.753722858s with top 10 stages: buildir: 36.432067705s, inspect: 1.796647833s, fact_deprecated: 1.742855263s, gosec: 1.407266509s, printf: 1.338568466s, nilness: 1.104395052s, ctrlflow: 1.063833173s, S1038: 1.037096447s, fact_purity: 893.181508ms, typedness: 699.32509ms" 20:00:59 level=info msg="[runner] Issues before processing: 201, after processing: 0" 20:00:59 level=info msg="[runner] Processors filtering stat (out/in): cgo: 201/201, path_prettifier: 201/201, skip_files: 201/201, identifier_marker: 201/201, autogenerated_exclude: 201/201, exclude-rules: 21/201, exclude: 201/201, filename_unadjuster: 201/201, skip_dirs: 201/201, nolint: 0/21" 20:00:59 level=info msg="[runner] processing took 16.949678ms with stages: nolint: 6.789713ms, identifier_marker: 5.331799ms, autogenerated_exclude: 1.492164ms, path_prettifier: 1.345503ms, exclude-rules: 1.214992ms, skip_dirs: 726.496µs, cgo: 30µs, filename_unadjuster: 15.341µs, max_same_issues: 650ns, diff: 480ns, uniq_by_line: 420ns, skip_files: 420ns, exclude: 280ns, source_code: 280ns, severity-rules: 270ns, sort_results: 240ns, path_prefixer: 200ns, max_from_linter: 170ns, path_shortener: 140ns, max_per_file_from_linter: 120ns" 20:00:59 level=info msg="[runner] linters took 8.754552519s with stages: goanalysis_metalinter: 8.73750997s" 20:00:59 level=info msg="File cache stats: 0 entries of total size 0B" 20:00:59 level=info msg="Memory: 231 samples, avg is 210.8MB, max is 848.2MB" 20:00:59 level=info msg="Execution took 23.279167993s" 20:00:59 go vet ./... 20:01:03 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:01:03 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:01:03 ./bin/test-attribution-txt.sh [Pipeline] echo 20:01:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:01:03 + ls -al . 20:01:03 total 704 20:01:03 drwxrwxr-x 11 1001 1001 4096 Apr 6 19:59 . 20:01:03 drwxr-xr-x 4 root root 4096 Apr 6 19:59 .. 20:01:03 drwxrwxr-x 2 1001 1001 4096 Apr 6 19:58 .blubracket 20:01:03 -rw-rw-r-- 1 1001 1001 16 Apr 6 19:58 .dockerignore 20:01:03 drwxrwxr-x 8 1001 1001 4096 Apr 6 19:58 .git 20:01:03 drwxrwxr-x 3 1001 1001 4096 Apr 6 19:58 .github 20:01:03 -rw-rw-r-- 1 1001 1001 1133 Apr 6 19:58 .gitignore 20:01:03 -rw-rw-r-- 1 1001 1001 42 Apr 6 19:58 .golangci.yml 20:01:03 -rw-rw-r-- 1 1001 1001 87 Apr 6 19:58 .hadolint.yml 20:01:03 drwxr-xr-x 3 1001 1001 4096 Apr 6 19:58 .semver 20:01:03 -rw-rw-r-- 1 1001 1001 166 Apr 6 19:58 .sonarcloud.properties 20:01:03 -rw-rw-r-- 1 1001 1001 1171 Apr 6 19:58 ADOPTERS.md 20:01:03 -rw-rw-r-- 1 1001 1001 10835 Apr 6 19:58 Attribution.txt 20:01:03 -rw-rw-r-- 1 1001 1001 73765 Apr 6 19:58 CHANGELOG.md 20:01:03 -rw-rw-r-- 1 1001 1001 3804 Apr 6 19:58 CONTRIBUTING.md 20:01:03 -rw-rw-r-- 1 1001 1001 677 Apr 6 19:58 GOVERNANCE.md 20:01:03 -rw-rw-r-- 1 1001 1001 883 Apr 6 19:58 Jenkinsfile 20:01:03 -rw-rw-r-- 1 1001 1001 10775 Apr 6 19:58 LICENSE 20:01:03 -rw-rw-r-- 1 1001 1001 14368 Apr 6 19:58 Makefile 20:01:03 -rw-rw-r-- 1 1001 1001 582 Apr 6 19:58 OWNERS.md 20:01:03 -rw-rw-r-- 1 1001 1001 9403 Apr 6 19:58 README.md 20:01:03 -rw-rw-r-- 1 1001 1001 789 Apr 6 19:58 SECURITY.md 20:01:03 -rw-rw-r-- 1 1001 1001 5 Apr 6 19:58 VERSION 20:01:03 drwxrwxr-x 2 1001 1001 4096 Apr 6 19:58 bin 20:01:03 drwxrwxr-x 18 1001 1001 4096 Apr 6 19:58 cmd 20:01:03 -rw-r--r-- 1 root root 447380 Apr 6 20:00 coverage.out 20:01:03 -rw-rw-r-- 1 1001 1001 3200 Apr 6 19:58 go.mod 20:01:03 -rw-rw-r-- 1 1001 1001 31265 Apr 6 19:58 go.sum 20:01:03 drwxrwxr-x 7 1001 1001 4096 Apr 6 19:58 internal 20:01:03 drwxrwxr-x 3 1001 1001 4096 Apr 6 19:58 openapi 20:01:03 -rw-rw-r-- 1 1001 1001 594 Apr 6 19:58 security.txt 20:01:03 drwxrwxr-x 4 1001 1001 4096 Apr 6 19:58 snap 20:01:03 -rw-rw-r-- 1 1001 1001 204 Apr 6 19:58 version.go [Pipeline] sh 20:01:03 + '[' -e coverage.out ] 20:01:03 + chown 1001:1001 coverage.out [Pipeline] stash 20:01:04 Stashed 1 file(s) [Pipeline] sh 20:01:04 + make build 20:01:04 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 20:01:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:01:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:01:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:01:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:01:15 using GIT_SSH to set credentials SSH Credentials for GitHub 20:01:15 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4501/head:refs/remotes/origin/PR-4501 +refs/heads/main:refs/remotes/origin/main # timeout=10 20:01:15 Merging remotes/origin/main commit 581b0da79acfc8c7cfb708782744174800bf9092 into PR head commit 78f51e8440b867a124a6a1af97b35adce17e6c0c 20:01:16 Merge succeeded, producing 78f51e8440b867a124a6a1af97b35adce17e6c0c 20:01:16 Checking out Revision 78f51e8440b867a124a6a1af97b35adce17e6c0c (PR-4501) 20:01:16 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 20:01:16 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 20:01:17 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" 20:01:17 > git --version # timeout=10 20:01:17 > git --version # 'git version 2.25.1' 20:01:17 fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:01:16 > git config core.sparsecheckout # timeout=10 20:01:16 > git checkout -f 78f51e8440b867a124a6a1af97b35adce17e6c0c # timeout=10 20:01:16 > git remote # timeout=10 20:01:16 > git config --get remote.origin.url # timeout=10 20:01:16 using GIT_SSH to set credentials SSH Credentials for GitHub 20:01:16 > git merge 581b0da79acfc8c7cfb708782744174800bf9092 # timeout=10 20:01:16 > git rev-parse HEAD^{commit} # timeout=10 20:01:16 > git config core.sparsecheckout # timeout=10 20:01:16 > git checkout -f 78f51e8440b867a124a6a1af97b35adce17e6c0c # timeout=10 20:01:18 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 20:01:18 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:01:18 % Total % Received % Xferd Average Speed Time Time Time Current 20:01:18 Dload Upload Total Spent Left Speed 20:01:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 82264 0 --:--:-- --:--:-- --:--:-- 82798 [Pipeline] sh 20:01:19 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 20:01:19 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:01:19 + sudo jq+ . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 20:01:19 sudo tee /etc/docker/daemon.new 20:01:19 { 20:01:19 "registry-mirrors": [ 20:01:19 "https://nexus3.edgexfoundry.org:10001" 20:01:19 ], 20:01:19 "bip": "10.250.0.254/24", 20:01:19 "hosts": [ 20:01:19 "tcp://0.0.0.0:5555", 20:01:19 "unix:///var/run/docker.sock" 20:01:19 ], 20:01:19 "mtu": 1458, 20:01:19 "selinux-enabled": true, 20:01:19 "seccomp-profile": "/etc/docker/seccomp.json" 20:01:19 } [Pipeline] sh 20:01:19 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:01:20 + sudo service docker restart 20:01:25 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 20:01:27 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 20:01:28 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 20:01:29 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 20:01:30 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 20:01:31 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 20:01:32 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] } 20:01:33 $ docker stop --time=1 651a528410e08121fb188069ea8221e11d5c953b94cf0ac3dbfc108b31a51311 20:01:39 $ docker rm -f --volumes 651a528410e08121fb188069ea8221e11d5c953b94cf0ac3dbfc108b31a51311 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] configFileProvider 20:01:39 provisioning config files... 20:01:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config14803601243967381182tmp [Pipeline] // stage [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix 20:01:40 ---> docker-login.sh 20:01:40 nexus3.edgexfoundry.org:10001 [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:01:40 20:01:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:01:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:01:40 Configure a credential helper to remove this warning. See 20:01:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:01:40 20:01:40 Login Succeeded 20:01:40 nexus3.edgexfoundry.org:10002 20:01:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:01:40 latest: Pulling from edgex-devops/edgex-compose 20:01:40 cbdbe7a5bc2a: Pulling fs layer 20:01:40 ca9280d653b3: Pulling fs layer 20:01:40 7e9c9ca2126c: Pulling fs layer 20:01:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:01:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:01:41 Configure a credential helper to remove this warning. See 20:01:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:01:41 20:01:41 Login Succeeded 20:01:41 cbdbe7a5bc2a: Download complete 20:01:41 ca9280d653b3: Verifying Checksum 20:01:41 ca9280d653b3: Download complete 20:01:41 cbdbe7a5bc2a: Pull complete 20:01:41 nexus3.edgexfoundry.org:10003 20:01:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:01:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:01:41 Configure a credential helper to remove this warning. See 20:01:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:01:41 20:01:41 Login Succeeded 20:01:41 nexus3.edgexfoundry.org:10004 20:01:41 7e9c9ca2126c: Verifying Checksum 20:01:41 7e9c9ca2126c: Download complete 20:01:41 ca9280d653b3: Pull complete 20:01:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:01:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:01:41 Configure a credential helper to remove this warning. See 20:01:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:01:41 20:01:41 Login Succeeded 20:01:41 docker.io 20:01:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:01:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:01:42 Configure a credential helper to remove this warning. See 20:01:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:01:42 20:01:42 Login Succeeded 20:01:42 ---> docker-login.sh ends [Pipeline] } 20:01:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 20:01:43 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 20:01:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:01:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:01:43 ========================================================= 20:01:43 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 20:01:43 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:01:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:01:45 7e9c9ca2126c: Pull complete 20:01:45 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:01:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:01:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:01:45 prd-ubuntu20.04-docker-8c-8g-7025 does not seem to be running inside a container 20:01:45 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:01:46 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:01:46 af6eaf76a39c: Pulling fs layer 20:01:46 55522c791124: Pulling fs layer 20:01:46 ce5c4a1c91eb: Pulling fs layer 20:01:46 169dfbe0d373: Pulling fs layer 20:01:46 e1ff8fa3b103: Pulling fs layer 20:01:46 52ebb69f0ebf: Pulling fs layer 20:01:46 5abe8eddf0d5: Pulling fs layer 20:01:46 52ebb69f0ebf: Waiting 20:01:46 5abe8eddf0d5: Waiting 20:01:46 169dfbe0d373: Waiting 20:01:46 55522c791124: Download complete 20:01:46 169dfbe0d373: Verifying Checksum 20:01:46 169dfbe0d373: Download complete 20:01:46 e1ff8fa3b103: Download complete 20:01:46 af6eaf76a39c: Verifying Checksum 20:01:46 af6eaf76a39c: Download complete 20:01:48 af6eaf76a39c: Pull complete 20:01:48 5abe8eddf0d5: Verifying Checksum 20:01:48 5abe8eddf0d5: Download complete 20:01:48 $ docker top 8d5fc79eaf971e1a324d97952106a31b18123f8477584b3e6d69a9daea87d845 -eo pid,comm [Pipeline] { [Pipeline] sh 20:01:48 + + docker-compose build --help 20:01:48 grep parallel 20:01:48 55522c791124: Pull complete 20:01:49 --parallel Build images in parallel. [Pipeline] } 20:01:49 $ docker stop --time=1 8d5fc79eaf971e1a324d97952106a31b18123f8477584b3e6d69a9daea87d845 20:01:49 ce5c4a1c91eb: Verifying Checksum 20:01:49 ce5c4a1c91eb: Download complete 20:01:49 52ebb69f0ebf: Verifying Checksum 20:01:49 52ebb69f0ebf: Download complete 20:01:50 $ docker rm -f --volumes 8d5fc79eaf971e1a324d97952106a31b18123f8477584b3e6d69a9daea87d845 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:01:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:01:51 prd-ubuntu20.04-docker-8c-8g-7025 does not seem to be running inside a container 20:01:51 $ 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 20:01:51 $ docker top d973cf6547cddced58885ee4043aee9b54b11967a064427cca13da8825318e5c -eo pid,comm [Pipeline] { [Pipeline] sh 20:01:52 + docker-compose -f ./docker-compose-build.yml build --parallel 20:01:52 Building core-command ... 20:01:52 Building core-common-config-bootstrapper ... 20:01:52 Building core-data ... 20:01:52 Building core-metadata ... 20:01:52 Building security-bootstrapper ... 20:01:52 Building security-proxy-auth ... 20:01:52 Building security-proxy-setup ... 20:01:52 Building security-secretstore-setup ... 20:01:52 Building security-spiffe-token-provider ... 20:01:52 Building security-spire-agent ... 20:01:52 Building security-spire-config ... 20:01:52 Building security-spire-server ... 20:01:52 Building support-notifications ... 20:01:52 Building support-scheduler ... 20:01:52 Building security-spire-agent 20:01:52 Building security-spiffe-token-provider 20:01:52 Building support-scheduler 20:01:52 Building core-metadata 20:01:52 Building core-common-config-bootstrapper 20:02:02 ce5c4a1c91eb: Pull complete 20:02:02 169dfbe0d373: Pull complete 20:02:02 e1ff8fa3b103: Pull complete 20:02:07 52ebb69f0ebf: Pull complete 20:02:07 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:02:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:02:07 ---> 5f1579fdd66e 20:02:07 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:02:07 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:02:07 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:02:07 ---> 5f1579fdd66e 20:02:07 Step 3/25 : ARG ADD_BUILD_TAGS="" 20:02:07 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:02:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:02:07 ---> 5f1579fdd66e 20:02:07 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:02:07 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:02:07 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:02:07 ---> 5f1579fdd66e 20:02:07 Step 3/27 : WORKDIR /edgex-go 20:02:07 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:02:07 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:02:07 ---> 5f1579fdd66e 20:02:07 Step 3/20 : WORKDIR /edgex-go 20:02:09 5abe8eddf0d5: Pull complete 20:02:09 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 20:02:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:02:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh 20:02:10 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:02:10 WORKDIR /edgex 20:02:10 COPY go.mod . 20:02:10 RUN go mod download 20:02:10 + docker build -t ci-base-image-arm64 -f - . 20:02:10 Sending build context to Docker daemon 2.934MB 20:02:10 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:02:10 ---> 6cb57ee374ae 20:02:10 Step 2/4 : WORKDIR /edgex 20:02:14 ---> Running in 8e271d9ef0a1 20:02:14 Removing intermediate container 8e271d9ef0a1 20:02:14 ---> 5d67f4b3a314 20:02:14 Step 3/4 : COPY go.mod . 20:02:14 ---> b8ee1eb9de98 20:02:14 Step 4/4 : RUN go mod download 20:02:14 ---> Running in 661686cf088b 20:02:19 ---> Running in 637c3279bc06 20:02:19 ---> Running in 2599819a4f88 20:02:19 ---> Running in 89771ed500b0 20:02:19 ---> Running in bc4fd7ad6cc6 20:02:19 ---> Running in f04b3173c497 20:02:19 Removing intermediate container 2599819a4f88 20:02:19 ---> 66e87f3a15e6 20:02:19 Step 4/23 : WORKDIR /edgex-go 20:02:19 Removing intermediate container bc4fd7ad6cc6 20:02:19 ---> f497ac21f672 20:02:19 Step 4/23 : WORKDIR /edgex-go 20:02:19 Removing intermediate container 637c3279bc06 20:02:19 ---> 3304e6ca6c3c 20:02:19 Step 4/25 : WORKDIR /edgex-go 20:02:19 Removing intermediate container f04b3173c497 20:02:19 ---> e35915d61a79 20:02:19 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 20:02:19 ---> Running in fd4b17e4dbf4 20:02:19 ---> Running in 6d2cebe2025c 20:02:19 Removing intermediate container 89771ed500b0 20:02:19 ---> 32715cfc8aee 20:02:19 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:02:19 ---> Running in aaed4661fe3e 20:02:19 ---> Running in e132c4683446 20:02:19 ---> Running in d48b9e8d1776 20:02:19 Removing intermediate container fd4b17e4dbf4 20:02:19 ---> f4d4ae309cef 20:02:19 Step 5/23 : RUN apk add --update --no-cache make git 20:02:19 Removing intermediate container 6d2cebe2025c 20:02:19 ---> 0225d8bedf95 20:02:19 Step 5/23 : RUN apk add --update --no-cache make git 20:02:19 Removing intermediate container aaed4661fe3e 20:02:19 ---> 1199805409d6 20:02:19 Step 5/25 : RUN apk add --update --no-cache make git 20:02:19 ---> Running in cdf142fa20f6 20:02:19 ---> Running in d0bd49ae3ffd 20:02:19 ---> Running in a9a817944bdc 20:02:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:20 OK: 265 MiB in 53 packages 20:02:20 OK: 265 MiB in 53 packages 20:02:20 OK: 265 MiB in 53 packages 20:02:20 v3.17.3-48-g8f562ebba80 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:02:20 v3.17.3-49-g329d1c33da4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:02:20 OK: 17823 distinct packages available 20:02:20 OK: 265 MiB in 53 packages 20:02:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:02:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:02:20 OK: 265 MiB in 53 packages 20:02:21 Removing intermediate container d48b9e8d1776 20:02:21 ---> 043efa8ae67f 20:02:21 Step 5/27 : COPY go.mod vendor* ./ 20:02:21 Removing intermediate container d0bd49ae3ffd 20:02:21 ---> 59ebd817c028 20:02:21 Step 6/23 : COPY go.mod vendor* ./ 20:02:21 Removing intermediate container cdf142fa20f6 20:02:21 ---> 4322cbd975d6 20:02:21 Step 6/23 : COPY go.mod vendor* ./ 20:02:21 Removing intermediate container a9a817944bdc 20:02:21 ---> 2bb993503bb8 20:02:21 Step 6/25 : COPY go.mod vendor* ./ 20:02:21 ---> b3cde904d9d2 20:02:21 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:21 ---> d14bb8eb2b11 20:02:21 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:21 ---> 3e88bebab2b3 20:02:21 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:21 ---> Running in 857c903201ec 20:02:21 ---> Running in 05dde0acdcc5 20:02:21 ---> Running in 59074e279cd7 20:02:21 ---> 68a9f3362041 20:02:21 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:21 Removing intermediate container e132c4683446 20:02:21 ---> 5cde69722ef6 20:02:21 Step 5/20 : COPY go.mod vendor* ./ 20:02:21 ---> Running in bc0b5cb18e30 20:02:21 ---> a18b630e2aa2 20:02:21 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:21 ---> Running in ed7a9678f6da 20:02:47 Removing intermediate container 661686cf088b 20:02:47 ---> 27df420bf62a 20:02:47 Successfully built 27df420bf62a 20:02:47 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:02:47 + docker inspect -f . ci-base-image-arm64 20:02:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:02:47 prd-ubuntu20.04-docker-arm64-4c-16g-7026 does not seem to be running inside a container 20:02:47 $ 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 20:02:49 $ docker top 32874e45bd0769c0838480791786db1e6c31b399f19d04d5578b5f0c08fb88ed -eo pid,comm [Pipeline] { [Pipeline] sh 20:02:49 + go version 20:02:49 go version go1.20.2 linux/arm64 [Pipeline] } 20:02:49 $ docker stop --time=1 32874e45bd0769c0838480791786db1e6c31b399f19d04d5578b5f0c08fb88ed 20:02:51 $ docker rm -f --volumes 32874e45bd0769c0838480791786db1e6c31b399f19d04d5578b5f0c08fb88ed [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:02:52 + docker inspect -f . ci-base-image-arm64 20:02:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:02:52 prd-ubuntu20.04-docker-arm64-4c-16g-7026 does not seem to be running inside a container 20:02:52 $ 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 20:02:53 $ docker top 7465bea64b1c43bc5f4082062a39bc25b98f0738b6d4ab034c5e8334e56108a8 -eo pid,comm [Pipeline] { [Pipeline] echo 20:02:53 ========================================================= 20:02:53 [edgeXBuildGoParallel] Running Tests and Build... 20:02:53 ========================================================= [Pipeline] sh 20:02:54 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 20:02:54 + make test 20:02:54 go test -race -coverprofile=coverage.out ./... 20:03:33 ? github.com/edgexfoundry/edgex-go [no test files] 20:03:43 Removing intermediate container bc0b5cb18e30 20:03:43 ---> 259482b7cebc 20:03:43 Step 8/25 : COPY . . 20:03:43 Removing intermediate container ed7a9678f6da 20:03:43 ---> e93f0012343c 20:03:43 Step 7/20 : COPY . . 20:03:43 Removing intermediate container 05dde0acdcc5 20:03:43 ---> e12aa4542411 20:03:43 Step 8/23 : COPY . . 20:03:43 Removing intermediate container 59074e279cd7 20:03:43 ---> e8d2f32cfbb2 20:03:43 Step 8/23 : COPY . . 20:03:43 Removing intermediate container 857c903201ec 20:03:43 ---> 9fb2b7ad4202 20:03:43 Step 7/27 : COPY . . 20:04:21 ---> dd1aef17ab82 20:04:21 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 20:04:21 ---> 970eb39581c2 20:04:21 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:04:21 ---> 46d7411635fc 20:04:21 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 20:04:21 ---> 545123695398 20:04:21 ---> 32a93b434548 20:04:21 Step 9/23 : RUN make cmd/support-scheduler/support-schedulerStep 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:04:21 20:04:21 ---> Running in e39d499b2f86 20:04:21 ---> Running in e340fbcb235b 20:04:21 ---> Running in c5fadd59774e 20:04:21 ---> Running in c9f2f46f2486 20:04:21 ---> Running in 52f71d096cfe 20:04:21 Removing intermediate container 52f71d096cfe 20:04:21 ---> 50766abd072a 20:04:21 Step 9/27 : WORKDIR /edgex-go/spire-build 20:04:21 ---> Running in 078ef2f38002 20:04:21 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 20:04:21 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 20:04:21 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 20:04:21 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 20:04:21 Removing intermediate container 078ef2f38002 20:04:21 ---> b7f4c9872f1b 20:04:21 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:04:23 ---> Running in a7201bca1719 20:04:23 Removing intermediate container a7201bca1719 20:04:23 ---> bd670dc53beb 20:04:23 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.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 20:04:23 ---> Running in 21e8d025ac21 20:04:27 Removing intermediate container 21e8d025ac21 20:04:27 ---> b07ce9b1fe38 20:04:27 Step 12/27 : WORKDIR /edgex-go 20:04:37 ---> Running in c246199a9285 20:04:39 Removing intermediate container c246199a9285 20:04:39 ---> a09736c08b39 20:04:39 20:04:39 Step 13/27 : FROM alpine:3.17 20:04:39 3.17: Pulling from library/alpine 20:04:41 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:04:41 Status: Downloaded newer image for alpine:3.17 20:04:41 ---> 9ed4aefc74f6 20:04:41 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:04:45 ---> Running in 46a8a0ac607a 20:04:46 Removing intermediate container 46a8a0ac607a 20:04:46 ---> 0c8786501320 20:04:46 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:04:46 ---> Running in b9e1dd866d7c 20:04:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:48 v3.17.3-48-g8f562ebba80 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:04:48 v3.17.3-49-g329d1c33da4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:04:48 OK: 17818 distinct packages available 20:04:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:04:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:04:48 (1/5) Installing dumb-init (1.2.5-r2) 20:04:48 (2/5) Installing musl-obstack (1.2.3-r0) 20:04:48 (3/5) Installing libucontext (1.2-r0) 20:04:48 (4/5) Installing gcompat (1.1.0-r0) 20:04:48 (5/5) Installing openssl (3.0.8-r3) 20:04:48 Executing busybox-1.35.0-r29.trigger 20:04:49 OK: 8 MiB in 20 packages 20:04:57 Removing intermediate container b9e1dd866d7c 20:04:57 ---> ab60a5ff656b 20:04:57 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:57 ---> 2cb34a06d0ce 20:04:57 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:05:04 ---> 90daaf2d608f 20:05:04 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:05:09 ---> 48d05c1acda2 20:05:09 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:05:09 Removing intermediate container e340fbcb235b 20:05:09 ---> 76afd2d4174e 20:05:09 20:05:09 Step 10/23 : FROM alpine:3.17 20:05:09 ---> 9ed4aefc74f6 20:05:09 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:05:09 Removing intermediate container e39d499b2f86 20:05:09 ---> 4deded310e01 20:05:09 20:05:09 Step 10/25 : FROM alpine:3.17 20:05:09 ---> 9ed4aefc74f6 20:05:09 Step 11/25 : RUN apk add --update --no-cache dumb-init 20:05:09 Removing intermediate container c5fadd59774e 20:05:09 ---> 26bf4c88f5e6 20:05:09 20:05:09 Step 9/20 : FROM alpine:3.17 20:05:09 ---> 9ed4aefc74f6 20:05:09 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:05:09 Removing intermediate container c9f2f46f2486 20:05:09 ---> 14127e07285f 20:05:09 20:05:09 Step 10/23 : FROM alpine:3.17 20:05:09 ---> 9ed4aefc74f6 20:05:09 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:05:15 ---> Running in 3dfc149a0b72 20:05:15 ---> Running in 7f13e412a94d 20:05:15 ---> Running in fbf490bbe355 20:05:15 ---> Running in b1328b5c6257 20:05:15 ---> 78b0bb48e5f9 20:05:15 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:05:17 Removing intermediate container 3dfc149a0b72 20:05:17 ---> 4393d14e7f95 20:05:17 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:05:17 Removing intermediate container fbf490bbe355 20:05:17 ---> 73bd80009e35 20:05:17 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:05:17 ---> 174bb17c2d1e 20:05:17 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:05:17 ---> Running in b3906be55ee3 20:05:17 ---> Running in 93693c145d9f 20:05:17 ---> 4fec7606b6e4 20:05:17 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:05:17 ---> 313939b03d54 20:05:17 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:05:17 ---> Running in d6a858f95900 20:05:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:05:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:05:17 Removing intermediate container d6a858f95900 20:05:17 ---> 1ad02956c672 20:05:17 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:05:17 ---> Running in e6c4fc7420e6 20:05:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:05:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:05:17 Removing intermediate container e6c4fc7420e6 20:05:17 ---> 97a2545b6673 20:05:17 Step 25/27 : LABEL arch=x86_64 20:05:17 ---> Running in f873aaa2c888 20:05:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:05:17 (1/1) Installing dumb-init (1.2.5-r2) 20:05:17 Executing busybox-1.35.0-r29.trigger 20:05:17 OK: 7 MiB in 16 packages 20:05:17 Removing intermediate container f873aaa2c888 20:05:17 ---> e8d9611761af 20:05:17 Step 26/27 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c 20:05:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:05:17 ---> Running in afe133f311f4 20:05:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:05:17 (1/1) Installing dumb-init (1.2.5-r2) 20:05:17 Executing busybox-1.35.0-r29.trigger 20:05:17 OK: 7 MiB in 16 packages 20:05:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:05:18 Removing intermediate container afe133f311f4 20:05:18 ---> cffa45c11e55 20:05:18 Step 27/27 : LABEL version=0.0.0 20:05:18 ---> Running in 2352924ac786 20:05:18 v3.17.3-48-g8f562ebba80 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:05:18 v3.17.3-49-g329d1c33da4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:05:18 OK: 17818 distinct packages available 20:05:18 (1/1) Installing dumb-init (1.2.5-r2) 20:05:18 Executing busybox-1.35.0-r29.trigger 20:05:18 OK: 7 MiB in 16 packages 20:05:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:05:18 Removing intermediate container 2352924ac786 20:05:18 ---> a5fa0a94668d 20:05:18 20:05:18 Removing intermediate container b1328b5c6257 20:05:18 ---> 5b03bcf43bdc 20:05:18 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:05:18 Successfully built a5fa0a94668d 20:05:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:05:18 ---> Running in 4700fff03c64 20:05:18 Successfully tagged security-spire-agent:latest 20:05:18  Building security-spire-agent ... done Building security-proxy-setup 20:05:18 Removing intermediate container 7f13e412a94d 20:05:18 ---> 6ebb7d5a5adc 20:05:18 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:05:18 ---> Running in 6702bd5d8a73 20:05:18 (1/9) Installing ca-certificates (20220614-r4) 20:05:18 (2/9) Installing brotli-libs (1.0.9-r9) 20:05:18 (3/9) Installing nghttp2-libs (1.51.0-r0) 20:05:18 (4/9) Installing libcurl (7.88.1-r1) 20:05:18 (5/9) Installing curl (7.88.1-r1) 20:05:18 (6/9) Installing dumb-init (1.2.5-r2) 20:05:18 (7/9) Installing musl-obstack (1.2.3-r0) 20:05:18 (8/9) Installing libucontext (1.2-r0) 20:05:18 (9/9) Installing gcompat (1.1.0-r0) 20:05:18 Executing busybox-1.35.0-r29.trigger 20:05:18 Executing ca-certificates-20220614-r4.trigger 20:05:18 OK: 10 MiB in 24 packages 20:05:21 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:05:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:05:21 ---> 5f1579fdd66e 20:05:21 Step 3/22 : WORKDIR /edgex-go 20:05:21 ---> Using cache 20:05:21 ---> 32715cfc8aee 20:05:21 Step 4/22 : RUN apk add --update --no-cache make git 20:05:23 Removing intermediate container 4700fff03c64 20:05:23 ---> 0a6ecd1a9b31 20:05:23 Step 13/25 : ENV APP_PORT=59881 20:05:23 Removing intermediate container b3906be55ee3 20:05:23 ---> e7576df95f63 20:05:23 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:05:23 ---> Running in acb5322a43a3 20:05:23 Removing intermediate container 6702bd5d8a73 20:05:23 ---> ad7c538704ea 20:05:23 Step 13/23 : ENV APP_PORT=59861 20:05:23 ---> Running in 0c12cc616ebe 20:05:23 ---> Running in 7decbb89f083 20:05:23 Removing intermediate container 0c12cc616ebe 20:05:23 ---> 170449b507c4 20:05:23 Step 14/25 : EXPOSE $APP_PORT 20:05:23 ---> 1644aaa6924f 20:05:23 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:05:23 ---> Running in 57fc0c8aed51 20:05:23 Removing intermediate container 7decbb89f083 20:05:23 ---> 17726177bc39 20:05:23 Step 14/23 : EXPOSE $APP_PORT 20:05:23 ---> Running in 3db9489a8d4c 20:05:23 Removing intermediate container 93693c145d9f 20:05:23 ---> dacc25214a89 20:05:23 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 20:05:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:05:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:05:23 ---> d5a97307888b 20:05:23 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 20:05:23 Removing intermediate container 57fc0c8aed51 20:05:23 ---> b86447fa16a8 20:05:23 Step 15/25 : WORKDIR / 20:05:23 Removing intermediate container 3db9489a8d4c 20:05:23 ---> 5e94d4372768 20:05:23 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:05:23 ---> Running in 9990d10a6538 20:05:23 ---> 4dac6823de08 20:05:23 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 20:05:23 OK: 265 MiB in 53 packages 20:05:24 Removing intermediate container 9990d10a6538 20:05:24 ---> 0d6e17779068 20:05:24 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:05:24 ---> 217ad28cb23c 20:05:24 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:05:24 ---> c916354ccca1 20:05:24 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:05:24 ---> 69edea404db0 20:05:24 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 20:05:24 ---> dc03e5958d69 20:05:24 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 20:05:25 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:05:25 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 20:05:25 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:05:25 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:05:25 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:05:25 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:05:25 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:05:25 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 20:05:25 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:05:25 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 20:05:25 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:05:25 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:05:25 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:05:25 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:05:25 ---> 0a1e01c13f15 20:05:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 20:05:25 Removing intermediate container acb5322a43a3 20:05:25 ---> d3535227eb8d 20:05:25 Step 5/22 : COPY go.mod vendor* ./ 20:05:25 ---> 74f2963340bd 20:05:25 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:05:25 ---> 06ca9d3f517a 20:05:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:05:25 ---> a49d06117ee9 20:05:25 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 20:05:25 ---> edc1e52e6bc3 20:05:25 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:05:25 ---> Running in 6904a9151e88 20:05:25 ---> ea9b99dd3737 20:05:25 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:05:26 ---> f790fc59facf 20:05:26 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 20:05:26 ---> Running in e4ed0c7b1da5 20:05:26 ---> cd521ea45228 20:05:26 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 20:05:26 ---> baee866a83d3 20:05:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 20:05:26 ---> Running in 28da8a889f58 20:05:26 Removing intermediate container 28da8a889f58 20:05:26 ---> 3a12c8c35ca9 20:05:26 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:05:26 ---> aa0f830b20e6 20:05:26 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 20:05:26 ---> a11182d7389e 20:05:26 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 20:05:26 ---> Running in 5ca1d9fca33a 20:05:26 ---> Running in b76c93a339c8 20:05:26 Removing intermediate container 5ca1d9fca33a 20:05:26 ---> a611d6ce59a6 20:05:26 Step 18/20 : LABEL arch=x86_64 20:05:26 ---> 03e604a36d95 20:05:26 Step 21/25 : ENTRYPOINT ["/core-metadata"] 20:05:26 Removing intermediate container b76c93a339c8 20:05:26 ---> ec5e4ab45f84 20:05:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:05:26 ---> Running in 3cbd03d54305 20:05:26 ---> Running in 6192ce8771a6 20:05:26 ---> Running in 7414e0efe060 20:05:27 Removing intermediate container 3cbd03d54305 20:05:27 ---> 5f8c39fb8a20 20:05:27 Step 19/20 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c 20:05:27 Removing intermediate container 6904a9151e88 20:05:27 ---> 8876026751f1 20:05:27 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:05:27 Removing intermediate container 6192ce8771a6 20:05:27 ---> 9ef148da013f 20:05:27 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:05:27 ---> Running in 9c47f532ae63 20:05:27 Removing intermediate container 7414e0efe060 20:05:27 ---> c0184bf12897 20:05:27 Step 21/23 : LABEL arch=x86_64 20:05:27 ---> Running in 0a1ffc1f16d9 20:05:27 ---> Running in 5876cadd1c0b 20:05:27 ---> Running in 111ea8fb16a7 20:05:27 Removing intermediate container 9c47f532ae63 20:05:27 ---> d5bc34489df8 20:05:27 Step 20/20 : LABEL version=0.0.0 20:05:27 ---> Running in 0d3ed48486a1 20:05:27 Removing intermediate container 0a1ffc1f16d9 20:05:27 ---> b2bc286096c4 20:05:27 Step 23/25 : LABEL arch=x86_64 20:05:27 Removing intermediate container 111ea8fb16a7 20:05:27 ---> ae0272d8a161 20:05:27 Step 22/23 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c 20:05:27 Removing intermediate container 5876cadd1c0b 20:05:27 ---> d2baa1498971 20:05:27 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 20:05:27 ---> Running in 35b16cd2be59 20:05:27 ---> Running in c0867bb75d29 20:05:27 ---> Running in 077a8db5a3ce 20:05:27 Removing intermediate container 0d3ed48486a1 20:05:27 ---> 6cde396e98fd 20:05:27 20:05:27 Successfully built 6cde396e98fd 20:05:27 Successfully tagged security-spiffe-token-provider:latest 20:05:27 Building core-command 20:05:27  Building security-spiffe-token-provider ... done Removing intermediate container c0867bb75d29 20:05:27 ---> 01958f99701d 20:05:27 Step 24/25 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c 20:05:27 Removing intermediate container 35b16cd2be59 20:05:27 ---> 2c189b3d77e9 20:05:27 Step 23/23 : LABEL version=0.0.0 20:05:27 Removing intermediate container 077a8db5a3ce 20:05:27 ---> 5cda9151b7f7 20:05:27 Step 21/23 : LABEL arch=x86_64 20:05:28 ---> Running in 824b35459f14 20:05:28 ---> Running in a69118a93a26 20:05:29 ---> Running in f7bed1b3bdcf 20:05:29 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:05:29 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:05:31 ---> 5f1579fdd66e 20:05:31 Step 3/24 : ARG ADD_BUILD_TAGS="" 20:05:31 ---> Using cache 20:05:31 ---> 3304e6ca6c3c 20:05:31 Step 4/24 : WORKDIR /edgex-go 20:05:31 ---> Using cache 20:05:31 ---> 1199805409d6 20:05:31 Step 5/24 : RUN apk add --update --no-cache make git 20:05:31 ---> Using cache 20:05:31 ---> 2bb993503bb8 20:05:31 Step 6/24 : COPY go.mod vendor* ./ 20:05:31 ---> Using cache 20:05:31 ---> 68a9f3362041 20:05:31 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:05:31 ---> Using cache 20:05:31 ---> 259482b7cebc 20:05:31 Step 8/24 : COPY . . 20:05:31 ---> Using cache 20:05:31 ---> dd1aef17ab82 20:05:31 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 20:05:32 Removing intermediate container a69118a93a26 20:05:32 Removing intermediate container 824b35459f14 20:05:32 ---> 11bf40abc64e 20:05:32 ---> 9402881651c9 20:05:32 20:05:32 Step 25/25 : LABEL version=0.0.0 20:05:32 ---> Running in ca72e414d6e5 20:05:32 Removing intermediate container f7bed1b3bdcf 20:05:32 ---> 484e2941d37a 20:05:32 Step 22/23 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c 20:05:32 ---> Running in 2aa6c5dcd009 20:05:32 ---> Running in 9d1a209bbf8b 20:05:32 Successfully built 11bf40abc64e 20:05:32 Successfully tagged support-scheduler:latest 20:05:32  Building support-scheduler ... done Building security-spire-config 20:05:32 Removing intermediate container 2aa6c5dcd009 20:05:32 ---> b2e8157a3208 20:05:32 20:05:32 Removing intermediate container 9d1a209bbf8b 20:05:32 ---> 2872951f2f36 20:05:32 Step 23/23 : LABEL version=0.0.0 20:05:32 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 20:05:32 Successfully built b2e8157a3208 20:05:32 Successfully tagged core-metadata:latest 20:05:32 Building support-notifications 20:05:32  Building core-metadata ... done  ---> Running in d158d65bfcda 20:05:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:05:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:05:35 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.247s coverage: 28.7% of statements 20:05:35 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:05:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:05:35 ---> 5f1579fdd66e 20:05:35 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:05:35 ---> Using cache 20:05:35 ---> 3304e6ca6c3c 20:05:35 Step 4/23 : WORKDIR /edgex-go 20:05:35 ---> Using cache 20:05:35 ---> 1199805409d6 20:05:35 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 20:05:36 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:05:36 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:05:36 ---> 5f1579fdd66e 20:05:36 Step 3/27 : WORKDIR /edgex-go 20:05:36 ---> Using cache 20:05:36 ---> 32715cfc8aee 20:05:36 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:05:36 ---> Using cache 20:05:36 ---> 043efa8ae67f 20:05:36 Step 5/27 : COPY go.mod vendor* ./ 20:05:36 ---> Using cache 20:05:36 ---> d14bb8eb2b11 20:05:36 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:05:36 ---> Using cache 20:05:36 ---> 9fb2b7ad4202 20:05:36 Step 7/27 : COPY . . 20:05:36 ---> Using cache 20:05:36 ---> 46d7411635fc 20:05:36 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 20:05:36 ---> Using cache 20:05:36 ---> 50766abd072a 20:05:36 Step 9/27 : WORKDIR /edgex-go/spire-build 20:05:36 ---> Using cache 20:05:36 ---> b7f4c9872f1b 20:05:36 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:05:36 ---> Using cache 20:05:36 ---> bd670dc53beb 20:05:36 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.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 20:05:36 ---> Using cache 20:05:36 ---> b07ce9b1fe38 20:05:36 Step 12/27 : WORKDIR /edgex-go 20:05:36 ---> Using cache 20:05:36 ---> a09736c08b39 20:05:36 20:05:36 Step 13/27 : FROM alpine:3.17 20:05:36 ---> 9ed4aefc74f6 20:05:36 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:05:36 ---> Using cache 20:05:36 ---> 0c8786501320 20:05:36 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:05:43 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.292s coverage: 98.5% of statements 20:05:45 Removing intermediate container d158d65bfcda 20:05:45 ---> 1c24828cc355 20:05:45 20:05:45 ---> Running in a5b2cbe4ab5d 20:05:45 ---> Running in 7638babebe5a 20:05:45 Successfully built 1c24828cc355 20:05:45 Successfully tagged core-common-config-bootstrapper:latest 20:05:45 Building security-spire-server 20:05:45  Building core-common-config-bootstrapper ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:05:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:05:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:05:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:05:45 v3.17.3-48-g8f562ebba80 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:05:45 v3.17.3-49-g329d1c33da4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:05:45 OK: 17818 distinct packages available 20:05:45 OK: 265 MiB in 53 packages 20:05:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:05:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:05:46 (1/4) Installing dumb-init (1.2.5-r2) 20:05:46 (2/4) Installing musl-obstack (1.2.3-r0) 20:05:46 (3/4) Installing libucontext (1.2-r0) 20:05:46 (4/4) Installing gcompat (1.1.0-r0) 20:05:46 Executing busybox-1.35.0-r29.trigger 20:05:46 OK: 7 MiB in 19 packages 20:05:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 20:05:48 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 20:05:48 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:05:50 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:05:50 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:05:50 ---> 5f1579fdd66e 20:05:50 Step 3/26 : WORKDIR /edgex-go 20:05:50 ---> Using cache 20:05:50 ---> 32715cfc8aee 20:05:50 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 20:05:50 ---> Using cache 20:05:50 ---> 043efa8ae67f 20:05:50 Step 5/26 : COPY go.mod vendor* ./ 20:05:50 ---> Using cache 20:05:50 ---> d14bb8eb2b11 20:05:50 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:05:50 ---> Using cache 20:05:50 ---> 9fb2b7ad4202 20:05:50 Step 7/26 : COPY . . 20:05:50 ---> Using cache 20:05:50 ---> 46d7411635fc 20:05:50 Step 8/26 : ARG SPIRE_RELEASE=1.2.1 20:05:50 ---> Using cache 20:05:50 ---> 50766abd072a 20:05:50 Step 9/26 : WORKDIR /edgex-go/spire-build 20:05:50 ---> Using cache 20:05:50 ---> b7f4c9872f1b 20:05:50 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:05:50 ---> Using cache 20:05:50 ---> bd670dc53beb 20:05:50 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.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 20:05:51 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.408s coverage: 71.3% of statements 20:05:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:05:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:05:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.311s coverage: 54.0% of statements 20:05:55 ---> Running in 05157a6e5508 20:05:55 Removing intermediate container 7638babebe5a 20:05:55 ---> 9cc931a7b193 20:05:55 Step 6/23 : COPY go.mod vendor* ./ 20:05:56 Removing intermediate container a5b2cbe4ab5d 20:05:56 ---> 5966c37ed686 20:05:56 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:05:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 20:05:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:05:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:05:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:05:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:06:00 ---> 587c97b58a30 20:06:00 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:06:01 ---> 46910a85110e 20:06:01 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:06:01 ---> Running in 5913095b9c77 20:06:01 Removing intermediate container ca72e414d6e5 20:06:01 ---> 3b4152eb4003 20:06:01 20:06:01 Step 10/24 : FROM alpine:3.17 20:06:01 ---> 9ed4aefc74f6 20:06:01 Step 11/24 : RUN apk add --update --no-cache dumb-init 20:06:01 ---> Using cache 20:06:01 ---> 6ebb7d5a5adc 20:06:01 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:06:01 ---> Using cache 20:06:01 ---> ad7c538704ea 20:06:01 Step 13/24 : ENV APP_PORT=59882 20:06:01 ---> Running in 3ab83b80f2e2 20:06:01 Removing intermediate container 05157a6e5508 20:06:01 ---> 2f84d8bf3224 20:06:01 Step 12/26 : WORKDIR /edgex-go 20:06:01 ---> Running in 8f3083faa67d 20:06:01 ---> 810f137a2d30 20:06:01 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:06:01 Removing intermediate container 3ab83b80f2e2 20:06:01 ---> 4da02e8b2911 20:06:01 Step 14/24 : EXPOSE $APP_PORT 20:06:02 ---> Running in 1c42be02afbb 20:06:02 Removing intermediate container 8f3083faa67d 20:06:02 ---> dd5e168eebce 20:06:02 20:06:02 Step 13/26 : FROM alpine:3.17 20:06:02 ---> 9ed4aefc74f6 20:06:02 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:06:02 ---> Using cache 20:06:02 ---> 0c8786501320 20:06:02 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:06:02 ---> Using cache 20:06:02 ---> ab60a5ff656b 20:06:02 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 20:06:02 ---> Using cache 20:06:02 ---> 2cb34a06d0ce 20:06:02 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 20:06:02 ---> Using cache 20:06:04 ---> 90daaf2d608f 20:06:04 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:06:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:06:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:06:04 Removing intermediate container 1c42be02afbb 20:06:04 ---> c2bd6e66db9d 20:06:04 Step 15/24 : WORKDIR / 20:06:04 ---> Running in adcb89778d1d 20:06:04 ---> 3bf8a25326b9 20:06:04 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:06:10 Removing intermediate container adcb89778d1d 20:06:10 ---> 580406b091d4 20:06:10 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:06:10 ---> ef16dfd71213 20:06:10 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:06:10 ---> e0a44718255c 20:06:10 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:06:10 ---> edb392561f8f 20:06:10 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 20:06:10 ---> Running in 709be0df2728 20:06:10 ---> dfcc51907095 20:06:10 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:06:10 Removing intermediate container 709be0df2728 20:06:10 ---> f478d1d51233 20:06:10 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:06:10 ---> 0a2c2001c7ed 20:06:10 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:06:10 Removing intermediate container e4ed0c7b1da5 20:06:10 ---> a0bd4da0f0a3 20:06:10 Step 7/22 : COPY . . 20:06:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 14.297s coverage: 88.5% of statements 20:06:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.471s coverage: 3.9% of statements 20:06:17 ---> d1d275deaaa1 20:06:17 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:06:17 ---> 222a2518358e 20:06:17 Step 22/27 : WORKDIR / 20:06:17 ---> 1987b7174746 20:06:17 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 20:06:17 ---> Running in ec7359a2b03b 20:06:17 ---> dea551e724ae 20:06:17 Step 8/22 : RUN make cmd/secrets-config/secrets-config 20:06:17 ---> Running in 89324d50177d 20:06:17 Removing intermediate container ec7359a2b03b 20:06:17 ---> c70c5bac2c17 20:06:17 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:06:17 ---> a7cbd4b971f2 20:06:17 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:06:17 ---> 4460d7b3d86b 20:06:17 Step 20/24 : ENTRYPOINT ["/core-command"] 20:06:17 ---> Running in 5509974534c6 20:06:17 ---> Running in 14a765665a67 20:06:17 ---> Running in f1344a374c19 20:06:17 Removing intermediate container f1344a374c19 20:06:17 ---> 105ae4ba468f 20:06:17 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:06:17 Removing intermediate container 14a765665a67 20:06:17 ---> 755fcd8f33fc 20:06:17 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:06:17 Removing intermediate container 5509974534c6 20:06:17 ---> 7b9dd31f4b36 20:06:17 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:06:17 ---> Running in 0cb81ba3362b 20:06:17 ---> Running in 3dab7492f2f2 20:06:17 ---> Running in cbcd9c07a65c 20:06:17 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 20:06:17 Removing intermediate container cbcd9c07a65c 20:06:17 ---> cb75f8fe55d9 20:06:17 Step 22/24 : LABEL arch=x86_64 20:06:17 Removing intermediate container 0cb81ba3362b 20:06:17 ---> 0c54ea467bfd 20:06:17 Step 25/27 : LABEL arch=x86_64 20:06:17 Removing intermediate container 3dab7492f2f2 20:06:17 ---> 1e2c091353e4 20:06:17 Step 24/26 : LABEL arch=x86_64 20:06:17 ---> Running in 11b49fc4d75f 20:06:17 ---> Running in ce0b6eaf3423 20:06:17 ---> Running in 9cc49bba2a79 20:06:17 Removing intermediate container 11b49fc4d75f 20:06:17 ---> bb68b3ab1243 20:06:17 Step 23/24 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c 20:06:18 ---> Running in 34c72717f481 20:06:18 Removing intermediate container 9cc49bba2a79 20:06:18 ---> cb729aa716d9 20:06:18 Step 26/27 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c 20:06:18 Removing intermediate container ce0b6eaf3423 20:06:18 ---> 16737b8b7fd7 20:06:18 Step 25/26 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c 20:06:18 ---> Running in 34e875f67c08 20:06:18 ---> Running in bb0f91189442 20:06:18 Removing intermediate container 34c72717f481 20:06:18 ---> 82b36f303f76 20:06:18 Step 24/24 : LABEL version=0.0.0 20:06:18 ---> Running in d8f1a2b0fc18 20:06:18 Removing intermediate container 34e875f67c08 20:06:18 ---> dd6c3d41d7b3 20:06:18 Step 26/26 : LABEL version=0.0.0 20:06:18 Removing intermediate container bb0f91189442 20:06:18 ---> d84f9b827d18 20:06:18 Step 27/27 : LABEL version=0.0.0 20:06:18 ---> Running in c9e3e0826f06 20:06:18 Removing intermediate container d8f1a2b0fc18 20:06:18 ---> 8eaca182fb05 20:06:18 20:06:18 ---> Running in c92e720dcea6 20:06:18 Successfully built 8eaca182fb05 20:06:18 Removing intermediate container c9e3e0826f06 20:06:18 ---> 6f6125094185 20:06:18 20:06:18 Successfully tagged core-command:latest 20:06:18  Building core-command ... done Building core-data 20:06:18 Removing intermediate container c92e720dcea6 20:06:18 ---> 0eef806a1ccc 20:06:18 20:06:18 Successfully built 6f6125094185 20:06:18 Successfully tagged security-spire-server:latest 20:06:18  Building security-spire-server ... done Building security-proxy-auth 20:06:18 Successfully built 0eef806a1ccc 20:06:18 Successfully tagged security-spire-config:latest 20:06:18  Building security-spire-config ... done Building security-bootstrapper 20:06:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:06:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:06:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 20:06:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.681s coverage: 95.6% of statements 20:06:20 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:06:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:06:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:06:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:06:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:06:20 ok github.com/edgexfoundry/edgex-go/internal/io 0.197s coverage: 72.2% of statements 20:06:25 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:06:25 Step 2/33 : FROM ${BUILDER_BASE} AS builder 20:06:25 ---> 5f1579fdd66e 20:06:25 Step 3/33 : WORKDIR /edgex-go 20:06:25 ---> Using cache 20:06:25 ---> 32715cfc8aee 20:06:25 Step 4/33 : RUN apk add --update --no-cache make git 20:06:25 ---> Using cache 20:06:25 ---> d3535227eb8d 20:06:25 Step 5/33 : COPY go.mod vendor* ./ 20:06:25 ---> Using cache 20:06:25 ---> ea9b99dd3737 20:06:25 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:06:25 ---> Using cache 20:06:25 ---> a0bd4da0f0a3 20:06:25 Step 7/33 : COPY . . 20:06:25 ---> Using cache 20:06:25 ---> dea551e724ae 20:06:25 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:06:25 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:06:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:06:25 ---> 5f1579fdd66e 20:06:25 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:06:25 ---> Using cache 20:06:25 ---> 3304e6ca6c3c 20:06:25 Step 4/23 : WORKDIR /edgex-go 20:06:25 ---> Using cache 20:06:25 ---> 1199805409d6 20:06:25 Step 5/23 : RUN apk add --update --no-cache make git 20:06:25 ---> Using cache 20:06:25 ---> 2bb993503bb8 20:06:25 Step 6/23 : COPY go.mod vendor* ./ 20:06:25 ---> Using cache 20:06:25 ---> 68a9f3362041 20:06:25 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:06:25 ---> Using cache 20:06:25 ---> 259482b7cebc 20:06:25 Step 8/23 : COPY . . 20:06:25 ---> Using cache 20:06:25 ---> dd1aef17ab82 20:06:25 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 20:06:25 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:06:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:06:25 ---> 5f1579fdd66e 20:06:25 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:06:25 ---> Using cache 20:06:25 ---> 3304e6ca6c3c 20:06:25 Step 4/23 : WORKDIR /edgex-go 20:06:25 ---> Using cache 20:06:25 ---> 1199805409d6 20:06:25 Step 5/23 : RUN apk add --update --no-cache make git 20:06:25 ---> Using cache 20:06:25 ---> 2bb993503bb8 20:06:25 Step 6/23 : COPY go.mod vendor* ./ 20:06:25 ---> Using cache 20:06:25 ---> 68a9f3362041 20:06:25 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:06:25 ---> Using cache 20:06:25 ---> 259482b7cebc 20:06:25 Step 8/23 : COPY . . 20:06:25 ---> Using cache 20:06:25 ---> dd1aef17ab82 20:06:25 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 20:06:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:06:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:06:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:06:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.238s coverage: 65.9% of statements 20:06:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:06:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:06:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.395s coverage: 0.9% of statements 20:06:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.252s coverage: 29.0% of statements 20:06:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.274s coverage: 44.1% of statements 20:06:40 ---> Running in 4c01c044ffa4 20:06:40 ---> Running in ea9c117feb14 20:06:40 ---> Running in 1a0a18cfba3f 20:06:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.273s coverage: 82.9% of statements 20:06:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.265s coverage: 94.1% of statements 20:06:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.258s coverage: 96.3% of statements 20:06:40 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 20:06:40 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 20:06:41 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 20:06:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.204s coverage: 87.5% of statements 20:06:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:06:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:06:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:06:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:06:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:06:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 20:06:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 20:06:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 20:06:53 Removing intermediate container 89324d50177d 20:06:53 ---> eeec75bb769f 20:06:53 20:06:53 Step 9/22 : FROM alpine:3.17 20:06:53 ---> 9ed4aefc74f6 20:06:53 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 20:06:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.218s coverage: 94.4% of statements 20:06:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:06:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:06:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:06:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:06:57 ---> Running in 99c9bda8c938 20:06:57 Removing intermediate container 5913095b9c77 20:06:57 ---> cc70fb9ae0cb 20:06:57 Step 8/23 : COPY . . 20:06:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:06:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:06:57 (1/2) Installing dumb-init (1.2.5-r2) 20:06:57 (2/2) Installing openssl (3.0.8-r3) 20:06:57 Executing busybox-1.35.0-r29.trigger 20:06:57 OK: 8 MiB in 17 packages 20:07:00 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:07:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:07:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:07:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 20:07:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.078s coverage: 79.9% of statements 20:07:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.240s coverage: 92.9% of statements 20:07:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.091s coverage: 64.4% of statements 20:07:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.203s coverage: 62.3% of statements 20:07:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.209s coverage: 87.2% of statements 20:07:09 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.171s coverage: 20.0% of statements 20:07:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.176s coverage: 100.0% of statements 20:07:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.449s coverage: 81.2% of statements 20:07:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.528s coverage: 82.1% of statements 20:07:10 Removing intermediate container 99c9bda8c938 20:07:10 ---> 12140fe3a35f 20:07:10 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:07:10 ---> Running in 292d753cba62 20:07:10 ---> 45fab39723f0 20:07:10 Step 9/23 : RUN make cmd/support-notifications/support-notifications 20:07:10 ---> Running in 7fe938a15a26 20:07:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:07:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.247s coverage: 86.0% of statements 20:07:11 Removing intermediate container 292d753cba62 20:07:11 ---> e83e30316cbf 20:07:11 Step 12/22 : WORKDIR /edgex 20:07:15 ---> Running in ddba11095e0f 20:07:15 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 20:07:15 Removing intermediate container ddba11095e0f 20:07:15 ---> 80a92c8d4282 20:07:15 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:07:15 Removing intermediate container ea9c117feb14 20:07:15 ---> 57b809b26c6f 20:07:15 20:07:15 Step 10/23 : FROM alpine:3.17 20:07:15 ---> 9ed4aefc74f6 20:07:15 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:07:15 ---> Using cache 20:07:15 ---> 4393d14e7f95 20:07:15 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:07:15 ---> Using cache 20:07:15 ---> e7576df95f63 20:07:15 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:07:15 ---> Using cache 20:07:15 Removing intermediate container 4c01c044ffa4 20:07:15 ---> 566dfabeb39a 20:07:15 20:07:15 Step 9/33 : FROM alpine:3.17 20:07:15 ---> 9ed4aefc74f6 20:07:15 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:07:15 ---> Using cache 20:07:15 ---> 73bd80009e35 20:07:15 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 20:07:15 ---> 1644aaa6924f 20:07:15 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:07:15 ---> Using cache 20:07:15 Removing intermediate container 1a0a18cfba3f 20:07:15 ---> 3eb2799b2496 20:07:15 20:07:15 Step 10/23 : FROM alpine:3.17 20:07:15 ---> 9ed4aefc74f6 20:07:15 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:07:15 ---> d5a97307888b 20:07:15 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 20:07:15 ---> Running in a3fd5d8d0440 20:07:15 ---> Running in 5910e5446197 20:07:15 ---> cc55e5f0dddb 20:07:15 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 20:07:15 Removing intermediate container 5910e5446197 20:07:15 ---> a10237a54f8b 20:07:15 Step 12/23 : ENV APP_PORT=59880 20:07:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:07:15 ---> 917fe25c3df3 20:07:15 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 20:07:15 ---> 06f094010a03 20:07:15 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 20:07:15 ---> Running in 259c0b96db97 20:07:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:07:15 Removing intermediate container 259c0b96db97 20:07:15 ---> 242049dcb1c1 20:07:15 Step 13/23 : EXPOSE $APP_PORT 20:07:15 ---> Running in bf5d698128ce 20:07:15 ---> d43920f06687 20:07:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 20:07:15 ---> 141273a122f0 20:07:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:07:15 Removing intermediate container bf5d698128ce 20:07:15 ---> 4dfed1bf1e85 20:07:15 Step 14/23 : RUN apk add --update --no-cache dumb-init 20:07:15 (1/2) Installing dumb-init (1.2.5-r2) 20:07:15 (2/2) Installing su-exec (0.2-r2) 20:07:15 Executing busybox-1.35.0-r29.trigger 20:07:16 OK: 7 MiB in 17 packages 20:07:16 ---> Running in 3076ef4069e4 20:07:16 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:07:16 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:07:16 ---> cc3092ae40dc 20:07:16 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:07:16 ---> Running in 6d6ba057b531 20:07:16 ---> 8831383e30da 20:07:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:07:16 Removing intermediate container a3fd5d8d0440 20:07:16 ---> 582b14e9f7a8 20:07:16 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 20:07:16 ---> ec13e4b916f4 20:07:16 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:07:16 ---> Running in e810c92eb5f9 20:07:16 ---> Running in 4c84edcb5745 20:07:16 Removing intermediate container 4c84edcb5745 20:07:16 ---> 33f6775dbf9a 20:07:16 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 20:07:16 ---> Running in 6a3279f33ef3 20:07:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:07:16 Removing intermediate container 6a3279f33ef3 20:07:16 ---> 7856e9309f6f 20:07:16 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 20:07:16 ---> Running in 5a91199f0314 20:07:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:07:16 Removing intermediate container 5a91199f0314 20:07:16 ---> 3b670a682e18 20:07:16 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 20:07:16 ---> Running in 309dda109c4e 20:07:16 (1/1) Installing dumb-init (1.2.5-r2) 20:07:16 Removing intermediate container 309dda109c4e 20:07:16 ---> d4134a55ad38 20:07:16 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 20:07:16 Executing busybox-1.35.0-r29.trigger 20:07:16 OK: 7 MiB in 16 packages 20:07:16 ---> Running in 04b5e916c6ff 20:07:16 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.985s coverage: 63.1% of statements 20:07:16 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.240s coverage: 100.0% of statements 20:07:17 Removing intermediate container 6d6ba057b531 20:07:17 ---> 4538f829debe 20:07:17 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:07:17 ---> Running in a7dc70c935ca 20:07:17 Removing intermediate container e810c92eb5f9 20:07:17 ---> 50f29bba28b0 20:07:17 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 20:07:17 ---> Running in 88d8e96f1d51 20:07:17 Removing intermediate container a7dc70c935ca 20:07:17 ---> c6b84ff32c24 20:07:17 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 20:07:17 Removing intermediate container 3076ef4069e4 20:07:17 ---> 67d69124fbc9 20:07:17 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:07:17 Removing intermediate container 88d8e96f1d51 20:07:17 ---> adcc94dd11e3 20:07:17 Step 20/22 : LABEL arch=x86_64 20:07:17 ---> Running in bce64dc5f67e 20:07:17 ---> Running in 892c822782b1 20:07:17 Removing intermediate container 892c822782b1 20:07:17 ---> e87a1948a85f 20:07:17 Step 21/22 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c 20:07:17 Removing intermediate container bce64dc5f67e 20:07:17 ---> 845913da149e 20:07:17 Step 21/23 : LABEL arch=x86_64 20:07:17 ---> 5dbcc002d6e5 20:07:17 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:07:17 ---> Running in 757c9ae95bac 20:07:17 ---> Running in e7c4139b3659 20:07:17 ---> 3de055c89701 20:07:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:07:18 Removing intermediate container 757c9ae95bac 20:07:18 ---> 828313cfbc72 20:07:18 Step 22/22 : LABEL version=0.0.0 20:07:18 Removing intermediate container e7c4139b3659 20:07:18 ---> 55bc6125ed3e 20:07:18 Step 22/23 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c 20:07:18 ---> Running in 8f0c756c8442 20:07:18 ---> Running in 9fb21218bb7b 20:07:18 Removing intermediate container 04b5e916c6ff 20:07:18 ---> 5a8aeb62fa27 20:07:18 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 20:07:18 ---> 9f97aa85f765 20:07:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 20:07:18 ---> Running in 084991d5b8a0 20:07:18 Removing intermediate container 8f0c756c8442 20:07:18 ---> 600953fc5368 20:07:18 Step 23/23 : LABEL version=0.0.0 20:07:18 Removing intermediate container 9fb21218bb7b 20:07:18 ---> 247aebff3497 20:07:18 20:07:18 ---> Running in 815512b8e504 20:07:18 Successfully built 247aebff3497 20:07:18 Successfully tagged security-proxy-setup:latest 20:07:18 Building security-secretstore-setup 20:07:18  Building security-proxy-setup ... done Removing intermediate container 084991d5b8a0 20:07:18 ---> 0a7b86f2ce71 20:07:18 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 20:07:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.142s coverage: 89.4% of statements 20:07:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.106s coverage: 100.0% of statements 20:07:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.094s coverage: 73.7% of statements 20:07:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 20:07:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 20:07:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 20:07:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.073s coverage: 100.0% of statements 20:07:19 Removing intermediate container 815512b8e504 20:07:19 ---> 19d1173808bf 20:07:19 20:07:19 Successfully built 19d1173808bf 20:07:22 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:07:22 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:07:22 Successfully tagged security-proxy-auth:latest 20:07:22 ---> 5f1579fdd66e 20:07:22  Building security-proxy-auth ... done Step 3/25 : WORKDIR /edgex-go 20:07:22 ---> Using cache 20:07:22 ---> 32715cfc8aee 20:07:22 Step 4/25 : RUN apk add --update --no-cache make git 20:07:22 ---> Using cache 20:07:22 ---> d3535227eb8d 20:07:22 Step 5/25 : COPY go.mod vendor* ./ 20:07:22 ---> 98fe5ba48d28 20:07:22 Step 19/23 : ENTRYPOINT ["/core-data"] 20:07:22 ---> Using cache 20:07:22 ---> ea9b99dd3737 20:07:22 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:07:22 ---> Using cache 20:07:22 ---> a0bd4da0f0a3 20:07:22 Step 7/25 : COPY . . 20:07:22 ---> Using cache 20:07:22 ---> dea551e724ae 20:07:22 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:07:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:07:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:07:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:07:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.022s coverage: 38.4% of statements 20:07:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.254s coverage: 89.5% of statements 20:07:27 ---> 8f5d83e3095f 20:07:27 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 20:07:27 ---> Running in 7a2e17d1a2e1 20:07:27 ---> Running in bffda96f971f 20:07:27 ---> Running in 28355e3cc07e 20:07:27 Removing intermediate container 7a2e17d1a2e1 20:07:27 ---> db625d317af5 20:07:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:07:28 ---> Running in ffc8d044d79c 20:07:28 Removing intermediate container ffc8d044d79c 20:07:28 ---> 1c9a71d396a4 20:07:28 Step 21/23 : LABEL arch=x86_64 20:07:28 ---> Running in 791684f391ff 20:07:28 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 20:07:28 Removing intermediate container 791684f391ff 20:07:28 ---> 304a134cf09d 20:07:28 Step 22/23 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c 20:07:28 ---> Running in 90d3049f4597 20:07:28 Removing intermediate container 90d3049f4597 20:07:28 ---> 4d5a74fcedad 20:07:28 Step 23/23 : LABEL version=0.0.0 20:07:28 ---> Running in e1418770dd7b 20:07:28 Removing intermediate container e1418770dd7b 20:07:28 ---> 697274504601 20:07:28 20:07:28 Removing intermediate container 28355e3cc07e 20:07:28 ---> ad3d4c110e57 20:07:28 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 20:07:28 Successfully built 697274504601 20:07:28 Successfully tagged core-data:latest 20:07:28  Building core-data ... done  ---> 9085f29fcb10 20:07:28 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 20:07:29 ---> eac0b74ac1a1 20:07:29 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:07:30 ---> 1c62a2c31264 20:07:30 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 20:07:31 ---> 8ab9eba7fb2f 20:07:31 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 20:07:31 ---> d7e079323ac6 20:07:31 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 20:07:31 ---> 1bc56d6aa0e2 20:07:31 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 20:07:32 ---> f47d112c94af 20:07:32 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:07:32 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 20:07:32 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 20:07:32 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 20:07:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:07:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.230s coverage: 84.8% of statements 20:07:33 ---> 8d012233e795 20:07:33 Step 28/33 : RUN chmod +x /entrypoint.sh 20:07:33 ---> Running in 9ebf8a99a79e 20:07:37 Removing intermediate container 9ebf8a99a79e 20:07:37 ---> 600beb6fb589 20:07:37 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 20:07:37 ---> Running in 09005f48a127 20:07:37 Removing intermediate container 09005f48a127 20:07:37 ---> 85c3b090636f 20:07:37 Step 30/33 : CMD ["gate"] 20:07:37 ---> Running in caaa6c0b6b98 20:07:37 Removing intermediate container caaa6c0b6b98 20:07:37 ---> f05ef2fb3ce7 20:07:37 Step 31/33 : LABEL arch=x86_64 20:07:37 ---> Running in b43896d34fa7 20:07:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:07:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:07:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:07:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:07:38 Removing intermediate container b43896d34fa7 20:07:38 ---> 0ea0579899f0 20:07:38 Step 32/33 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c 20:07:38 ---> Running in 079113c477cb 20:07:38 Removing intermediate container 079113c477cb 20:07:38 ---> 3e7155bbd6ba 20:07:38 Step 33/33 : LABEL version=0.0.0 20:07:38 ---> Running in ab728e45b864 20:07:38 Removing intermediate container ab728e45b864 20:07:38 ---> 291b1bbea24a 20:07:38 20:07:38 Successfully built 291b1bbea24a 20:07:38 Successfully tagged security-bootstrapper:latest 20:07:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.288s coverage: 17.7% of statements 20:07:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:07:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:07:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:07:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:07:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.559s coverage: 92.3% of statements 20:07:45  Building security-bootstrapper ... done Removing intermediate container 7fe938a15a26 20:07:45 ---> 1da7abac70f4 20:07:45 20:07:45 Step 10/23 : FROM alpine:3.17 20:07:45 ---> 9ed4aefc74f6 20:07:45 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 20:07:45 ---> Running in 633402411ff5 20:07:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:07:45 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 20:07:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:07:45 (1/2) Installing ca-certificates (20220614-r4) 20:07:45 (2/2) Installing dumb-init (1.2.5-r2) 20:07:45 Executing busybox-1.35.0-r29.trigger 20:07:45 Executing ca-certificates-20220614-r4.trigger 20:07:45 OK: 8 MiB in 17 packages 20:07:45 Removing intermediate container 633402411ff5 20:07:45 ---> d870a22d0820 20:07:45 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 20:07:45 ---> Running in 4c8bdd889bc6 20:07:45 Removing intermediate container 4c8bdd889bc6 20:07:45 ---> 8f68d6b3a31b 20:07:45 Step 13/23 : ENV APP_PORT=59860 20:07:46 ---> Running in db6348ea4606 20:07:46 Removing intermediate container db6348ea4606 20:07:46 ---> 216f408b398f 20:07:46 Step 14/23 : EXPOSE $APP_PORT 20:07:46 ---> Running in 06741387ce17 20:07:46 Removing intermediate container 06741387ce17 20:07:46 ---> 20e978484f8d 20:07:46 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:07:48 ---> fc4ec3466272 20:07:48 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:07:48 ---> 21919e3b511a 20:07:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:07:48 Removing intermediate container bffda96f971f 20:07:48 ---> 8401639f4572 20:07:48 20:07:48 Step 9/25 : FROM alpine:3.17 20:07:48 ---> 9ed4aefc74f6 20:07:48 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:07:48 ---> Running in c1517b52876d 20:07:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:07:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:07:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:07:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:07:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.277s coverage: 61.5% of statements 20:07:49 (1/3) Installing ca-certificates (20220614-r4) 20:07:49 (2/3) Installing dumb-init (1.2.5-r2) 20:07:49 (3/3) Installing su-exec (0.2-r2) 20:07:49 Executing busybox-1.35.0-r29.trigger 20:07:49 Executing ca-certificates-20220614-r4.trigger 20:07:49 ---> d26b8ac4d328 20:07:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 20:07:49 OK: 8 MiB in 18 packages 20:07:49 ---> a74f68adfbf7 20:07:49 Step 19/23 : ENTRYPOINT ["/support-notifications"] 20:07:49 ---> Running in 7359849929b4 20:07:49 Removing intermediate container 7359849929b4 20:07:49 ---> 24a63f26840f 20:07:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:07:49 ---> Running in 5cb7cbac5d25 20:07:49 Removing intermediate container 5cb7cbac5d25 20:07:49 ---> d733f0927d85 20:07:49 Step 21/23 : LABEL arch=x86_64 20:07:49 ---> Running in 810ffc45e696 20:07:49 Removing intermediate container c1517b52876d 20:07:49 ---> cd93955df16d 20:07:49 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:07:49 ---> Running in ba927a4dd6d5 20:07:49 Removing intermediate container 810ffc45e696 20:07:49 ---> 7297359bf292 20:07:49 Step 22/23 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c 20:07:49 ---> Running in e9c2dd32b0f1 20:07:49 Removing intermediate container ba927a4dd6d5 20:07:49 ---> 03039e455aac 20:07:49 Step 12/25 : WORKDIR / 20:07:49 ---> Running in 4818787b85cb 20:07:49 Removing intermediate container e9c2dd32b0f1 20:07:49 ---> ba53259eab9a 20:07:49 Step 23/23 : LABEL version=0.0.0 20:07:49 ---> Running in a6d7a5b1f902 20:07:49 Removing intermediate container 4818787b85cb 20:07:49 ---> ca831bdeec6e 20:07:49 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:07:49 Removing intermediate container a6d7a5b1f902 20:07:49 ---> c2507a95c4fb 20:07:49 20:07:49 Successfully built c2507a95c4fb 20:07:49 Successfully tagged support-notifications:latest 20:07:50  Building support-notifications ... done  ---> 953a6388e3d6 20:07:50 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 20:07:50 ---> 76a9138229b4 20:07:50 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:07:50 ---> 3eadb21b67e7 20:07:50 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 20:07:50 ---> 8e1ef2b516ed 20:07:50 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 20:07:50 ---> 04f34f759d97 20:07:50 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:07:50 ---> 7a578c3a1d0b 20:07:50 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:07:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:07:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:07:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.392s coverage: 97.7% of statements 20:07:51 ---> 01a609a701dc 20:07:51 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:07:51 ---> 385cfc394483 20:07:51 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:07:51 ---> Running in 3ef94ffa0855 20:07:51 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 20:07:51 WARNING: Linting skipped (not on x86_64 or linter not installed) 20:07:51 go vet ./... 20:07:52 Removing intermediate container 3ef94ffa0855 20:07:52 ---> 95b2406b5dbe 20:07:52 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 20:07:52 ---> Running in 08935f14a6ed 20:07:52 Removing intermediate container 08935f14a6ed 20:07:52 ---> fc4568406412 20:07:52 Step 23/25 : LABEL arch=x86_64 20:07:52 ---> Running in 753199004c33 20:07:52 Removing intermediate container 753199004c33 20:07:52 ---> c96aa03e778c 20:07:52 Step 24/25 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c 20:07:52 ---> Running in e776857715ae 20:07:52 Removing intermediate container e776857715ae 20:07:52 ---> 2e0ef7fbbb81 20:07:52 Step 25/25 : LABEL version=0.0.0 20:07:52 ---> Running in 48cd762ad4ab 20:07:52 Removing intermediate container 48cd762ad4ab 20:07:52 ---> c11d5cd6bf8f 20:07:52 20:07:52 Successfully built c11d5cd6bf8f 20:07:52 Successfully tagged security-secretstore-setup:latest 20:07:52  Building security-secretstore-setup ... done  [Pipeline] } 20:07:52 $ docker stop --time=1 d973cf6547cddced58885ee4043aee9b54b11967a064427cca13da8825318e5c 20:07:53 $ docker rm -f --volumes d973cf6547cddced58885ee4043aee9b54b11967a064427cca13da8825318e5c [Pipeline] // withDockerContainer [Pipeline] sh 20:07:54 + docker images 20:07:54 REPOSITORY TAG IMAGE ID CREATED SIZE 20:07:54 security-secretstore-setup latest c11d5cd6bf8f 2 seconds ago 32.8MB 20:07:54 support-notifications latest c2507a95c4fb 5 seconds ago 32.7MB 20:07:54 8401639f4572 7 seconds ago 1.68GB 20:07:54 1da7abac70f4 14 seconds ago 1.75GB 20:07:54 security-bootstrapper latest 291b1bbea24a 16 seconds ago 22.2MB 20:07:54 core-data latest 697274504601 26 seconds ago 20MB 20:07:54 security-proxy-auth latest 19d1173808bf 36 seconds ago 18.3MB 20:07:54 security-proxy-setup latest 247aebff3497 36 seconds ago 18.7MB 20:07:54 3eb2799b2496 40 seconds ago 1.69GB 20:07:54 566dfabeb39a 43 seconds ago 1.67GB 20:07:54 57b809b26c6f 43 seconds ago 1.66GB 20:07:54 eeec75bb769f About a minute ago 1.66GB 20:07:54 core-command latest 8eaca182fb05 About a minute ago 19.8MB 20:07:54 security-spire-config latest 0eef806a1ccc About a minute ago 88.9MB 20:07:54 security-spire-server latest 6f6125094185 About a minute ago 89.8MB 20:07:54 dd5e168eebce About a minute ago 1.54GB 20:07:54 3b4152eb4003 About a minute ago 1.69GB 20:07:54 core-common-config-bootstrapper latest 1c24828cc355 2 minutes ago 17.2MB 20:07:54 core-metadata latest b2e8157a3208 2 minutes ago 20.4MB 20:07:54 support-scheduler latest 11bf40abc64e 2 minutes ago 32.1MB 20:07:54 security-spiffe-token-provider latest 6cde396e98fd 2 minutes ago 32.8MB 20:07:54 security-spire-agent latest a5fa0a94668d 2 minutes ago 129MB 20:07:54 14127e07285f 2 minutes ago 1.75GB 20:07:54 76afd2d4174e 2 minutes ago 1.68GB 20:07:54 26bf4c88f5e6 2 minutes ago 1.72GB 20:07:54 4deded310e01 2 minutes ago 1.69GB 20:07:54 a09736c08b39 3 minutes ago 1.54GB 20:07:54 ci-base-image-x86_64 latest 5f1579fdd66e 8 minutes ago 881MB 20:07:54 alpine 3.17 9ed4aefc74f6 8 days ago 7.05MB 20:07:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine 3b553350e43f 3 weeks ago 664MB 20:07:54 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 9 months ago 253MB 20:07:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [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] } 20:10:28 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:10:28 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:10:28 ./bin/test-attribution-txt.sh [Pipeline] echo 20:10:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:10:29 + ls -al . 20:10:29 total 700 20:10:29 drwxrwxr-x 10 1001 1001 4096 Apr 6 20:02 . 20:10:29 drwxr-xr-x 4 root root 4096 Apr 6 20:02 .. 20:10:29 drwxrwxr-x 2 1001 1001 4096 Apr 6 20:01 .blubracket 20:10:29 -rw-rw-r-- 1 1001 1001 16 Apr 6 20:01 .dockerignore 20:10:29 drwxrwxr-x 8 1001 1001 4096 Apr 6 20:01 .git 20:10:29 drwxrwxr-x 3 1001 1001 4096 Apr 6 20:01 .github 20:10:29 -rw-rw-r-- 1 1001 1001 1133 Apr 6 20:01 .gitignore 20:10:29 -rw-rw-r-- 1 1001 1001 42 Apr 6 20:01 .golangci.yml 20:10:29 -rw-rw-r-- 1 1001 1001 87 Apr 6 20:01 .hadolint.yml 20:10:29 -rw-rw-r-- 1 1001 1001 166 Apr 6 20:01 .sonarcloud.properties 20:10:29 -rw-rw-r-- 1 1001 1001 1171 Apr 6 20:01 ADOPTERS.md 20:10:29 -rw-rw-r-- 1 1001 1001 10835 Apr 6 20:01 Attribution.txt 20:10:29 -rw-rw-r-- 1 1001 1001 73765 Apr 6 20:01 CHANGELOG.md 20:10:29 -rw-rw-r-- 1 1001 1001 3804 Apr 6 20:01 CONTRIBUTING.md 20:10:29 -rw-rw-r-- 1 1001 1001 677 Apr 6 20:01 GOVERNANCE.md 20:10:29 -rw-rw-r-- 1 1001 1001 883 Apr 6 20:01 Jenkinsfile 20:10:29 -rw-rw-r-- 1 1001 1001 10775 Apr 6 20:01 LICENSE 20:10:29 -rw-rw-r-- 1 1001 1001 14368 Apr 6 20:01 Makefile 20:10:29 -rw-rw-r-- 1 1001 1001 582 Apr 6 20:01 OWNERS.md 20:10:29 -rw-rw-r-- 1 1001 1001 9403 Apr 6 20:01 README.md 20:10:29 -rw-rw-r-- 1 1001 1001 789 Apr 6 20:01 SECURITY.md 20:10:29 -rw-rw-r-- 1 1001 1001 5 Apr 6 19:58 VERSION 20:10:29 drwxrwxr-x 2 1001 1001 4096 Apr 6 20:01 bin 20:10:29 drwxrwxr-x 18 1001 1001 4096 Apr 6 20:01 cmd 20:10:29 -rw-r--r-- 1 root root 447380 Apr 6 20:07 coverage.out 20:10:29 -rw-rw-r-- 1 1001 1001 3200 Apr 6 20:01 go.mod 20:10:29 -rw-rw-r-- 1 1001 1001 31265 Apr 6 20:01 go.sum 20:10:29 drwxrwxr-x 7 1001 1001 4096 Apr 6 20:01 internal 20:10:29 drwxrwxr-x 3 1001 1001 4096 Apr 6 20:01 openapi 20:10:29 -rw-rw-r-- 1 1001 1001 594 Apr 6 20:01 security.txt 20:10:29 drwxrwxr-x 4 1001 1001 4096 Apr 6 20:01 snap 20:10:29 -rw-rw-r-- 1 1001 1001 204 Apr 6 20:01 version.go [Pipeline] sh 20:10:30 + '[' -e coverage.out ] 20:10:30 + chown 1001:1001 coverage.out [Pipeline] stash 20:10:30 Warning: overwriting stash ‘coverage-report’ 20:10:30 Stashed 1 file(s) [Pipeline] sh 20:10:31 + make build 20:10:31 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 20:12:08 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 20:12:08 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 20:12:08 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 20:12:08 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 20:12:55 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 20:12:58 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 20:13: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-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:13:09 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 20:13:13 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 20:13: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:13:23 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] } 20:13:29 $ docker stop --time=1 7465bea64b1c43bc5f4082062a39bc25b98f0738b6d4ab034c5e8334e56108a8 20:13:31 $ docker rm -f --volumes 7465bea64b1c43bc5f4082062a39bc25b98f0738b6d4ab034c5e8334e56108a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:13:33 20:13:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:13:34 latest: Pulling from edgex-devops/edgex-compose-arm64 20:13:34 29e5d40040c1: Pulling fs layer 20:13:34 1ce36da41761: Pulling fs layer 20:13:34 25b303627fd3: Pulling fs layer 20:13:34 29e5d40040c1: Verifying Checksum 20:13:34 29e5d40040c1: Download complete 20:13:34 1ce36da41761: Verifying Checksum 20:13:34 1ce36da41761: Download complete 20:13:35 29e5d40040c1: Pull complete 20:13:36 25b303627fd3: Verifying Checksum 20:13:36 25b303627fd3: Download complete 20:13:36 1ce36da41761: Pull complete 20:13:46 25b303627fd3: Pull complete 20:13:46 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:13:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:13:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:13:46 prd-ubuntu20.04-docker-arm64-4c-16g-7026 does not seem to be running inside a container 20:13:47 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:13:48 $ docker top 1da414d0dd8c671a677fa272bd824dce9c1ffdb64846187aad0dec5883bef177 -eo pid,comm [Pipeline] { [Pipeline] sh 20:13:49 + grep parallel 20:13:49 + docker-compose build --help 20:13:53 --parallel Build images in parallel. [Pipeline] } 20:13:54 $ docker stop --time=1 1da414d0dd8c671a677fa272bd824dce9c1ffdb64846187aad0dec5883bef177 20:13:55 $ docker rm -f --volumes 1da414d0dd8c671a677fa272bd824dce9c1ffdb64846187aad0dec5883bef177 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:13:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:13:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:13:56 prd-ubuntu20.04-docker-arm64-4c-16g-7026 does not seem to be running inside a container 20:13:56 $ 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 20:13:57 $ docker top f70be1a9cd3e48aa5825174aaa362c5d7cb81f51160c63f8858b906c8f26ae9d -eo pid,comm [Pipeline] { [Pipeline] sh 20:13:58 + docker-compose -f ./docker-compose-build.yml build --parallel 20:14:02 Building core-command ... 20:14:02 Building core-common-config-bootstrapper ... 20:14:02 Building core-data ... 20:14:02 Building core-metadata ... 20:14:02 Building security-bootstrapper ... 20:14:02 Building security-proxy-auth ... 20:14:02 Building security-proxy-setup ... 20:14:02 Building security-secretstore-setup ... 20:14:02 Building security-spiffe-token-provider ... 20:14:02 Building security-spire-agent ... 20:14:02 Building security-spire-config ... 20:14:02 Building security-spire-server ... 20:14:02 Building support-notifications ... 20:14:02 Building support-scheduler ... 20:14:02 Building security-proxy-setup 20:14:02 Building security-bootstrapper 20:14:02 Building core-data 20:14:02 Building security-spire-agent 20:14:02 Building security-secretstore-setup 20:14:49 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:14:49 Step 2/33 : FROM ${BUILDER_BASE} AS builder 20:14:49 ---> 27df420bf62a 20:14:49 Step 3/33 : WORKDIR /edgex-go 20:14:49 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:14:49 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:14:49 ---> 27df420bf62a 20:14:49 Step 3/25 : WORKDIR /edgex-go 20:14:49 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:14:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:14:49 ---> 27df420bf62a 20:14:49 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:14:49 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:14:49 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:14:49 ---> 27df420bf62a 20:14:49 Step 3/27 : WORKDIR /edgex-go 20:14:49 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:14:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:14:49 ---> 27df420bf62a 20:14:49 Step 3/22 : WORKDIR /edgex-go 20:14:49 ---> Running in 0c4470f84192 20:14:49 ---> Running in e47251d012ed 20:14:49 ---> Running in 9ac131fb47dd 20:14:49 ---> Running in c6da8aa58572 20:14:49 ---> Running in 10580a6ecd96 20:14:49 Removing intermediate container 9ac131fb47dd 20:14:49 ---> 865d8c775b49 20:14:49 Step 4/33 : RUN apk add --update --no-cache make git 20:14:49 Removing intermediate container c6da8aa58572 20:14:49 ---> 800cda25c436 20:14:49 Step 4/25 : RUN apk add --update --no-cache make git 20:14:49 Removing intermediate container e47251d012ed 20:14:49 ---> f9b4830b66be 20:14:49 Step 4/22 : RUN apk add --update --no-cache make git 20:14:49 Removing intermediate container 0c4470f84192 20:14:49 ---> 6cbb5997069b 20:14:49 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:14:49 Removing intermediate container 10580a6ecd96 20:14:49 ---> 95b2904010f9 20:14:49 Step 4/23 : WORKDIR /edgex-go 20:14:49 ---> Running in 71af3d265850 20:14:49 ---> Running in a8c9131da438 20:14:49 ---> Running in 85361b031d51 20:14:49 ---> Running in 8afe4a8630c9 20:14:49 ---> Running in b9b4e0f911cc 20:14:50 Removing intermediate container 8afe4a8630c9 20:14:50 ---> 31437ed77840 20:14:50 Step 5/23 : RUN apk add --update --no-cache make git 20:14:50 ---> Running in dc0a15d3bda1 20:14:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:14:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:14:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:14:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:14:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:14:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:14:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:14:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:14:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:14:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:14:53 OK: 263 MiB in 53 packages 20:14:54 OK: 263 MiB in 53 packages 20:14:54 OK: 263 MiB in 53 packages 20:14:54 OK: 263 MiB in 53 packages 20:14:54 OK: 263 MiB in 53 packages 20:14:55 Removing intermediate container 71af3d265850 20:14:55 ---> 2013e7b71413 20:14:55 Step 5/33 : COPY go.mod vendor* ./ 20:14:55 Removing intermediate container a8c9131da438 20:14:55 ---> 3ac2c430865e 20:14:55 Step 5/25 : COPY go.mod vendor* ./ 20:14:56 Removing intermediate container 85361b031d51 20:14:56 ---> fcd7c0edef82 20:14:56 Step 5/27 : COPY go.mod vendor* ./ 20:14:56 Removing intermediate container dc0a15d3bda1 20:14:56 ---> 9fd3e7b2e7ef 20:14:56 Step 6/23 : COPY go.mod vendor* ./ 20:14:56 Removing intermediate container b9b4e0f911cc 20:14:56 ---> 4e74b6604df5 20:14:56 Step 5/22 : COPY go.mod vendor* ./ 20:14:57 ---> afc0c6faad44 20:14:57 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:14:57 ---> Running in 13441617e2f5 20:14:57 ---> 8842c0832f79 20:14:57 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:14:57 ---> 0169ff46ef7a 20:14:57 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:14:57 ---> 8ec34cd69872 20:14:57 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:14:57 ---> Running in da4504beb001 20:14:57 ---> a4ccd1144037 20:14:57 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:14:57 ---> Running in 6fe17f4fef15 20:14:57 ---> Running in c0dc156d336f 20:14:58 ---> Running in 0d23b71bfc40 20:16:49 Removing intermediate container c0dc156d336f 20:16:49 ---> 6a29757c215c 20:16:49 Step 7/27 : COPY . . 20:16:49 Removing intermediate container 6fe17f4fef15 20:16:49 ---> 683b8d07cc65 20:16:49 Step 8/23 : COPY . . 20:16:49 Removing intermediate container 13441617e2f5 20:16:49 ---> 39317aa5c702 20:16:49 Step 7/33 : COPY . . 20:16:49 Removing intermediate container 0d23b71bfc40 20:16:49 ---> e33a91b3ad1a 20:16:49 Step 7/22 : COPY . . 20:16:49 Removing intermediate container da4504beb001 20:16:49 ---> b3efafbe5ad5 20:16:49 Step 7/25 : COPY . . 20:16:53 ---> 38c4afc816df 20:16:53 Step 8/22 : RUN make cmd/secrets-config/secrets-config 20:16:53 ---> d68db0f744b8 20:16:53 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 20:16:53 ---> 49336db13a42 20:16:53 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 20:16:53 ---> Running in 99d74e3f0b5c 20:16:53 ---> Running in 604299c61a1d 20:16:53 ---> Running in 28005b85f2b1 20:16:53 ---> cf4742bdf72f 20:16:53 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:16:54 ---> Running in a016003a35b5 20:16:54 Removing intermediate container 28005b85f2b1 20:16:54 ---> 72a9cbc7a598 20:16:54 Step 9/27 : WORKDIR /edgex-go/spire-build 20:16:54 ---> 543711024048 20:16:54 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:16:54 ---> Running in 0fcb885644b2 20:16:54 ---> Running in 55905e49882c 20:16:55 Removing intermediate container 0fcb885644b2 20:16:55 ---> f41bcebfe145 20:16:55 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:16:55 ---> Running in dc4f64182311 20:16:55 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 20:16:55 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 20:16:56 Removing intermediate container dc4f64182311 20:16:56 ---> e3317c02ee79 20:16:56 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.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 20:16:56 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 20:16:56 ---> Running in f8214c291c09 20:16:56 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 20:17:02 Removing intermediate container f8214c291c09 20:17:02 ---> 51912d67b168 20:17:02 Step 12/27 : WORKDIR /edgex-go 20:17:02 ---> Running in 2262aaf19bbb 20:17:02 Removing intermediate container 2262aaf19bbb 20:17:02 ---> c869653f53de 20:17:02 20:17:02 Step 13/27 : FROM alpine:3.17 20:17:02 3.17: Pulling from library/alpine 20:17:04 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:17:04 Status: Downloaded newer image for alpine:3.17 20:17:04 ---> 51e60588ff2c 20:17:04 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:17:04 ---> Running in a08dc463efb4 20:17:04 Removing intermediate container a08dc463efb4 20:17:04 ---> d04bae46ce81 20:17:04 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:17:04 ---> Running in dccaeb423d31 20:17:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:17:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:17:08 v3.17.3-48-g8f562ebba80 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:17:08 v3.17.3-49-g329d1c33da4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:17:08 OK: 17689 distinct packages available 20:17:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:17:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:17:10 (1/5) Installing dumb-init (1.2.5-r2) 20:17:10 (2/5) Installing musl-obstack (1.2.3-r0) 20:17:10 (3/5) Installing libucontext (1.2-r0) 20:17:10 (4/5) Installing gcompat (1.1.0-r0) 20:17:10 (5/5) Installing openssl (3.0.8-r3) 20:17:10 Executing busybox-1.35.0-r29.trigger 20:17:10 OK: 9 MiB in 20 packages 20:17:13 Removing intermediate container dccaeb423d31 20:17:13 ---> f2d61e8f8a5e 20:17:13 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:17:14 ---> f51dfa1a1800 20:17:14 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:17:15 ---> 4be50438bdb5 20:17:15 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:17:18 ---> 71fe63567397 20:17:18 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:17:24 ---> d3f39b5972b5 20:17:24 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:17:27 ---> 4e0e5489b5c8 20:17:27 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:17:28 ---> ee9feb30e285 20:17:28 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:17:29 ---> 4a86d5930951 20:17:29 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:17:29 ---> Running in 474c6e0b8971 20:17:29 Removing intermediate container 474c6e0b8971 20:17:29 ---> 75b981e6b618 20:17:29 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:17:29 ---> Running in 30c6ec5201ea 20:17:30 Removing intermediate container 30c6ec5201ea 20:17:30 ---> a1fe3328f530 20:17:30 Step 25/27 : LABEL arch=arm64 20:17:30 ---> Running in 6f2e20f256cf 20:17:30 Removing intermediate container 6f2e20f256cf 20:17:30 ---> ec6d05ffbec6 20:17:30 Step 26/27 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c 20:17:30 ---> Running in 2a68b7de79f5 20:17:31 Removing intermediate container 2a68b7de79f5 20:17:31 ---> 7ee8b2524998 20:17:31 Step 27/27 : LABEL version=0.0.0 20:17:31 ---> Running in 45b3a2f262c6 20:17:32 Removing intermediate container 45b3a2f262c6 20:17:32 ---> 253fa95e3605 20:17:32 20:17:32 Successfully built 253fa95e3605 20:17:32 Successfully tagged security-spire-agent-arm64:latest 20:17:32  Building security-spire-agent ... done Building security-spiffe-token-provider 20:17:50 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:17:50 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:17:50 ---> 27df420bf62a 20:17:50 Step 3/20 : WORKDIR /edgex-go 20:17:50 ---> Using cache 20:17:50 ---> 6cbb5997069b 20:17:50 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 20:17:50 ---> Running in ded4496a9348 20:17:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:17:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:17:52 v3.17.3-48-g8f562ebba80 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:17:52 v3.17.3-49-g329d1c33da4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:17:52 OK: 17694 distinct packages available 20:17:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:17:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:17:55 OK: 263 MiB in 53 packages 20:17:57 Removing intermediate container ded4496a9348 20:17:57 ---> a53245ee83d5 20:17:57 Step 5/20 : COPY go.mod vendor* ./ 20:17:57 ---> 02bf91b1d1bc 20:17:57 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:17:57 ---> Running in 6cc4363030f4 20:19:34 Removing intermediate container 6cc4363030f4 20:19:34 ---> 3c016e33a712 20:19:34 Step 7/20 : COPY . . 20:19:37 ---> d4881e105b72 20:19:37 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:19:37 ---> Running in d27a1b5bc13a 20:19:39 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 20:23: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 20:23:05 Removing intermediate container 99d74e3f0b5c 20:23:05 ---> dd10381b92fa 20:23:05 20:23:05 Step 9/22 : FROM alpine:3.17 20:23:05 ---> 51e60588ff2c 20:23:05 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 20:23:05 ---> Running in 6710e9cbfd40 20:23:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:23:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:23:09 (1/2) Installing dumb-init (1.2.5-r2) 20:23:09 (2/2) Installing openssl (3.0.8-r3) 20:23:09 Executing busybox-1.35.0-r29.trigger 20:23:09 OK: 8 MiB in 17 packages 20:23:14 Removing intermediate container 6710e9cbfd40 20:23:14 ---> 0c1e4804133c 20:23:14 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:23:14 ---> Running in 7175092967a0 20:23:14 Removing intermediate container 7175092967a0 20:23:14 ---> 6ef0c1ad894e 20:23:14 Step 12/22 : WORKDIR /edgex 20:23:15 ---> Running in 2b55b7f11702 20:23:15 Removing intermediate container a016003a35b5 20:23:15 ---> 63fc1c700bb6 20:23:15 20:23:15 Step 9/33 : FROM alpine:3.17 20:23:15 ---> 51e60588ff2c 20:23:15 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:23:16 ---> Running in f8cb8a10fdf6 20:23:16 Removing intermediate container 2b55b7f11702 20:23:16 ---> 95993aa7ef3a 20:23:16 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:23:17 Removing intermediate container f8cb8a10fdf6 20:23:17 ---> 68a495b4be09 20:23:17 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 20:23:17 ---> Running in efee9652db28 20:23:17 ---> 5d163bc26863 20:23:17 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 20:23:19 Removing intermediate container 55905e49882c 20:23:19 ---> 98d85a9bb7e3 20:23:19 20:23:19 Step 9/25 : FROM alpine:3.17 20:23:19 ---> 51e60588ff2c 20:23:19 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:23:19 ---> Running in 20c1a2825f06 20:23:19 ---> f793a69bcb80 20:23:19 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 20:23:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:23:20 ---> 5af2980282a9 20:23:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:23:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:23:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:23:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:23:22 ---> a77d4c04c707 20:23:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:23:22 (1/2) Installing dumb-init (1.2.5-r2) 20:23:22 (2/2) Installing su-exec (0.2-r2) 20:23:22 Executing busybox-1.35.0-r29.trigger 20:23:22 OK: 8 MiB in 17 packages 20:23:23 ---> 750c6e665b77 20:23:23 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:23:23 ---> Running in 6ca82b93a79d 20:23:23 (1/3) Installing ca-certificates (20220614-r4) 20:23:23 (2/3) Installing dumb-init (1.2.5-r2) 20:23:23 (3/3) Installing su-exec (0.2-r2) 20:23:23 Executing busybox-1.35.0-r29.trigger 20:23:23 Executing ca-certificates-20220614-r4.trigger 20:23:24 Removing intermediate container efee9652db28 20:23:24 ---> 983796d7310f 20:23:24 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 20:23:24 ---> Running in ab8958b8d6ee 20:23:24 OK: 8 MiB in 18 packages 20:23:28 Removing intermediate container ab8958b8d6ee 20:23:28 ---> 7d366510e24e 20:23:28 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 20:23:28 ---> Running in 7147be0cee82 20:23:29 Removing intermediate container 7147be0cee82 20:23:29 ---> 514e6ece0449 20:23:29 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 20:23:29 ---> Running in 46a5bd8757ff 20:23:29 Removing intermediate container 6ca82b93a79d 20:23:29 ---> 7a7a1f968e7d 20:23:29 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 20:23:30 ---> Running in cad415319943 20:23:30 Removing intermediate container 46a5bd8757ff 20:23:30 ---> 6fca6fd5a5d8 20:23:30 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 20:23:30 ---> Running in a79c7d0dd0ca 20:23:30 Removing intermediate container 20c1a2825f06 20:23:30 ---> c2119030d1e5 20:23:30 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:23:31 ---> Running in 7654df6a87e0 20:23:31 Removing intermediate container cad415319943 20:23:31 ---> fae8024cf18b 20:23:31 Step 20/22 : LABEL arch=arm64 20:23:31 ---> Running in f375f239493c 20:23:31 Removing intermediate container a79c7d0dd0ca 20:23:31 ---> 4cb64c928db9 20:23:31 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 20:23:32 Removing intermediate container 7654df6a87e0 20:23:32 ---> 370b6ca980e5 20:23:32 Step 12/25 : WORKDIR / 20:23:32 ---> Running in 53158fc21a64 20:23:32 ---> Running in 290c923e78cf 20:23:32 Removing intermediate container f375f239493c 20:23:32 ---> 5abb8f3d5e1a 20:23:32 Step 21/22 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c 20:23:32 ---> Running in 7719cb621614 20:23:33 Removing intermediate container 290c923e78cf 20:23:33 ---> e2f7dbb61e4c 20:23:33 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:23:33 Removing intermediate container 7719cb621614 20:23:33 ---> a77ebc5b3d97 20:23:33 Step 22/22 : LABEL version=0.0.0 20:23:34 ---> Running in 9bfdfb09bb13 20:23:36 Removing intermediate container 9bfdfb09bb13 20:23:36 ---> 549ffb72c014 20:23:36 20:23:36 ---> 1747c5f7a5a0 20:23:36 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 20:23:36 Removing intermediate container 53158fc21a64 20:23:36 ---> 6d17c50438a8 20:23:36 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 20:23:37 Successfully built 549ffb72c014 20:23:37 ---> Running in 275486ef4fe3 20:23:37 Successfully tagged security-proxy-setup-arm64:latest 20:23:37  Building security-proxy-setup ... done Building support-notifications 20:23:37 Removing intermediate container 275486ef4fe3 20:23:37 ---> 5ad5c8dc0c79 20:23:37 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 20:23:38 ---> e81a61c6dd60 20:23:38 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:23:40 ---> c06d4c82b385 20:23:40 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 20:23:40 ---> 0b08f64b049a 20:23:40 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 20:23:40 ---> Running in b7c4c440d89e 20:23:43 ---> 5cd8006be499 20:23:43 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 20:23:45 ---> b8782afef451 20:23:45 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:23:45 Removing intermediate container b7c4c440d89e 20:23:45 ---> 676fa17226dd 20:23:45 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 20:23:46 ---> 0684652237b1 20:23:46 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 20:23:48 Removing intermediate container 604299c61a1d 20:23:48 ---> 1ec5f54965ee 20:23:48 20:23:48 Step 10/23 : FROM alpine:3.17 20:23:48 ---> 51e60588ff2c 20:23:48 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:23:48 ---> Running in 71363b8d0c32 20:23:48 ---> 915e646892cd 20:23:48 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:23:48 ---> 95387670a6ff 20:23:48 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:23:49 Removing intermediate container 71363b8d0c32 20:23:49 ---> 853ac21a7f88 20:23:49 Step 12/23 : ENV APP_PORT=59880 20:23:49 ---> Running in 65a608fce6b1 20:23:49 Removing intermediate container 65a608fce6b1 20:23:49 ---> 447e6957c406 20:23:49 Step 13/23 : EXPOSE $APP_PORT 20:23:50 ---> Running in f1387d872e92 20:23:51 Removing intermediate container f1387d872e92 20:23:51 ---> 66e93dc3a476 20:23:51 Step 14/23 : RUN apk add --update --no-cache dumb-init 20:23:51 ---> Running in 4b336d9135dd 20:23:53 ---> 33d95a466541 20:23:53 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 20:23:53 ---> ca0194eee670 20:23:53 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:23:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:23:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:23:54 ---> 1de4ee5f741d 20:23:54 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 20:23:55 ---> 987309a8de35 20:23:55 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:23:55 ---> Running in 8a7786920267 20:23:56 (1/1) Installing dumb-init (1.2.5-r2) 20:23:56 Executing busybox-1.35.0-r29.trigger 20:23:56 OK: 8 MiB in 16 packages 20:23:56 ---> d2aac6bc8f6c 20:23:56 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 20:23:58 Removing intermediate container 4b336d9135dd 20:23:58 ---> 2941b611c617 20:23:58 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:23:58 ---> df97dd362699 20:23:58 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 20:23:59 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:23:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:23:59 ---> 27df420bf62a 20:23:59 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:23:59 ---> Using cache 20:23:59 ---> 95b2904010f9 20:23:59 Step 4/23 : WORKDIR /edgex-go 20:23:59 ---> Using cache 20:23:59 ---> 31437ed77840 20:23:59 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 20:23:59 ---> Running in 9b338de67139 20:24:00 Removing intermediate container 8a7786920267 20:24:00 ---> 653206a33bfc 20:24:00 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 20:24:00 ---> Running in 487da48e50a6 20:24:00 ---> c267966e7d27 20:24:00 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:24:00 ---> 668c708b9e60 20:24:00 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:24:01 Removing intermediate container 487da48e50a6 20:24:01 ---> 6e734a709f65 20:24:01 Step 23/25 : LABEL arch=arm64 20:24:01 ---> Running in 87bcc9800f09 20:24:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:24:02 ---> fee0f78bd7e2 20:24:02 Step 28/33 : RUN chmod +x /entrypoint.sh 20:24:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:24:02 Removing intermediate container 87bcc9800f09 20:24:02 ---> 84b580dc9f1d 20:24:02 Step 24/25 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c 20:24:02 ---> Running in 168ffe9db6dc 20:24:02 ---> ddf9078e3e4f 20:24:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:24:02 ---> Running in ad258ae0574f 20:24:03 OK: 263 MiB in 53 packages 20:24:06 Removing intermediate container ad258ae0574f 20:24:06 ---> 28581c0e4243 20:24:06 Step 25/25 : LABEL version=0.0.0 20:24:06 ---> Running in 6a73664ad99a 20:24:07 Removing intermediate container 9b338de67139 20:24:07 ---> 9aa66f3ce7d8 20:24:07 Step 6/23 : COPY go.mod vendor* ./ 20:24:07 Removing intermediate container 6a73664ad99a 20:24:07 ---> 03f8968a437e 20:24:07 20:24:07 ---> 6ed3dd577a13 20:24:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 20:24:08 Removing intermediate container 168ffe9db6dc 20:24:08 ---> f3bd38c4476c 20:24:08 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 20:24:08 ---> Running in 8e09a0dff440 20:24:08 Successfully built 03f8968a437e 20:24:08 Successfully tagged security-secretstore-setup-arm64:latest 20:24:08 Building security-spire-config 20:24:09  Building security-secretstore-setup ... done  ---> 34640628b6b1 20:24:09 Step 19/23 : ENTRYPOINT ["/core-data"] 20:24:09 Removing intermediate container 8e09a0dff440 20:24:09 ---> 6a1b5b88cb0a 20:24:09 Step 30/33 : CMD ["gate"] 20:24:09 ---> 1b8e4b5255f2 20:24:09 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:24:09 ---> Running in 456941d9f826 20:24:09 ---> Running in 7739eb826c15 20:24:09 ---> Running in f8e126316883 20:24:10 Removing intermediate container 7739eb826c15 20:24:10 ---> b582dfa21b19 20:24:10 Step 31/33 : LABEL arch=arm64 20:24:10 Removing intermediate container 456941d9f826 20:24:10 ---> 3bc64cf3989e 20:24:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:24:11 ---> Running in 8be4d3c313b5 20:24:11 ---> Running in 727c49d456d3 20:24:11 Removing intermediate container 8be4d3c313b5 20:24:11 ---> 4180b98ddaa0 20:24:11 Step 32/33 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c 20:24:12 Removing intermediate container 727c49d456d3 20:24:12 ---> 03f40f026ccc 20:24:12 Step 21/23 : LABEL arch=arm64 20:24:12 ---> Running in 0cb4fedc58a9 20:24:12 ---> Running in 548898a69d75 20:24:13 Removing intermediate container 0cb4fedc58a9 20:24:13 ---> b0e37c2888e2 20:24:13 Step 33/33 : LABEL version=0.0.0 20:24:13 Removing intermediate container 548898a69d75 20:24:13 ---> fed465658cf1 20:24:13 Step 22/23 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c 20:24:13 ---> Running in 50b3983eb943 20:24:13 ---> Running in 43297cb472fe 20:24:13 Removing intermediate container 50b3983eb943 20:24:13 ---> b5db6b5eaecd 20:24:13 20:24:14 Removing intermediate container 43297cb472fe 20:24:14 ---> fd01a6f69785 20:24:14 Step 23/23 : LABEL version=0.0.0 20:24:14 Successfully built b5db6b5eaecd 20:24:14 ---> Running in 81f32c564660 20:24:14 Successfully tagged security-bootstrapper-arm64:latest 20:24:14 Building core-command 20:24:14  Building security-bootstrapper ... done Removing intermediate container 81f32c564660 20:24:14 ---> f84d0b2c5b46 20:24:14 20:24:14 Successfully built f84d0b2c5b46 20:24:14 Successfully tagged core-data-arm64:latest 20:24:14  Building core-data ... done Building core-metadata 20:24:37 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:24:37 Step 2/27 : FROM ${BUILDER_BASE} AS builder 20:24:37 ---> 27df420bf62a 20:24:37 Step 3/27 : WORKDIR /edgex-go 20:24:37 ---> Using cache 20:24:37 ---> 6cbb5997069b 20:24:37 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 20:24:37 ---> Using cache 20:24:37 ---> fcd7c0edef82 20:24:37 Step 5/27 : COPY go.mod vendor* ./ 20:24:37 ---> Using cache 20:24:37 ---> 8ec34cd69872 20:24:37 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:24:37 ---> Using cache 20:24:37 ---> 6a29757c215c 20:24:37 Step 7/27 : COPY . . 20:24:37 ---> Using cache 20:24:37 ---> 49336db13a42 20:24:37 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 20:24:37 ---> Using cache 20:24:37 ---> 72a9cbc7a598 20:24:37 Step 9/27 : WORKDIR /edgex-go/spire-build 20:24:37 ---> Using cache 20:24:37 ---> f41bcebfe145 20:24:37 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:24:37 ---> Using cache 20:24:37 ---> e3317c02ee79 20:24:37 Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.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 20:24:37 ---> Using cache 20:24:37 ---> 51912d67b168 20:24:37 Step 12/27 : WORKDIR /edgex-go 20:24:37 ---> Using cache 20:24:37 ---> c869653f53de 20:24:37 20:24:37 Step 13/27 : FROM alpine:3.17 20:24:37 ---> 51e60588ff2c 20:24:37 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:24:37 ---> Using cache 20:24:37 ---> d04bae46ce81 20:24:37 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:24:37 ---> Running in e9b028acac96 20:24:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:24:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:24:42 v3.17.3-48-g8f562ebba80 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:24:42 v3.17.3-49-g329d1c33da4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:24:42 OK: 17689 distinct packages available 20:24:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:24:43 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:24:43 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:24:43 ---> 27df420bf62a 20:24:43 Step 3/24 : ARG ADD_BUILD_TAGS="" 20:24:43 ---> Using cache 20:24:43 ---> 95b2904010f9 20:24:43 Step 4/24 : WORKDIR /edgex-go 20:24:43 ---> Using cache 20:24:43 ---> 31437ed77840 20:24:43 Step 5/24 : RUN apk add --update --no-cache make git 20:24:43 ---> Using cache 20:24:43 ---> 9fd3e7b2e7ef 20:24:43 Step 6/24 : COPY go.mod vendor* ./ 20:24:43 ---> Using cache 20:24:43 ---> 0169ff46ef7a 20:24:43 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:24:43 ---> Using cache 20:24:43 ---> 683b8d07cc65 20:24:43 Step 8/24 : COPY . . 20:24:43 ---> Using cache 20:24:43 ---> d68db0f744b8 20:24:43 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 20:24:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:24:43 ---> Running in f37896e66f61 20:24:44 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:24:44 Step 2/25 : FROM ${BUILDER_BASE} AS builder 20:24:44 ---> 27df420bf62a 20:24:44 Step 3/25 : ARG ADD_BUILD_TAGS="" 20:24:44 ---> Using cache 20:24:44 ---> 95b2904010f9 20:24:44 Step 4/25 : WORKDIR /edgex-go 20:24:44 ---> Using cache 20:24:44 ---> 31437ed77840 20:24:44 Step 5/25 : RUN apk add --update --no-cache make git 20:24:44 ---> Using cache 20:24:44 ---> 9fd3e7b2e7ef 20:24:44 Step 6/25 : COPY go.mod vendor* ./ 20:24:44 ---> Using cache 20:24:44 ---> 0169ff46ef7a 20:24:44 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:24:44 ---> Using cache 20:24:44 ---> 683b8d07cc65 20:24:44 Step 8/25 : COPY . . 20:24:44 ---> Using cache 20:24:44 ---> d68db0f744b8 20:24:44 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 20:24:44 (1/4) Installing dumb-init (1.2.5-r2) 20:24:44 (2/4) Installing musl-obstack (1.2.3-r0) 20:24:44 (3/4) Installing libucontext (1.2-r0) 20:24:44 (4/4) Installing gcompat (1.1.0-r0) 20:24:44 Executing busybox-1.35.0-r29.trigger 20:24:46 OK: 8 MiB in 19 packages 20:24:46 ---> Running in f084fae4ffcd 20:24:46 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 20:24:48 Removing intermediate container e9b028acac96 20:24:48 ---> 0623c352d289 20:24:48 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 20:24:48 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 20:24:49 ---> 6ace08ab1e8f 20:24:49 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 20:24:50 ---> b64186cca1a8 20:24:50 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:24:55 ---> a5d578c1b1f6 20:24:55 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:24:56 ---> 571fb9357bf3 20:24:56 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:24:56 ---> Running in d917ae823ece 20:24:57 Removing intermediate container d917ae823ece 20:24:57 ---> 2498090b379c 20:24:57 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:24:58 ---> a98510fba41d 20:24:58 Step 22/27 : WORKDIR / 20:24:58 ---> Running in 79481e93ce45 20:24:58 Removing intermediate container 79481e93ce45 20:24:58 ---> 039dfbb8ed58 20:24:58 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:24:58 ---> Running in 448c246db9ce 20:24:59 Removing intermediate container 448c246db9ce 20:24:59 ---> c959b5796655 20:24:59 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:24:59 ---> Running in 272e5c64d382 20:25:00 Removing intermediate container 272e5c64d382 20:25:00 ---> c717f7b54598 20:25:00 Step 25/27 : LABEL arch=arm64 20:25:00 ---> Running in 29675c5b65d1 20:25:00 Removing intermediate container 29675c5b65d1 20:25:00 ---> f5d9f672d909 20:25:00 Step 26/27 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c 20:25:00 ---> Running in 4193232d7d29 20:25:01 Removing intermediate container 4193232d7d29 20:25:01 ---> fd1344a465f5 20:25:01 Step 27/27 : LABEL version=0.0.0 20:25:01 ---> Running in 9a976b83d992 20:25:02 Removing intermediate container 9a976b83d992 20:25:02 ---> 4e92b2603370 20:25:02 20:25:02 Successfully built 4e92b2603370 20:25:02 Successfully tagged security-spire-config-arm64:latest 20:25:02 Building security-spire-server 20:25:20  Building security-spire-config ... done Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:25:20 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:25:20 ---> 27df420bf62a 20:25:20 Step 3/26 : WORKDIR /edgex-go 20:25:20 ---> Using cache 20:25:20 ---> 6cbb5997069b 20:25:20 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 20:25:20 ---> Using cache 20:25:20 ---> fcd7c0edef82 20:25:20 Step 5/26 : COPY go.mod vendor* ./ 20:25:20 ---> Using cache 20:25:20 ---> 8ec34cd69872 20:25:20 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:25:20 ---> Using cache 20:25:20 ---> 6a29757c215c 20:25:20 Step 7/26 : COPY . . 20:25:20 ---> Using cache 20:25:20 ---> 49336db13a42 20:25:20 Step 8/26 : ARG SPIRE_RELEASE=1.2.1 20:25:20 ---> Using cache 20:25:20 ---> 72a9cbc7a598 20:25:20 Step 9/26 : WORKDIR /edgex-go/spire-build 20:25:20 ---> Using cache 20:25:20 ---> f41bcebfe145 20:25:20 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 20:25:20 ---> Using cache 20:25:20 ---> e3317c02ee79 20:25:20 Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.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 20:25:20 ---> Running in e9e8089d623f 20:25:26 Removing intermediate container e9e8089d623f 20:25:26 ---> afef4940ce29 20:25:26 Step 12/26 : WORKDIR /edgex-go 20:25:26 ---> Running in 115c9fa69402 20:25:27 Removing intermediate container 115c9fa69402 20:25:27 ---> 6c212d41fdb3 20:25:27 20:25:27 Step 13/26 : FROM alpine:3.17 20:25:27 ---> 51e60588ff2c 20:25:27 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:25:27 ---> Using cache 20:25:27 ---> d04bae46ce81 20:25:27 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:25:27 ---> Using cache 20:25:27 ---> f2d61e8f8a5e 20:25:27 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 20:25:27 ---> Using cache 20:25:27 ---> f51dfa1a1800 20:25:27 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 20:25:27 ---> Using cache 20:25:27 ---> 4be50438bdb5 20:25:27 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:25:37 ---> 7ed3fbc92320 20:25:37 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:25:39 ---> 951de1430167 20:25:39 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:25:41 ---> c7189a094d56 20:25:41 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:25:42 ---> 2b30f5c6a237 20:25:42 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:25:42 ---> Running in 59b92ddcb796 20:25:43 Removing intermediate container 59b92ddcb796 20:25:43 ---> 3da27a1c67e3 20:25:43 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:25:43 ---> Running in 7a873330dc19 20:25:44 Removing intermediate container 7a873330dc19 20:25:44 ---> 0a86be7709ec 20:25:44 Step 24/26 : LABEL arch=arm64 20:25:44 ---> Running in 98f3eb4a3ace 20:25:45 Removing intermediate container 98f3eb4a3ace 20:25:45 ---> 8e8a39f54e1d 20:25:45 Step 25/26 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c 20:25:45 ---> Running in 2f196fe00203 20:25:46 Removing intermediate container 2f196fe00203 20:25:46 ---> bf907bc753b1 20:25:46 Step 26/26 : LABEL version=0.0.0 20:25:46 ---> Running in 850cf087f8a9 20:25:47 Removing intermediate container 850cf087f8a9 20:25:47 ---> 9600c7be222a 20:25:47 20:25:48 Successfully built 9600c7be222a 20:25:48 Successfully tagged security-spire-server-arm64:latest 20:25:48 Building security-proxy-auth 20:26:10  Building security-spire-server ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:26:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:26:10 ---> 27df420bf62a 20:26:10 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:26:10 ---> Using cache 20:26:10 ---> 95b2904010f9 20:26:10 Step 4/23 : WORKDIR /edgex-go 20:26:10 ---> Using cache 20:26:10 ---> 31437ed77840 20:26:10 Step 5/23 : RUN apk add --update --no-cache make git 20:26:10 ---> Using cache 20:26:10 ---> 9fd3e7b2e7ef 20:26:10 Step 6/23 : COPY go.mod vendor* ./ 20:26:10 ---> Using cache 20:26:10 ---> 0169ff46ef7a 20:26:10 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:26:10 ---> Using cache 20:26:10 ---> 683b8d07cc65 20:26:10 Step 8/23 : COPY . . 20:26:10 ---> Using cache 20:26:10 ---> d68db0f744b8 20:26:10 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 20:26:10 ---> Running in 9d8d981ba428 20:26:10 Removing intermediate container f8e126316883 20:26:10 ---> d7bab72f0517 20:26:10 Step 8/23 : COPY . . 20:26:10 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 20:26:17 Removing intermediate container d27a1b5bc13a 20:26:17 ---> 7052301b3125 20:26:17 20:26:17 Step 9/20 : FROM alpine:3.17 20:26:17 ---> 51e60588ff2c 20:26:17 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 20:26:17 ---> Using cache 20:26:17 ---> 68a495b4be09 20:26:17 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:26:18 ---> Running in de21161b5e3d 20:26:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:26:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:26:23 v3.17.3-48-g8f562ebba80 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 20:26:23 v3.17.3-49-g329d1c33da4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 20:26:23 OK: 17689 distinct packages available 20:26:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:26:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:26:25 ---> 71b429054bff 20:26:25 Step 9/23 : RUN make cmd/support-notifications/support-notifications 20:26:25 ---> Running in 3c4ef8138fce 20:26:26 (1/9) Installing ca-certificates (20220614-r4) 20:26:26 (2/9) Installing brotli-libs (1.0.9-r9) 20:26:26 (3/9) Installing nghttp2-libs (1.51.0-r0) 20:26:26 (4/9) Installing libcurl (7.88.1-r1) 20:26:26 (5/9) Installing curl (7.88.1-r1) 20:26:26 (6/9) Installing dumb-init (1.2.5-r2) 20:26:26 (7/9) Installing musl-obstack (1.2.3-r0) 20:26:26 (8/9) Installing libucontext (1.2-r0) 20:26:26 (9/9) Installing gcompat (1.1.0-r0) 20:26:26 Executing busybox-1.35.0-r29.trigger 20:26:26 Executing ca-certificates-20220614-r4.trigger 20:26:27 OK: 11 MiB in 24 packages 20:26:27 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 20:26:33 Removing intermediate container de21161b5e3d 20:26:33 ---> 32999f27d844 20:26:33 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 20:26:33 ---> 934f29ada395 20:26:33 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 20:26:34 ---> 07887fd6f48d 20:26:34 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:26:36 ---> 1535421e23bf 20:26:36 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 20:26:37 ---> bc2e9e66ef85 20:26:37 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 20:26:37 ---> Running in c28631072237 20:26:37 Removing intermediate container c28631072237 20:26:37 ---> d58cf7303842 20:26:37 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:26:37 ---> Running in 8da73ed0c471 20:26:38 Removing intermediate container 8da73ed0c471 20:26:38 ---> 8bb13d35504a 20:26:38 Step 18/20 : LABEL arch=arm64 20:26:38 ---> Running in 1541df854959 20:26:39 Removing intermediate container 1541df854959 20:26:39 ---> 71d564963b97 20:26:39 Step 19/20 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c 20:26:39 ---> Running in cba67373ebae 20:26:39 Removing intermediate container cba67373ebae 20:26:39 ---> 89d8b6b6d962 20:26:39 Step 20/20 : LABEL version=0.0.0 20:26:39 ---> Running in 20c2f4128e0c 20:26:40 Removing intermediate container 20c2f4128e0c 20:26:40 ---> 01c3cc5d03d7 20:26:40 20:26:40 Successfully built 01c3cc5d03d7 20:26:40 Successfully tagged security-spiffe-token-provider-arm64:latest 20:26:40  Building security-spiffe-token-provider ... done Building support-scheduler 20:26:58 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:26:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:26:58 ---> 27df420bf62a 20:26:58 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:26:58 ---> Using cache 20:26:58 ---> 95b2904010f9 20:26:58 Step 4/23 : WORKDIR /edgex-go 20:26:58 ---> Using cache 20:26:58 ---> 31437ed77840 20:26:58 Step 5/23 : RUN apk add --update --no-cache make git 20:26:58 ---> Using cache 20:26:58 ---> 9fd3e7b2e7ef 20:26:58 Step 6/23 : COPY go.mod vendor* ./ 20:26:58 ---> Using cache 20:26:58 ---> 0169ff46ef7a 20:26:58 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:26:58 ---> Using cache 20:26:58 ---> 683b8d07cc65 20:26:58 Step 8/23 : COPY . . 20:26:58 ---> Using cache 20:26:58 ---> d68db0f744b8 20:26:58 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 20:26:58 ---> Running in df2db91a9e79 20:26:59 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 20:31:36 Removing intermediate container f37896e66f61 20:31:36 ---> c4a7b1f694a5 20:31:36 20:31:36 Step 10/24 : FROM alpine:3.17 20:31:36 ---> 51e60588ff2c 20:31:36 Step 11/24 : RUN apk add --update --no-cache dumb-init 20:31:36 ---> Running in baaf637d57ae 20:31:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:31:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:31:36 (1/1) Installing dumb-init (1.2.5-r2) 20:31:36 Executing busybox-1.35.0-r29.trigger 20:31:36 OK: 8 MiB in 16 packages 20:31:36 Removing intermediate container baaf637d57ae 20:31:36 ---> 19b3c7db15cb 20:31:36 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:31:36 ---> Running in bf47cd466d99 20:31:36 Removing intermediate container bf47cd466d99 20:31:36 ---> 813c22d652fb 20:31:36 Step 13/24 : ENV APP_PORT=59882 20:31:36 ---> Running in 396f3206372b 20:31:37 Removing intermediate container 396f3206372b 20:31:37 ---> f0761ca68630 20:31:37 Step 14/24 : EXPOSE $APP_PORT 20:31:37 ---> Running in d7b3c47120ef 20:31:38 Removing intermediate container d7b3c47120ef 20:31:38 ---> 6fa49eaeadec 20:31:38 Step 15/24 : WORKDIR / 20:31:38 ---> Running in b79adeb2c014 20:31:38 Removing intermediate container b79adeb2c014 20:31:38 ---> 4c4fc59ef209 20:31:38 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:31:39 ---> d74eb9c667bc 20:31:39 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 20:31:40 ---> d234c417bc79 20:31:40 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:31:42 ---> 1ea34836e1c2 20:31:42 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 20:31:43 ---> 5912a2189cc0 20:31:43 Step 20/24 : ENTRYPOINT ["/core-command"] 20:31:43 ---> Running in 20057574a5bd 20:31:43 Removing intermediate container 20057574a5bd 20:31:43 ---> 8731e7b92933 20:31:43 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:31:43 ---> Running in 4a0c56bb5503 20:31:44 Removing intermediate container 4a0c56bb5503 20:31:44 ---> 2b3c7edd1cd9 20:31:44 Step 22/24 : LABEL arch=arm64 20:31:44 ---> Running in 295ce0a2c956 20:31:45 Removing intermediate container 295ce0a2c956 20:31:45 ---> d8a17f85af2c 20:31:45 Step 23/24 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c 20:31:45 ---> Running in 8d5580c40762 20:31:46 Removing intermediate container 8d5580c40762 20:31:46 ---> 4204272a53d9 20:31:46 Step 24/24 : LABEL version=0.0.0 20:31:46 ---> Running in cbcda4666bf8 20:31:47 Removing intermediate container cbcda4666bf8 20:31:47 ---> 209456829967 20:31:47 20:31:47 Successfully built 209456829967 20:31:47 Successfully tagged core-command-arm64:latest 20:31:47  Building core-command ... done Building core-common-config-bootstrapper 20:31:55 Removing intermediate container f084fae4ffcd 20:31:55 ---> e582c5d6699d 20:31:55 20:31:55 Step 10/25 : FROM alpine:3.17 20:31:55 ---> 51e60588ff2c 20:31:55 Step 11/25 : RUN apk add --update --no-cache dumb-init 20:31:55 ---> Using cache 20:31:55 ---> 19b3c7db15cb 20:31:55 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:31:55 ---> Using cache 20:31:55 ---> 813c22d652fb 20:31:55 Step 13/25 : ENV APP_PORT=59881 20:31:55 ---> Running in 589ae712b408 20:31:55 Removing intermediate container 589ae712b408 20:31:55 ---> 4b7a498f0567 20:31:55 Step 14/25 : EXPOSE $APP_PORT 20:31:56 ---> Running in 08d1adf71798 20:31:56 Removing intermediate container 08d1adf71798 20:31:56 ---> 4e672ea7782f 20:31:56 Step 15/25 : WORKDIR / 20:31:56 ---> Running in 7219fa93adb3 20:31:57 Removing intermediate container 7219fa93adb3 20:31:57 ---> 83550cd9f69d 20:31:57 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 20:31:59 ---> 2df48f53592b 20:31:59 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 20:32:00 ---> 74e406d7298b 20:32:00 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:32:03 ---> 6522838f01fc 20:32:03 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 20:32:04 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 20:32:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:32:04 ---> 27df420bf62a 20:32:04 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:32:04 ---> Using cache 20:32:04 ---> 95b2904010f9 20:32:04 Step 4/23 : WORKDIR /edgex-go 20:32:04 ---> Using cache 20:32:04 ---> 31437ed77840 20:32:04 Step 5/23 : RUN apk add --update --no-cache make git 20:32:04 ---> Using cache 20:32:04 ---> 9fd3e7b2e7ef 20:32:04 Step 6/23 : COPY go.mod vendor* ./ 20:32:04 ---> Using cache 20:32:04 ---> 0169ff46ef7a 20:32:04 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:32:04 ---> Using cache 20:32:04 ---> 683b8d07cc65 20:32:04 Step 8/23 : COPY . . 20:32:04 ---> Using cache 20:32:04 ---> d68db0f744b8 20:32:04 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:32:04 ---> Running in 05520371da2d 20:32:04 ---> 8d7723e0496f 20:32:04 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 20:32:05 ---> a83b467fe322 20:32:05 Step 21/25 : ENTRYPOINT ["/core-metadata"] 20:32:06 ---> Running in efdf3545d02d 20:32:06 Removing intermediate container efdf3545d02d 20:32:06 ---> 6dcf285381e6 20:32:06 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:32: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 20:32:06 ---> Running in 8f623156c0c1 20:32:07 Removing intermediate container 8f623156c0c1 20:32:07 ---> 371f9d597c9a 20:32:07 Step 23/25 : LABEL arch=arm64 20:32:07 ---> Running in 410b4feef466 20:32:08 Removing intermediate container 410b4feef466 20:32:08 ---> 5ec7633cf16c 20:32:08 Step 24/25 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c 20:32:08 ---> Running in 3e1f10d83b04 20:32:08 Removing intermediate container 3e1f10d83b04 20:32:08 ---> c352e5f9512b 20:32:08 Step 25/25 : LABEL version=0.0.0 20:32:08 ---> Running in b8fd82fda508 20:32:09 Removing intermediate container b8fd82fda508 20:32:09 ---> 3ca0334d2503 20:32:09 20:32:09 Successfully built 3ca0334d2503 20:32:09 Successfully tagged core-metadata-arm64:latest 20:32:24  Building core-metadata ... done Removing intermediate container 9d8d981ba428 20:32:24 ---> 35bc25f21830 20:32:24 20:32:24 Step 10/23 : FROM alpine:3.17 20:32:24 ---> 51e60588ff2c 20:32:24 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:32:24 ---> Running in e11c5bea1ba7 20:32:24 Removing intermediate container e11c5bea1ba7 20:32:24 ---> 7e6af68f6d07 20:32:24 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:32:24 ---> Running in 732b3eaf357a 20:32:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:32:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:32:27 (1/1) Installing dumb-init (1.2.5-r2) 20:32:27 Executing busybox-1.35.0-r29.trigger 20:32:27 OK: 8 MiB in 16 packages 20:32:29 Removing intermediate container 732b3eaf357a 20:32:29 ---> 2ec133ae29f6 20:32:29 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:32:30 ---> d118e71a2a38 20:32:30 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:32:31 ---> 0fd11732590c 20:32:31 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 20:32:33 ---> 179f602628eb 20:32:33 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 20:32:33 ---> 2650c9249f00 20:32:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 20:32:34 ---> 410558455fbd 20:32:34 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:32:34 ---> Running in fb248aeba21d 20:32:37 Removing intermediate container fb248aeba21d 20:32:37 ---> 5a19074fbfcc 20:32:37 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:32:37 ---> Running in e539f90ca0a9 20:32:37 Removing intermediate container e539f90ca0a9 20:32:37 ---> 52a59ecdb65e 20:32:37 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 20:32:38 ---> Running in 012e34ba6804 20:32:38 Removing intermediate container 012e34ba6804 20:32:38 ---> 156504154fcd 20:32:38 Step 21/23 : LABEL arch=arm64 20:32:38 ---> Running in 7993e07a8490 20:32:39 Removing intermediate container 7993e07a8490 20:32:39 ---> ae2d03ce6db7 20:32:39 Step 22/23 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c 20:32:39 ---> Running in 9cd15589fa80 20:32:40 Removing intermediate container 9cd15589fa80 20:32:40 ---> 7c06467c8cae 20:32:40 Step 23/23 : LABEL version=0.0.0 20:32:40 ---> Running in 7cbcb471fda8 20:32:40 Removing intermediate container 7cbcb471fda8 20:32:40 ---> 3dbfe58bf5ea 20:32:40 20:32:40 Successfully built 3dbfe58bf5ea 20:32:40 Successfully tagged security-proxy-auth-arm64:latest 20:34:47  Building security-proxy-auth ... done Removing intermediate container 3c4ef8138fce 20:34:47 ---> 7a31dbaba38b 20:34:47 20:34:47 Step 10/23 : FROM alpine:3.17 20:34:47 ---> 51e60588ff2c 20:34:47 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 20:34:47 ---> Running in 00a7991f36c2 20:34:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:34:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:34:47 (1/2) Installing ca-certificates (20220614-r4) 20:34:47 (2/2) Installing dumb-init (1.2.5-r2) 20:34:47 Executing busybox-1.35.0-r29.trigger 20:34:47 Executing ca-certificates-20220614-r4.trigger 20:34:48 OK: 8 MiB in 17 packages 20:34:50 Removing intermediate container 00a7991f36c2 20:34:50 ---> fb99b499ff0c 20:34:50 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 20:34:50 ---> Running in da9ca38fb03e 20:34:51 Removing intermediate container da9ca38fb03e 20:34:51 ---> 356f27fefbba 20:34:51 Step 13/23 : ENV APP_PORT=59860 20:34:51 ---> Running in 695a12a4563b 20:34:52 Removing intermediate container 695a12a4563b 20:34:52 ---> 497293bdd91e 20:34:52 Step 14/23 : EXPOSE $APP_PORT 20:34:52 ---> Running in bc867c257719 20:34:53 Removing intermediate container bc867c257719 20:34:53 ---> 40cababe89ea 20:34:53 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:34:54 ---> 7eccab355255 20:34:54 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:34:56 ---> eb65fc492d66 20:34:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:34:57 Removing intermediate container df2db91a9e79 20:34:57 ---> 1dae7669ae22 20:34:57 20:34:57 Step 10/23 : FROM alpine:3.17 20:34:57 ---> 51e60588ff2c 20:34:57 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:34:57 ---> Using cache 20:34:57 ---> 19b3c7db15cb 20:34:57 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 20:34:57 ---> Using cache 20:34:57 ---> 813c22d652fb 20:34:57 Step 13/23 : ENV APP_PORT=59861 20:34:57 ---> Running in 4dcb42cbb79e 20:34:58 Removing intermediate container 4dcb42cbb79e 20:34:58 ---> c9517421247f 20:34:58 Step 14/23 : EXPOSE $APP_PORT 20:34:58 ---> Running in 7740437d0729 20:34:59 ---> 18137fbc9bc1 20:34:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 20:34:59 Removing intermediate container 7740437d0729 20:34:59 ---> 5cfbf9c7a9a2 20:34:59 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:35:00 ---> cdc42348808f 20:35:00 Step 19/23 : ENTRYPOINT ["/support-notifications"] 20:35:00 ---> 1c25ee0b37b6 20:35:00 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 20:35:00 ---> Running in 13eabe4e9205 20:35:01 Removing intermediate container 13eabe4e9205 20:35:01 ---> d4041554d092 20:35:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:35:01 ---> fec312cbe69d 20:35:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:35:01 ---> Running in c00c4945120f 20:35:02 Removing intermediate container c00c4945120f 20:35:02 ---> 38cf56076efc 20:35:02 Step 21/23 : LABEL arch=arm64 20:35:02 ---> Running in 2154948bdccc 20:35:03 Removing intermediate container 2154948bdccc 20:35:03 ---> f27f8a763d61 20:35:03 Step 22/23 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c 20:35:03 ---> Running in 41db73c2ff0a 20:35:03 Removing intermediate container 41db73c2ff0a 20:35:03 ---> 040a0f483875 20:35:03 Step 23/23 : LABEL version=0.0.0 20:35:04 ---> Running in 6312df9b2641 20:35:04 Removing intermediate container 6312df9b2641 20:35:04 ---> 3eecd43788ee 20:35:04 20:35:05 ---> 6c3d9a03a421 20:35:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 20:35:05 Successfully built 3eecd43788ee 20:35:05 Successfully tagged support-notifications-arm64:latest 20:35:05  Building support-notifications ... done  ---> bd16b0d33d09 20:35:05 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 20:35:06 ---> Running in 4209ffabc281 20:35:06 Removing intermediate container 4209ffabc281 20:35:06 ---> 2eab992bc8ed 20:35:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:35:06 ---> Running in 9d9a96b9b84c 20:35:07 Removing intermediate container 9d9a96b9b84c 20:35:07 ---> da057c490730 20:35:07 Step 21/23 : LABEL arch=arm64 20:35:07 ---> Running in ad95c75e5e8d 20:35:10 Removing intermediate container ad95c75e5e8d 20:35:10 ---> 098fc4eeb3e7 20:35:10 Step 22/23 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c 20:35:10 ---> Running in 185468af7e35 20:35:10 Removing intermediate container 185468af7e35 20:35:10 ---> b863cdef6299 20:35:10 Step 23/23 : LABEL version=0.0.0 20:35:11 ---> Running in a3c5f89aa150 20:35:11 Removing intermediate container a3c5f89aa150 20:35:11 ---> eced9f546200 20:35:11 20:35:11 Successfully built eced9f546200 20:35:11 Successfully tagged support-scheduler-arm64:latest 20:35:21  Building support-scheduler ... done Removing intermediate container 05520371da2d 20:35:21 ---> 3774161d336e 20:35:21 20:35:21 Step 10/23 : FROM alpine:3.17 20:35:21 ---> 51e60588ff2c 20:35:21 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:35:21 ---> Using cache 20:35:21 ---> 7e6af68f6d07 20:35:21 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:35:21 ---> Using cache 20:35:21 ---> 2ec133ae29f6 20:35:21 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:35:21 ---> Using cache 20:35:21 ---> d118e71a2a38 20:35:21 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 20:35:21 ---> Using cache 20:35:21 ---> 0fd11732590c 20:35:21 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 20:35:24 ---> 893d57657f9d 20:35:24 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 20:35:24 ---> 2123e42fae6d 20:35:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 20:35:25 ---> 3456a8e8e078 20:35:25 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:35:25 ---> Running in 93342d38fbc1 20:35:26 Removing intermediate container 93342d38fbc1 20:35:26 ---> 8d859b2500d6 20:35:26 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 20:35:26 ---> Running in dbec54b6ea80 20:35:27 Removing intermediate container dbec54b6ea80 20:35:27 ---> dca25be3b5f3 20:35:27 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 20:35:27 ---> Running in bba81fd60bc3 20:35:27 Removing intermediate container bba81fd60bc3 20:35:27 ---> 1807c1408010 20:35:27 Step 21/23 : LABEL arch=arm64 20:35:27 ---> Running in e767e85e34a9 20:35:27 Removing intermediate container e767e85e34a9 20:35:27 ---> 0c57de54c768 20:35:27 Step 22/23 : LABEL git_sha=78f51e8440b867a124a6a1af97b35adce17e6c0c 20:35:27 ---> Running in 8c8321347cfa 20:35:27 Removing intermediate container 8c8321347cfa 20:35:27 ---> f31459bb91ea 20:35:27 Step 23/23 : LABEL version=0.0.0 20:35:28 ---> Running in b3dee403ca6b 20:35:28 Removing intermediate container b3dee403ca6b 20:35:28 ---> 47e0e8bb9423 20:35:28 20:35:28 Successfully built 47e0e8bb9423 20:35:28 Successfully tagged core-common-config-bootstrapper-arm64:latest 20:35:29  Building core-common-config-bootstrapper ... done  [Pipeline] } 20:35:29 $ docker stop --time=1 f70be1a9cd3e48aa5825174aaa362c5d7cb81f51160c63f8858b906c8f26ae9d 20:35:30 $ docker rm -f --volumes f70be1a9cd3e48aa5825174aaa362c5d7cb81f51160c63f8858b906c8f26ae9d [Pipeline] // withDockerContainer [Pipeline] sh 20:35:31 + docker images 20:35:31 REPOSITORY TAG IMAGE ID CREATED SIZE 20:35:31 core-common-config-bootstrapper-arm64 latest 47e0e8bb9423 3 seconds ago 17.2MB 20:35:31 3774161d336e 12 seconds ago 1.48GB 20:35:31 support-scheduler-arm64 latest eced9f546200 20 seconds ago 31.5MB 20:35:31 support-notifications-arm64 latest 3eecd43788ee 27 seconds ago 32.2MB 20:35:31 1dae7669ae22 35 seconds ago 1.56GB 20:35:31 7a31dbaba38b 51 seconds ago 1.56GB 20:35:31 security-proxy-auth-arm64 latest 3dbfe58bf5ea 2 minutes ago 18.3MB 20:35:31 35bc25f21830 3 minutes ago 1.47GB 20:35:31 core-metadata-arm64 latest 3ca0334d2503 3 minutes ago 20.2MB 20:35:31 e582c5d6699d 3 minutes ago 1.5GB 20:35:31 core-command-arm64 latest 209456829967 3 minutes ago 19.7MB 20:35:31 c4a7b1f694a5 4 minutes ago 1.49GB 20:35:31 security-spiffe-token-provider-arm64 latest 01c3cc5d03d7 8 minutes ago 32.7MB 20:35:31 7052301b3125 9 minutes ago 1.53GB 20:35:31 security-spire-server-arm64 latest 9600c7be222a 9 minutes ago 87.1MB 20:35:31 6c212d41fdb3 10 minutes ago 1.35GB 20:35:31 security-spire-config-arm64 latest 4e92b2603370 10 minutes ago 86.2MB 20:35:31 core-data-arm64 latest f84d0b2c5b46 11 minutes ago 19.9MB 20:35:31 security-bootstrapper-arm64 latest b5db6b5eaecd 11 minutes ago 21.9MB 20:35:31 security-secretstore-setup-arm64 latest 03f8968a437e 11 minutes ago 32.2MB 20:35:31 1ec5f54965ee 11 minutes ago 1.5GB 20:35:31 security-proxy-setup-arm64 latest 549ffb72c014 11 minutes ago 18.7MB 20:35:31 98d85a9bb7e3 12 minutes ago 1.49GB 20:35:31 63fc1c700bb6 12 minutes ago 1.48GB 20:35:31 dd10381b92fa 12 minutes ago 1.47GB 20:35:31 security-spire-agent-arm64 latest 253fa95e3605 18 minutes ago 125MB 20:35:31 c869653f53de 18 minutes ago 1.35GB 20:35:31 ci-base-image-arm64 latest 27df420bf62a 32 minutes ago 866MB 20:35:31 alpine 3.17 51e60588ff2c 8 days ago 7.46MB 20:35:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 6cb57ee374ae 3 weeks ago 648MB 20:35:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [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 20:35:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:35:32 20:35:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:35:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:35:32 arm64: Pulling from edgex-lftools-log-publisher 20:35:32 8998bd30e6a1: Pulling fs layer 20:35:32 04944245beec: Pulling fs layer 20:35:32 699f458cf7ca: Pulling fs layer 20:35:32 765212b225bb: Pulling fs layer 20:35:32 f23df028b6ca: Pulling fs layer 20:35:32 d65c8cfc05b1: Pulling fs layer 20:35:32 2437ff75d9bd: Pulling fs layer 20:35:32 f23df028b6ca: Waiting 20:35:32 d65c8cfc05b1: Waiting 20:35:32 765212b225bb: Waiting 20:35:32 04944245beec: Verifying Checksum 20:35:32 04944245beec: Download complete 20:35:32 765212b225bb: Verifying Checksum 20:35:32 765212b225bb: Download complete 20:35:32 f23df028b6ca: Verifying Checksum 20:35:32 f23df028b6ca: Download complete 20:35:33 d65c8cfc05b1: Verifying Checksum 20:35:33 d65c8cfc05b1: Download complete 20:35:33 699f458cf7ca: Download complete 20:35:33 8998bd30e6a1: Verifying Checksum 20:35:33 8998bd30e6a1: Download complete 20:35:36 2437ff75d9bd: Verifying Checksum 20:35:36 2437ff75d9bd: Download complete 20:35:37 8998bd30e6a1: Pull complete 20:35:38 04944245beec: Pull complete 20:35:39 699f458cf7ca: Pull complete 20:35:39 765212b225bb: Pull complete 20:35:40 f23df028b6ca: Pull complete 20:35:40 d65c8cfc05b1: Pull complete 20:35:55 2437ff75d9bd: Pull complete 20:35:55 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:35:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:35:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:35:55 prd-ubuntu20.04-docker-arm64-4c-16g-7026 does not seem to be running inside a container 20:35:55 $ 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 20:35:58 $ docker top 0d14a31dd4725fb026c9140c621433a830810e847871a9a94841fc74839df943 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:35:59 ---> job-cost.sh 20:35:59 lf-activate-venv: SKIPPING 20:35:59 INFO: No Stack... 20:35:59 INFO: Retrieving Pricing Info for: v3-standard-4 20:36:00 INFO: Archiving Costs [Pipeline] sh 20:36:01 + cat /w/workspace/edgex-go/1/archives/cost.csv 20:36:01 + cut -d, -f6 [Pipeline] lock 20:36:01 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4501-1-stack-cost] 20:36:01 Resource [jenkins-edgexfoundry-edgex-go-PR-4501-1-stack-cost] did not exist. Created. 20:36:01 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4501-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:36:01 + echo total: 0.10999999940395355 [Pipeline] stash 20:36:02 Stashed 1 file(s) [Pipeline] } 20:36:02 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4501-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:36:02 $ docker stop --time=1 0d14a31dd4725fb026c9140c621433a830810e847871a9a94841fc74839df943 20:36:04 $ docker rm -f --volumes 0d14a31dd4725fb026c9140c621433a830810e847871a9a94841fc74839df943 [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 20:36:05 provisioning config files... 20:36:05 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config9927117119222163034tmp [Pipeline] { [Pipeline] sh 20:36:06 + set +x 20:36:06 + bash -s -- 20:36:06 + curl -s https://codecov.io/bash 20:36:06 20:36:06 _____ _ 20:36:06 / ____| | | 20:36:06 | | ___ __| | ___ ___ _____ __ 20:36:06 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:36:06 | |___| (_) | (_| | __/ (_| (_) \ V / 20:36:06 \_____\___/ \__,_|\___|\___\___/ \_/ 20:36:06 Bash-1.0.6 20:36:06 20:36:06 20:36:06 ==> git version 2.25.1 found 20:36:06 ==> 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 20:36:06 Release-Date: 2020-01-08 20:36:06 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 20:36:06 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:36:06 ==> Jenkins CI detected. 20:36:06 current dir:  /w/workspace/edgex-go/1 20:36:06 project root: . 20:36:06 --> token set from env 20:36:06 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:36:06 ==> Running gcov in . (disable via -X gcov) 20:36:06 ==> Python coveragepy not found 20:36:06 ==> Searching for coverage reports in: 20:36:06 + . 20:36:06 -> Found 1 reports 20:36:06 ==> Detecting git/mercurial file structure 20:36:06 ==> Reading reports 20:36:06 + ./coverage.out bytes=447380 20:36:06 ==> Appending adjustments 20:36:06 https://docs.codecov.io/docs/fixing-reports 20:36:07 + Found adjustments 20:36:07 ==> Gzipping contents 20:36:07 60K /tmp/codecov.8aHCwl.gz 20:36:07 ==> Uploading reports 20:36:07 url: https://codecov.io 20:36:07 query: branch=PR-4501&commit=78f51e8440b867a124a6a1af97b35adce17e6c0c&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4501%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4501&job=&cmd_args= 20:36:07 -> Pinging Codecov 20:36:07 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4501&commit=78f51e8440b867a124a6a1af97b35adce17e6c0c&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4501%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4501&job=&cmd_args= 20:36:07 -> Uploading to 20:36:07 https://storage.googleapis.com/codecov/v4/raw/2023-04-06/00271124DB129430A58F1EEE437C3FCB/78f51e8440b867a124a6a1af97b35adce17e6c0c/02d4404f-2942-49f3-8084-1599528300be.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230406%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230406T203607Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=85818dc68c3ab17bb39a26ca3d4e53d6861f3d6e0e1057311481dd5dee39c1d3 20:36:07 % Total % Received % Xferd Average Speed Time Time Time Current 20:36:07 Dload Upload Total Spent Left Speed 20:36:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57477 0 0 100 57477 0 253k --:--:-- --:--:-- --:--:-- 252k 100 57477 0 0 100 57477 0 190k --:--:-- --:--:-- --:--:-- 189k 20:36:08 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/78f51e8440b867a124a6a1af97b35adce17e6c0c [Pipeline] } 20:36:08 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 20:36:09 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 20:36:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:36:10 ---> package-listing.sh 20:36:10 ++ facter osfamily 20:36:10 ++ tr '[:upper:]' '[:lower:]' 20:36:10 + OS_FAMILY=debian 20:36:10 + workspace=/w/workspace/edgex-go/1 20:36:10 + START_PACKAGES=/tmp/packages_start.txt 20:36:10 + END_PACKAGES=/tmp/packages_end.txt 20:36:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:36:10 + PACKAGES=/tmp/packages_start.txt 20:36:10 + '[' /w/workspace/edgex-go/1 ']' 20:36:10 + PACKAGES=/tmp/packages_end.txt 20:36:10 + case "${OS_FAMILY}" in 20:36:10 + dpkg -l 20:36:10 + grep '^ii' 20:36:10 + '[' -f /tmp/packages_start.txt ']' 20:36:10 + '[' -f /tmp/packages_end.txt ']' 20:36:10 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:36:10 + '[' /w/workspace/edgex-go/1 ']' 20:36:10 + mkdir -p /w/workspace/edgex-go/1/archives/ 20:36:10 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 20:36:11 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 20:36:11 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:36:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:36:11 20:36:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:36:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:36:12 latest: Pulling from edgex-lftools-log-publisher 20:36:12 5eb5b503b376: Pulling fs layer 20:36:12 5c69ac0246d0: Pulling fs layer 20:36:12 ec43610c2a17: Pulling fs layer 20:36:12 3a2ae6a8a46f: Pulling fs layer 20:36:12 33b1e0a273af: Pulling fs layer 20:36:12 5d3b04190fa2: Pulling fs layer 20:36:12 2f39f015ded8: Pulling fs layer 20:36:12 33b1e0a273af: Waiting 20:36:12 5d3b04190fa2: Waiting 20:36:12 2f39f015ded8: Waiting 20:36:12 3a2ae6a8a46f: Waiting 20:36:12 5c69ac0246d0: Download complete 20:36:12 3a2ae6a8a46f: Verifying Checksum 20:36:12 3a2ae6a8a46f: Download complete 20:36:12 33b1e0a273af: Verifying Checksum 20:36:12 33b1e0a273af: Download complete 20:36:12 5d3b04190fa2: Verifying Checksum 20:36:12 5d3b04190fa2: Download complete 20:36:12 ec43610c2a17: Verifying Checksum 20:36:12 ec43610c2a17: Download complete 20:36:12 5eb5b503b376: Verifying Checksum 20:36:12 5eb5b503b376: Download complete 20:36:13 2f39f015ded8: Download complete 20:36:14 5eb5b503b376: Pull complete 20:36:14 5c69ac0246d0: Pull complete 20:36:14 ec43610c2a17: Pull complete 20:36:14 3a2ae6a8a46f: Pull complete 20:36:14 33b1e0a273af: Pull complete 20:36:14 5d3b04190fa2: Pull complete 20:36:19 2f39f015ded8: Pull complete 20:36:19 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:36:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:36:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:36:19 prd-ubuntu20.04-docker-8c-8g-7025 does not seem to be running inside a container 20:36:19 $ 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 20:36:23 $ docker top ff206e463cbc841dd790561fbe555baddb0cc6962cb89d973c8745666cb93773 -eo pid,comm [Pipeline] { [Pipeline] sh 20:36:23 + touch /tmp/pre-build-complete [Pipeline] sh 20:36:24 + mkdir -p /var/log/sysstat [Pipeline] sh 20:36:24 + ls /var/log/sa-host 20:36:24 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:36:24 provisioning config files... 20:36:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config13340863910045543875tmp [Pipeline] { [Pipeline] echo 20:36:24 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:36:25 ---> create-netrc.sh [Pipeline] } 20:36:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:36:25 ---> python-tools-install.sh [Pipeline] echo 20:36:25 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:36:25 ---> sudo-logs.sh 20:36:25 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:36:25 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:36:26 ---> job-cost.sh 20:36:26 lf-activate-venv: SKIPPING 20:36:26 DEBUG: total: 0.10999999940395355 20:36:26 INFO: Retrieving Stack Cost... 20:36:26 INFO: Retrieving Pricing Info for: v3-standard-8 20:36:27 INFO: Archiving Costs [Pipeline] echo 20:36:27 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:36:27 ---> logs-deploy.sh 20:36:27 lf-activate-venv: SKIPPING 20:36:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4501/1 20:36:27 INFO: archiving workspace using pattern(s): 20:36:28 Archives upload complete. 20:36:28 INFO: archiving logs to Nexus 20:36:29 ---> uname -a: 20:36:29 Linux prd-ubuntu20-04-docker-8c-8g-7025 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 20:36:29 20:36:29 20:36:29 ---> lscpu: 20:36:29 Architecture: x86_64 20:36:29 CPU op-mode(s): 32-bit, 64-bit 20:36:29 Byte Order: Little Endian 20:36:29 Address sizes: 40 bits physical, 48 bits virtual 20:36:29 CPU(s): 8 20:36:29 On-line CPU(s) list: 0-7 20:36:29 Thread(s) per core: 1 20:36:29 Core(s) per socket: 1 20:36:29 Socket(s): 8 20:36:29 NUMA node(s): 1 20:36:29 Vendor ID: AuthenticAMD 20:36:29 CPU family: 23 20:36:29 Model: 49 20:36:29 Model name: AMD EPYC-Rome Processor 20:36:29 Stepping: 0 20:36:29 CPU MHz: 2799.998 20:36:29 BogoMIPS: 5599.99 20:36:29 Virtualization: AMD-V 20:36:29 Hypervisor vendor: KVM 20:36:29 Virtualization type: full 20:36:29 L1d cache: 256 KiB 20:36:29 L1i cache: 256 KiB 20:36:29 L2 cache: 4 MiB 20:36:29 L3 cache: 128 MiB 20:36:29 NUMA node0 CPU(s): 0-7 20:36:29 Vulnerability Itlb multihit: Not affected 20:36:29 Vulnerability L1tf: Not affected 20:36:29 Vulnerability Mds: Not affected 20:36:29 Vulnerability Meltdown: Not affected 20:36:29 Vulnerability Mmio stale data: Not affected 20:36:29 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:36:29 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 20:36:29 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 20:36:29 Vulnerability Srbds: Not affected 20:36:29 Vulnerability Tsx async abort: Not affected 20:36:29 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 20:36:29 20:36:29 20:36:29 ---> nproc: 20:36:29 8 20:36:29 20:36:29 20:36:29 ---> df -h: 20:36:29 Filesystem Size Used Avail Use% Mounted on 20:36:29 overlay 155G 19G 137G 12% / 20:36:29 tmpfs 64M 0 64M 0% /dev 20:36:29 tmpfs 16G 0 16G 0% /sys/fs/cgroup 20:36:29 shm 64M 0 64M 0% /dev/shm 20:36:29 /dev/vda1 155G 19G 137G 12% /facter-os 20:36:29 20:36:29 20:36:29 ---> sar -b -r -n DEV: 20:36:29 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7025) 04/06/23 _x86_64_ (8 CPU) 20:36:29 20:36:29 19:57:44 LINUX RESTART (8 CPU) 20:36:29 20:36:29 19:58:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:36:29 19:59:02 148.33 47.99 100.33 0.00 5426.16 129619.06 0.00 20:36:29 20:00:01 99.12 0.59 98.53 0.00 20.47 99102.66 0.00 20:36:29 20:01:01 27.81 0.08 27.73 0.00 0.67 34463.21 0.00 20:36:29 20:02:01 87.17 0.17 87.00 0.00 5.20 34131.11 0.00 20:36:29 20:03:01 355.56 5.71 349.85 0.00 53.05 119850.98 0.00 20:36:29 20:04:01 300.13 11.91 288.22 0.00 941.58 143437.96 0.00 20:36:29 20:05:01 290.63 2.25 288.39 0.00 1982.47 115836.56 0.00 20:36:29 20:06:01 549.63 2.93 546.69 0.00 2298.75 153671.27 0.00 20:36:29 20:07:01 442.10 0.18 441.91 0.00 2.80 162110.54 0.00 20:36:29 20:08:01 714.41 0.12 714.30 0.00 3.07 109615.46 0.00 20:36:29 20:09:01 4.22 1.60 2.62 0.00 36.26 30.93 0.00 20:36:29 20:10:01 1.98 0.00 1.98 0.00 0.00 21.73 0.00 20:36:29 20:11:01 1.42 0.00 1.42 0.00 0.00 16.13 0.00 20:36:29 20:12:01 2.02 0.00 2.02 0.00 0.00 27.19 0.00 20:36:29 20:13:01 0.98 0.00 0.98 0.00 0.00 11.33 0.00 20:36:29 20:14:01 1.68 0.02 1.67 0.00 0.13 19.60 0.00 20:36:29 20:15:01 1.65 0.00 1.65 0.00 0.00 22.53 0.00 20:36:29 20:16:01 1.70 0.00 1.70 0.00 0.00 19.60 0.00 20:36:29 20:17:01 0.92 0.02 0.90 0.00 0.13 10.40 0.00 20:36:29 20:18:01 2.22 0.00 2.22 0.00 0.00 24.39 0.00 20:36:29 20:19:01 1.40 0.00 1.40 0.00 0.00 16.26 0.00 20:36:29 20:20:01 2.07 0.00 2.07 0.00 0.00 24.13 0.00 20:36:29 20:21:01 1.37 0.00 1.37 0.00 0.00 15.06 0.00 20:36:29 20:22:01 2.00 0.00 2.00 0.00 0.00 23.06 0.00 20:36:29 20:23:01 1.50 0.00 1.50 0.00 0.00 16.80 0.00 20:36:29 20:24:01 2.08 0.00 2.08 0.00 0.00 23.46 0.00 20:36:29 20:25:01 1.32 0.00 1.32 0.00 0.00 14.80 0.00 20:36:29 20:26:01 1.97 0.00 1.97 0.00 0.00 22.53 0.00 20:36:29 20:27:01 1.43 0.00 1.43 0.00 0.00 16.00 0.00 20:36:29 20:28:01 1.92 0.00 1.92 0.00 0.00 21.46 0.00 20:36:29 20:29:01 1.50 0.00 1.50 0.00 0.00 17.20 0.00 20:36:29 20:30:01 1.95 0.00 1.95 0.00 0.00 22.93 0.00 20:36:29 20:31:01 1.35 0.00 1.35 0.00 0.00 15.06 0.00 20:36:29 20:32:01 2.00 0.00 2.00 0.00 0.00 23.18 0.00 20:36:29 20:33:01 0.90 0.00 0.90 0.00 0.00 10.66 0.00 20:36:29 20:34:01 2.08 0.00 2.08 0.00 0.00 23.86 0.00 20:36:29 20:35:01 1.37 0.00 1.37 0.00 0.00 15.46 0.00 20:36:29 20:36:01 1.60 0.00 1.60 0.00 0.00 18.13 0.00 20:36:29 Average: 80.66 1.94 78.72 0.00 283.70 28995.50 0.00 20:36:29 20:36:29 19:58:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:36:29 19:59:02 28718604 31602212 712108 2.17 73444 3078572 1834116 5.41 1042648 2755412 496068 20:36:29 20:00:01 27932608 31501812 802980 2.44 113208 3649832 1919184 5.66 1515448 2983664 353108 20:36:29 20:01:01 27851624 31493508 810160 2.46 116816 3695884 2142516 6.31 1326476 3228252 266596 20:36:29 20:02:01 25297840 31444604 859248 2.61 118376 6152144 2611952 7.70 1665660 5392884 2496132 20:36:29 20:03:01 24210744 31504272 787476 2.39 201488 7044512 1925896 5.68 2044232 5915728 354304 20:36:29 20:04:01 20398080 31490752 785288 2.39 303528 10625248 1963116 5.79 1858700 9781328 1534656 20:36:29 20:05:01 20765572 31468496 798492 2.43 310856 10181040 1978952 5.83 2057596 9156764 89172 20:36:29 20:06:01 20285752 31443512 825284 2.51 335300 10590520 2259392 6.66 2441232 9235220 52 20:36:29 20:07:01 17461880 30931524 1320972 4.02 356088 12753804 2919752 8.60 3141964 11215584 359560 20:36:29 20:08:01 19815820 31509712 758892 2.31 373500 11032508 1890776 5.57 2461384 9627864 504 20:36:29 20:09:01 19805536 31501636 766832 2.33 373544 11033596 1890776 5.57 2475072 9628176 8 20:36:29 20:10:01 19805456 31501576 766724 2.33 373588 11033596 1890776 5.57 2473056 9628156 4 20:36:29 20:11:01 19814504 31510688 757584 2.30 373652 11033600 1890776 5.57 2463128 9628164 8 20:36:29 20:12:01 19814496 31510852 757396 2.30 373680 11033736 1890776 5.57 2462744 9628296 12 20:36:29 20:13:01 19821064 31517408 750852 2.28 373704 11033732 1890776 5.57 2457376 9628296 16 20:36:29 20:14:01 19820568 31517032 751312 2.28 373720 11033740 1905392 5.62 2457108 9628300 184 20:36:29 20:15:01 19819992 31516432 751772 2.29 373760 11033716 1905392 5.62 2457032 9628276 12 20:36:29 20:16:01 19819944 31516440 751732 2.29 373784 11033720 1905392 5.62 2457088 9628280 16 20:36:29 20:17:01 19819556 31516064 751948 2.29 373812 11033720 1905392 5.62 2457644 9628284 8 20:36:29 20:18:01 19819168 31516096 752144 2.29 373880 11033724 1905392 5.62 2457228 9628584 16 20:36:29 20:19:01 19819192 31516124 752088 2.29 373912 11033728 1905392 5.62 2456956 9628588 8 20:36:29 20:20:01 19819332 31516344 751796 2.29 373936 11033736 1905392 5.62 2457220 9628596 144 20:36:29 20:21:01 19819024 31516100 751984 2.29 373992 11033740 1905392 5.62 2457288 9628604 148 20:36:29 20:22:01 19819216 31516336 751884 2.29 374048 11033744 1905392 5.62 2457408 9628604 188 20:36:29 20:23:01 19819208 31516388 751820 2.29 374100 11033744 1905392 5.62 2457480 9628608 36 20:36:29 20:24:01 19818876 31516108 752048 2.29 374132 11033748 1905392 5.62 2457580 9628608 164 20:36:29 20:25:01 19818860 31516100 751948 2.29 374180 11033752 1905392 5.62 2457548 9628612 180 20:36:29 20:26:01 19818884 31516216 751876 2.29 374236 11033752 1905392 5.62 2457252 9628612 12 20:36:29 20:27:01 19819088 31516424 751564 2.29 374280 11033756 1905392 5.62 2457256 9628616 16 20:36:29 20:28:01 19818748 31516184 751796 2.29 374328 11033756 1905392 5.62 2457336 9628616 8 20:36:29 20:29:01 19818376 31515816 752100 2.29 374368 11033760 1905392 5.62 2457764 9628620 168 20:36:29 20:30:01 19818400 31515924 752036 2.29 374404 11033768 1888836 5.57 2457468 9628628 28 20:36:29 20:31:01 19818604 31516128 751732 2.29 374452 11033768 1888836 5.57 2457452 9628628 16 20:36:29 20:32:01 19818764 31516388 751672 2.29 374504 11033772 1888836 5.57 2457552 9628632 8 20:36:29 20:33:01 19818948 31516576 751636 2.29 374524 11033776 1888836 5.57 2457512 9628636 8 20:36:29 20:34:01 19818616 31516304 751824 2.29 374588 11033776 1888836 5.57 2457972 9628640 172 20:36:29 20:35:01 19818892 31516584 751524 2.29 374608 11033780 1888836 5.57 2457632 9628644 8 20:36:29 20:36:01 19819128 31516884 751216 2.28 374620 11033780 1888836 5.57 2457640 9628640 12 20:36:29 Average: 20727341 31494936 777677 2.36 336235 10203910 1963359 5.79 2326503 8918175 156625 20:36:29 20:36:29 19:58:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:36:29 19:59:02 lo 5.47 5.47 0.52 0.52 0.00 0.00 0.00 0.00 20:36:29 19:59:02 docker0 530.13 431.44 37.30 2742.55 0.00 0.00 0.00 0.00 20:36:29 19:59:02 ens3 1510.33 1429.48 11941.69 174.12 0.00 0.00 0.00 0.00 20:36:29 20:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:36:29 20:00:01 vethf75e445 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 20:36:29 20:00:01 docker0 74.89 113.47 6.08 695.08 0.00 0.00 0.00 0.00 20:36:29 20:00:01 ens3 160.70 120.86 727.41 94.30 0.00 0.00 0.00 0.00 20:36:29 20:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:01:01 vethf75e445 1.43 1.47 0.13 0.13 0.00 0.00 0.00 0.00 20:36:29 20:01:01 docker0 1.43 1.43 0.11 0.13 0.00 0.00 0.00 0.00 20:36:29 20:01:01 ens3 33.53 24.35 26.18 15.09 0.00 0.00 0.00 0.00 20:36:29 20:02:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 20:36:29 20:02:01 docker0 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 20:36:29 20:02:01 veth4595ceb 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:36:29 20:02:01 ens3 99.97 58.01 1701.45 21.04 0.00 0.00 0.00 0.00 20:36:29 20:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:03:01 docker0 491.37 879.47 41.63 6240.98 0.00 0.00 0.00 0.00 20:36:29 20:03:01 veth4595ceb 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 20:36:29 20:03:01 ens3 891.00 498.78 6250.50 53.71 0.00 0.00 0.00 0.00 20:36:29 20:04:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 20:36:29 20:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:04:01 veth4595ceb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:04:01 ens3 79.47 37.98 861.34 4.96 0.00 0.00 0.00 0.00 20:36:29 20:05:01 lo 0.73 0.73 0.07 0.07 0.00 0.00 0.00 0.00 20:36:29 20:05:01 docker0 3.53 6.28 0.23 91.86 0.00 0.00 0.00 0.00 20:36:29 20:05:01 veth4595ceb 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:05:01 ens3 100.35 50.32 757.28 12.47 0.00 0.00 0.00 0.00 20:36:29 20:06:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 20:36:29 20:06:01 docker0 117.62 225.05 8.99 1600.09 0.00 0.00 0.00 0.00 20:36:29 20:06:01 veth4595ceb 0.00 0.40 0.00 0.02 0.00 0.00 0.00 0.00 20:36:29 20:06:01 ens3 325.11 170.56 3001.24 29.19 0.00 0.00 0.00 0.00 20:36:29 20:06:01 vethe739699 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:06:01 veth0aa227e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:07:01 veth435de64 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:36:29 20:07:01 vetha28aae5 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:36:29 20:07:01 veth1cf3613 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:36:29 20:07:01 docker0 98.68 207.98 7.87 1246.61 0.00 0.00 0.00 0.00 20:36:29 20:07:01 veth4595ceb 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:07:01 ens3 234.17 113.99 1267.13 20.41 0.00 0.00 0.00 0.00 20:36:29 20:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:36:29 20:08:01 docker0 6.28 14.06 0.41 177.51 0.00 0.00 0.00 0.00 20:36:29 20:08:01 ens3 66.41 66.29 207.45 206.15 0.00 0.00 0.00 0.00 20:36:29 20:09:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 20:36:29 20:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:09:01 ens3 8.08 6.77 5.81 6.35 0.00 0.00 0.00 0.00 20:36:29 20:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:36:29 20:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:10:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:36:29 20:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:11:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:36:29 20:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:12:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:36:29 20:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:13:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:36:29 20:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:14:01 ens3 0.32 0.22 0.09 0.07 0.00 0.00 0.00 0.00 20:36:29 20:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:15:01 ens3 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:36:29 20:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:16:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:36:29 20:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:17:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:36:29 20:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:18:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:36:29 20:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:19:01 ens3 0.13 0.15 0.08 0.07 0.00 0.00 0.00 0.00 20:36:29 20:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:36:29 20:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:20:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:36:29 20:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:21:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:36:29 20:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:22:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:36:29 20:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:23:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:36:29 20:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:24:01 ens3 0.25 0.27 0.08 0.08 0.00 0.00 0.00 0.00 20:36:29 20:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:25:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:36:29 20:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:26:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:36:29 20:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:27:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:36:29 20:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:28:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:36:29 20:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:29:01 ens3 0.15 0.13 0.08 0.07 0.00 0.00 0.00 0.00 20:36:29 20:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:36:29 20:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:30:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:36:29 20:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:31:01 ens3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:36:29 20:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:32:01 ens3 0.14 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:36:29 20:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:33:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:36:29 20:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:34:01 ens3 0.30 0.28 0.08 0.08 0.00 0.00 0.00 0.00 20:36:29 20:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:35:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:36:29 20:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:36:29 20:36:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:36:29 Average: lo 0.30 0.30 0.03 0.03 0.00 0.00 0.00 0.00 20:36:29 Average: docker0 34.84 49.45 2.70 336.74 0.00 0.00 0.00 0.00 20:36:29 Average: ens3 92.43 67.89 704.24 16.77 0.00 0.00 0.00 0.00 20:36:29 20:36:29 20:36:29 ---> sar -P ALL: 20:36:29 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7025) 04/06/23 _x86_64_ (8 CPU) 20:36:29 20:36:29 19:57:44 LINUX RESTART (8 CPU) 20:36:29 20:36:29 19:58:01 CPU %user %nice %system %iowait %steal %idle 20:36:29 19:59:02 all 10.59 0.00 3.84 3.06 0.07 82.44 20:36:29 19:59:02 0 12.46 0.00 4.16 4.88 0.07 78.43 20:36:29 19:59:02 1 9.35 0.00 3.18 8.95 0.07 78.45 20:36:29 19:59:02 2 8.55 0.00 2.91 5.62 0.07 82.86 20:36:29 19:59:02 3 9.42 0.00 2.74 2.14 0.07 85.63 20:36:29 19:59:02 4 10.23 0.00 3.45 0.49 0.07 85.76 20:36:29 19:59:02 5 12.06 0.00 4.25 0.98 0.05 82.66 20:36:29 19:59:02 6 11.92 0.00 3.70 0.44 0.07 83.88 20:36:29 19:59:02 7 10.74 0.00 6.40 0.92 0.09 81.86 20:36:29 20:00:01 all 22.63 0.00 4.32 4.27 0.10 68.68 20:36:29 20:00:01 0 23.63 0.00 4.02 6.92 0.07 65.36 20:36:29 20:00:01 1 24.08 0.00 3.48 0.38 0.07 71.99 20:36:29 20:00:01 2 20.27 0.00 5.15 10.10 0.09 64.40 20:36:29 20:00:01 3 22.97 0.00 4.44 2.00 0.09 70.49 20:36:29 20:00:01 4 21.50 0.00 4.41 6.89 0.14 67.07 20:36:29 20:00:01 5 22.53 0.00 4.02 3.36 0.10 69.99 20:36:29 20:00:01 6 22.63 0.00 4.10 0.63 0.07 72.56 20:36:29 20:00:01 7 23.44 0.00 4.91 3.86 0.16 67.62 20:36:29 20:01:01 all 36.94 0.00 5.57 0.85 0.08 56.56 20:36:29 20:01:01 0 35.90 0.00 5.67 0.15 0.08 58.19 20:36:29 20:01:01 1 38.37 0.00 6.07 0.03 0.08 55.44 20:36:29 20:01:01 2 37.01 0.00 6.12 0.72 0.07 56.08 20:36:29 20:01:01 3 36.65 0.00 5.40 0.12 0.08 57.74 20:36:29 20:01:01 4 35.82 0.00 5.56 0.08 0.07 58.46 20:36:29 20:01:01 5 37.49 0.00 5.04 4.96 0.08 52.42 20:36:29 20:01:01 6 37.32 0.00 5.02 0.52 0.08 57.05 20:36:29 20:01:01 7 36.99 0.00 5.69 0.18 0.08 57.04 20:36:29 20:02:01 all 23.37 0.00 6.87 1.97 0.08 67.71 20:36:29 20:02:01 0 25.23 0.00 7.51 0.00 0.08 67.18 20:36:29 20:02:01 1 23.37 0.00 7.38 0.24 0.10 68.91 20:36:29 20:02:01 2 21.76 0.00 5.64 0.95 0.08 71.57 20:36:29 20:02:01 3 23.94 0.00 6.57 0.10 0.07 69.32 20:36:29 20:02:01 4 23.50 0.00 6.95 9.36 0.08 60.11 20:36:29 20:02:01 5 23.30 0.00 7.29 1.03 0.07 68.30 20:36:29 20:02:01 6 23.29 0.00 6.72 2.29 0.08 67.62 20:36:29 20:02:01 7 22.54 0.00 6.88 1.82 0.10 68.67 20:36:29 20:03:01 all 7.65 0.00 4.57 12.55 0.06 75.17 20:36:29 20:03:01 0 7.89 0.00 3.82 7.15 0.07 81.06 20:36:29 20:03:01 1 7.60 0.00 4.21 5.76 0.05 82.38 20:36:29 20:03:01 2 8.78 0.00 3.39 2.39 0.03 85.41 20:36:29 20:03:01 3 8.36 0.00 4.59 3.16 0.05 83.84 20:36:29 20:03:01 4 7.56 0.00 5.06 31.86 0.07 55.44 20:36:29 20:03:01 5 7.75 0.00 5.57 42.07 0.07 44.55 20:36:29 20:03:01 6 6.96 0.00 4.60 5.24 0.05 83.15 20:36:29 20:03:01 7 6.28 0.00 5.33 3.15 0.10 85.14 20:36:29 20:04:01 all 6.83 0.00 5.43 24.03 0.05 63.67 20:36:29 20:04:01 0 7.07 0.00 5.11 14.98 0.07 72.78 20:36:29 20:04:01 1 6.88 0.00 5.41 8.26 0.05 79.41 20:36:29 20:04:01 2 6.51 0.00 6.21 8.50 0.05 78.74 20:36:29 20:04:01 3 6.97 0.00 5.02 55.58 0.05 32.38 20:36:29 20:04:01 4 6.41 0.00 6.89 45.18 0.07 41.46 20:36:29 20:04:01 5 6.96 0.00 4.73 14.72 0.03 73.56 20:36:29 20:04:01 6 6.70 0.00 5.61 11.56 0.03 76.10 20:36:29 20:04:01 7 7.11 0.00 4.44 33.77 0.07 54.62 20:36:29 20:05:01 all 44.76 0.00 8.33 14.69 0.30 31.92 20:36:29 20:05:01 0 45.12 0.00 8.03 3.78 0.10 42.97 20:36:29 20:05:01 1 43.88 0.00 8.81 5.42 0.84 41.05 20:36:29 20:05:01 2 44.92 0.00 7.88 5.76 0.88 40.58 20:36:29 20:05:01 3 44.78 0.00 9.13 41.31 0.12 4.65 20:36:29 20:05:01 4 45.43 0.00 8.04 11.93 0.10 34.49 20:36:29 20:05:01 5 45.33 0.00 7.25 12.89 0.10 34.43 20:36:29 20:05:01 6 44.60 0.00 8.30 6.30 0.10 40.70 20:36:29 20:05:01 7 44.00 0.00 9.22 30.84 0.17 15.76 20:36:29 20:06:01 all 17.60 0.00 6.71 27.34 0.11 48.25 20:36:29 20:06:01 0 18.07 0.00 7.12 24.45 0.10 50.26 20:36:29 20:06:01 1 17.86 0.00 6.65 30.21 0.12 45.17 20:36:29 20:06:01 2 17.34 0.00 6.85 27.48 0.10 48.22 20:36:29 20:06:01 3 16.70 0.00 6.90 18.52 0.10 57.78 20:36:29 20:06:01 4 17.03 0.00 6.76 45.04 0.08 31.09 20:36:29 20:06:01 5 19.18 0.00 6.50 17.35 0.10 56.87 20:36:29 20:06:01 6 17.90 0.00 7.02 29.67 0.10 45.31 20:36:29 20:06:01 7 16.68 0.00 5.91 25.99 0.17 51.25 20:36:29 20:07:01 all 34.79 0.00 9.20 19.24 0.14 36.64 20:36:29 20:07:01 0 37.17 0.00 9.72 7.60 0.12 45.39 20:36:29 20:07:01 1 37.56 0.00 10.02 23.86 0.14 28.43 20:36:29 20:07:01 2 31.41 0.00 7.72 25.23 0.15 35.49 20:36:29 20:07:01 3 36.36 0.00 10.62 27.41 0.15 25.47 20:36:29 20:07:01 4 32.66 0.00 8.84 9.52 0.12 48.85 20:36:29 20:07:01 5 35.87 0.00 9.85 23.13 0.14 31.02 20:36:29 20:07:01 6 34.52 0.00 8.78 9.99 0.12 46.58 20:36:29 20:07:01 7 32.75 0.00 8.04 27.18 0.15 31.88 20:36:29 20:08:01 all 31.46 0.00 7.65 11.02 0.10 49.76 20:36:29 20:08:01 0 33.25 0.00 8.06 14.62 0.10 43.97 20:36:29 20:08:01 1 33.42 0.00 8.16 9.88 0.10 48.44 20:36:29 20:08:01 2 29.07 0.00 6.77 9.04 0.08 55.04 20:36:29 20:08:01 3 34.47 0.00 9.06 9.01 0.10 47.36 20:36:29 20:08:01 4 29.31 0.00 7.39 17.71 0.10 45.49 20:36:29 20:08:01 5 33.70 0.00 8.27 8.99 0.10 48.94 20:36:29 20:08:01 6 29.75 0.00 6.27 9.39 0.09 54.49 20:36:29 20:08:01 7 28.67 0.00 7.21 9.50 0.16 54.47 20:36:29 20:09:01 all 0.36 0.00 0.02 0.03 0.01 99.58 20:36:29 20:09:01 0 0.05 0.00 0.05 0.00 0.03 99.87 20:36:29 20:09:01 1 0.27 0.00 0.02 0.02 0.00 99.70 20:36:29 20:09:01 2 0.10 0.00 0.00 0.07 0.00 99.83 20:36:29 20:09:01 3 0.92 0.00 0.02 0.00 0.00 99.07 20:36:29 20:09:01 4 0.27 0.00 0.00 0.05 0.02 99.67 20:36:29 20:09:01 5 0.07 0.00 0.00 0.00 0.00 99.93 20:36:29 20:09:01 6 0.37 0.00 0.05 0.08 0.00 99.50 20:36:29 20:09:01 7 0.85 0.00 0.03 0.02 0.02 99.08 20:36:29 20:36:29 20:09:01 CPU %user %nice %system %iowait %steal %idle 20:36:29 20:10:01 all 0.01 0.00 0.01 0.01 0.00 99.96 20:36:29 20:10:01 0 0.03 0.00 0.02 0.00 0.02 99.93 20:36:29 20:10:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:36:29 20:10:01 2 0.00 0.00 0.02 0.03 0.00 99.95 20:36:29 20:10:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:36:29 20:10:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:36:29 20:10:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:36:29 20:10:01 6 0.00 0.00 0.00 0.05 0.02 99.93 20:36:29 20:10:01 7 0.03 0.00 0.02 0.00 0.00 99.95 20:36:29 20:11:01 all 0.24 0.00 0.01 0.01 0.01 99.73 20:36:29 20:11:01 0 0.05 0.00 0.03 0.00 0.02 99.90 20:36:29 20:11:01 1 0.03 0.00 0.00 0.00 0.02 99.95 20:36:29 20:11:01 2 0.00 0.00 0.00 0.05 0.02 99.93 20:36:29 20:11:01 3 0.03 0.00 0.02 0.00 0.00 99.95 20:36:29 20:11:01 4 0.00 0.00 0.00 0.00 0.02 99.98 20:36:29 20:11:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:36:29 20:11:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:36:29 20:11:01 7 1.78 0.00 0.00 0.00 0.02 98.21 20:36:29 20:12:01 all 0.26 0.00 0.01 0.01 0.00 99.71 20:36:29 20:12:01 0 0.03 0.00 0.02 0.00 0.02 99.93 20:36:29 20:12:01 1 0.03 0.00 0.00 0.00 0.00 99.97 20:36:29 20:12:01 2 0.00 0.00 0.02 0.03 0.00 99.95 20:36:29 20:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:36:29 20:12:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:36:29 20:12:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:36:29 20:12:01 6 0.00 0.00 0.02 0.03 0.02 99.93 20:36:29 20:12:01 7 2.00 0.00 0.03 0.00 0.00 97.97 20:36:29 20:13:01 all 0.26 0.00 0.01 0.01 0.01 99.72 20:36:29 20:13:01 0 0.02 0.00 0.02 0.00 0.02 99.95 20:36:29 20:13:01 1 0.03 0.00 0.02 0.00 0.00 99.95 20:36:29 20:13:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:36:29 20:13:01 3 0.05 0.00 0.02 0.00 0.03 99.90 20:36:29 20:13:01 4 0.02 0.00 0.00 0.00 0.02 99.97 20:36:29 20:13:01 5 0.00 0.00 0.00 0.02 0.00 99.98 20:36:29 20:13:01 6 0.00 0.00 0.02 0.02 0.00 99.97 20:36:29 20:13:01 7 1.90 0.00 0.03 0.00 0.02 98.05 20:36:29 20:14:01 all 0.04 0.00 0.03 0.01 0.01 99.91 20:36:29 20:14:01 0 0.03 0.00 0.03 0.00 0.02 99.92 20:36:29 20:14:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:36:29 20:14:01 2 0.02 0.00 0.03 0.07 0.00 99.88 20:36:29 20:14:01 3 0.03 0.00 0.08 0.00 0.02 99.87 20:36:29 20:14:01 4 0.00 0.00 0.02 0.00 0.02 99.97 20:36:29 20:14:01 5 0.03 0.00 0.00 0.00 0.02 99.95 20:36:29 20:14:01 6 0.02 0.00 0.02 0.03 0.00 99.93 20:36:29 20:14:01 7 0.13 0.00 0.03 0.00 0.00 99.83 20:36:29 20:15:01 all 0.02 0.00 0.00 0.01 0.01 99.96 20:36:29 20:15:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:36:29 20:15:01 1 0.05 0.00 0.00 0.00 0.02 99.93 20:36:29 20:15:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:36:29 20:15:01 3 0.05 0.00 0.02 0.00 0.02 99.92 20:36:29 20:15:01 4 0.02 0.00 0.02 0.03 0.02 99.92 20:36:29 20:15:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:36:29 20:15:01 6 0.02 0.00 0.00 0.00 0.02 99.97 20:36:29 20:15:01 7 0.00 0.00 0.00 0.00 0.02 99.98 20:36:29 20:16:01 all 0.01 0.00 0.00 0.03 0.00 99.95 20:36:29 20:16:01 0 0.03 0.00 0.00 0.00 0.00 99.97 20:36:29 20:16:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:36:29 20:16:01 2 0.00 0.00 0.00 0.07 0.00 99.93 20:36:29 20:16:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:36:29 20:16:01 4 0.05 0.00 0.00 0.02 0.03 99.90 20:36:29 20:16:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:36:29 20:16:01 6 0.00 0.00 0.00 0.12 0.00 99.88 20:36:29 20:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:36:29 20:17:01 all 0.05 0.00 0.00 0.00 0.01 99.94 20:36:29 20:17:01 0 0.03 0.00 0.00 0.00 0.02 99.95 20:36:29 20:17:01 1 0.03 0.00 0.00 0.00 0.00 99.97 20:36:29 20:17:01 2 0.02 0.00 0.00 0.02 0.00 99.97 20:36:29 20:17:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:36:29 20:17:01 4 0.02 0.00 0.03 0.02 0.03 99.90 20:36:29 20:17:01 5 0.03 0.00 0.00 0.00 0.00 99.97 20:36:29 20:17:01 6 0.03 0.00 0.00 0.00 0.00 99.97 20:36:29 20:17:01 7 0.22 0.00 0.00 0.00 0.00 99.78 20:36:29 20:18:01 all 0.19 0.00 0.02 0.02 0.01 99.76 20:36:29 20:18:01 0 0.02 0.00 0.02 0.02 0.00 99.95 20:36:29 20:18:01 1 0.02 0.00 0.03 0.00 0.00 99.95 20:36:29 20:18:01 2 0.00 0.00 0.00 0.07 0.02 99.92 20:36:29 20:18:01 3 0.02 0.00 0.00 0.02 0.00 99.97 20:36:29 20:18:01 4 0.00 0.00 0.05 0.10 0.02 99.83 20:36:29 20:18:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:36:29 20:18:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:36:29 20:18:01 7 1.47 0.00 0.00 0.00 0.02 98.52 20:36:29 20:19:01 all 0.03 0.00 0.01 0.01 0.01 99.95 20:36:29 20:19:01 0 0.05 0.00 0.00 0.02 0.02 99.92 20:36:29 20:19:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:36:29 20:19:01 2 0.02 0.00 0.00 0.10 0.00 99.88 20:36:29 20:19:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:36:29 20:19:01 4 0.05 0.00 0.03 0.00 0.03 99.88 20:36:29 20:19:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:36:29 20:19:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:36:29 20:19:01 7 0.03 0.00 0.02 0.00 0.00 99.95 20:36:29 20:20:01 all 0.01 0.00 0.00 0.01 0.00 99.97 20:36:29 20:20:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:36:29 20:20:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:36:29 20:20:01 2 0.00 0.00 0.00 0.05 0.00 99.95 20:36:29 20:20:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:36:29 20:20:01 4 0.02 0.00 0.02 0.02 0.03 99.92 20:36:29 20:20:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:36:29 20:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:36:29 20:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:36:29 20:36:29 20:20:01 CPU %user %nice %system %iowait %steal %idle 20:36:29 20:21:01 all 0.01 0.00 0.01 0.01 0.01 99.97 20:36:29 20:21:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:36:29 20:21:01 1 0.02 0.00 0.02 0.00 0.02 99.95 20:36:29 20:21:01 2 0.00 0.00 0.00 0.03 0.00 99.97 20:36:29 20:21:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:36:29 20:21:01 4 0.02 0.00 0.02 0.02 0.02 99.93 20:36:29 20:21:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:36:29 20:21:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:36:29 20:21:01 7 0.02 0.00 0.00 0.00 0.02 99.97 20:36:29 20:22:01 all 0.07 0.00 0.01 0.01 0.01 99.91 20:36:29 20:22:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:36:29 20:22:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:36:29 20:22:01 2 0.00 0.00 0.00 0.05 0.00 99.95 20:36:29 20:22:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:36:29 20:22:01 4 0.03 0.00 0.02 0.02 0.03 99.90 20:36:29 20:22:01 5 0.02 0.00 0.00 0.00 0.02 99.97 20:36:29 20:22:01 6 0.00 0.00 0.00 0.00 0.02 99.98 20:36:29 20:22:01 7 0.47 0.00 0.02 0.00 0.00 99.52 20:36:29 20:23:01 all 0.26 0.00 0.01 0.01 0.01 99.72 20:36:29 20:23:01 0 0.03 0.00 0.00 0.00 0.02 99.95 20:36:29 20:23:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:36:29 20:23:01 2 0.02 0.00 0.00 0.05 0.00 99.93 20:36:29 20:23:01 3 0.03 0.00 0.00 0.00 0.00 99.97 20:36:29 20:23:01 4 0.00 0.00 0.03 0.02 0.03 99.92 20:36:29 20:23:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:36:29 20:23:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:36:29 20:23:01 7 1.97 0.00 0.00 0.00 0.00 98.03 20:36:29 20:24:01 all 0.26 0.00 0.01 0.01 0.01 99.71 20:36:29 20:24:01 0 0.03 0.00 0.02 0.00 0.00 99.95 20:36:29 20:24:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:36:29 20:24:01 2 0.00 0.00 0.00 0.05 0.00 99.95 20:36:29 20:24:01 3 0.03 0.00 0.00 0.00 0.00 99.97 20:36:29 20:24:01 4 0.02 0.00 0.05 0.03 0.03 99.87 20:36:29 20:24:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:36:29 20:24:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:36:29 20:24:01 7 1.97 0.00 0.00 0.00 0.02 98.01 20:36:29 20:25:01 all 0.22 0.00 0.02 0.01 0.01 99.75 20:36:29 20:25:01 0 0.02 0.00 0.03 0.00 0.02 99.93 20:36:29 20:25:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:36:29 20:25:01 2 0.00 0.00 0.00 0.05 0.02 99.93 20:36:29 20:25:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:36:29 20:25:01 4 0.02 0.00 0.03 0.00 0.02 99.93 20:36:29 20:25:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:36:29 20:25:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:36:29 20:25:01 7 1.63 0.00 0.05 0.00 0.00 98.32 20:36:29 20:26:01 all 0.01 0.00 0.01 0.01 0.01 99.96 20:36:29 20:26:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:36:29 20:26:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:36:29 20:26:01 2 0.00 0.00 0.00 0.03 0.00 99.97 20:36:29 20:26:01 3 0.05 0.00 0.00 0.00 0.00 99.95 20:36:29 20:26:01 4 0.02 0.00 0.05 0.03 0.03 99.87 20:36:29 20:26:01 5 0.02 0.00 0.00 0.00 0.02 99.97 20:36:29 20:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:36:29 20:26:01 7 0.02 0.00 0.00 0.00 0.02 99.97 20:36:29 20:27:01 all 0.01 0.00 0.01 0.01 0.01 99.96 20:36:29 20:27:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:36:29 20:27:01 1 0.00 0.00 0.02 0.00 0.02 99.97 20:36:29 20:27:01 2 0.00 0.00 0.00 0.10 0.00 99.90 20:36:29 20:27:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:36:29 20:27:01 4 0.02 0.00 0.03 0.02 0.03 99.90 20:36:29 20:27:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:36:29 20:27:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:36:29 20:27:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:36:29 20:28:01 all 0.01 0.00 0.01 0.03 0.00 99.94 20:36:29 20:28:01 0 0.02 0.00 0.02 0.00 0.02 99.95 20:36:29 20:28:01 1 0.03 0.00 0.00 0.00 0.00 99.97 20:36:29 20:28:01 2 0.00 0.00 0.00 0.15 0.00 99.85 20:36:29 20:28:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:36:29 20:28:01 4 0.02 0.00 0.02 0.10 0.02 99.85 20:36:29 20:28:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:36:29 20:28:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:36:29 20:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:36:29 20:29:01 all 0.01 0.00 0.00 0.04 0.01 99.94 20:36:29 20:29:01 0 0.03 0.00 0.00 0.05 0.00 99.92 20:36:29 20:29:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:36:29 20:29:01 2 0.00 0.00 0.00 0.27 0.00 99.73 20:36:29 20:29:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:36:29 20:29:01 4 0.02 0.00 0.02 0.02 0.03 99.92 20:36:29 20:29:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:36:29 20:29:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:36:29 20:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:36:29 20:30:01 all 0.02 0.00 0.01 0.01 0.00 99.96 20:36:29 20:30:01 0 0.03 0.00 0.02 0.02 0.00 99.93 20:36:29 20:30:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:36:29 20:30:01 2 0.00 0.00 0.00 0.03 0.00 99.97 20:36:29 20:30:01 3 0.03 0.00 0.02 0.00 0.00 99.95 20:36:29 20:30:01 4 0.03 0.00 0.02 0.02 0.02 99.92 20:36:29 20:30:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:36:29 20:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:36:29 20:30:01 7 0.02 0.00 0.00 0.00 0.02 99.97 20:36:29 20:31:01 all 0.19 0.00 0.01 0.01 0.01 99.79 20:36:29 20:31:01 0 0.02 0.00 0.00 0.02 0.02 99.95 20:36:29 20:31:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:36:29 20:31:01 2 0.00 0.00 0.00 0.03 0.00 99.97 20:36:29 20:31:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:36:29 20:31:01 4 0.02 0.00 0.02 0.00 0.03 99.93 20:36:29 20:31:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:36:29 20:31:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:36:29 20:31:01 7 1.45 0.00 0.00 0.00 0.00 98.55 20:36:29 20:36:29 20:31:01 CPU %user %nice %system %iowait %steal %idle 20:36:29 20:32:01 all 0.12 0.00 0.01 0.01 0.01 99.85 20:36:29 20:32:01 0 0.02 0.00 0.00 0.02 0.00 99.97 20:36:29 20:32:01 1 0.03 0.00 0.02 0.00 0.00 99.95 20:36:29 20:32:01 2 0.00 0.00 0.00 0.05 0.02 99.93 20:36:29 20:32:01 3 0.03 0.00 0.02 0.00 0.00 99.95 20:36:29 20:32:01 4 0.02 0.00 0.02 0.02 0.03 99.92 20:36:29 20:32:01 5 0.03 0.00 0.02 0.00 0.00 99.95 20:36:29 20:32:01 6 0.02 0.00 0.00 0.00 0.02 99.97 20:36:29 20:32:01 7 0.79 0.00 0.05 0.00 0.00 99.16 20:36:29 20:33:01 all 0.01 0.00 0.00 0.00 0.01 99.97 20:36:29 20:33:01 0 0.03 0.00 0.02 0.00 0.02 99.93 20:36:29 20:33:01 1 0.02 0.00 0.00 0.00 0.02 99.97 20:36:29 20:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:36:29 20:33:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:36:29 20:33:01 4 0.00 0.00 0.02 0.00 0.03 99.95 20:36:29 20:33:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:36:29 20:33:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:36:29 20:33:01 7 0.02 0.00 0.00 0.00 0.02 99.97 20:36:29 20:34:01 all 0.02 0.00 0.00 0.01 0.00 99.96 20:36:29 20:34:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:36:29 20:34:01 1 0.03 0.00 0.02 0.00 0.00 99.95 20:36:29 20:34:01 2 0.00 0.00 0.00 0.05 0.00 99.95 20:36:29 20:34:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:36:29 20:34:01 4 0.03 0.00 0.00 0.02 0.02 99.93 20:36:29 20:34:01 5 0.02 0.00 0.00 0.00 0.02 99.97 20:36:29 20:34:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:36:29 20:34:01 7 0.05 0.00 0.00 0.00 0.00 99.95 20:36:29 20:35:01 all 0.00 0.00 0.01 0.01 0.01 99.97 20:36:29 20:35:01 0 0.02 0.00 0.02 0.00 0.02 99.95 20:36:29 20:35:01 1 0.02 0.00 0.00 0.00 0.03 99.95 20:36:29 20:35:01 2 0.00 0.00 0.00 0.03 0.00 99.97 20:36:29 20:35:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:36:29 20:35:01 4 0.00 0.00 0.00 0.02 0.02 99.97 20:36:29 20:35:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:36:29 20:35:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:36:29 20:35:01 7 0.00 0.00 0.00 0.00 0.02 99.98 20:36:29 20:36:01 all 0.03 0.00 0.01 0.01 0.01 99.95 20:36:29 20:36:01 0 0.02 0.00 0.00 0.02 0.00 99.97 20:36:29 20:36:01 1 0.03 0.00 0.03 0.00 0.02 99.92 20:36:29 20:36:01 2 0.02 0.00 0.00 0.02 0.00 99.97 20:36:29 20:36:01 3 0.05 0.00 0.02 0.00 0.02 99.92 20:36:29 20:36:01 4 0.03 0.00 0.00 0.02 0.02 99.93 20:36:29 20:36:01 5 0.03 0.00 0.00 0.00 0.00 99.97 20:36:29 20:36:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:36:29 20:36:01 7 0.03 0.00 0.00 0.00 0.00 99.97 20:36:29 Average: all 6.22 0.00 1.63 3.10 0.03 89.02 20:36:29 Average: 0 6.41 0.00 1.66 2.20 0.03 89.70 20:36:29 Average: 1 6.33 0.00 1.66 2.42 0.05 89.55 20:36:29 Average: 2 5.88 0.00 1.53 2.53 0.04 90.03 20:36:29 Average: 3 6.29 0.00 1.68 4.14 0.03 87.86 20:36:29 Average: 4 5.99 0.00 1.66 4.64 0.04 87.66 20:36:29 Average: 5 6.34 0.00 1.63 3.36 0.02 88.65 20:36:29 Average: 6 6.13 0.00 1.57 1.99 0.02 90.29 20:36:29 Average: 7 6.36 0.00 1.66 3.55 0.04 88.39 20:36:29 20:36:29 20:36:29