Pull request #4503 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of jinlinGuan for edgexfoundry/edgex-go Loading trusted files from base branch main at d6c81549b4558d5b86ba0b804c244a1077168aa0 rather than 9b9a00d0604cb9e927581d589999ed347cf0f9c4 Obtained Jenkinsfile from d6c81549b4558d5b86ba0b804c244a1077168aa0 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-ssh2679283297102192275.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-ssh14877504051123620242.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-4503/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-4503/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5800011486493369214.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-4503/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16371729223400687708.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-ssh790636978881394131.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-4503/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-4503/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3376908628811652581.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-7279 in /w/workspace/edgexfoundry_edgex-go_PR-4503 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit d6c81549b4558d5b86ba0b804c244a1077168aa0 into PR head commit 9b9a00d0604cb9e927581d589999ed347cf0f9c4 Merge succeeded, producing 9b9a00d0604cb9e927581d589999ed347cf0f9c4 Checking out Revision 9b9a00d0604cb9e927581d589999ed347cf0f9c4 (PR-4503) > 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/4503/head:refs/remotes/origin/PR-4503 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9b9a00d0604cb9e927581d589999ed347cf0f9c4 # 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 d6c81549b4558d5b86ba0b804c244a1077168aa0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9b9a00d0604cb9e927581d589999ed347cf0f9c4 # timeout=10 Commit message: "fix: Use Database Timeout setting defined in the configuration" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:34:17 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:34:17 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:34:17 ========================================================= 06:34:17 EdgeX Global Pipelines Version Info 06:34:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:34:18 ------------------- 06:34:18 stable info: 06:34:18 ------------------- 06:34:18 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:34:18 Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a 06:34:18 Message: update stable to v1.0.245 06:34:19 ------------------- 06:34:19 experimental info: 06:34:19 ------------------- 06:34:19 Commited By: **** collab-it+edgex@linuxfoundation.org 06:34:19 Commit SHA: 046ad6d0e2e636d38ea4daf53c055316476b9501 06:34:19 Message: update experimental to v1.0.247 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:34:19 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 06:34:19 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 06:34:19 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:34:19 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:34:19 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:34:19 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 06:34:19 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 06:34:19 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 06:34:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 06:34:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 06:34:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:34:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:34:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 06:34:19 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:34:19 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:34:19 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:34:19 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:34:19 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:34:20 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:34:20 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 06:34:20 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:34:20 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:34:20 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 06:34:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4503 [Pipeline] echo 06:34:20 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4503 [Pipeline] echo 06:34:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4503 [Pipeline] echo 06:34:20 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9b9a00d0604cb9e927581d589999ed347cf0f9c4 [Pipeline] echo 06:34:20 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9b9a00d [Pipeline] echo 06:34:20 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:34:20 provisioning config files... 06:34:20 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config15449106480640762356tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:34:20 ---> docker-login.sh 06:34:20 nexus3.edgexfoundry.org:10001 06:34:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:34:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:34:21 Configure a credential helper to remove this warning. See 06:34:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:34:21 06:34:21 Login Succeeded 06:34:21 nexus3.edgexfoundry.org:10002 06:34:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:34:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:34:21 Configure a credential helper to remove this warning. See 06:34:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:34:21 06:34:21 Login Succeeded 06:34:21 nexus3.edgexfoundry.org:10003 06:34:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:34:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:34:21 Configure a credential helper to remove this warning. See 06:34:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:34:21 06:34:21 Login Succeeded 06:34:21 nexus3.edgexfoundry.org:10004 06:34:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:34:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:34:21 Configure a credential helper to remove this warning. See 06:34:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:34:21 06:34:21 Login Succeeded 06:34:21 docker.io 06:34:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:34:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:34:21 Configure a credential helper to remove this warning. See 06:34:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:34:21 06:34:21 Login Succeeded 06:34:21 ---> docker-login.sh ends [Pipeline] } 06:34:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:34:22 + 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 06:34:22 + + dirname cmd/core-command/Dockerfile 06:34:22 cut -d/ -f2 06:34:22 + echo core-command,cmd/core-command/Dockerfile 06:34:22 + dirname cmd/core-common-config-bootstrapper/Dockerfile 06:34:22 + cut -d/ -f2 06:34:22 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 06:34:22 + cut -d/+ -f2 06:34:22 dirname cmd/core-data/Dockerfile 06:34:22 + echo core-data,cmd/core-data/Dockerfile 06:34:22 + dirname cmd/core-metadata/Dockerfile 06:34:22 + cut -d/ -f2 06:34:22 + echo core-metadata,cmd/core-metadata/Dockerfile 06:34:22 + + dirname cmd/security-bootstrapper/Dockerfile 06:34:22 cut -d/ -f2 06:34:22 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 06:34:22 + dirname cmd/security-proxy-auth/Dockerfile 06:34:22 + cut -d/ -f2 06:34:22 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 06:34:22 + dirname cmd/security-proxy-setup/Dockerfile 06:34:22 + cut -d/ -f2 06:34:22 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 06:34:22 + dirname cmd/security-secretstore-setup/Dockerfile 06:34:22 + cut -d/ -f2 06:34:22 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 06:34:22 + dirname cmd/security-spiffe-token-provider/Dockerfile 06:34:22 + cut -d/ -f2 06:34:22 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 06:34:22 + dirname cmd/security-spire-agent/Dockerfile 06:34:22 + cut -d/ -f2 06:34:22 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 06:34:22 + dirname cmd/security-spire-config/Dockerfile 06:34:22 + cut -d/ -f2 06:34:22 + echo security-spire-config,cmd/security-spire-config/Dockerfile 06:34:22 + dirname cmd/security-spire-server/Dockerfile 06:34:22 + cut -d/ -f2 06:34:22 + echo security-spire-server,cmd/security-spire-server/Dockerfile 06:34:22 + dirname cmd/support-notifications/Dockerfile 06:34:22 + cut -d/ -f2 06:34:22 + echo support-notifications,cmd/support-notifications/Dockerfile 06:34:22 + dirname cmd/support-scheduler/Dockerfile 06:34:22 + cut -d/ -f2 06:34:22 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 06:34:22 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 06:34:22 + git rev-list -1 --merges 9b9a00d0604cb9e927581d589999ed347cf0f9c4~1..9b9a00d0604cb9e927581d589999ed347cf0f9c4 [Pipeline] echo 06:34:23 -----------> git rev-list -1 --merges 9b9a00d0604cb9e927581d589999ed347cf0f9c4~1..9b9a00d0604cb9e927581d589999ed347cf0f9c4 9b9a00d0604cb9e927581d589999ed347cf0f9c4 [false] [Pipeline] sh 06:34:23 + git log --format=format:%s -1 9b9a00d0604cb9e927581d589999ed347cf0f9c4 [Pipeline] echo 06:34:23 ========================================================= 06:34:23 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 06:34:23 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 06:34:23 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:34:23 + grep -v github /etc/ssh/ssh_known_hosts 06:34:23 + [ -e /tmp/ssh_known_hosts ] 06:34:23 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 06:34:23 + + sudoecho tee github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= -a 06:34:23 /etc/ssh/ssh_known_hosts 06:34:23 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:34:24 06:34:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:34:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:34:24 0.1.4: Pulling from edgex-devops/py-git-semver 06:34:24 b85a868b505f: Pulling fs layer 06:34:24 e2be974225ed: Pulling fs layer 06:34:24 339a4e72a1f5: Pulling fs layer 06:34:24 988bab9f4d93: Pulling fs layer 06:34:24 1469e6f7b9e6: Pulling fs layer 06:34:24 eaf3925da568: Pulling fs layer 06:34:24 bab4dde63d76: Pulling fs layer 06:34:24 bde34c3a00c8: Pulling fs layer 06:34:24 b352a97aabf1: Pulling fs layer 06:34:24 4872d77fe225: Pulling fs layer 06:34:24 5851b861e8e6: Pulling fs layer 06:34:24 b352a97aabf1: Waiting 06:34:24 bab4dde63d76: Waiting 06:34:24 bde34c3a00c8: Waiting 06:34:24 988bab9f4d93: Waiting 06:34:24 4872d77fe225: Waiting 06:34:24 5851b861e8e6: Waiting 06:34:24 eaf3925da568: Waiting 06:34:24 e2be974225ed: Download complete 06:34:24 988bab9f4d93: Verifying Checksum 06:34:24 988bab9f4d93: Download complete 06:34:24 1469e6f7b9e6: Verifying Checksum 06:34:24 1469e6f7b9e6: Download complete 06:34:24 eaf3925da568: Verifying Checksum 06:34:24 eaf3925da568: Download complete 06:34:24 339a4e72a1f5: Verifying Checksum 06:34:24 339a4e72a1f5: Download complete 06:34:24 bde34c3a00c8: Verifying Checksum 06:34:24 bde34c3a00c8: Download complete 06:34:24 b352a97aabf1: Verifying Checksum 06:34:24 b352a97aabf1: Download complete 06:34:24 4872d77fe225: Download complete 06:34:24 5851b861e8e6: Download complete 06:34:24 b85a868b505f: Download complete 06:34:25 bab4dde63d76: Verifying Checksum 06:34:25 bab4dde63d76: Download complete 06:34:26 b85a868b505f: Pull complete 06:34:26 e2be974225ed: Pull complete 06:34:26 339a4e72a1f5: Pull complete 06:34:27 988bab9f4d93: Pull complete 06:34:27 1469e6f7b9e6: Pull complete 06:34:27 eaf3925da568: Pull complete 06:34:29 bab4dde63d76: Pull complete 06:34:29 bde34c3a00c8: Pull complete 06:34:29 b352a97aabf1: Pull complete 06:34:29 4872d77fe225: Pull complete 06:34:29 5851b861e8e6: Pull complete 06:34:29 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 06:34:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:34:29 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:34:29 prd-ubuntu20.04-docker-8c-8g-7279 does not seem to be running inside a container 06:34:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 06:34:32 $ docker top 7b4ba60db8c9a964f1913291c937242b1ee8c814b5400dda1d128f78a8f1e573 -eo pid,comm 06:34:32 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). 06:34:32 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:34:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:34:33 [ssh-agent] Looking for ssh-agent implementation... 06:34:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:34:33 $ docker exec 7b4ba60db8c9a964f1913291c937242b1ee8c814b5400dda1d128f78a8f1e573 ssh-agent 06:34:33 SSH_AUTH_SOCK=/tmp/ssh-ONKKc9z7bM9R/agent.32 06:34:33 SSH_AGENT_PID=38 06:34:33 Running ssh-add (command line suppressed) 06:34:33 Identity added: /w/workspace/edgex-go/1@tmp/private_key_9457818131224084778.key (/w/workspace/edgex-go/1@tmp/private_key_9457818131224084778.key) 06:34:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:34:33 + git tag --points-at HEAD [Pipeline] } 06:34:33 $ docker exec --env ******** --env ******** 7b4ba60db8c9a964f1913291c937242b1ee8c814b5400dda1d128f78a8f1e573 ssh-agent -k 06:34:33 unset SSH_AUTH_SOCK; 06:34:33 unset SSH_AGENT_PID; 06:34:33 echo Agent pid 38 killed; 06:34:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:34:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:34:33 [ssh-agent] Looking for ssh-agent implementation... 06:34:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:34:34 $ docker exec 7b4ba60db8c9a964f1913291c937242b1ee8c814b5400dda1d128f78a8f1e573 ssh-agent 06:34:34 SSH_AUTH_SOCK=/tmp/ssh-kxVZP3XqlL3Z/agent.70 06:34:34 SSH_AGENT_PID=76 06:34:34 Running ssh-add (command line suppressed) 06:34:34 Identity added: /w/workspace/edgex-go/1@tmp/private_key_6634309426392986617.key (/w/workspace/edgex-go/1@tmp/private_key_6634309426392986617.key) 06:34:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:34:34 + git semver init 06:34:34 2023-04-10 06:34:34,849 [run_init] DEBUG init version:0.0.0 force:False 06:34:34 2023-04-10 06:34:34,849 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 06:34:34 2023-04-10 06:34:34,850 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 06:34:34 2023-04-10 06:34:34,850 [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) 06:34:40 2023-04-10 06:34:39,705 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 06:34:40 2023-04-10 06:34:39,705 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4503 with force:False 06:34:40 2023-04-10 06:34:39,705 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4503 06:34:40 2023-04-10 06:34:39,711 [execute] INFO git cat-file --batch-check 06:34:40 2023-04-10 06:34:39,711 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 06:34:40 2023-04-10 06:34:39,717 [execute] INFO git cat-file --batch 06:34:40 2023-04-10 06:34:39,717 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 06:34:40 2023-04-10 06:34:39,722 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4503 06:34:40 0.0.0 [Pipeline] } 06:34:40 $ docker exec --env ******** --env ******** 7b4ba60db8c9a964f1913291c937242b1ee8c814b5400dda1d128f78a8f1e573 ssh-agent -k 06:34:40 unset SSH_AUTH_SOCK; 06:34:40 unset SSH_AGENT_PID; 06:34:40 echo Agent pid 76 killed; 06:34:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:34:40 + git semver [Pipeline] } 06:34:41 $ docker stop --time=1 7b4ba60db8c9a964f1913291c937242b1ee8c814b5400dda1d128f78a8f1e573 06:34:42 $ docker rm -f --volumes 7b4ba60db8c9a964f1913291c937242b1ee8c814b5400dda1d128f78a8f1e573 [Pipeline] // withDockerContainer [Pipeline] sh 06:34:42 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:34:43 Stashed 1 file(s) [Pipeline] echo 06:34:43 [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 06:34:43 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 06:34:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:34:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:34:44 ========================================================= 06:34:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 06:34:44 ========================================================= [Pipeline] fileExists [Pipeline] sh 06:34:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 06:34:44 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 06:34:44 63b65145d645: Pulling fs layer 06:34:44 a2d21d5440eb: Pulling fs layer 06:34:44 935e6c44a52c: Pulling fs layer 06:34:44 94cc34f8dd06: Pulling fs layer 06:34:44 30dea6a524f1: Pulling fs layer 06:34:44 a2aff8979fd8: Pulling fs layer 06:34:44 6808be2612f2: Pulling fs layer 06:34:44 f25807f1079a: Pulling fs layer 06:34:44 94cc34f8dd06: Waiting 06:34:44 30dea6a524f1: Waiting 06:34:44 a2aff8979fd8: Waiting 06:34:44 6808be2612f2: Waiting 06:34:44 f25807f1079a: Waiting 06:34:44 a2d21d5440eb: Verifying Checksum 06:34:44 a2d21d5440eb: Download complete 06:34:44 94cc34f8dd06: Verifying Checksum 06:34:44 94cc34f8dd06: Download complete 06:34:44 30dea6a524f1: Verifying Checksum 06:34:44 30dea6a524f1: Download complete 06:34:44 63b65145d645: Verifying Checksum 06:34:44 63b65145d645: Download complete 06:34:44 a2aff8979fd8: Verifying Checksum 06:34:44 a2aff8979fd8: Download complete 06:34:44 63b65145d645: Pull complete 06:34:44 a2d21d5440eb: Pull complete 06:34:44 f25807f1079a: Verifying Checksum 06:34:44 f25807f1079a: Download complete 06:34:45 935e6c44a52c: Verifying Checksum 06:34:45 935e6c44a52c: Download complete 06:34:45 6808be2612f2: Download complete 06:34:49 935e6c44a52c: Pull complete 06:34:49 94cc34f8dd06: Pull complete 06:34:49 30dea6a524f1: Pull complete 06:34:49 a2aff8979fd8: Pull complete 06:34:51 6808be2612f2: Pull complete 06:34:52 f25807f1079a: Pull complete 06:34:52 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 06:34:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 06:34:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 06:34:52 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 06:34:52 WORKDIR /edgex 06:34:52 COPY go.mod . 06:34:52 RUN go mod download 06:34:52 + docker build -t ci-base-image-x86_64 -f - . 06:34:53 Sending build context to Docker daemon 170.6MB 06:34:53 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 06:34:53 ---> 3b553350e43f 06:34:53 Step 2/4 : WORKDIR /edgex 06:34:58 Still waiting to schedule task 06:34:58 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 06:34:58 ---> Running in 51afeb614dc9 06:34:58 Removing intermediate container 51afeb614dc9 06:34:58 ---> d04d915e0087 06:34:58 Step 3/4 : COPY go.mod . 06:34:58 ---> c71c14774a86 06:34:58 Step 4/4 : RUN go mod download 06:34:58 ---> Running in ddb21b66e8a2 06:35:13 Removing intermediate container ddb21b66e8a2 06:35:13 ---> 541c76ead8db 06:35:13 Successfully built 541c76ead8db 06:35:13 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:13 + docker inspect -f . ci-base-image-x86_64 06:35:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:35:14 prd-ubuntu20.04-docker-8c-8g-7279 does not seem to be running inside a container 06:35:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:35:14 $ docker top acbd817f6613c9cfa501b1459c435eded927832255f06d67ac589fda0753916c -eo pid,comm [Pipeline] { [Pipeline] sh 06:35:14 + go version 06:35:14 go version go1.20.2 linux/amd64 [Pipeline] } 06:35:14 $ docker stop --time=1 acbd817f6613c9cfa501b1459c435eded927832255f06d67ac589fda0753916c 06:35:16 $ docker rm -f --volumes acbd817f6613c9cfa501b1459c435eded927832255f06d67ac589fda0753916c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:35:16 + docker inspect -f . ci-base-image-x86_64 06:35:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:35:17 prd-ubuntu20.04-docker-8c-8g-7279 does not seem to be running inside a container 06:35:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:35:17 $ docker top fa7d5730b16edb4764d9c871ffa8cf67f3992235c92ffeb53932615919fd2267 -eo pid,comm [Pipeline] { [Pipeline] echo 06:35:17 ========================================================= 06:35:17 [edgeXBuildGoParallel] Running Tests and Build... 06:35:17 ========================================================= [Pipeline] sh 06:35:17 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 06:35:18 + make test 06:35:18 go test -race -coverprofile=coverage.out ./... 06:35:26 ? github.com/edgexfoundry/edgex-go [no test files] 06:35:39 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:35:39 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 06:35:39 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:35:39 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:35:39 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 06:35:39 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 06:35:39 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:35:39 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 06:35:39 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:35:40 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 06:35:40 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:35:40 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:35:40 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:35:40 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 06:35:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:35:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:35:41 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.052s coverage: 28.7% of statements 06:35:43 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.070s coverage: 98.5% of statements 06:35:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 06:35:44 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 06:35:44 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 06:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:35:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 06:35:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 06:35:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 06:35:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:35:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 06:35:47 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.084s coverage: 71.3% of statements 06:35:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.066s coverage: 54.0% of statements 06:35:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:35:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:35:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.934s coverage: 88.5% of statements 06:35:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.062s coverage: 3.9% of statements 06:35:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 06:35:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 06:35:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 06:35:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.432s coverage: 95.6% of statements 06:35:50 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:35:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 06:35:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 06:35:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:35:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:35:51 ok github.com/edgexfoundry/edgex-go/internal/io 0.074s coverage: 72.2% of statements 06:35:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:35:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:35:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:35:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.050s coverage: 65.9% of statements 06:35:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 06:35:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 06:35:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.082s coverage: 0.9% of statements 06:35:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.062s coverage: 29.0% of statements 06:35:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.055s coverage: 44.1% of statements 06:35:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.073s coverage: 82.9% of statements 06:35:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements 06:35:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.061s coverage: 96.3% of statements 06:35:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.047s coverage: 87.5% of statements 06:35:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 06:35:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 06:35:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 06:35:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 06:35:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 06:35:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 06:35:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 06:35:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 06:35:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 06:35:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 06:35:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 06:35:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 06:35:56 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 06:35:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 06:35:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 06:35:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 06:35:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 06:35:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:35:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:36:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 06:36:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 06:36:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 06:36:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:36:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:36:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 06:36:03 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 06:36:03 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 06:36:03 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 06:36:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 06:36:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 06:36:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 06:36:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:36:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:36:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.060s coverage: 94.4% of statements 06:36:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 06:36:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 06:36:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 06:36:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 06:36:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:36:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:36:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 06:36:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 06:36:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.329s coverage: 79.9% of statements 06:36:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.105s coverage: 92.9% of statements 06:36:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 64.4% of statements 06:36:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.068s coverage: 62.3% of statements 06:36:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.059s coverage: 87.2% of statements 06:36:17 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.052s coverage: 20.0% of statements 06:36:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements 06:36:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.102s coverage: 81.2% of statements 06:36:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.093s coverage: 82.1% of statements 06:36:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.059s coverage: 86.0% of statements 06:36:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.175s coverage: 63.1% of statements 06:36:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.048s coverage: 100.0% of statements 06:36:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 89.4% of statements 06:36:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.024s coverage: 100.0% of statements 06:36:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.037s coverage: 73.7% of statements 06:36:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.026s coverage: 100.0% of statements 06:36:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.186s coverage: 38.4% of statements 06:36:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.063s coverage: 89.5% of statements 06:36:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.059s coverage: 84.8% of statements 06:36:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.069s coverage: 17.7% of statements 06:36:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.122s coverage: 92.3% of statements 06:36:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.061s coverage: 61.5% of statements 06:36:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.103s coverage: 97.7% of statements 06:36:18 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 06:36:18 running golangci-lint 06:36:18 golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z 06:36:18 go version go1.20.2 linux/amd64 06:36:18 level=info msg="[config_reader] Used config file .golangci.yml" 06:36:18 level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" 06:36:30 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7280 in /w/workspace/edgexfoundry_edgex-go_PR-4503 [Pipeline] { [Pipeline] ws 06:36:30 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 06:36:31 The recommended git tool is: git 06:36:34 level=info msg="[loader] Go packages loading at mode 575 (types_sizes|exports_file|imports|name|compiled_files|deps|files) took 14.930533477s" 06:36:34 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 38.306128ms" 06:36:37 using credential edgex-jenkins-ssh 06:36:37 Cloning the remote Git repository 06:36:37 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:36:37 > git init /w/workspace/edgex-go/1 # timeout=10 06:36:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:36:37 > git --version # timeout=10 06:36:37 > git --version # 'git version 2.25.1' 06:36:37 using GIT_SSH to set credentials SSH Credentials for GitHub 06:36:37 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:36:42 level=info msg="[linters_context/goanalysis] analyzers took 1m3.860133121s with top 10 stages: buildir: 35.029441166s, fact_deprecated: 2.411017457s, inspect: 2.048881319s, printf: 1.427640534s, gosec: 1.34666312s, ctrlflow: 1.225493539s, nilness: 1.117799514s, S1038: 832.299773ms, fact_purity: 812.967532ms, unused: 657.016288ms" 06:36:42 level=info msg="[runner] Issues before processing: 201, after processing: 0" 06:36:42 level=info msg="[runner] Processors filtering stat (out/in): identifier_marker: 201/201, skip_files: 201/201, skip_dirs: 201/201, exclude: 201/201, path_prettifier: 201/201, autogenerated_exclude: 201/201, exclude-rules: 21/201, filename_unadjuster: 201/201, nolint: 0/21, cgo: 201/201" 06:36:42 level=info msg="[runner] processing took 17.415099ms with stages: nolint: 7.511902ms, identifier_marker: 5.406383ms, exclude-rules: 1.687646ms, path_prettifier: 1.245833ms, autogenerated_exclude: 1.05489ms, skip_dirs: 448.005µs, cgo: 38.48µs, filename_unadjuster: 17.52µs, max_from_linter: 740ns, max_same_issues: 700ns, diff: 550ns, exclude: 500ns, uniq_by_line: 400ns, source_code: 300ns, skip_files: 290ns, severity-rules: 270ns, sort_results: 260ns, path_shortener: 170ns, max_per_file_from_linter: 140ns, path_prefixer: 120ns" 06:36:42 level=info msg="[runner] linters took 8.140135799s with stages: goanalysis_metalinter: 8.122623649s" 06:36:42 level=info msg="File cache stats: 0 entries of total size 0B" 06:36:42 level=info msg="Memory: 233 samples, avg is 199.8MB, max is 789.4MB" 06:36:42 level=info msg="Execution took 23.119709679s" 06:36:42 go vet ./... 06:36:46 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:36:46 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 06:36:46 ./bin/test-attribution-txt.sh [Pipeline] echo 06:36:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 06:36:47 + ls -al . 06:36:47 total 704 06:36:47 drwxrwxr-x 11 1001 1001 4096 Apr 10 06:35 . 06:36:47 drwxr-xr-x 4 root root 4096 Apr 10 06:35 .. 06:36:47 drwxrwxr-x 2 1001 1001 4096 Apr 10 06:34 .blubracket 06:36:47 -rw-rw-r-- 1 1001 1001 16 Apr 10 06:34 .dockerignore 06:36:47 drwxrwxr-x 8 1001 1001 4096 Apr 10 06:34 .git 06:36:47 drwxrwxr-x 3 1001 1001 4096 Apr 10 06:34 .github 06:36:47 -rw-rw-r-- 1 1001 1001 1133 Apr 10 06:34 .gitignore 06:36:47 -rw-rw-r-- 1 1001 1001 42 Apr 10 06:34 .golangci.yml 06:36:47 -rw-rw-r-- 1 1001 1001 87 Apr 10 06:34 .hadolint.yml 06:36:47 drwxr-xr-x 3 1001 1001 4096 Apr 10 06:34 .semver 06:36:47 -rw-rw-r-- 1 1001 1001 166 Apr 10 06:34 .sonarcloud.properties 06:36:47 -rw-rw-r-- 1 1001 1001 1171 Apr 10 06:34 ADOPTERS.md 06:36:47 -rw-rw-r-- 1 1001 1001 10835 Apr 10 06:34 Attribution.txt 06:36:47 -rw-rw-r-- 1 1001 1001 73765 Apr 10 06:34 CHANGELOG.md 06:36:47 -rw-rw-r-- 1 1001 1001 3804 Apr 10 06:34 CONTRIBUTING.md 06:36:47 -rw-rw-r-- 1 1001 1001 677 Apr 10 06:34 GOVERNANCE.md 06:36:47 -rw-rw-r-- 1 1001 1001 883 Apr 10 06:34 Jenkinsfile 06:36:47 -rw-rw-r-- 1 1001 1001 10775 Apr 10 06:34 LICENSE 06:36:47 -rw-rw-r-- 1 1001 1001 14368 Apr 10 06:34 Makefile 06:36:47 -rw-rw-r-- 1 1001 1001 582 Apr 10 06:34 OWNERS.md 06:36:47 -rw-rw-r-- 1 1001 1001 9403 Apr 10 06:34 README.md 06:36:47 -rw-rw-r-- 1 1001 1001 789 Apr 10 06:34 SECURITY.md 06:36:47 -rw-rw-r-- 1 1001 1001 5 Apr 10 06:34 VERSION 06:36:47 drwxrwxr-x 2 1001 1001 4096 Apr 10 06:34 bin 06:36:47 drwxrwxr-x 18 1001 1001 4096 Apr 10 06:34 cmd 06:36:47 -rw-r--r-- 1 root root 447380 Apr 10 06:36 coverage.out 06:36:47 -rw-rw-r-- 1 1001 1001 3200 Apr 10 06:34 go.mod 06:36:47 -rw-rw-r-- 1 1001 1001 31265 Apr 10 06:34 go.sum 06:36:47 drwxrwxr-x 7 1001 1001 4096 Apr 10 06:34 internal 06:36:47 drwxrwxr-x 3 1001 1001 4096 Apr 10 06:34 openapi 06:36:47 -rw-rw-r-- 1 1001 1001 594 Apr 10 06:34 security.txt 06:36:47 drwxrwxr-x 4 1001 1001 4096 Apr 10 06:34 snap 06:36:47 -rw-rw-r-- 1 1001 1001 204 Apr 10 06:34 version.go [Pipeline] sh 06:36:47 + '[' -e coverage.out ] 06:36:47 + chown 1001:1001 coverage.out [Pipeline] stash 06:36:47 Stashed 1 file(s) [Pipeline] sh 06:36:47 + make build 06:36:47 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 06:36:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:36:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:36:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:36:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:36:54 using GIT_SSH to set credentials SSH Credentials for GitHub 06:36:54 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4503/head:refs/remotes/origin/PR-4503 +refs/heads/main:refs/remotes/origin/main # timeout=10 06:36:55 Merging remotes/origin/main commit d6c81549b4558d5b86ba0b804c244a1077168aa0 into PR head commit 9b9a00d0604cb9e927581d589999ed347cf0f9c4 06:36:55 Merge succeeded, producing 9b9a00d0604cb9e927581d589999ed347cf0f9c4 06:36:55 Checking out Revision 9b9a00d0604cb9e927581d589999ed347cf0f9c4 (PR-4503) 06:36:55 > git config core.sparsecheckout # timeout=10 06:36:55 > git checkout -f 9b9a00d0604cb9e927581d589999ed347cf0f9c4 # timeout=10 06:36:55 > git remote # timeout=10 06:36:55 > git config --get remote.origin.url # timeout=10 06:36:55 using GIT_SSH to set credentials SSH Credentials for GitHub 06:36:55 > git merge d6c81549b4558d5b86ba0b804c244a1077168aa0 # timeout=10 06:36:55 > git rev-parse HEAD^{commit} # timeout=10 06:36:55 > git config core.sparsecheckout # timeout=10 06:36:55 > git checkout -f 9b9a00d0604cb9e927581d589999ed347cf0f9c4 # timeout=10 06:36:59 Commit message: "fix: Use Database Timeout setting defined in the configuration" 06:36:59 > git --version # timeout=10 06:36:59 > git --version # 'git version 2.25.1' 06:36:59 fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:37:00 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 06:37:00 % Total % Received % Xferd Average Speed Time Time Time Current 06:37:00 Dload Upload Total Spent Left Speed 06:37:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 101k 0 --:--:-- --:--:-- --:--:-- 100k [Pipeline] sh 06:37:01 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 06:37:01 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 06:37:01 + sudo tee /etc/docker/daemon.new 06:37:01 { 06:37:01 "registry-mirrors": [ 06:37:01 "https://nexus3.edgexfoundry.org:10001" 06:37:01 ], 06:37:01 "bip": "10.250.0.254/24", 06:37:01 "hosts": [ 06:37:01 "tcp://0.0.0.0:5555", 06:37:01 "unix:///var/run/docker.sock" 06:37:01 ], 06:37:01 "mtu": 1458, 06:37:01 "selinux-enabled": true, 06:37:01 "seccomp-profile": "/etc/docker/seccomp.json" 06:37:01 } [Pipeline] sh 06:37:01 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 06:37:02 + sudo service docker restart 06:37:02 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 06:37:02 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 06:37:02 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 06:37:03 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 06:37:10 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 06:37:11 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 06:37:13 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 06:37:14 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 06:37:15 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 06:37:16 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 06:37: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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 06:37:18 $ docker stop --time=1 fa7d5730b16edb4764d9c871ffa8cf67f3992235c92ffeb53932615919fd2267 06:37:23 $ docker rm -f --volumes fa7d5730b16edb4764d9c871ffa8cf67f3992235c92ffeb53932615919fd2267 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] configFileProvider 06:37:24 provisioning config files... 06:37:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config3922533505509116718tmp [Pipeline] // stage [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { 06:37:24 ---> docker-login.sh 06:37:24 nexus3.edgexfoundry.org:10001 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:37:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:37:25 06:37:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:37:25 Configure a credential helper to remove this warning. See 06:37:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:37:25 06:37:25 Login Succeeded 06:37:25 nexus3.edgexfoundry.org:10002 06:37:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:37:25 latest: Pulling from edgex-devops/edgex-compose 06:37:25 cbdbe7a5bc2a: Pulling fs layer 06:37:25 ca9280d653b3: Pulling fs layer 06:37:25 7e9c9ca2126c: Pulling fs layer 06:37:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:37:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:37:25 Configure a credential helper to remove this warning. See 06:37:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:37:25 06:37:25 Login Succeeded 06:37:25 nexus3.edgexfoundry.org:10003 06:37:25 cbdbe7a5bc2a: Verifying Checksum 06:37:25 cbdbe7a5bc2a: Download complete 06:37:25 ca9280d653b3: Download complete 06:37:25 cbdbe7a5bc2a: Pull complete 06:37:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:37:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:37:25 Configure a credential helper to remove this warning. See 06:37:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:37:25 06:37:25 Login Succeeded 06:37:25 nexus3.edgexfoundry.org:10004 06:37:26 7e9c9ca2126c: Verifying Checksum 06:37:26 7e9c9ca2126c: Download complete 06:37:26 ca9280d653b3: Pull complete 06:37:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:37:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:37:26 Configure a credential helper to remove this warning. See 06:37:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:37:26 06:37:26 Login Succeeded 06:37:26 docker.io 06:37:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:37:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:37:26 Configure a credential helper to remove this warning. See 06:37:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:37:26 06:37:26 Login Succeeded 06:37:26 ---> docker-login.sh ends [Pipeline] } 06:37:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 06:37:27 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 06:37:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:37:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:37:27 ========================================================= 06:37:27 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 06:37:27 ========================================================= [Pipeline] fileExists [Pipeline] sh 06:37:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 06:37:27 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:37:27 af6eaf76a39c: Pulling fs layer 06:37:27 55522c791124: Pulling fs layer 06:37:27 ce5c4a1c91eb: Pulling fs layer 06:37:27 169dfbe0d373: Pulling fs layer 06:37:27 e1ff8fa3b103: Pulling fs layer 06:37:27 52ebb69f0ebf: Pulling fs layer 06:37:27 5abe8eddf0d5: Pulling fs layer 06:37:27 169dfbe0d373: Waiting 06:37:27 e1ff8fa3b103: Waiting 06:37:27 52ebb69f0ebf: Waiting 06:37:28 55522c791124: Verifying Checksum 06:37:28 55522c791124: Download complete 06:37:28 169dfbe0d373: Verifying Checksum 06:37:28 169dfbe0d373: Download complete 06:37:28 e1ff8fa3b103: Verifying Checksum 06:37:28 e1ff8fa3b103: Download complete 06:37:28 af6eaf76a39c: Verifying Checksum 06:37:28 af6eaf76a39c: Download complete 06:37:29 af6eaf76a39c: Pull complete 06:37:29 5abe8eddf0d5: Verifying Checksum 06:37:29 5abe8eddf0d5: Download complete 06:37:29 55522c791124: Pull complete 06:37:30 ce5c4a1c91eb: Verifying Checksum 06:37:30 ce5c4a1c91eb: Download complete 06:37:30 52ebb69f0ebf: Verifying Checksum 06:37:30 52ebb69f0ebf: Download complete 06:37:30 7e9c9ca2126c: Pull complete 06:37:30 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 06:37:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:37:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:37:30 prd-ubuntu20.04-docker-8c-8g-7279 does not seem to be running inside a container 06:37:30 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 06:37:34 $ docker top 0f2346e259f18db1c57aba337d3a6071ce39bca7ba09b12bc46c2617db1d92ba -eo pid,comm [Pipeline] { [Pipeline] sh 06:37:34 + + docker-composegrep build parallel --help 06:37:34 06:37:35 --parallel Build images in parallel. [Pipeline] } 06:37:35 $ docker stop --time=1 0f2346e259f18db1c57aba337d3a6071ce39bca7ba09b12bc46c2617db1d92ba 06:37:36 $ docker rm -f --volumes 0f2346e259f18db1c57aba337d3a6071ce39bca7ba09b12bc46c2617db1d92ba [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:37:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:37:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:37:37 prd-ubuntu20.04-docker-8c-8g-7279 does not seem to be running inside a container 06:37:37 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 06:37:37 $ docker top 4da8fe2069eaaf0e5f6a43479d7d31f67ac7d247caf4ece85d28f87f99aa3a09 -eo pid,comm [Pipeline] { [Pipeline] sh 06:37:38 + docker-compose -f ./docker-compose-build.yml build --parallel 06:37:38 Building core-command ... 06:37:38 Building core-common-config-bootstrapper ... 06:37:38 Building core-data ... 06:37:38 Building core-metadata ... 06:37:38 Building security-bootstrapper ... 06:37:38 Building security-proxy-auth ... 06:37:38 Building security-proxy-setup ... 06:37:38 Building security-secretstore-setup ... 06:37:38 Building security-spiffe-token-provider ... 06:37:38 Building security-spire-agent ... 06:37:38 Building security-spire-config ... 06:37:38 Building security-spire-server ... 06:37:38 Building support-notifications ... 06:37:38 Building support-scheduler ... 06:37:38 Building core-command 06:37:38 Building core-data 06:37:38 Building security-bootstrapper 06:37:38 Building core-metadata 06:37:38 Building security-spiffe-token-provider 06:37:40 ce5c4a1c91eb: Pull complete 06:37:40 169dfbe0d373: Pull complete 06:37:40 e1ff8fa3b103: Pull complete 06:37:45 52ebb69f0ebf: Pull complete 06:37:47 5abe8eddf0d5: Pull complete 06:37:47 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 06:37:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 06:37:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh 06:37:48 + + dockerecho build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 06:37:48 WORKDIR /edgex 06:37:48 COPY go.mod . 06:37:48 RUN go mod download -t 06:37:48 ci-base-image-arm64 -f - . 06:37:48 Sending build context to Docker daemon 2.934MB 06:37:48 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 06:37:48 ---> 6cb57ee374ae 06:37:48 Step 2/4 : WORKDIR /edgex 06:37:50 ---> Running in 42b87c61b842 06:37:50 Removing intermediate container 42b87c61b842 06:37:50 ---> cbef69b6b264 06:37:50 Step 3/4 : COPY go.mod . 06:37:50 ---> cff6873b1170 06:37:50 Step 4/4 : RUN go mod download 06:37:51 ---> Running in aa69be9148a5 06:37:53 Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:37:53 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:37:53 ---> 541c76ead8db 06:37:53 Step 3/24 : ARG ADD_BUILD_TAGS="" 06:37:53 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:37:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:37:53 ---> 541c76ead8db 06:37:53 Step 3/23 : ARG ADD_BUILD_TAGS="" 06:37:53 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:37:53 Step 2/25 : FROM ${BUILDER_BASE} AS builder 06:37:53 ---> 541c76ead8db 06:37:53 Step 3/25 : ARG ADD_BUILD_TAGS="" 06:37:53 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:37:53 Step 2/20 : FROM ${BUILDER_BASE} AS builder 06:37:53 ---> 541c76ead8db 06:37:53 Step 3/20 : WORKDIR /edgex-go 06:37:53 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:37:53 Step 2/33 : FROM ${BUILDER_BASE} AS builder 06:37:53 ---> 541c76ead8db 06:37:53 Step 3/33 : WORKDIR /edgex-go 06:37:59 ---> Running in 916bd8607455 06:37:59 ---> Running in 742b1b472258 06:37:59 ---> Running in 979b96ab08a4 06:37:59 ---> Running in 5bb37b6dd9e6 06:37:59 ---> Running in 617966acefd6 06:37:59 Removing intermediate container 916bd8607455 06:37:59 ---> d1a33241bcc3 06:37:59 Step 4/33 : RUN apk add --update --no-cache make git 06:37:59 Removing intermediate container 617966acefd6 06:37:59 ---> dfffb580635f 06:37:59 Step 4/23 : WORKDIR /edgex-go 06:37:59 Removing intermediate container 979b96ab08a4 06:37:59 ---> 06892449aeb9 06:37:59 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 06:37:59 Removing intermediate container 5bb37b6dd9e6 06:37:59 ---> 10465ab9911f 06:37:59 Step 4/25 : WORKDIR /edgex-go 06:37:59 Removing intermediate container 742b1b472258 06:37:59 ---> c66f52dc827f 06:37:59 Step 4/24 : WORKDIR /edgex-go 06:37:59 ---> Running in b128a65edfdb 06:37:59 ---> Running in 85c13af2d43f 06:37:59 ---> Running in 8123add9febc 06:37:59 ---> Running in 5b665f047060 06:37:59 ---> Running in a7100eda5554 06:37:59 Removing intermediate container 85c13af2d43f 06:37:59 ---> 40e78a27004a 06:37:59 Step 5/25 : RUN apk add --update --no-cache make git 06:37:59 Removing intermediate container 5b665f047060 06:37:59 ---> 1549a5e1cb60 06:37:59 Step 5/24 : RUN apk add --update --no-cache make git 06:37:59 Removing intermediate container a7100eda5554 06:37:59 ---> 3e63c210324b 06:37:59 Step 5/23 : RUN apk add --update --no-cache make git 06:37:59 ---> Running in 35cdae90b50d 06:37:59 ---> Running in 9e05793ec837 06:37:59 ---> Running in bda2e0de4c9d 06:37:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:37:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:37:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:37:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:37:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:37:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:37:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:37:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:37:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:37:59 OK: 265 MiB in 53 packages 06:37:59 v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 06:37:59 v3.17.3-52-g138c24c548d [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 06:37:59 OK: 17823 distinct packages available 06:37:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:37:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:37:59 OK: 265 MiB in 53 packages 06:38:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:38:00 OK: 265 MiB in 53 packages 06:38:00 OK: 265 MiB in 53 packages 06:38:00 OK: 265 MiB in 53 packages 06:38:00 Removing intermediate container b128a65edfdb 06:38:00 ---> 04dbd6fa7f8a 06:38:00 Step 5/33 : COPY go.mod vendor* ./ 06:38:00 Removing intermediate container 9e05793ec837 06:38:00 ---> e5d1411f45bc 06:38:00 Step 6/25 : COPY go.mod vendor* ./ 06:38:00 Removing intermediate container bda2e0de4c9d 06:38:00 ---> 55f3e19449ea 06:38:00 Step 6/23 : COPY go.mod vendor* ./ 06:38:00 ---> 55b9c5ba2de0 06:38:00 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:38:00 ---> Running in 42087de54a55 06:38:00 ---> b27aaff9f68c 06:38:00 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:38:00 ---> Running in 9337b62bb151 06:38:00 Removing intermediate container 35cdae90b50d 06:38:00 ---> 714f8fc3d418 06:38:00 Step 6/24 : COPY go.mod vendor* ./ 06:38:00 ---> 7342adaae1d0 06:38:00 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:38:00 ---> Running in 4ecaf773416f 06:38:00 Removing intermediate container 8123add9febc 06:38:00 ---> ea70377234cc 06:38:00 Step 5/20 : COPY go.mod vendor* ./ 06:38:00 ---> a5c112d6d53a 06:38:00 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:38:00 ---> Running in 67eaad8bb849 06:38:01 ---> 38f97a922d7b 06:38:01 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:38:01 ---> Running in 2eec7f6fed20 06:38:17 Removing intermediate container aa69be9148a5 06:38:17 ---> ee713fc21d2b 06:38:17 Successfully built ee713fc21d2b 06:38:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:38:18 + docker inspect -f . ci-base-image-arm64 06:38:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:38:18 prd-ubuntu20.04-docker-arm64-4c-16g-7280 does not seem to be running inside a container 06:38:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:38:19 $ docker top ed81f94bd213bf786be95314813b69bfe7bd3bc479443273125403fa5a536f99 -eo pid,comm [Pipeline] { [Pipeline] sh 06:38:20 + go version 06:38:20 go version go1.20.2 linux/arm64 [Pipeline] } 06:38:20 $ docker stop --time=1 ed81f94bd213bf786be95314813b69bfe7bd3bc479443273125403fa5a536f99 06:38:22 $ docker rm -f --volumes ed81f94bd213bf786be95314813b69bfe7bd3bc479443273125403fa5a536f99 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:38:23 + docker inspect -f . ci-base-image-arm64 06:38:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:38:23 prd-ubuntu20.04-docker-arm64-4c-16g-7280 does not seem to be running inside a container 06:38:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:38:24 $ docker top 45db8aaea1384232587a65c4cc376dc928dee6ea829b9d431b9b1cd6a2e63916 -eo pid,comm [Pipeline] { [Pipeline] echo 06:38:24 ========================================================= 06:38:24 [edgeXBuildGoParallel] Running Tests and Build... 06:38:24 ========================================================= [Pipeline] sh 06:38:25 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 06:38:25 + make test 06:38:25 go test -race -coverprofile=coverage.out ./... 06:39:04 ? github.com/edgexfoundry/edgex-go [no test files] 06:39:22 Removing intermediate container 9337b62bb151 06:39:22 ---> 6555848e9247 06:39:22 Step 8/25 : COPY . . 06:39:22 Removing intermediate container 67eaad8bb849 06:39:22 ---> 38c041e9745e 06:39:22 Step 8/24 : COPY . . 06:39:22 Removing intermediate container 42087de54a55 06:39:22 ---> 01f378ed152b 06:39:22 Step 7/33 : COPY . . 06:39:22 Removing intermediate container 4ecaf773416f 06:39:22 ---> 84bf99aaf6d7 06:39:22 Step 8/23 : COPY . . 06:39:22 Removing intermediate container 2eec7f6fed20 06:39:22 ---> 4e5deef30b35 06:39:22 Step 7/20 : COPY . . 06:39:40 ---> 3c9e2e24970c 06:39:40 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 06:39:40 ---> a50d676d1a4c 06:39:40 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 06:39:40 ---> 224d0eefe57f 06:39:40 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 06:39:40 ---> 58cbc7dd3e9e 06:39:40 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 06:39:40 ---> Running in fdad53c9bd82 06:39:40 ---> 6584c5725a1f 06:39:40 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 06:39:40 ---> Running in 075cc5750a53 06:39:40 ---> Running in 9960210c279f 06:39:40 ---> Running in 3bc58b0f0b5a 06:39:40 ---> Running in b30a5202233e 06:39:40 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 06:39: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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 06:39:40 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 06:39: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 06:39: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 06:40:27 Removing intermediate container 3bc58b0f0b5a 06:40:27 ---> f3da81649dae 06:40:27 06:40:27 Step 9/33 : FROM alpine:3.17 06:40:27 Removing intermediate container fdad53c9bd82 06:40:27 ---> 9654487b23c6 06:40:27 06:40:27 Step 10/24 : FROM alpine:3.17 06:40:27 3.17: Pulling from library/alpine 06:40:27 3.17: Pulling from library/alpine 06:40:34 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 06:40:34 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 06:40:34 Status: Downloaded newer image for alpine:3.17 06:40:34 Status: Downloaded newer image for alpine:3.17 06:40:34 ---> 9ed4aefc74f6 06:40:34 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 06:40:34 ---> 9ed4aefc74f6 06:40:34 Step 11/24 : RUN apk add --update --no-cache dumb-init 06:40:34 ---> Running in 1e10b0293a1c 06:40:34 ---> Running in c598407dfc5c 06:40:34 Removing intermediate container 9960210c279f 06:40:34 ---> b15eae8c472b 06:40:34 06:40:34 Step 10/25 : FROM alpine:3.17 06:40:34 ---> 9ed4aefc74f6 06:40:34 Step 11/25 : RUN apk add --update --no-cache dumb-init 06:40:34 Removing intermediate container 075cc5750a53 06:40:34 ---> a00d25313f08 06:40:34 06:40:34 Step 9/20 : FROM alpine:3.17 06:40:34 ---> 9ed4aefc74f6 06:40:34 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 06:40:34 ---> Running in 05de01d1a448 06:40:34 Removing intermediate container b30a5202233e 06:40:34 ---> 3a780ca17231 06:40:34 06:40:34 Step 10/23 : FROM alpine:3.17 06:40:34 ---> 9ed4aefc74f6 06:40:34 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 06:40:34 Removing intermediate container 1e10b0293a1c 06:40:34 ---> b782e790ad11 06:40:34 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 06:40:34 ---> Running in 28c593138ca8 06:40:35 ---> Running in 12d1afa6ff00 06:40:35 ---> Running in bae66502b858 06:40:35 Removing intermediate container 28c593138ca8 06:40:35 ---> 03289e692a4c 06:40:35 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 06:40:35 ---> Running in 92fa1b059281 06:40:35 Removing intermediate container 12d1afa6ff00 06:40:35 ---> 98f783c802fd 06:40:35 Step 12/23 : ENV APP_PORT=59880 06:40:35 ---> Running in 81bffd825e35 06:40:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:40:35 Removing intermediate container 81bffd825e35 06:40:35 ---> 521fb94e33a9 06:40:35 Step 13/23 : EXPOSE $APP_PORT 06:40:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:40:35 ---> Running in c6e95f1adf77 06:40:35 Removing intermediate container c6e95f1adf77 06:40:35 ---> 7b559ba7f8b4 06:40:35 Step 14/23 : RUN apk add --update --no-cache dumb-init 06:40:35 ---> Running in 065e0fd4f9f5 06:40:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:40:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:40:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:40:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:40:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:40:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:40:35 (1/1) Installing dumb-init (1.2.5-r2) 06:40:35 Executing busybox-1.35.0-r29.trigger 06:40:35 OK: 7 MiB in 16 packages 06:40:35 (1/1) Installing dumb-init (1.2.5-r2) 06:40:35 Executing busybox-1.35.0-r29.trigger 06:40:35 OK: 7 MiB in 16 packages 06:40:35 (1/2) Installing dumb-init (1.2.5-r2) 06:40:35 (2/2) Installing su-exec (0.2-r2) 06:40:36 Executing busybox-1.35.0-r29.trigger 06:40:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:40:36 OK: 7 MiB in 17 packages 06:40:36 v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 06:40:36 v3.17.3-52-g138c24c548d [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 06:40:36 OK: 17818 distinct packages available 06:40:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:40:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:40:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:40:36 (1/1) Installing dumb-init (1.2.5-r2) 06:40:36 Executing busybox-1.35.0-r29.trigger 06:40:36 OK: 7 MiB in 16 packages 06:40:36 (1/9) Installing ca-certificates (20220614-r4) 06:40:36 (2/9) Installing brotli-libs (1.0.9-r9) 06:40:36 (3/9) Installing nghttp2-libs (1.51.0-r0) 06:40:36 (4/9) Installing libcurl (7.88.1-r1) 06:40:36 (5/9) Installing curl (7.88.1-r1) 06:40:36 (6/9) Installing dumb-init (1.2.5-r2) 06:40:36 (7/9) Installing musl-obstack (1.2.3-r0) 06:40:36 (8/9) Installing libucontext (1.2-r0) 06:40:36 (9/9) Installing gcompat (1.1.0-r0) 06:40:36 Executing busybox-1.35.0-r29.trigger 06:40:36 Executing ca-certificates-20220614-r4.trigger 06:40:36 Removing intermediate container bae66502b858 06:40:36 ---> 2463c48667ba 06:40:36 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 06:40:36 Removing intermediate container c598407dfc5c 06:40:36 ---> edf09f9d02ff 06:40:36 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 06:40:36 ---> Running in 73d540c6d2ca 06:40:36 Removing intermediate container 05de01d1a448 06:40:36 ---> 19b373fb55a8 06:40:36 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 06:40:36 ---> Running in afe15d556ee4 06:40:36 OK: 10 MiB in 24 packages 06:40:36 ---> Running in 876b8efc9559 06:40:36 Removing intermediate container 065e0fd4f9f5 06:40:36 ---> 97283dbc3542 06:40:36 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:40:36 Removing intermediate container 73d540c6d2ca 06:40:36 ---> 5e516e0c21fb 06:40:36 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 06:40:37 Removing intermediate container afe15d556ee4 06:40:37 ---> 110cc09e26e6 06:40:37 Step 13/24 : ENV APP_PORT=59882 06:40:37 ---> Running in ad2cb53ee77d 06:40:37 ---> Running in 699999830cb5 06:40:37 Removing intermediate container 876b8efc9559 06:40:37 ---> 9f1e44e1edd2 06:40:37 Step 13/25 : ENV APP_PORT=59881 06:40:37 ---> Running in 8a8436eb492a 06:40:37 Removing intermediate container ad2cb53ee77d 06:40:37 ---> 7bbc1b157c6a 06:40:37 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 06:40:37 ---> 0222b356ecdf 06:40:37 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 06:40:37 ---> Running in 526953d743c3 06:40:37 Removing intermediate container 699999830cb5 06:40:37 ---> a8f6485bb265 06:40:37 Step 14/24 : EXPOSE $APP_PORT 06:40:37 Removing intermediate container 8a8436eb492a 06:40:37 ---> 3a7ca73ade28 06:40:37 Step 14/25 : EXPOSE $APP_PORT ---> Running in 2a9068ec57b6 06:40:37 06:40:37 Removing intermediate container 526953d743c3 06:40:37 ---> de1b91d43d30 06:40:37 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 06:40:37 ---> Running in 7bed3829efd0 06:40:37 ---> fcb4bfc4c2e5 06:40:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:40:37 ---> Running in 337cd6199f9a 06:40:37 Removing intermediate container 2a9068ec57b6 06:40:37 ---> aca9589a424f 06:40:37 Step 15/24 : WORKDIR / 06:40:37 Removing intermediate container 92fa1b059281 06:40:37 ---> 829a87402e4b 06:40:37 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 06:40:37 ---> Running in 03e20fb8a11a 06:40:38 Removing intermediate container 7bed3829efd0 06:40:38 ---> 2494590af89d 06:40:38 Step 15/25 : WORKDIR / 06:40:38 Removing intermediate container 337cd6199f9a 06:40:38 ---> ceb417117446 06:40:38 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 06:40:38 ---> b4b250561d64 06:40:38 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 06:40:38 ---> 086274e6bfa2 06:40:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 06:40:38 ---> Running in 59672550f8ff 06:40:38 ---> Running in b2f1505edf01 06:40:38 Removing intermediate container 03e20fb8a11a 06:40:38 ---> a4328d2de22f 06:40:38 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 06:40:38 ---> 82ebfea5d07c 06:40:38 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 06:40:38 Removing intermediate container b2f1505edf01 06:40:38 ---> 057bbb7d3718 06:40:38 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 06:40:38 ---> 741b3785febc 06:40:38 Step 19/23 : ENTRYPOINT ["/core-data"] 06:40:38 ---> 68c97b9dde0a 06:40:38 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 06:40:39 ---> Running in 227795f91950 06:40:39 ---> 7a44c57d4b48 06:40:39 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:40:39 ---> 71afde409ea4 06:40:39 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 06:40:39 ---> d1b6886e24a7 06:40:39 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 06:40:40 Removing intermediate container 227795f91950 06:40:40 ---> 7bd1165c9c0a 06:40:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:40:40 ---> f56b8044405f 06:40:40 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 06:40:40 ---> f13d01e85f8d 06:40:40 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 06:40:40 ---> 893158a7b1c0 06:40:40 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:40:40 ---> Running in a400d78f8cc8 06:40:40 ---> Running in 7437003a096e 06:40:40 Removing intermediate container 59672550f8ff 06:40:40 ---> f8db027df248 06:40:40 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 06:40:41 ---> fb28e190262e 06:40:41 Step 20/24 : ENTRYPOINT ["/core-command"] 06:40:41 ---> 5cdb0cd996dd 06:40:41 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 06:40:41 ---> Running in 8d3a2846c76d 06:40:41 Removing intermediate container a400d78f8cc8 06:40:41 ---> 77d26d6892f3 06:40:41 Step 21/23 : LABEL arch=x86_64 06:40:41 Removing intermediate container 7437003a096e 06:40:41 ---> 36c2f9028125 06:40:41 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:40:41 ---> Running in ea857a19ba47 06:40:41 ---> Running in 61b222a1faf1 06:40:41 ---> Running in 084bcdbeea17 06:40:41 Removing intermediate container ea857a19ba47 06:40:41 ---> c74fd4d5e53c 06:40:41 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:40:41 Removing intermediate container 8d3a2846c76d 06:40:41 ---> d8df00627580 06:40:41 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 06:40:41 ---> 332c89f66ae1 06:40:41 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 06:40:41 ---> Running in e618473bc286 06:40:41 Removing intermediate container 084bcdbeea17 06:40:41 ---> fe12abdf7420 06:40:41 Step 18/20 : LABEL arch=x86_64 06:40:41 ---> 77fea3d3c87c 06:40:41 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.shRemoving intermediate container 61b222a1faf1 06:40:41 06:40:41 ---> 04264d86c068 06:40:41 Step 22/23 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 06:40:41 ---> ace22d70d3a6 06:40:41 Step 21/25 : ENTRYPOINT ["/core-metadata"] 06:40:41 ---> Running in d3d9fd1c9fc1 06:40:41 Removing intermediate container e618473bc286 06:40:41 ---> 74265ec6492c 06:40:41 Step 22/24 : LABEL arch=x86_64 06:40:41 ---> Running in 260e8951d900 06:40:41 ---> Running in 301565441f72 06:40:41 ---> Running in 2a8109d58e50 06:40:41 ---> Running in a6f129047d74 06:40:41 Removing intermediate container d3d9fd1c9fc1 06:40:41 ---> f569ed53c2a0 06:40:41 Step 19/20 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 06:40:42 ---> Running in 550b73c209f8 06:40:42 Removing intermediate container 2a8109d58e50 06:40:42 ---> f0dc367d9d21 06:40:42 Step 23/23 : LABEL version=0.0.0 06:40:42 Removing intermediate container 301565441f72 06:40:42 ---> 37c0c54f8c35 06:40:42 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:40:42 Removing intermediate container a6f129047d74 06:40:42 ---> 4c24da90018a 06:40:42 Step 23/24 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 06:40:42 ---> Running in 99aa86492650 06:40:42 Removing intermediate container 550b73c209f8 06:40:42 ---> e0738f2996da 06:40:42 Step 20/20 : LABEL version=0.0.0 06:40:42 ---> Running in 5eed89191477 06:40:42 ---> Running in 95b339dca7cf 06:40:42 ---> Running in 2642268217a6 06:40:42 Removing intermediate container 99aa86492650 06:40:42 ---> 45cb7b317471 06:40:42 06:40:42 Removing intermediate container 5eed89191477 06:40:42 ---> 0dfc221c2577 06:40:42 Step 23/25 : LABEL arch=x86_64 06:40:42 Removing intermediate container 95b339dca7cf 06:40:42 ---> 80be406eec37 06:40:42 Step 24/24 : LABEL version=0.0.0 06:40:42 ---> Running in 31f4ad575e94 06:40:42 Removing intermediate container 2642268217a6 06:40:42 ---> b7d187925096 06:40:42 06:40:42 ---> Running in 64d8dd6e564c 06:40:42 Successfully built 45cb7b317471 06:40:42 Successfully tagged core-data:latest 06:40:42 Building support-scheduler 06:40:42  Building core-data ... done Removing intermediate container 31f4ad575e94 06:40:42 ---> 505175ad3dc2 06:40:42 Step 24/25 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 06:40:42 Successfully built b7d187925096 06:40:42 Successfully tagged security-spiffe-token-provider:latest 06:40:42  Building security-spiffe-token-provider ... done Building support-notifications 06:40:42 ---> Running in f06a7690f53d 06:40:42 Removing intermediate container 64d8dd6e564c 06:40:42 ---> dd1a50478203 06:40:42 06:40:42 Successfully built dd1a50478203 06:40:42 Successfully tagged core-command:latest 06:40:42  Building core-command ... done Building security-spire-config 06:40:42 Removing intermediate container f06a7690f53d 06:40:42 ---> 3a44cd8a8cf3 06:40:42 Step 25/25 : LABEL version=0.0.0 06:40:46 Removing intermediate container 260e8951d900 06:40:46 ---> d286341be670 06:40:46 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 06:40:50 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:40:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:40:50 ---> 541c76ead8db 06:40:50 Step 3/23 : ARG ADD_BUILD_TAGS="" 06:40:50 ---> Using cache 06:40:50 ---> 10465ab9911f 06:40:50 Step 4/23 : WORKDIR /edgex-go 06:40:50 ---> Using cache 06:40:50 ---> 40e78a27004a 06:40:50 Step 5/23 : RUN apk add --update --no-cache make git 06:40:50 ---> Using cache 06:40:50 ---> e5d1411f45bc 06:40:50 Step 6/23 : COPY go.mod vendor* ./ 06:40:50 ---> Using cache 06:40:50 ---> b27aaff9f68c 06:40:50 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:40:50 ---> Using cache 06:40:50 ---> 6555848e9247 06:40:50 Step 8/23 : COPY . . 06:40:50 ---> Using cache 06:40:50 ---> 224d0eefe57f 06:40:50 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 06:40:50 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:40:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:40:50 ---> 541c76ead8db 06:40:50 Step 3/23 : ARG ADD_BUILD_TAGS="" 06:40:50 ---> Using cache 06:40:50 ---> 10465ab9911f 06:40:50 Step 4/23 : WORKDIR /edgex-go 06:40:50 ---> Using cache 06:40:50 ---> 40e78a27004a 06:40:50 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 06:40:54 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:40:54 Step 2/27 : FROM ${BUILDER_BASE} AS builder 06:40:54 ---> 541c76ead8db 06:40:54 Step 3/27 : WORKDIR /edgex-go 06:40:54 ---> Using cache 06:40:54 ---> 06892449aeb9 06:40:54 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 06:40:56 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:40:56 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 06:40:56 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:40:56 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:40:56 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 06:40:56 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 06:40:56 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:40:56 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 06:40:56 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:40:58 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 06:41:00 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:41:00 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:41:00 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:41:00 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 06:41:02 ---> Running in c60d826986a1 06:41:02 ---> d0bce8decf4d 06:41:02 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 06:41:02 ---> Running in bd35e56396d4 06:41:02 ---> Running in dc9e883f8753 06:41:02 ---> Running in 3199264427f8 06:41:02 Removing intermediate container c60d826986a1 06:41:02 ---> 511f4632413f 06:41:02 06:41:02 ---> 56fb09f7c072 06:41:02 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 06:41:02 Successfully built 511f4632413f 06:41:02 Successfully tagged core-metadata:latest 06:41:02  Building core-metadata ... done Building security-secretstore-setup 06:41:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:41:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:41:03 OK: 265 MiB in 53 packages 06:41:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:41:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:41:06 OK: 265 MiB in 53 packages 06:41:09 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:41:09 Step 2/25 : FROM ${BUILDER_BASE} AS builder 06:41:09 ---> 541c76ead8db 06:41:09 Step 3/25 : WORKDIR /edgex-go 06:41:09 ---> Using cache 06:41:09 ---> 06892449aeb9 06:41:09 Step 4/25 : RUN apk add --update --no-cache make git 06:41:13 ---> 7b80f2214d92 06:41:13 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 06:41:13 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:41:13 ---> Running in 07b018024252 06:41:14 ---> 73c40a237656 06:41:14 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 06:41:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:41:15 Removing intermediate container bd35e56396d4 06:41:15 ---> 05098bced380 06:41:15 Step 6/23 : COPY go.mod vendor* ./ 06:41:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:41:15 Removing intermediate container dc9e883f8753 06:41:15 ---> faeba4925870 06:41:15 Step 5/27 : COPY go.mod vendor* ./ 06:41:15 OK: 265 MiB in 53 packages 06:41:15 ---> 7e3630612d6e 06:41:15 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 06:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:41:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.318s coverage: 28.7% of statements 06:41:15 ---> 66fc98efed55 06:41:15 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:41:15 ---> 93e90b108486 06:41:15 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:41:16 ---> 828ce4ccbf75 06:41:16 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 06:41:16 ---> Running in 9170e574dcc1 06:41:16 ---> Running in 461d58794a5a 06:41:16 Removing intermediate container 07b018024252 06:41:16 ---> 3d0477416fc2 06:41:16 Step 5/25 : COPY go.mod vendor* ./ 06:41:17 ---> d86d6f70b010 06:41:17 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 06:41:17 ---> 921569feea14 06:41:17 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:41:19 ---> Running in 871da6a1b093 06:41:19 ---> b68b7580812f 06:41:19 Step 28/33 : RUN chmod +x /entrypoint.sh 06:41:20 ---> Running in 2eb7b23e3a83 06:41:24 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.305s coverage: 98.5% of statements 06:41:26 Removing intermediate container 2eb7b23e3a83 06:41:26 ---> c814d9a5aa3a 06:41:26 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 06:41:26 ---> Running in 1ddcf1e64ef8 06:41:27 Removing intermediate container 1ddcf1e64ef8 06:41:27 ---> 0972695d35a1 06:41:27 Step 30/33 : CMD ["gate"] 06:41:27 ---> Running in 3b6cfa8d6199 06:41:28 Removing intermediate container 3b6cfa8d6199 06:41:28 ---> 18e9fefd5b30 06:41:28 Step 31/33 : LABEL arch=x86_64 06:41:28 ---> Running in 0645a0a9147b 06:41:28 Removing intermediate container 0645a0a9147b 06:41:28 ---> f6ad1deaa13a 06:41:28 Step 32/33 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 06:41:29 ---> Running in e9aac210d692 06:41:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 06:41:29 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 06:41:29 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 06:41:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.488s coverage: 71.3% of statements 06:41:33 Removing intermediate container e9aac210d692 06:41:33 ---> 40db05dfbf99 06:41:33 Step 33/33 : LABEL version=0.0.0 06:41:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:41:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:41:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.363s coverage: 54.0% of statements 06:41:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 06:41:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 06:41:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 06:41:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:41:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 06:41:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:41:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:41:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 14.495s coverage: 88.5% of statements 06:41:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.928s coverage: 3.9% of statements 06:42:00 ---> Running in e8748e973f5b 06:42:00 Removing intermediate container e8748e973f5b 06:42:00 ---> 38f1e8bb2f53 06:42:00 06:42:00 Successfully built 38f1e8bb2f53 06:42:00 Successfully tagged security-bootstrapper:latest 06:42:00  Building security-bootstrapper ... done Building security-spire-server 06:42:03 Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:42:03 Step 2/26 : FROM ${BUILDER_BASE} AS builder 06:42:03 ---> 541c76ead8db 06:42:03 Step 3/26 : WORKDIR /edgex-go 06:42:03 ---> Using cache 06:42:03 ---> 06892449aeb9 06:42:03 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 06:42:03 ---> Using cache 06:42:03 ---> faeba4925870 06:42:03 Step 5/26 : COPY go.mod vendor* ./ 06:42:03 ---> Using cache 06:42:03 ---> 93e90b108486 06:42:03 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:42:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 06:42:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 06:42:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 06:42:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.552s coverage: 95.6% of statements 06:42:06 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:42:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 06:42:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 06:42:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:42:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:42:07 ok github.com/edgexfoundry/edgex-go/internal/io 0.199s coverage: 72.2% of statements 06:42:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:42:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:42:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:42:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.240s coverage: 65.9% of statements 06:42:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 06:42:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 06:42:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.418s coverage: 0.9% of statements 06:42:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.254s coverage: 29.0% of statements 06:42:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.316s coverage: 44.1% of statements 06:42:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.337s coverage: 82.9% of statements 06:42:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.285s coverage: 94.1% of statements 06:42:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.280s coverage: 96.3% of statements 06:42:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.197s coverage: 87.5% of statements 06:42:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 06:42:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 06:42:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 06:42:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 06:42:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 06:42:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 06:42:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 06:42:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 06:42:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.223s coverage: 94.4% of statements 06:42:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 06:42:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 06:42:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 06:42:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 06:42:46 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 06:42:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 06:42:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 06:42:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.083s coverage: 79.9% of statements 06:42:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.277s coverage: 92.9% of statements 06:42:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.087s coverage: 64.4% of statements 06:42:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.211s coverage: 62.3% of statements 06:42:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.206s coverage: 87.2% of statements 06:42:55 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.173s coverage: 20.0% of statements 06:42:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.173s coverage: 100.0% of statements 06:42:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.450s coverage: 81.2% of statements 06:42:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 06:42:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.482s coverage: 82.1% of statements 06:42:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 06:42:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.214s coverage: 86.0% of statements 06:43:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:43:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:43:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.049s coverage: 63.1% of statements 06:43:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.247s coverage: 100.0% of statements 06:43:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.122s coverage: 89.4% of statements 06:43:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.092s coverage: 100.0% of statements 06:43:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.109s coverage: 73.7% of statements 06:43:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 06:43:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 06:43:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 06:43:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.080s coverage: 100.0% of statements 06:43:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:43:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:43:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 06:43:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.014s coverage: 38.4% of statements 06:43:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.264s coverage: 89.5% of statements 06:43:20 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 06:43:20 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 06:43:20 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 06:43:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 06:43:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.231s coverage: 84.8% of statements 06:43:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 06:43:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 06:43:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:43:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:43:28 ---> Running in 007cb2f142de 06:43:28 Removing intermediate container 3199264427f8 06:43:28 ---> 387722ea0c98 06:43:28 06:43:28 Step 10/23 : FROM alpine:3.17 06:43:28 ---> 9ed4aefc74f6 06:43:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:43:28 ---> Using cache 06:43:28 ---> 19b373fb55a8 06:43:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 06:43:28 ---> Using cache 06:43:28 ---> 9f1e44e1edd2 06:43:28 Step 13/23 : ENV APP_PORT=59861 06:43:28 ---> Running in 478ad0e48d6d 06:43:28 Removing intermediate container 871da6a1b093 06:43:28 ---> 0d780b8db8bb 06:43:28 Step 7/25 : COPY . . 06:43:28 Removing intermediate container 9170e574dcc1 06:43:28 ---> 1363e682b41a 06:43:28 Step 8/23 : COPY . . 06:43:28 Removing intermediate container 461d58794a5a 06:43:28 ---> cafbc3270d65 06:43:28 Step 7/27 : COPY . . 06:43:28 Removing intermediate container 478ad0e48d6d 06:43:28 ---> 446951ef1e6f 06:43:28 Step 14/23 : EXPOSE $APP_PORT 06:43:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.348s coverage: 17.7% of statements 06:43:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 06:43:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 06:43:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 06:43:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 06:43:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.582s coverage: 92.3% of statements 06:43:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:43:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:43:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.294s coverage: 61.5% of statements 06:43:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 06:43:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 06:43:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.385s coverage: 97.7% of statements 06:43:40 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 06:43:40 WARNING: Linting skipped (not on x86_64 or linter not installed) 06:43:40 go vet ./... 06:43:46 ---> Running in 2edc6868e117 06:43:46 ---> 631398522077 06:43:46 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 06:43:46 Removing intermediate container 2edc6868e117 06:43:46 ---> bb6ed99d4eb9 06:43:46 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:43:46 ---> d502e6ad7a23 06:43:46 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:43:46 ---> Running in 5c8c70251b9d 06:43:46 ---> 4ba0f979c367 06:43:46 Step 9/23 : RUN make cmd/support-notifications/support-notifications 06:43:46 ---> Running in 94efaade191c 06:43:46 ---> Running in 50e6490e1135 06:43:46 Removing intermediate container 5c8c70251b9d 06:43:46 ---> 7143f1a9d4f0 06:43:46 ---> 24dd90b9a3ae 06:43:46 Step 16/23 : COPY --from=builder /edgex-go/security.txt /Step 9/27 : WORKDIR /edgex-go/spire-build 06:43:46 06:43:46 ---> Running in 45ddbf1c5a35 06:43:46 Removing intermediate container 45ddbf1c5a35 06:43:46 ---> 8824494ec0c6 06:43:46 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 06:43:46 ---> 81254523d4e2 06:43:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:43:46 ---> Running in 1f01e62e798e 06:43:46 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 06:43:46 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 06:43:47 Removing intermediate container 1f01e62e798e 06:43:47 ---> f1c8763851e4 06:43:47 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 06:43:47 ---> 5ae86596e6f1 06:43:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 06:43:47 ---> Running in 68013dfeab54 06:43:48 ---> d7d3cf12851d 06:43:48 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 06:43:49 ---> Running in 7fb40d87971e 06:43:50 Removing intermediate container 7fb40d87971e 06:43:50 ---> e690a597a6af 06:43:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:44:00 Removing intermediate container 68013dfeab54 06:44:00 ---> f521f23eb852 06:44:00 Step 12/27 : WORKDIR /edgex-go 06:44:00 ---> Running in 4a99ef95a41f 06:44:07 ---> Running in 22facf15334b 06:44:07 Removing intermediate container 4a99ef95a41f 06:44:07 ---> dc9c076f227f 06:44:07 Step 21/23 : LABEL arch=x86_64 06:44:07 ---> Running in 5bc54aad8b20 06:44:07 Removing intermediate container 22facf15334b 06:44:07 ---> 6a61d06c82a3 06:44:07 06:44:07 Step 13/27 : FROM alpine:3.17 06:44:07 ---> 9ed4aefc74f6 06:44:07 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 06:44:08 Removing intermediate container 5bc54aad8b20 06:44:08 ---> 1b4b3faf80a2 06:44:08 Step 22/23 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 06:44:08 ---> Running in aceba9277eb3 06:44:11 ---> Running in 559e02e688a3 06:44: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-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:44:23 Removing intermediate container aceba9277eb3 06:44:23 ---> 20a1c6d42aa2 06:44:23 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 06:44:23 Removing intermediate container 559e02e688a3 06:44:23 ---> 989de7d1ddf6 06:44:23 Step 23/23 : LABEL version=0.0.0 06:44:23 ---> Running in d5f4f70a3cf0 06:44:23 ---> Running in bbc778a72068 06:44:23 Removing intermediate container bbc778a72068 06:44:23 ---> 6b59ab3ed7a8 06:44:23 06:44:23 Successfully built 6b59ab3ed7a8 06:44:24 Successfully tagged support-scheduler:latest 06:44:24 Building security-proxy-setup 06:44:24  Building support-scheduler ... done Removing intermediate container 007cb2f142de 06:44:24 ---> 90724025c141 06:44:24 Step 7/26 : COPY . . 06:44:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:44:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:44:25 v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 06:44:25 v3.17.3-52-g138c24c548d [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 06:44:25 OK: 17818 distinct packages available 06:44:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:44:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:44:25 (1/4) Installing dumb-init (1.2.5-r2) 06:44:25 (2/4) Installing musl-obstack (1.2.3-r0) 06:44:25 (3/4) Installing libucontext (1.2-r0) 06:44:25 (4/4) Installing gcompat (1.1.0-r0) 06:44:25 Executing busybox-1.35.0-r29.trigger 06:44:25 OK: 7 MiB in 19 packages 06:44:31 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:44:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:44:31 ---> 541c76ead8db 06:44:31 Step 3/22 : WORKDIR /edgex-go 06:44:31 ---> Using cache 06:44:31 ---> 06892449aeb9 06:44:31 Step 4/22 : RUN apk add --update --no-cache make git 06:44:31 ---> Using cache 06:44:31 ---> 3d0477416fc2 06:44:31 Step 5/22 : COPY go.mod vendor* ./ 06:44:31 ---> Using cache 06:44:31 ---> 921569feea14 06:44:31 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:44:31 ---> Using cache 06:44:31 ---> 0d780b8db8bb 06:44:31 Step 7/22 : COPY . . 06:44:31 ---> Using cache 06:44:31 ---> d502e6ad7a23 06:44:31 Step 8/22 : RUN make cmd/secrets-config/secrets-config 06:44:47 ---> 73188c42e18e 06:44:47 Step 8/26 : ARG SPIRE_RELEASE=1.2.1 06:44:47 Removing intermediate container 94efaade191c 06:44:47 ---> f7f000b61488 06:44:47 06:44:47 Step 9/25 : FROM alpine:3.17 06:44:47 ---> 9ed4aefc74f6 06:44:47 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 06:44:47 Removing intermediate container 50e6490e1135 06:44:47 ---> db05f470d416 06:44:47 06:44:47 Step 10/23 : FROM alpine:3.17 06:44:47 ---> 9ed4aefc74f6 06:44:47 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 06:44:47 ---> Running in b2088fc03c68 06:44:47 ---> Running in f5bd52b8ff3a 06:44:47 ---> Running in 85bd05160d1a 06:44:47 ---> Running in 9573f2d79e62 06:44:47 Removing intermediate container d5f4f70a3cf0 06:44:47 ---> 39ee8514ae82 06:44:47 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 06:44:47 Removing intermediate container f5bd52b8ff3a 06:44:47 ---> d2871273f001 06:44:47 Step 9/26 : WORKDIR /edgex-go/spire-build 06:44:47 ---> Running in 0ff3fb1384c6 06:44:47 ---> 419516615d1f 06:44:47 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 06:44:47 Removing intermediate container 0ff3fb1384c6 06:44:47 ---> 3cc2d0bde1e7 06:44:47 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 06:44:47 ---> Running in 87d04dd03b93 06:44:47 ---> 91f70a47a98a 06:44:47 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 06:44:47 Removing intermediate container 87d04dd03b93 06:44:47 ---> ba62799b6f42 06:44:47 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 06:44:47 ---> Running in 03ae60617cfb 06:44:47 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 06:44:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:44:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:44:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:44:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:44:48 (1/3) Installing ca-certificates (20220614-r4) 06:44:48 (2/3) Installing dumb-init (1.2.5-r2) 06:44:48 (3/3) Installing su-exec (0.2-r2) 06:44:48 Executing busybox-1.35.0-r29.trigger 06:44:48 Executing ca-certificates-20220614-r4.trigger 06:44:48 OK: 8 MiB in 18 packages 06:44:48 (1/2) Installing ca-certificates (20220614-r4) 06:44:48 (2/2) Installing dumb-init (1.2.5-r2) 06:44:48 Executing busybox-1.35.0-r29.trigger 06:44:48 Executing ca-certificates-20220614-r4.trigger 06:44:48 OK: 8 MiB in 17 packages 06:44:53 ---> fb0af960f619 06:44:53 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 06:44:53 Removing intermediate container 03ae60617cfb 06:44:53 ---> 3cd37da66c3f 06:44:53 Step 12/26 : WORKDIR /edgex-go 06:44:53 ---> Running in 5772e0c51ee6 06:44:53 Removing intermediate container 9573f2d79e62 06:44:53 ---> b08131f8d3c6 06:44:53 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 06:44:53 Removing intermediate container 5772e0c51ee6 06:44:53 ---> 4fd91337861b 06:44:53 06:44:53 Step 13/26 : FROM alpine:3.17 06:44:53 ---> 9ed4aefc74f6 06:44:53 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 06:44:54 ---> Using cache 06:44:54 ---> 20a1c6d42aa2 06:44:54 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:44:54 ---> Running in 7ffc8ea3c348 06:44:54 Removing intermediate container 85bd05160d1a 06:44:54 ---> 4534d4909dfe 06:44:54 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 06:44:54 ---> b38317159283 06:44:54 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 06:44:55 ---> Running in fa425296f638 06:44:55 ---> Running in f5898d3e8a47 06:44:58 ---> Running in 0713118e9418 06:44:58 Removing intermediate container 7ffc8ea3c348 06:44:58 ---> c593ad7ab5cb 06:44:58 Step 12/25 : WORKDIR / 06:44:58 ---> Running in 2448bac38da8 06:44:58 Removing intermediate container f5898d3e8a47 06:44:58 ---> 5690b800a851 06:44:58 Step 13/23 : ENV APP_PORT=59860 06:44:58 ---> Running in 17c343f322e7 06:44:58 Removing intermediate container 0713118e9418 06:44:58 ---> 36241188ba28 06:44:58 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 06:44:58 Removing intermediate container 2448bac38da8 06:44:58 ---> 5240d269e380 06:44:58 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 06:44:58 Removing intermediate container 17c343f322e7 06:44:58 ---> 4b62f13bda29 06:44:58 Step 14/23 : EXPOSE $APP_PORT 06:44:58 ---> Running in c64347215a75 06:44:58 ---> 36d75eaeed40 06:44:58 Step 22/27 : WORKDIR / 06:44:58 ---> Running in 03da091538e9 06:44:58 Removing intermediate container c64347215a75 06:44:58 ---> 98cc41071884 06:44:58 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:44:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:44:58 ---> 90253c02aee3 06:44:58 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 06:44:58 Removing intermediate container 03da091538e9 06:44:58 ---> f95384543603 06:44:58 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 06:44:58 ---> Running in 35aa52fd480a 06:44:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:44:58 ---> f405231d0c7b 06:44:58 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 06:44:58 Removing intermediate container 35aa52fd480a 06:44:58 ---> d881031340f8 06:44:58 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 06:44:58 ---> 374708fa16de 06:44:58 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 06:44:58 ---> Running in 7bfb5fcca24e 06:44:58 Removing intermediate container 7bfb5fcca24e 06:44:58 ---> 4ccdfbbee54b 06:44:58 Step 25/27 : LABEL arch=x86_64 06:44:58 ---> 2cf6eebff026 06:44:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:44:58 ---> Running in b323c7dd80fc 06:44:58 v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 06:44:58 v3.17.3-52-g138c24c548d [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 06:44:58 OK: 17818 distinct packages available 06:44:58 ---> d7f20e734cac 06:44:58 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 06:44:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:44:58 Removing intermediate container b323c7dd80fc 06:44:58 ---> 4a9aa01ffb43 06:44:58 Step 26/27 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 06:44:58 ---> Running in 971c42ea0c4e 06:44:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:44:59 (1/5) Installing dumb-init (1.2.5-r2) 06:44:59 (2/5) Installing musl-obstack (1.2.3-r0) 06:44:59 (3/5) Installing libucontext (1.2-r0) 06:44:59 (4/5) Installing gcompat (1.1.0-r0) 06:44:59 (5/5) Installing openssl (3.0.8-r3) 06:44:59 Executing busybox-1.35.0-r29.trigger 06:44:59 OK: 8 MiB in 20 packages 06:45:00 Removing intermediate container 971c42ea0c4e 06:45:00 ---> 8a3550428c41 06:45:00 Step 27/27 : LABEL version=0.0.0 06:45:00 ---> 8534ac38cede 06:45:00 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 06:45:00 ---> 2b32ce41f6f7 06:45:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 06:45:00 ---> Running in 588c19970fe6 06:45:00 ---> de14ee4bf96b 06:45:00 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:45:00 ---> a3eb77d377dc 06:45:00 Step 19/23 : ENTRYPOINT ["/support-notifications"] 06:45:00 Removing intermediate container fa425296f638 06:45:00 ---> a1c7565e6a60 06:45:00 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 06:45:00 Removing intermediate container 588c19970fe6 06:45:00 ---> ba04d7c29711 06:45:00 06:45:00 ---> Running in 159ddc6a20d1 06:45:00 Successfully built ba04d7c29711 06:45:00 Successfully tagged security-spire-config:latest 06:45:00 Building core-common-config-bootstrapper 06:45:02  Building security-spire-config ... done Removing intermediate container 159ddc6a20d1 06:45:02 ---> 1059e19d04db 06:45:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:45:07 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:45:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:45:07 ---> 541c76ead8db 06:45:07 Step 3/23 : ARG ADD_BUILD_TAGS="" 06:45:07 ---> Using cache 06:45:07 ---> 10465ab9911f 06:45:07 Step 4/23 : WORKDIR /edgex-go 06:45:07 ---> Using cache 06:45:07 ---> 40e78a27004a 06:45:07 Step 5/23 : RUN apk add --update --no-cache make git 06:45:07 ---> Using cache 06:45:07 ---> e5d1411f45bc 06:45:07 Step 6/23 : COPY go.mod vendor* ./ 06:45:07 ---> Using cache 06:45:07 ---> b27aaff9f68c 06:45:07 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:45:07 ---> Using cache 06:45:07 ---> 6555848e9247 06:45:07 Step 8/23 : COPY . . 06:45:07 ---> Using cache 06:45:07 ---> 224d0eefe57f 06:45:07 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 06:45:10 ---> adbd6c52d318 06:45:10 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:45:10 ---> 1a735dc56648 06:45:10 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 06:45:10 ---> Running in d0d1c229770a 06:45:10 ---> Running in d1a490ded182 06:45:10 Removing intermediate container d0d1c229770a 06:45:10 ---> 59a81f5441cf 06:45:10 Step 21/23 : LABEL arch=x86_64 06:45:11 ---> Running in 480a383953a7 06:45:13 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 06:45:15 ---> b96c6ded1ed3 06:45:15 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 06:45:15 ---> 28458534214e 06:45:15 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:45:15 Removing intermediate container 480a383953a7 06:45:15 ---> e305e405732f 06:45:15 Step 22/23 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 06:45:15 Removing intermediate container b2088fc03c68 06:45:15 ---> 6604850e8f65 06:45:15 06:45:15 Step 9/22 : FROM alpine:3.17 06:45:15 ---> 9ed4aefc74f6 06:45:15 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 06:45:19 ---> Running in 983473368dc3 06:45:20 ---> 6b8e8b0266ae 06:45:20 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:45:21 ---> Running in 940a4b33c552 06:45:23 ---> Running in 9fa565478daa 06:45:24 Removing intermediate container 983473368dc3 06:45:24 ---> fa1518f9ad61 06:45:24 Step 23/23 : LABEL version=0.0.0 06:45:24 ---> 8bb814e2b333 06:45:24 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 06:45:28 ---> Running in a567ce727d27 06:45:28 ---> 14c66ec6b513 06:45:28 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 06:45:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:45:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:45:29 (1/2) Installing dumb-init (1.2.5-r2) 06:45:29 (2/2) Installing openssl (3.0.8-r3) 06:45:29 Executing busybox-1.35.0-r29.trigger 06:45:29 OK: 8 MiB in 17 packages 06:45:31 Removing intermediate container a567ce727d27 06:45:31 ---> e0e764c96f84 06:45:31 06:45:31 Successfully built e0e764c96f84 06:45:31 ---> 64fc7c31cbe4 06:45:31 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 06:45:31 Successfully tagged support-notifications:latest 06:45:31  Building support-notifications ... done Building security-proxy-auth 06:45:43 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:45:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:45:43 ---> 541c76ead8db 06:45:43 Step 3/23 : ARG ADD_BUILD_TAGS="" 06:45:43 ---> Using cache 06:45:43 ---> 10465ab9911f 06:45:43 Step 4/23 : WORKDIR /edgex-go 06:45:43 ---> Using cache 06:45:43 ---> 40e78a27004a 06:45:43 Step 5/23 : RUN apk add --update --no-cache make git 06:45:43 ---> Using cache 06:45:43 ---> e5d1411f45bc 06:45:43 Step 6/23 : COPY go.mod vendor* ./ 06:45:43 ---> Using cache 06:45:43 ---> b27aaff9f68c 06:45:43 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:45:43 ---> Using cache 06:45:43 ---> 6555848e9247 06:45:43 Step 8/23 : COPY . . 06:45:43 ---> Using cache 06:45:43 ---> 224d0eefe57f 06:45:43 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 06:45:52 ---> 4bd602c68806 06:45:52 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 06:45:52 ---> Running in c08cb04bcd1a 06:45:52 ---> Running in 1bca86a44542 06:45:59 Removing intermediate container 940a4b33c552 06:45:59 ---> 067574114289 06:45:59 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 06:45:59 Removing intermediate container 9fa565478daa 06:45:59 ---> dfc480d214a6 06:45:59 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 06:45:59 Removing intermediate container 1bca86a44542 06:45:59 ---> cf1f506d6e6a 06:45:59 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 06:45:59 ---> Running in 71902c200ccb 06:45:59 Removing intermediate container d1a490ded182 06:45:59 ---> 41beff90def4 06:45:59 06:45:59 Step 10/23 : FROM alpine:3.17 06:45:59 ---> 9ed4aefc74f6 06:45:59 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 06:45:59 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 06:45:59 ---> Running in d94fa4d6463e 06:45:59 ---> Running in 8f25a7f75937 06:45:59 ---> Running in 5fe9f87348d3 06:45:59 Removing intermediate container 71902c200ccb 06:45:59 ---> 701fe14d185a 06:45:59 Step 12/22 : WORKDIR /edgex 06:45:59 ---> Running in 4fd4b6270f10 06:45:59 Removing intermediate container d94fa4d6463e 06:45:59 ---> 3f26ec51f2c6 06:45:59 Step 23/25 : LABEL arch=x86_64 06:45:59 Removing intermediate container 8f25a7f75937 06:45:59 ---> 5a97d02a843d 06:45:59 Step 24/26 : LABEL arch=x86_64 06:45:59 Removing intermediate container 5fe9f87348d3 06:45:59 ---> 589959da7461 06:45:59 Step 12/23 : RUN apk add --update --no-cache dumb-init 06:45:59 Removing intermediate container 4fd4b6270f10 06:45:59 ---> f8b5d68fe8e2 06:45:59 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:45:59 ---> Running in 0ca78a531ca7 06:45:59 ---> Running in bccbc52dd4a8 06:45:59 ---> Running in 2e36ee1cccbd 06:46:00 ---> 787a4c176ad9 06:46:00 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 06:46:00 Removing intermediate container bccbc52dd4a8 06:46:00 ---> 4bba342f063b 06:46:00 Step 24/25 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 06:46:00 Removing intermediate container 0ca78a531ca7 06:46:00 ---> d22e727ce7c9 06:46:00 Step 25/26 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 06:46:00 ---> Running in cd0f92f55fec 06:46:00 ---> Running in 6a5ecd6af68d 06:46:00 Removing intermediate container cd0f92f55fec 06:46:00 ---> f010573dc851 06:46:00 Step 25/25 : LABEL version=0.0.0 06:46:00 ---> 7dd4b389597e 06:46:00 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 06:46:00 ---> Running in 9a28ae44f668 06:46:00 Removing intermediate container 6a5ecd6af68d 06:46:00 ---> a27ff9499750 06:46:00 Step 26/26 : LABEL version=0.0.0 06:46:00 ---> Running in 91194ec43069 06:46:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 06:46:00 Removing intermediate container 9a28ae44f668 06:46:00 ---> ed6a6a4ef3f3 06:46:00 06:46:00 Removing intermediate container 91194ec43069 06:46:00 ---> 14f989183fa1 06:46:00 06:46:00 ---> 7e7aaeac3047 06:46:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:46:00 Successfully built 14f989183fa1 06:46:00 Successfully tagged security-spire-server:latest 06:46:00  Building security-spire-server ... done Building security-spire-agent 06:46:00 Successfully built ed6a6a4ef3f3 06:46:00 Successfully tagged security-secretstore-setup:latest 06:46:00  Building security-secretstore-setup ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 06:46:00 (1/1) Installing dumb-init (1.2.5-r2) 06:46:00 Executing busybox-1.35.0-r29.trigger 06:46:00 OK: 7 MiB in 16 packages 06:46:03 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:46:03 Step 2/27 : FROM ${BUILDER_BASE} AS builder 06:46:03 ---> 541c76ead8db 06:46:03 Step 3/27 : WORKDIR /edgex-go 06:46:03 ---> Using cache 06:46:03 ---> 06892449aeb9 06:46:03 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 06:46:03 ---> Using cache 06:46:03 ---> faeba4925870 06:46:03 Step 5/27 : COPY go.mod vendor* ./ 06:46:03 ---> Using cache 06:46:03 ---> 93e90b108486 06:46:03 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:46:03 ---> Using cache 06:46:03 ---> 90724025c141 06:46:03 Step 7/27 : COPY . . 06:46:03 ---> Using cache 06:46:03 ---> 73188c42e18e 06:46:03 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 06:46:03 ---> Using cache 06:46:03 ---> d2871273f001 06:46:03 Step 9/27 : WORKDIR /edgex-go/spire-build 06:46:03 ---> Using cache 06:46:03 ---> 3cc2d0bde1e7 06:46:03 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 06:46:03 ---> Using cache 06:46:03 ---> ba62799b6f42 06:46:03 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 06:46:11 ---> 03b5d4b26abe 06:46:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 06:46:11 ---> Running in 5bfeefb717d2 06:46:12 ---> 085587c8d710 06:46:12 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:46:12 Removing intermediate container 2e36ee1cccbd 06:46:12 ---> bda1d6907ddb 06:46:12 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:46:12 ---> Running in 5888737a9e9c 06:46:12 ---> 4ae22e20da9a 06:46:12 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 06:46:12 ---> 8637e841922d 06:46:12 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 06:46:15 ---> 17740528f548 06:46:15 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 06:46:16 Removing intermediate container 5bfeefb717d2 06:46:16 ---> 7f8ec4bba853 06:46:16 Step 12/27 : WORKDIR /edgex-go 06:46:16 ---> f84368f30526 06:46:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 06:46:16 ---> Running in c06766f5c19a 06:46:16 Removing intermediate container 5888737a9e9c 06:46:16 ---> cd83c50d501f 06:46:16 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 06:46:17 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:46:17 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 06:46:17 ./bin/test-attribution-txt.sh [Pipeline] echo 06:46:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 06:46:17 ---> 79aaa3a5873c 06:46:17 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:46:18 + ls -al . 06:46:18 total 700 06:46:18 drwxrwxr-x 10 1001 1001 4096 Apr 10 06:38 . 06:46:18 drwxr-xr-x 4 root root 4096 Apr 10 06:38 .. 06:46:18 drwxrwxr-x 2 1001 1001 4096 Apr 10 06:36 .blubracket 06:46:18 -rw-rw-r-- 1 1001 1001 16 Apr 10 06:36 .dockerignore 06:46:18 drwxrwxr-x 8 1001 1001 4096 Apr 10 06:36 .git 06:46:18 drwxrwxr-x 3 1001 1001 4096 Apr 10 06:36 .github 06:46:18 -rw-rw-r-- 1 1001 1001 1133 Apr 10 06:36 .gitignore 06:46:18 -rw-rw-r-- 1 1001 1001 42 Apr 10 06:36 .golangci.yml 06:46:18 -rw-rw-r-- 1 1001 1001 87 Apr 10 06:36 .hadolint.yml 06:46:18 -rw-rw-r-- 1 1001 1001 166 Apr 10 06:36 .sonarcloud.properties 06:46:18 -rw-rw-r-- 1 1001 1001 1171 Apr 10 06:36 ADOPTERS.md 06:46:18 -rw-rw-r-- 1 1001 1001 10835 Apr 10 06:36 Attribution.txt 06:46:18 -rw-rw-r-- 1 1001 1001 73765 Apr 10 06:36 CHANGELOG.md 06:46:18 -rw-rw-r-- 1 1001 1001 3804 Apr 10 06:36 CONTRIBUTING.md 06:46:18 -rw-rw-r-- 1 1001 1001 677 Apr 10 06:36 GOVERNANCE.md 06:46:18 -rw-rw-r-- 1 1001 1001 883 Apr 10 06:36 Jenkinsfile 06:46:18 -rw-rw-r-- 1 1001 1001 10775 Apr 10 06:36 LICENSE 06:46:18 -rw-rw-r-- 1 1001 1001 14368 Apr 10 06:36 Makefile 06:46:18 -rw-rw-r-- 1 1001 1001 582 Apr 10 06:36 OWNERS.md 06:46:18 -rw-rw-r-- 1 1001 1001 9403 Apr 10 06:36 README.md 06:46:18 -rw-rw-r-- 1 1001 1001 789 Apr 10 06:36 SECURITY.md 06:46:18 -rw-rw-r-- 1 1001 1001 5 Apr 10 06:34 VERSION 06:46:18 drwxrwxr-x 2 1001 1001 4096 Apr 10 06:36 bin 06:46:18 drwxrwxr-x 18 1001 1001 4096 Apr 10 06:36 cmd 06:46:18 -rw-r--r-- 1 root root 447380 Apr 10 06:43 coverage.out 06:46:18 -rw-rw-r-- 1 1001 1001 3200 Apr 10 06:36 go.mod 06:46:18 -rw-rw-r-- 1 1001 1001 31265 Apr 10 06:36 go.sum 06:46:18 drwxrwxr-x 7 1001 1001 4096 Apr 10 06:36 internal 06:46:18 drwxrwxr-x 3 1001 1001 4096 Apr 10 06:36 openapi 06:46:18 -rw-rw-r-- 1 1001 1001 594 Apr 10 06:36 security.txt 06:46:18 drwxrwxr-x 4 1001 1001 4096 Apr 10 06:36 snap 06:46:18 -rw-rw-r-- 1 1001 1001 204 Apr 10 06:36 version.go [Pipeline] sh 06:46:18 + '[' -e coverage.out ] 06:46:18 + chown 1001:1001 coverage.out [Pipeline] stash 06:46:18 Warning: overwriting stash ‘coverage-report’ 06:46:19 ---> Running in c3672ff5d131 06:46:19 Removing intermediate container c06766f5c19a 06:46:19 ---> 3ff68d0c13c3 06:46:19 06:46:19 Step 13/27 : FROM alpine:3.17 06:46:19 ---> 9ed4aefc74f6 06:46:19 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 06:46:19 ---> Using cache 06:46:19 ---> 20a1c6d42aa2 06:46:19 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 06:46:19 ---> Using cache 06:46:19 ---> a1c7565e6a60 06:46:19 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 06:46:19 ---> Using cache 06:46:19 Stashed 1 file(s) [Pipeline] sh 06:46:19 ---> 1a735dc56648 06:46:19 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 06:46:19 ---> Using cache 06:46:20 ---> b96c6ded1ed3 06:46:20 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 06:46:20 ---> Running in b2e73bde8d2b 06:46:20 + make build 06:46:20 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 06:46:22 Removing intermediate container c3672ff5d131 06:46:22 ---> d1165db04d04 06:46:22 Step 20/22 : LABEL arch=x86_64 06:46:23 ---> 6877fb138a1c 06:46:23 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 06:46:23 ---> Running in 44d0b95de527 06:46:29 Removing intermediate container 44d0b95de527 06:46:29 ---> 63f4f0226ee1 06:46:29 Step 21/22 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 06:46:29 ---> 368c2de0e394 06:46:29 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 06:46:29 ---> Running in 2526ae2c2609 06:46:29 Removing intermediate container b2e73bde8d2b 06:46:29 ---> 4d9662029eee 06:46:29 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 06:46:29 Removing intermediate container 2526ae2c2609 06:46:29 ---> 98f50042f4a2 06:46:29 Step 22/22 : LABEL version=0.0.0 06:46:29 ---> Running in 04baf4af1721 06:46:29 ---> 5f97be90c0ad 06:46:29 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 06:46:29 ---> Running in aa1b79cce482 06:46:29 Removing intermediate container c08cb04bcd1a 06:46:29 ---> c71760a4bba4 06:46:29 06:46:29 Step 10/23 : FROM alpine:3.17 06:46:29 ---> 9ed4aefc74f6 06:46:29 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 06:46:29 ---> Using cache 06:46:29 ---> 589959da7461 06:46:29 Step 12/23 : RUN apk add --update --no-cache dumb-init 06:46:29 ---> Using cache 06:46:29 ---> bda1d6907ddb 06:46:29 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:46:29 ---> Using cache 06:46:29 ---> 4ae22e20da9a 06:46:29 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 06:46:29 ---> Using cache 06:46:29 ---> 8637e841922d 06:46:29 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 06:46:29 Removing intermediate container aa1b79cce482 06:46:29 ---> 0e1fcb2161d9 06:46:29 06:46:29 Removing intermediate container 04baf4af1721 06:46:29 ---> a0313b09936c 06:46:29 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 06:46:29 ---> a805318f2d27 06:46:29 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 06:46:29 ---> Running in 9f1035247535 06:46:29 Successfully built 0e1fcb2161d9 06:46:29 Successfully tagged security-proxy-setup:latest 06:46:29  Building security-proxy-setup ... done Removing intermediate container 9f1035247535 06:46:29 ---> fd1fad983501 06:46:29 Step 21/23 : LABEL arch=x86_64 06:46:29 ---> 9311c61826f0 06:46:29 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 06:46:29 ---> Running in 0a0ea66cf3ab 06:46:29 ---> feeb923f9630 06:46:29 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 06:46:29 ---> Running in 008e5223ebce 06:46:30 Removing intermediate container 0a0ea66cf3ab 06:46:30 ---> affa2e9a319e 06:46:30 Step 22/23 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 06:46:30 Removing intermediate container 008e5223ebce 06:46:30 ---> 2ca05d6e5ba7 06:46:30 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 06:46:30 ---> Running in 36b956253784 06:46:30 ---> Running in c7361d91bfee 06:46:30 ---> 3ae7c5812c7f 06:46:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 06:46:30 Removing intermediate container 36b956253784 06:46:30 ---> af37058262cb 06:46:30 Step 23/23 : LABEL version=0.0.0 06:46:30 Removing intermediate container c7361d91bfee 06:46:30 ---> 1d1d5bda91b9 06:46:30 Step 25/27 : LABEL arch=x86_64 06:46:30 ---> Running in a50426711da9 06:46:30 ---> Running in 46c074f8cbeb 06:46:30 ---> ab5d679fd87b 06:46:30 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:46:30 ---> Running in eeec9a6cfb4b 06:46:30 Removing intermediate container a50426711da9 06:46:30 ---> 48a4714e1e62 06:46:30 06:46:30 Removing intermediate container 46c074f8cbeb 06:46:30 ---> a11576bc7cbd 06:46:30 Step 26/27 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 06:46:30 Successfully built 48a4714e1e62 06:46:30 Successfully tagged core-common-config-bootstrapper:latest 06:46:30  Building core-common-config-bootstrapper ... done  ---> Running in 32d9525080db 06:46:30 Removing intermediate container 32d9525080db 06:46:30 ---> 5a08e9fc8a2a 06:46:30 Step 27/27 : LABEL version=0.0.0 06:46:30 ---> Running in 7de77075b45d 06:46:30 Removing intermediate container 7de77075b45d 06:46:30 ---> 4be778f12f5d 06:46:30 06:46:30 Successfully built 4be778f12f5d 06:46:30 Successfully tagged security-spire-agent:latest 06:46:30  Building security-spire-agent ... done Removing intermediate container eeec9a6cfb4b 06:46:30 ---> eef5b154758c 06:46:30 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 06:46:30 ---> Running in ffb5577fb3aa 06:46:30 Removing intermediate container ffb5577fb3aa 06:46:30 ---> 873a9e2854f8 06:46:30 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 06:46:30 ---> Running in e8d8577a0a29 06:46:31 Removing intermediate container e8d8577a0a29 06:46:31 ---> d8f9ba61336b 06:46:31 Step 21/23 : LABEL arch=x86_64 06:46:31 ---> Running in c672eae031e1 06:46:31 Removing intermediate container c672eae031e1 06:46:31 ---> 4ec44eb3fb15 06:46:31 Step 22/23 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 06:46:31 ---> Running in 74a21f5322ea 06:46:31 Removing intermediate container 74a21f5322ea 06:46:31 ---> 9fc397d58feb 06:46:31 Step 23/23 : LABEL version=0.0.0 06:46:31 ---> Running in c28d67b07ad8 06:46:31 Removing intermediate container c28d67b07ad8 06:46:31 ---> 7a3cafe19c47 06:46:31 06:46:31 Successfully built 7a3cafe19c47 06:46:31 Successfully tagged security-proxy-auth:latest 06:46:31  Building security-proxy-auth ... done  [Pipeline] } 06:46:31 $ docker stop --time=1 4da8fe2069eaaf0e5f6a43479d7d31f67ac7d247caf4ece85d28f87f99aa3a09 06:46:32 $ docker rm -f --volumes 4da8fe2069eaaf0e5f6a43479d7d31f67ac7d247caf4ece85d28f87f99aa3a09 [Pipeline] // withDockerContainer [Pipeline] sh 06:46:33 + docker images 06:46:33 REPOSITORY TAG IMAGE ID CREATED SIZE 06:46:33 security-proxy-auth latest 7a3cafe19c47 1 second ago 18.3MB 06:46:33 security-spire-agent latest 4be778f12f5d 2 seconds ago 129MB 06:46:33 core-common-config-bootstrapper latest 48a4714e1e62 2 seconds ago 17.2MB 06:46:33 security-proxy-setup latest 0e1fcb2161d9 3 seconds ago 18.7MB 06:46:33 c71760a4bba4 4 seconds ago 1.66GB 06:46:33 3ff68d0c13c3 15 seconds ago 1.54GB 06:46:33 security-spire-server latest 14f989183fa1 32 seconds ago 89.8MB 06:46:33 security-secretstore-setup latest ed6a6a4ef3f3 32 seconds ago 32.8MB 06:46:33 41beff90def4 34 seconds ago 1.68GB 06:46:33 support-notifications latest e0e764c96f84 About a minute ago 32.7MB 06:46:33 6604850e8f65 About a minute ago 1.66GB 06:46:33 security-spire-config latest ba04d7c29711 About a minute ago 88.9MB 06:46:33 4fd91337861b About a minute ago 1.54GB 06:46:33 db05f470d416 About a minute ago 1.75GB 06:46:33 f7f000b61488 2 minutes ago 1.68GB 06:46:33 support-scheduler latest 6b59ab3ed7a8 2 minutes ago 32.1MB 06:46:33 6a61d06c82a3 2 minutes ago 1.54GB 06:46:33 387722ea0c98 4 minutes ago 1.75GB 06:46:33 security-bootstrapper latest 38f1e8bb2f53 4 minutes ago 22.2MB 06:46:33 core-metadata latest 511f4632413f 5 minutes ago 20.4MB 06:46:33 security-spiffe-token-provider latest b7d187925096 5 minutes ago 32.8MB 06:46:33 core-data latest 45cb7b317471 5 minutes ago 20MB 06:46:33 core-command latest dd1a50478203 5 minutes ago 19.8MB 06:46:33 a00d25313f08 5 minutes ago 1.72GB 06:46:33 3a780ca17231 5 minutes ago 1.69GB 06:46:33 b15eae8c472b 6 minutes ago 1.69GB 06:46:33 f3da81649dae 6 minutes ago 1.67GB 06:46:33 9654487b23c6 6 minutes ago 1.69GB 06:46:33 ci-base-image-x86_64 latest 541c76ead8db 11 minutes ago 881MB 06:46:33 alpine 3.17 9ed4aefc74f6 11 days ago 7.05MB 06:46:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine 3b553350e43f 4 weeks ago 664MB 06:46:33 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 9 months ago 253MB 06:46:33 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] } 06:47:56 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 06:47:56 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 06:47:56 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 06:47:59 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 06:48:46 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:48:49 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 06:48:55 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 06:49:01 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 06:49:04 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 06:49:08 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 06:49:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 06:49:22 $ docker stop --time=1 45db8aaea1384232587a65c4cc376dc928dee6ea829b9d431b9b1cd6a2e63916 06:49:24 $ docker rm -f --volumes 45db8aaea1384232587a65c4cc376dc928dee6ea829b9d431b9b1cd6a2e63916 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:49:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:49:26 06:49:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:49:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:49:27 latest: Pulling from edgex-devops/edgex-compose-arm64 06:49:27 29e5d40040c1: Pulling fs layer 06:49:27 1ce36da41761: Pulling fs layer 06:49:27 25b303627fd3: Pulling fs layer 06:49:27 29e5d40040c1: Download complete 06:49:27 29e5d40040c1: Pull complete 06:49:28 1ce36da41761: Verifying Checksum 06:49:28 1ce36da41761: Download complete 06:49:29 1ce36da41761: Pull complete 06:49:29 25b303627fd3: Verifying Checksum 06:49:29 25b303627fd3: Download complete 06:49:39 25b303627fd3: Pull complete 06:49:39 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 06:49:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:49:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:49:39 prd-ubuntu20.04-docker-arm64-4c-16g-7280 does not seem to be running inside a container 06:49:40 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 06:49:42 $ docker top 6eafef21a188caeaa9a6728e2ad6d5999e97f2344238634669546bf1c67068cf -eo pid,comm [Pipeline] { [Pipeline] sh 06:49:43 + docker-compose build --help 06:49:43 + grep parallel 06:49:47 --parallel Build images in parallel. [Pipeline] } 06:49:47 $ docker stop --time=1 6eafef21a188caeaa9a6728e2ad6d5999e97f2344238634669546bf1c67068cf 06:49:49 $ docker rm -f --volumes 6eafef21a188caeaa9a6728e2ad6d5999e97f2344238634669546bf1c67068cf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:49:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:49:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:49:50 prd-ubuntu20.04-docker-arm64-4c-16g-7280 does not seem to be running inside a container 06:49:50 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 06:49:51 $ docker top 3e72db20b624f18c9f11b28eca174e848b11b8deba70d8ab29c37c3943ab2266 -eo pid,comm [Pipeline] { [Pipeline] sh 06:49:52 + docker-compose -f ./docker-compose-build.yml build --parallel 06:49:57 Building core-command ... 06:49:57 Building core-common-config-bootstrapper ... 06:49:57 Building core-data ... 06:49:57 Building core-metadata ... 06:49:57 Building security-bootstrapper ... 06:49:57 Building security-proxy-auth ... 06:49:57 Building security-proxy-setup ... 06:49:57 Building security-secretstore-setup ... 06:49:57 Building security-spiffe-token-provider ... 06:49:57 Building security-spire-agent ... 06:49:57 Building security-spire-config ... 06:49:57 Building security-spire-server ... 06:49:57 Building support-notifications ... 06:49:57 Building support-scheduler ... 06:49:57 Building security-bootstrapper 06:49:57 Building security-proxy-auth 06:49:57 Building security-secretstore-setup 06:49:57 Building core-metadata 06:49:57 Building core-common-config-bootstrapper 06:50:44 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:50:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:50:44 ---> ee713fc21d2b 06:50:44 Step 3/23 : ARG ADD_BUILD_TAGS="" 06:50:44 Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:50:44 Step 2/33 : FROM ${BUILDER_BASE} AS builder 06:50:44 ---> ee713fc21d2b 06:50:44 Step 3/33 : WORKDIR /edgex-go 06:50:44 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:50:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:50:44 ---> ee713fc21d2b 06:50:44 Step 3/23 : ARG ADD_BUILD_TAGS="" 06:50:44 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:50:44 Step 2/25 : FROM ${BUILDER_BASE} AS builder 06:50:44 ---> ee713fc21d2b 06:50:44 Step 3/25 : ARG ADD_BUILD_TAGS="" 06:50:44 Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:50:44 Step 2/25 : FROM ${BUILDER_BASE} AS builder 06:50:44 ---> ee713fc21d2b 06:50:44 Step 3/25 : WORKDIR /edgex-go 06:50:44 ---> Running in af31cdf3684a 06:50:44 ---> Running in d94a1c86ebbf 06:50:44 ---> Running in 3e0dafbd92c5 06:50:44 ---> Running in 714938f29acd 06:50:44 ---> Running in 48a94c11a64d 06:50:44 Removing intermediate container af31cdf3684a 06:50:44 ---> fdc795c10035 06:50:44 Step 4/23 : WORKDIR /edgex-go 06:50:44 Removing intermediate container 48a94c11a64d 06:50:44 ---> b0be02dd380d 06:50:44 Step 4/23 : WORKDIR /edgex-go 06:50:44 Removing intermediate container 714938f29acd 06:50:44 ---> 7c1fec125ac8 06:50:44 Step 4/25 : WORKDIR /edgex-go 06:50:44 Removing intermediate container d94a1c86ebbf 06:50:44 ---> 6a8fe374c046 06:50:44 Step 4/33 : RUN apk add --update --no-cache make git 06:50:44 ---> Running in 72d94d57b65a 06:50:44 Removing intermediate container 3e0dafbd92c5 06:50:44 ---> fa78a87e0e72 06:50:44 Step 4/25 : RUN apk add --update --no-cache make git 06:50:44 ---> Running in bebf7d7607d4 06:50:44 ---> Running in 29f04c6074df 06:50:44 ---> Running in 28e66e750a88 06:50:44 ---> Running in 25597ca637d5 06:50:44 Removing intermediate container 72d94d57b65a 06:50:44 ---> 942c01cb5771 06:50:44 Step 5/23 : RUN apk add --update --no-cache make git 06:50:44 ---> Running in bcd209b97ad2 06:50:44 Removing intermediate container 29f04c6074df 06:50:44 ---> 7ace94a83ba3 06:50:44 Step 5/25 : RUN apk add --update --no-cache make git 06:50:44 Removing intermediate container bebf7d7607d4 06:50:44 ---> 50c0206eae63 06:50:44 Step 5/23 : RUN apk add --update --no-cache make git 06:50:44 ---> Running in 8ccdd16f8461 06:50:44 ---> Running in 40ec79033479 06:50:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:50:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:50:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:50:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:50:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:50:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:50:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:50:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:50:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:50:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:50:45 OK: 263 MiB in 53 packages 06:50:45 OK: 263 MiB in 53 packages 06:50:46 OK: 263 MiB in 53 packages 06:50:46 OK: 263 MiB in 53 packages 06:50:46 OK: 263 MiB in 53 packages 06:50:47 Removing intermediate container 28e66e750a88 06:50:47 ---> 4b8770240c81 06:50:47 Step 5/25 : COPY go.mod vendor* ./ 06:50:47 Removing intermediate container 25597ca637d5 06:50:47 ---> b0f36069102f 06:50:47 Step 5/33 : COPY go.mod vendor* ./ 06:50:48 Removing intermediate container bcd209b97ad2 06:50:48 ---> aab648f2d2e0 06:50:48 Step 6/23 : COPY go.mod vendor* ./ 06:50:48 Removing intermediate container 40ec79033479 06:50:48 ---> dba7388d1279 06:50:48 Step 6/23 : COPY go.mod vendor* ./ 06:50:48 Removing intermediate container 8ccdd16f8461 06:50:48 ---> 31a102f1c365 06:50:48 Step 6/25 : COPY go.mod vendor* ./ 06:50:48 ---> 0ee74afe1c6a 06:50:48 Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:50:48 ---> Running in 8d271cd17bb5 06:50:49 ---> 06de7fe62e17 06:50:49 Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:50:49 ---> 9b3ea3a0f501 06:50:49 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:50:49 ---> 06793c2d5f6d 06:50:49 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:50:49 ---> Running in f1a0b4478176 06:50:49 ---> Running in 1602e281d354 06:50:49 ---> 38e3b162c5ac 06:50:49 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:50:49 ---> Running in 69e4c691a48a 06:50:49 ---> Running in aa54bca27bce 06:52:41 Removing intermediate container 8d271cd17bb5 06:52:41 ---> ef2e993e326c 06:52:41 Step 7/25 : COPY . . 06:52:41 Removing intermediate container 69e4c691a48a 06:52:41 ---> 6cf11ab0a5cf 06:52:41 Step 8/23 : COPY . . 06:52:41 Removing intermediate container 1602e281d354 06:52:41 ---> 4c9ae07f7c90 06:52:41 Step 8/23 : COPY . . 06:52:41 Removing intermediate container aa54bca27bce 06:52:41 ---> c4f75145cf91 06:52:41 Step 8/25 : COPY . . 06:52:41 Removing intermediate container f1a0b4478176 06:52:41 ---> 6152b6309c5e 06:52:41 Step 7/33 : COPY . . 06:52:49 ---> c706900cac73 06:52:49 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 06:52:49 ---> Running in 89df4cecfdae 06:52:49 ---> 580aa12f1c06 06:52:49 Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper 06:52:49 ---> 8ee8df87d47d 06:52:49 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 06:52:49 ---> 4b961d3a8db8 06:52:49 Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:52:49 ---> 2867c7f0df5e 06:52:49 Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 06:52:49 ---> Running in 0ce58e2d5d80 06:52:49 ---> Running in 9ee2d25e0b43 06:52:49 ---> Running in e1d6b93f49a5 06:52:50 ---> Running in 763004990c07 06:52:51 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 06:52:51 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 06:52:52 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 06:52:52 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 06:52:52 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 06:58:59 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 06:58:59 Removing intermediate container 89df4cecfdae 06:58:59 ---> 4393eb957b5a 06:58:59 06:58:59 Step 10/23 : FROM alpine:3.17 06:58:59 3.17: Pulling from library/alpine 06:59:02 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 06:59:02 Status: Downloaded newer image for alpine:3.17 06:59:02 ---> 51e60588ff2c 06:59:02 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 06:59:02 ---> Running in 51c2bb672bab 06:59:07 Removing intermediate container 51c2bb672bab 06:59:07 ---> df564d9d968b 06:59:07 Step 12/23 : RUN apk add --update --no-cache dumb-init 06:59:07 ---> Running in f66d1575946b 06:59:08 Removing intermediate container 0ce58e2d5d80 06:59:08 ---> 9f572a8c29da 06:59:08 06:59:08 Step 9/33 : FROM alpine:3.17 06:59:08 ---> 51e60588ff2c 06:59:08 Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 06:59:08 ---> Running in 30c2117d1247 06:59:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:59:09 Removing intermediate container 30c2117d1247 06:59:09 ---> 7bd48c90c555 06:59:09 Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec 06:59:09 ---> Running in 8f5c4d1b52c1 06:59:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:59:12 (1/1) Installing dumb-init (1.2.5-r2) 06:59:12 Executing busybox-1.35.0-r29.trigger 06:59:12 OK: 8 MiB in 16 packages 06:59:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:59:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:59:14 (1/2) Installing dumb-init (1.2.5-r2) 06:59:14 (2/2) Installing su-exec (0.2-r2) 06:59:14 Executing busybox-1.35.0-r29.trigger 06:59:14 OK: 8 MiB in 17 packages 06:59:14 Removing intermediate container f66d1575946b 06:59:14 ---> 6d1e98643cde 06:59:14 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:59:17 Removing intermediate container 8f5c4d1b52c1 06:59:17 ---> 60227c27fad3 06:59:17 Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init 06:59:17 ---> 980ad42470c1 06:59:17 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 06:59:17 ---> Running in 29a2c4eb7562 06:59:20 Removing intermediate container 29a2c4eb7562 06:59:20 ---> bbf7f9054a2d 06:59:20 Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging 06:59:20 ---> efea20a82e77 06:59:20 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 06:59:20 ---> Running in 2408da4f2957 06:59:21 Removing intermediate container 2408da4f2957 06:59:21 ---> 65753fd3e743 06:59:21 Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 06:59:21 ---> Running in 773d9ae535db 06:59:22 Removing intermediate container e1d6b93f49a5 06:59:22 ---> c50f90ff505c 06:59:22 06:59:22 Step 9/25 : FROM alpine:3.17 06:59:22 ---> 51e60588ff2c 06:59:22 Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 06:59:22 ---> Running in f56654511b41 06:59:22 Removing intermediate container 773d9ae535db 06:59:22 ---> f81327549eec 06:59:22 Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 06:59:22 ---> Running in 816c259e04da 06:59:23 ---> b1b6743bbc33 06:59:23 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 06:59:23 Removing intermediate container 816c259e04da 06:59:23 ---> a1a3085afeb2 06:59:23 Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 06:59:24 ---> Running in 01f588a7cfe7 06:59:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:59:25 ---> 923998b52a68 06:59:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 06:59:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:59:27 ---> 8985f10318c7 06:59:27 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:59:27 (1/3) Installing ca-certificates (20220614-r4) 06:59:27 ---> Running in 7311a9944612 06:59:27 (2/3) Installing dumb-init (1.2.5-r2) 06:59:27 (3/3) Installing su-exec (0.2-r2) 06:59:27 Executing busybox-1.35.0-r29.trigger 06:59:27 Executing ca-certificates-20220614-r4.trigger 06:59:27 OK: 8 MiB in 18 packages 06:59:27 Removing intermediate container 01f588a7cfe7 06:59:27 ---> 5efb207c4962 06:59:27 Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} 06:59:28 ---> Running in 26bdfbf74f46 06:59:29 Removing intermediate container 26bdfbf74f46 06:59:29 ---> c01c5c882eb0 06:59:29 Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 06:59:29 Removing intermediate container 9ee2d25e0b43 06:59:29 ---> 9306f699d728 06:59:29 06:59:29 Step 10/23 : FROM alpine:3.17 06:59:29 ---> 51e60588ff2c 06:59:29 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 06:59:29 ---> Using cache 06:59:29 ---> df564d9d968b 06:59:29 Step 12/23 : RUN apk add --update --no-cache dumb-init 06:59:29 ---> Using cache 06:59:29 ---> 6d1e98643cde 06:59:29 Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:59:29 ---> Using cache 06:59:29 ---> 980ad42470c1 06:59:29 Step 14/23 : COPY --from=builder /edgex-go/security.txt / 06:59:29 ---> Using cache 06:59:29 ---> efea20a82e77 06:59:29 Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 06:59:30 Removing intermediate container f56654511b41 06:59:30 ---> b85bfdf0fb32 06:59:30 Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 06:59:30 ---> d7aa7493be7c 06:59:30 Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 06:59:30 ---> Running in 1a5fe8b0a5db 06:59:30 ---> Running in 26bb33c9b620 06:59:30 Removing intermediate container 7311a9944612 06:59:30 ---> ba18dbf14ad8 06:59:30 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 06:59:30 ---> Running in 928259eea2fa 06:59:34 Removing intermediate container 1a5fe8b0a5db 06:59:34 ---> a48e0bfa89d5 06:59:34 Step 12/25 : WORKDIR / 06:59:34 Removing intermediate container 928259eea2fa 06:59:34 ---> 05f969606981 06:59:34 Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 06:59:34 ---> b891d55eaf27 06:59:34 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 06:59:34 ---> Running in 9131f2203dd3 06:59:35 ---> Running in 8051198ace3a 06:59:35 Removing intermediate container 9131f2203dd3 06:59:35 ---> a883983c0f94 06:59:35 Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / 06:59:35 Removing intermediate container 8051198ace3a 06:59:35 ---> ba955702a7d4 06:59:35 Step 21/23 : LABEL arch=arm64 06:59:35 ---> Running in ae2c83bd7702 06:59:35 ---> 058c53a81e0c 06:59:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 06:59:35 Removing intermediate container 26bb33c9b620 06:59:35 ---> a79d9098c1a6 06:59:35 Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / 06:59:36 Removing intermediate container 763004990c07 06:59:36 ---> 5231e4abdb14 06:59:36 06:59:36 Step 10/25 : FROM alpine:3.17 06:59:36 ---> 51e60588ff2c 06:59:36 Step 11/25 : RUN apk add --update --no-cache dumb-init 06:59:36 ---> Running in c288dbdfe56c 06:59:36 Removing intermediate container ae2c83bd7702 06:59:36 ---> a1055d7253cb 06:59:36 Step 22/23 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 06:59:36 ---> Running in 1ee9a391eb21 06:59:36 ---> 1c14032cc68a 06:59:36 Step 14/25 : COPY --from=builder /edgex-go/security.txt / 06:59:37 ---> e948cd47c8c2 06:59:37 Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:59:37 ---> c6ccfe23018f 06:59:37 Step 21/33 : COPY --from=builder /edgex-go/security.txt / 06:59:37 ---> Running in fe8288a69a8a 06:59:37 Removing intermediate container 1ee9a391eb21 06:59:37 ---> c546a07558df 06:59:37 Step 23/23 : LABEL version=0.0.0 06:59:37 ---> Running in 96ab1c73a48e 06:59:38 ---> e66821db0715 06:59: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 06:59:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 06:59:38 Removing intermediate container 96ab1c73a48e 06:59:38 ---> 2800673cfa62 06:59:38 06:59:38 ---> 5a89458326c7 06:59:38 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 06:59:39 Successfully built 2800673cfa62 06:59:39 Successfully tagged security-proxy-auth-arm64:latest 06:59:39  Building security-proxy-auth ... done Building support-scheduler 06:59:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 06:59:39 ---> 7737c774d87f 06:59:39 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 06:59:41 (1/1) Installing dumb-init (1.2.5-r2) 06:59:41 Executing busybox-1.35.0-r29.trigger 06:59:41 OK: 8 MiB in 16 packages 06:59:41 ---> 6b7eefeab183 06:59:41 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 06:59:41 Removing intermediate container fe8288a69a8a 06:59:41 ---> bb3169717611 06:59:41 Step 19/23 : ENTRYPOINT ["entrypoint.sh"] 06:59:41 ---> Running in cb562d5a69ac 06:59:41 ---> d9706c990428 06:59:41 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 06:59:42 ---> 445c482b5af7 06:59:42 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:59:42 Removing intermediate container cb562d5a69ac 06:59:42 ---> 18602c4d792d 06:59:42 Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] 06:59:42 ---> Running in efa7a88ab64c 06:59:42 ---> b837429d9490 06:59:42 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ 06:59:42 Removing intermediate container c288dbdfe56c 06:59:42 ---> 36b601d011c0 06:59:42 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 06:59:43 ---> Running in 114c9fe1d3ca 06:59:43 Removing intermediate container efa7a88ab64c 06:59:43 ---> 39024d34771b 06:59:43 Step 21/23 : LABEL arch=arm64 06:59:43 ---> Running in 564807440a5a 06:59:43 Removing intermediate container 114c9fe1d3ca 06:59:43 ---> ad9210a48e0c 06:59:43 Step 13/25 : ENV APP_PORT=59881 06:59:44 ---> Running in 8e814244ebc7 06:59:44 Removing intermediate container 564807440a5a 06:59:44 ---> 94ee26d2ddf0 06:59:44 Step 22/23 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 06:59:44 ---> 0502d3dd7026 06:59:44 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 06:59:44 ---> Running in b48db78345b1 06:59:44 ---> c59c170a9132 06:59:44 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:59:44 Removing intermediate container 8e814244ebc7 06:59:44 ---> 57acc6db43d7 06:59:44 Step 14/25 : EXPOSE $APP_PORT 06:59:44 Removing intermediate container b48db78345b1 06:59:44 ---> 695514b888e4 06:59:44 Step 23/23 : LABEL version=0.0.0 06:59:45 ---> Running in fd0c68bcce34 06:59:45 ---> Running in 2ce3d90cb17e 06:59:48 ---> 88e2ee550d65 06:59:48 Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 06:59:48 Removing intermediate container 2ce3d90cb17e 06:59:48 ---> 0185ef39dd60 06:59:48 06:59:48 Removing intermediate container fd0c68bcce34 06:59:48 ---> 3f7d87fe51d5 06:59:48 Step 15/25 : WORKDIR / 06:59:48 ---> 11454603f162 06:59:48 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:59:48 ---> Running in 9f7f091f3b29 06:59:49 ---> e7f31649a8f0 06:59:49 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 06:59:49 Successfully built 0185ef39dd60 06:59:49 Successfully tagged core-common-config-bootstrapper-arm64:latest 06:59:49  Building core-common-config-bootstrapper ... done Building support-notifications 06:59:49 Removing intermediate container 9f7f091f3b29 06:59:49 ---> 6508ce6f5ea6 06:59:49 Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / 06:59:49 ---> a3484e5c731e 06:59:49 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:59:49 ---> Running in ebbdfa418aae 06:59:49 ---> db82237d298e 06:59:49 Step 28/33 : RUN chmod +x /entrypoint.sh 06:59:50 ---> Running in 5f76ef85b6be 06:59:50 ---> 90151ba87dd2 06:59:50 Step 17/25 : COPY --from=builder /edgex-go/security.txt / 06:59:52 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 06:59:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:59:52 ---> ee713fc21d2b 06:59:52 Step 3/23 : ARG ADD_BUILD_TAGS="" 06:59:52 ---> Using cache 06:59:52 ---> 7c1fec125ac8 06:59:52 Step 4/23 : WORKDIR /edgex-go 06:59:52 ---> Using cache 06:59:52 ---> 7ace94a83ba3 06:59:52 Step 5/23 : RUN apk add --update --no-cache make git 06:59:52 ---> Using cache 06:59:52 ---> 31a102f1c365 06:59:52 Step 6/23 : COPY go.mod vendor* ./ 06:59:52 ---> Using cache 06:59:52 ---> 38e3b162c5ac 06:59:52 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:59:52 ---> Using cache 06:59:52 ---> c4f75145cf91 06:59:52 Step 8/23 : COPY . . 06:59:52 ---> Using cache 06:59:52 ---> 2867c7f0df5e 06:59:52 Step 9/23 : RUN make cmd/support-scheduler/support-scheduler 06:59:52 ---> fcd408c8ddad 06:59:52 Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:59:52 ---> Running in 01cb2a2b10a0 06:59:54 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 06:59:54 Removing intermediate container 5f76ef85b6be 06:59:54 ---> 711b91dede7a 06:59:54 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 06:59:54 Removing intermediate container ebbdfa418aae 06:59:54 ---> a6df498db01d 06:59:54 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 06:59:54 ---> 27675e8e1a0b 06:59:54 Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 06:59:54 ---> Running in 9ea3bdc8d416 06:59:54 ---> Running in 79c7d18a8d8c 06:59:55 Removing intermediate container 79c7d18a8d8c 06:59:55 ---> 6c904f2edd09 06:59:55 Step 23/25 : LABEL arch=arm64 06:59:55 Removing intermediate container 9ea3bdc8d416 06:59:55 ---> 9eb4174db3f6 06:59:55 Step 30/33 : CMD ["gate"] 06:59:55 ---> Running in 4d7771db4480 06:59:55 ---> Running in 62e690264f90 06:59:56 ---> 8fd09098099d 06:59:56 Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 06:59:56 Removing intermediate container 4d7771db4480 06:59:56 ---> c05e514841d5 06:59:56 Step 24/25 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 06:59:56 Removing intermediate container 62e690264f90 06:59:56 ---> 5df81e24cb3b 06:59:56 Step 31/33 : LABEL arch=arm64 06:59:56 ---> Running in c639b2aa3a63 06:59:56 ---> Running in 6eb04021a4e4 06:59:57 ---> cb47a86a6af4 06:59:57 Step 21/25 : ENTRYPOINT ["/core-metadata"] 06:59:57 ---> Running in ad443e5008c6 06:59:58 Removing intermediate container c639b2aa3a63 06:59:58 ---> 369591c39bd0 06:59:58 Step 25/25 : LABEL version=0.0.0 06:59:58 ---> Running in ca2e37251f52 06:59:58 Removing intermediate container 6eb04021a4e4 06:59:58 ---> 2ba5fc02021a 06:59:58 Step 32/33 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 06:59:58 Removing intermediate container ad443e5008c6 06:59:58 ---> 300e9bf855ba 06:59:58 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 06:59:58 ---> Running in 7997850907db 06:59:58 ---> Running in 9d1e6caa9782 06:59:58 Removing intermediate container ca2e37251f52 06:59:58 ---> 7f2ccd6d3578 06:59:58 06:59:59 Removing intermediate container 7997850907db 06:59:59 ---> 4e3035906bed 06:59:59 Step 33/33 : LABEL version=0.0.0 06:59:59 ---> Running in 4c8e540b2d7b 06:59:59 Removing intermediate container 9d1e6caa9782 06:59:59 ---> 2599206d510b 06:59:59 Step 23/25 : LABEL arch=arm64 06:59:59 ---> Running in 030ba745510d 06:59:59 Successfully built 7f2ccd6d3578 06:59:59 Successfully tagged security-secretstore-setup-arm64:latest 06:59:59  Building security-secretstore-setup ... done Building core-data 06:59:59 Removing intermediate container 4c8e540b2d7b 06:59:59 ---> ded70e4f0c82 06:59:59 07:00:00 Removing intermediate container 030ba745510d 07:00:00 ---> 146e986191f1 07:00:00 Step 24/25 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 07:00:00 Successfully built ded70e4f0c82 07:00:00 Successfully tagged security-bootstrapper-arm64:latest 07:00:00  Building security-bootstrapper ... done Building security-spiffe-token-provider 07:00:00 ---> Running in b13d406398b3 07:00:01 Removing intermediate container b13d406398b3 07:00:01 ---> 0a203df436a9 07:00:01 Step 25/25 : LABEL version=0.0.0 07:00:01 ---> Running in 9dcc89051ca8 07:00:01 Removing intermediate container 9dcc89051ca8 07:00:01 ---> 60b63c19e823 07:00:01 07:00:01 Successfully built 60b63c19e823 07:00:01 Successfully tagged core-metadata-arm64:latest 07:00:01 Building security-proxy-setup 07:00:16  Building core-metadata ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:00:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:00:16 ---> ee713fc21d2b 07:00:16 Step 3/23 : ARG ADD_BUILD_TAGS="" 07:00:16 ---> Using cache 07:00:16 ---> 7c1fec125ac8 07:00:16 Step 4/23 : WORKDIR /edgex-go 07:00:16 ---> Using cache 07:00:16 ---> 7ace94a83ba3 07:00:16 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 07:00:17 ---> Running in 93adc737ab85 07:00:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:00:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:00:21 OK: 263 MiB in 53 packages 07:00:23 Removing intermediate container 93adc737ab85 07:00:23 ---> 10baee4dfd89 07:00:23 Step 6/23 : COPY go.mod vendor* ./ 07:00:27 ---> 046d09636c3d 07:00:27 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:00:27 ---> Running in a813fc839a34 07:00:35 Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:00:35 Step 2/20 : FROM ${BUILDER_BASE} AS builder 07:00:35 ---> ee713fc21d2b 07:00:35 Step 3/20 : WORKDIR /edgex-go 07:00:35 ---> Using cache 07:00:35 ---> fa78a87e0e72 07:00:35 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 07:00:35 ---> Running in 25d090da84d4 07:00:35 Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:00:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:00:35 ---> ee713fc21d2b 07:00:35 Step 3/23 : ARG ADD_BUILD_TAGS="" 07:00:35 ---> Using cache 07:00:35 ---> 7c1fec125ac8 07:00:35 Step 4/23 : WORKDIR /edgex-go 07:00:35 ---> Using cache 07:00:35 ---> 7ace94a83ba3 07:00:35 Step 5/23 : RUN apk add --update --no-cache make git 07:00:35 ---> Using cache 07:00:35 ---> 31a102f1c365 07:00:35 Step 6/23 : COPY go.mod vendor* ./ 07:00:35 ---> Using cache 07:00:35 ---> 38e3b162c5ac 07:00:35 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:00:35 ---> Using cache 07:00:35 ---> c4f75145cf91 07:00:35 Step 8/23 : COPY . . 07:00:35 ---> Using cache 07:00:35 ---> 2867c7f0df5e 07:00:35 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 07:00:35 Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:00:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:00:35 ---> ee713fc21d2b 07:00:35 Step 3/22 : WORKDIR /edgex-go 07:00:35 ---> Using cache 07:00:35 ---> fa78a87e0e72 07:00:35 Step 4/22 : RUN apk add --update --no-cache make git 07:00:35 ---> Using cache 07:00:35 ---> 4b8770240c81 07:00:35 Step 5/22 : COPY go.mod vendor* ./ 07:00:35 ---> Using cache 07:00:35 ---> 0ee74afe1c6a 07:00:35 Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:00:35 ---> Using cache 07:00:35 ---> ef2e993e326c 07:00:35 Step 7/22 : COPY . . 07:00:36 ---> Running in cff452ddc46d 07:00:36 ---> Using cache 07:00:36 ---> 4b961d3a8db8 07:00:36 Step 8/22 : RUN make cmd/secrets-config/secrets-config 07:00:36 ---> Running in 7b0253ada851 07:00:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:00:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:00:38 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 07:00:38 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 07:00:40 v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 07:00:40 v3.17.3-52-g138c24c548d [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 07:00:40 OK: 17694 distinct packages available 07:00:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:00:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:00:42 OK: 263 MiB in 53 packages 07:00:44 Removing intermediate container 25d090da84d4 07:00:44 ---> f91ba26888e8 07:00:44 Step 5/20 : COPY go.mod vendor* ./ 07:00:45 ---> a850b551ea39 07:00:45 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:00:45 ---> Running in 330d2de9fa42 07:02:22 Removing intermediate container a813fc839a34 07:02:22 ---> 704d0057a9ef 07:02:22 Step 8/23 : COPY . . 07:02:30 ---> 87545194b0c8 07:02:30 Step 9/23 : RUN make cmd/support-notifications/support-notifications 07:02:30 ---> Running in 1e10299173af 07:02:31 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 07:02:32 Removing intermediate container 330d2de9fa42 07:02:32 ---> 00cb2f82accc 07:02:32 Step 7/20 : COPY . . 07:02:45 ---> 42a614922581 07:02:45 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 07:02:45 ---> Running in 261549db0357 07:02:47 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 07:07:09 Removing intermediate container 7b0253ada851 07:07:09 ---> 0c23a75e43d8 07:07:09 07:07:09 Step 9/22 : FROM alpine:3.17 07:07:09 ---> 51e60588ff2c 07:07:09 Step 10/22 : RUN apk add --update --no-cache dumb-init openssl 07:07:09 ---> Running in 701a9f389017 07:07:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:07:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:07:09 (1/2) Installing dumb-init (1.2.5-r2) 07:07:09 (2/2) Installing openssl (3.0.8-r3) 07:07:09 Executing busybox-1.35.0-r29.trigger 07:07:09 OK: 8 MiB in 17 packages 07:07:09 Removing intermediate container 701a9f389017 07:07:09 ---> 5217def9ebef 07:07:09 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 07:07:09 ---> Running in 698137843eaf 07:07:09 Removing intermediate container 698137843eaf 07:07:09 ---> caf618e35087 07:07:09 Step 12/22 : WORKDIR /edgex 07:07:09 ---> Running in 5b7701e9e08e 07:07:09 Removing intermediate container 5b7701e9e08e 07:07:09 ---> f4124f9057de 07:07:09 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:07:09 ---> ab34639e1b85 07:07:09 Step 14/22 : COPY --from=builder /edgex-go/security.txt / 07:07:09 ---> 68636d3b6fe2 07:07:09 Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 07:07:09 ---> 6d2c10c78255 07:07:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:07:09 ---> dac19cf7eaf6 07:07:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 07:07:09 ---> 1b4120410534 07:07:09 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:07:09 ---> Running in 9a36ca86d25f 07:07:11 Removing intermediate container 9a36ca86d25f 07:07:11 ---> fd613c1298ed 07:07:11 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 07:07:11 ---> Running in f79a7e6681d1 07:07:12 Removing intermediate container f79a7e6681d1 07:07:12 ---> 7827fcbde68a 07:07:12 Step 20/22 : LABEL arch=arm64 07:07:12 ---> Running in da22636e33b8 07:07:13 Removing intermediate container da22636e33b8 07:07:13 ---> ccfe483172a2 07:07:13 Step 21/22 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 07:07:13 ---> Running in 1f76267d9802 07:07:13 Removing intermediate container 1f76267d9802 07:07:13 ---> 11ad2f404efa 07:07:13 Step 22/22 : LABEL version=0.0.0 07:07:13 ---> Running in b2411e074989 07:07:14 Removing intermediate container b2411e074989 07:07:14 ---> e7834ea8b827 07:07:14 07:07:14 Successfully built e7834ea8b827 07:07:14 Successfully tagged security-proxy-setup-arm64:latest 07:07:14 Building security-spire-config 07:07:32  Building security-proxy-setup ... done Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:07:32 Step 2/27 : FROM ${BUILDER_BASE} AS builder 07:07:32 ---> ee713fc21d2b 07:07:32 Step 3/27 : WORKDIR /edgex-go 07:07:32 ---> Using cache 07:07:32 ---> fa78a87e0e72 07:07:32 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 07:07:32 ---> Running in ead6d7dbf2ff 07:07:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:07:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:07:36 OK: 263 MiB in 53 packages 07:07:38 Removing intermediate container ead6d7dbf2ff 07:07:38 ---> 313eb723945d 07:07:38 Step 5/27 : COPY go.mod vendor* ./ 07:07:38 ---> 26e2671ff987 07:07:38 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:07:39 ---> Running in 282bca071a01 07:07:57 Removing intermediate container cff452ddc46d 07:07:57 ---> f3636153cc67 07:07:57 07:07:57 Step 10/23 : FROM alpine:3.17 07:07:57 ---> 51e60588ff2c 07:07:57 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 07:07:57 ---> Running in 77e5f6fa0ed6 07:07:57 Removing intermediate container 77e5f6fa0ed6 07:07:57 ---> 3857dfaf8152 07:07:57 Step 12/23 : ENV APP_PORT=59880 07:07:57 ---> Running in 8a171b80d4c7 07:07:57 Removing intermediate container 8a171b80d4c7 07:07:57 ---> 76a20b6222b1 07:07:57 Step 13/23 : EXPOSE $APP_PORT 07:07:57 ---> Running in dd309816c238 07:07:57 Removing intermediate container dd309816c238 07:07:57 ---> 50d3b979b39b 07:07:57 Step 14/23 : RUN apk add --update --no-cache dumb-init 07:07:57 ---> Running in f49ac3530e56 07:07:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:07:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:08:00 (1/1) Installing dumb-init (1.2.5-r2) 07:08:00 Executing busybox-1.35.0-r29.trigger 07:08:00 OK: 8 MiB in 16 packages 07:08:02 Removing intermediate container f49ac3530e56 07:08:02 ---> 766ae80a97af 07:08:02 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:08:03 ---> 1567e2364857 07:08:03 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 07:08:04 ---> b96b656ac30d 07:08:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:08:05 ---> dd6f9a1b5409 07:08:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 07:08:07 ---> 1e8af76a309c 07:08:07 Step 19/23 : ENTRYPOINT ["/core-data"] 07:08:07 ---> Running in 003c93baf77b 07:08:07 Removing intermediate container 003c93baf77b 07:08:07 ---> 0a66c4e77100 07:08:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 07:08:07 ---> Running in 39acc15b170b 07:08:08 Removing intermediate container 39acc15b170b 07:08:08 ---> a2911f54d148 07:08:08 Step 21/23 : LABEL arch=arm64 07:08:08 ---> Running in abbbd6cba826 07:08:09 Removing intermediate container abbbd6cba826 07:08:09 ---> dbf69e4038a8 07:08:09 Step 22/23 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 07:08:09 ---> Running in 4b131f2c1352 07:08:09 Removing intermediate container 4b131f2c1352 07:08:09 ---> 93aa210dbde8 07:08:09 Step 23/23 : LABEL version=0.0.0 07:08:09 ---> Running in 90e31a720368 07:08:10 Removing intermediate container 90e31a720368 07:08:10 ---> e190d3680d6e 07:08:10 07:08:10 Successfully built e190d3680d6e 07:08:10 Successfully tagged core-data-arm64:latest 07:08:10 Building security-spire-server 07:08:28  Building core-data ... done Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:08:28 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:08:28 ---> ee713fc21d2b 07:08:28 Step 3/26 : WORKDIR /edgex-go 07:08:28 ---> Using cache 07:08:28 ---> fa78a87e0e72 07:08:28 Step 4/26 : RUN apk add --update --no-cache make git build-base curl 07:08:28 ---> Using cache 07:08:28 ---> 313eb723945d 07:08:28 Step 5/26 : COPY go.mod vendor* ./ 07:08:28 ---> Using cache 07:08:28 ---> 26e2671ff987 07:08:28 Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:08:28 ---> Running in a1a92a6e6050 07:09:25 Removing intermediate container 01cb2a2b10a0 07:09:25 ---> d836ea25965d 07:09:25 07:09:25 Step 10/23 : FROM alpine:3.17 07:09:25 ---> 51e60588ff2c 07:09:25 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:09:25 ---> Using cache 07:09:25 ---> 36b601d011c0 07:09:25 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 07:09:25 ---> Using cache 07:09:25 ---> ad9210a48e0c 07:09:25 Step 13/23 : ENV APP_PORT=59861 07:09:25 ---> Running in d45bbf14459a 07:09:25 Removing intermediate container 282bca071a01 07:09:25 ---> 9c61481dd2f8 07:09:25 Step 7/27 : COPY . . 07:09:25 Removing intermediate container d45bbf14459a 07:09:25 ---> 6cbac906606b 07:09:25 Step 14/23 : EXPOSE $APP_PORT 07:09:25 ---> Running in c2f560beac28 07:09:25 Removing intermediate container c2f560beac28 07:09:25 ---> d87afbfe4d7e 07:09:25 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:09:25 ---> 4a8bf2708e65 07:09:25 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 07:09:25 ---> f0d9833f5fdc 07:09:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:09:28 ---> 5529e2d5b5fb 07:09:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 07:09:30 ---> e31006b25a19 07:09:30 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 07:09:30 ---> Running in fcc75a174c00 07:09:33 Removing intermediate container fcc75a174c00 07:09:33 ---> 746cfc86ea1c 07:09:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 07:09:33 ---> Running in 0bf671c71822 07:09:34 Removing intermediate container 0bf671c71822 07:09:34 ---> 3544feb425b7 07:09:34 Step 21/23 : LABEL arch=arm64 07:09:35 ---> Running in d5c0923e1ce9 07:09:36 Removing intermediate container d5c0923e1ce9 07:09:36 ---> b533da8228cb 07:09:36 Step 22/23 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 07:09:36 ---> Running in 95e338ffab3a 07:09:37 Removing intermediate container 95e338ffab3a 07:09:37 ---> 489518608039 07:09:37 Step 23/23 : LABEL version=0.0.0 07:09:37 ---> Running in 2ab51bf129c6 07:09:38 Removing intermediate container 2ab51bf129c6 07:09:38 ---> 7e64b5c5d0a9 07:09:38 07:09:39 Successfully built 7e64b5c5d0a9 07:09:39 Successfully tagged support-scheduler-arm64:latest 07:09:39  Building support-scheduler ... done Building security-spire-agent 07:09:39 ---> 49d24d669f7e 07:09:39 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 07:09:39 ---> Running in 180b6a34ed27 07:09:40 Removing intermediate container 180b6a34ed27 07:09:40 ---> c96a9e2a8f02 07:09:40 Step 9/27 : WORKDIR /edgex-go/spire-build 07:09:40 ---> Running in c92985f8ca73 07:09:42 Removing intermediate container c92985f8ca73 07:09:42 ---> 957773be11e4 07:09:42 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 07:09:42 ---> Running in c27d2ec6ad94 07:09:43 Removing intermediate container c27d2ec6ad94 07:09:43 ---> 33ae2416bf6f 07:09:43 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 07:09:43 ---> Running in 60c15f59d2c6 07:09:48 Removing intermediate container 60c15f59d2c6 07:09:48 ---> 3b3bc0b880e4 07:09:48 Step 12/27 : WORKDIR /edgex-go 07:09:48 ---> Running in f7cb2e79671e 07:09:49 Removing intermediate container f7cb2e79671e 07:09:49 ---> 4da359754bc3 07:09:49 07:09:49 Step 13/27 : FROM alpine:3.17 07:09:49 ---> 51e60588ff2c 07:09:49 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:09:49 ---> Running in 13c6bb768bc9 07:09:50 Removing intermediate container 13c6bb768bc9 07:09:50 ---> 950a22570a28 07:09:50 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat 07:09:50 ---> Running in 3c393c7afce4 07:09:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:09:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:09:55 v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 07:09:55 v3.17.3-52-g138c24c548d [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 07:09:55 OK: 17689 distinct packages available 07:09:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:09:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:09:57 (1/4) Installing dumb-init (1.2.5-r2) 07:09:57 (2/4) Installing musl-obstack (1.2.3-r0) 07:09:57 (3/4) Installing libucontext (1.2-r0) 07:09:57 (4/4) Installing gcompat (1.1.0-r0) 07:09:57 Executing busybox-1.35.0-r29.trigger 07:09:57 OK: 8 MiB in 19 packages 07:10:00 Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:10:00 Step 2/27 : FROM ${BUILDER_BASE} AS builder 07:10:00 ---> ee713fc21d2b 07:10:00 Step 3/27 : WORKDIR /edgex-go 07:10:00 ---> Using cache 07:10:00 ---> fa78a87e0e72 07:10:00 Step 4/27 : RUN apk add --update --no-cache make git build-base curl 07:10:00 ---> Using cache 07:10:00 ---> 313eb723945d 07:10:00 Step 5/27 : COPY go.mod vendor* ./ 07:10:00 ---> Using cache 07:10:00 ---> 26e2671ff987 07:10:00 Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:10:00 ---> Using cache 07:10:00 ---> 9c61481dd2f8 07:10:00 Step 7/27 : COPY . . 07:10:00 ---> Using cache 07:10:00 ---> 49d24d669f7e 07:10:00 Step 8/27 : ARG SPIRE_RELEASE=1.2.1 07:10:00 ---> Using cache 07:10:00 ---> c96a9e2a8f02 07:10:00 Step 9/27 : WORKDIR /edgex-go/spire-build 07:10:00 ---> Using cache 07:10:00 ---> 957773be11e4 07:10:00 Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 07:10:00 ---> Using cache 07:10:00 ---> 33ae2416bf6f 07:10:00 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 07:10:00 ---> Using cache 07:10:00 ---> 3b3bc0b880e4 07:10:00 Step 12/27 : WORKDIR /edgex-go 07:10:00 ---> Using cache 07:10:00 ---> 4da359754bc3 07:10:00 07:10:00 Step 13/27 : FROM alpine:3.17 07:10:00 ---> 51e60588ff2c 07:10:00 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:10:00 ---> Using cache 07:10:00 ---> 950a22570a28 07:10:00 Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:10:00 ---> Running in 8e491bfa9118 07:10:01 Removing intermediate container 3c393c7afce4 07:10:01 ---> ad024eaddb11 07:10:01 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 07:10:03 ---> 1e21af5a0950 07:10:03 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 07:10:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:10:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:10:04 ---> 8c1f0ee37d19 07:10:04 Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 07:10:05 v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 07:10:05 v3.17.3-52-g138c24c548d [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 07:10:05 OK: 17689 distinct packages available 07:10:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:10:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:10:08 (1/5) Installing dumb-init (1.2.5-r2) 07:10:08 (2/5) Installing musl-obstack (1.2.3-r0) 07:10:08 (3/5) Installing libucontext (1.2-r0) 07:10:08 (4/5) Installing gcompat (1.1.0-r0) 07:10:08 (5/5) Installing openssl (3.0.8-r3) 07:10:08 Executing busybox-1.35.0-r29.trigger 07:10:08 OK: 9 MiB in 20 packages 07:10:12 Removing intermediate container 8e491bfa9118 07:10:12 ---> 584a372bf72d 07:10:12 Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / 07:10:14 ---> 3e46776938a4 07:10:14 Step 17/27 : COPY --from=builder /edgex-go/security.txt / 07:10:15 ---> e0fa36d53914 07:10:15 Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 07:10:16 ---> e6c1358545df 07:10:16 Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 07:10:18 ---> 3313740f8b3a 07:10:18 Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d 07:10:18 ---> Running in 7793a907597b 07:10:19 Removing intermediate container 7793a907597b 07:10:19 ---> ff6db21e371f 07:10:19 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 07:10:22 ---> c5216abbad76 07:10:22 Step 22/27 : WORKDIR / 07:10:22 ---> Running in 70d07e3b63a5 07:10:23 Removing intermediate container 70d07e3b63a5 07:10:23 ---> a4dec650360a 07:10:23 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 07:10:23 ---> Running in 20164c1ceccb 07:10:23 ---> bd66aca2f56c 07:10:23 Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 07:10:24 Removing intermediate container 20164c1ceccb 07:10:24 ---> 17c8a3889a58 07:10:24 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 07:10:24 ---> Running in 0554133eeaf2 07:10:25 Removing intermediate container 0554133eeaf2 07:10:25 ---> 57c7ff47dab8 07:10:25 Step 25/27 : LABEL arch=arm64 07:10:25 ---> Running in 1b97e3cba72c 07:10:26 Removing intermediate container 1b97e3cba72c 07:10:26 ---> 22397327cf47 07:10:26 Step 26/27 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 07:10:26 ---> Running in 623c81dea982 07:10:27 Removing intermediate container 623c81dea982 07:10:27 ---> 35d2fd2ac031 07:10:27 Step 27/27 : LABEL version=0.0.0 07:10:27 ---> Running in 614376b34652 07:10:28 Removing intermediate container 614376b34652 07:10:28 ---> 7fb8d2fec541 07:10:28 07:10:29 Successfully built 7fb8d2fec541 07:10:29 Successfully tagged security-spire-config-arm64:latest 07:10:29  Building security-spire-config ... done Building core-command 07:10:31 ---> c865f88ee9e6 07:10:31 Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 07:10:32 Removing intermediate container a1a92a6e6050 07:10:32 ---> 9f35349e63d2 07:10:32 Step 7/26 : COPY . . 07:10:33 ---> d3121d18f205 07:10:33 Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 07:10:34 ---> dd117ec2e1fa 07:10:34 Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 07:10:37 ---> 29ffd3eecaae 07:10:37 Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 07:10:37 ---> Running in 5a19b7e485c8 07:10:38 Removing intermediate container 5a19b7e485c8 07:10:38 ---> b851c841d983 07:10:38 Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] 07:10:38 ---> Running in c6bb9143e045 07:10:39 Removing intermediate container c6bb9143e045 07:10:39 ---> e61c5a821ff3 07:10:39 Step 25/27 : LABEL arch=arm64 07:10:39 ---> Running in 41a451468144 07:10:40 Removing intermediate container 41a451468144 07:10:40 ---> 9e49a2a39f73 07:10:40 Step 26/27 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 07:10:41 ---> Running in 3bd9a6a8f884 07:10:42 Removing intermediate container 3bd9a6a8f884 07:10:42 ---> ef96a4c11824 07:10:42 Step 27/27 : LABEL version=0.0.0 07:10:42 ---> Running in ce72eaa7aed3 07:10:42 Removing intermediate container ce72eaa7aed3 07:10:42 ---> a41cf85b0913 07:10:42 07:10:43 Successfully built a41cf85b0913 07:10:43 Successfully tagged security-spire-agent-arm64:latest 07:10:46  Building security-spire-agent ... done Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 07:10:46 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:10:46 ---> ee713fc21d2b 07:10:46 Step 3/24 : ARG ADD_BUILD_TAGS="" 07:10:46 ---> Using cache 07:10:46 ---> 7c1fec125ac8 07:10:46 Step 4/24 : WORKDIR /edgex-go 07:10:46 ---> Using cache 07:10:46 ---> 7ace94a83ba3 07:10:46 Step 5/24 : RUN apk add --update --no-cache make git 07:10:46 ---> Using cache 07:10:46 ---> 31a102f1c365 07:10:46 Step 6/24 : COPY go.mod vendor* ./ 07:10:46 ---> Using cache 07:10:46 ---> 38e3b162c5ac 07:10:46 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:10:46 ---> Using cache 07:10:46 ---> c4f75145cf91 07:10:46 Step 8/24 : COPY . . 07:10:46 ---> Using cache 07:10:46 ---> 2867c7f0df5e 07:10:46 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 07:10:47 ---> Running in 4a9c9bff12c6 07:10:49 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 07:10:52 ---> fcb578e1b920 07:10:52 Step 8/26 : ARG SPIRE_RELEASE=1.2.1 07:10:52 ---> Running in c03eb1d49168 07:10:53 Removing intermediate container c03eb1d49168 07:10:53 ---> 5136228393f4 07:10:53 Step 9/26 : WORKDIR /edgex-go/spire-build 07:10:53 ---> Running in 88e1e977e2d4 07:10:54 Removing intermediate container 88e1e977e2d4 07:10:54 ---> 3cee80474458 07:10:54 Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] 07:10:54 ---> Running in eca4a164be71 07:10:55 Removing intermediate container eca4a164be71 07:10:55 ---> 5d7e50c347fa 07:10:55 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 07:10:55 ---> Running in 42a9e115c439 07:10:59 Removing intermediate container 42a9e115c439 07:10:59 ---> 7eaea8f95f6f 07:10:59 Step 12/26 : WORKDIR /edgex-go 07:10:59 ---> Running in b67fc2d54f14 07:11:00 Removing intermediate container b67fc2d54f14 07:11:00 ---> 6c539aa869d6 07:11:00 07:11:00 Step 13/26 : FROM alpine:3.17 07:11:00 ---> 51e60588ff2c 07:11:00 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 07:11:00 ---> Using cache 07:11:00 ---> 950a22570a28 07:11:00 Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 07:11:00 ---> Using cache 07:11:00 ---> 584a372bf72d 07:11:00 Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / 07:11:00 ---> Using cache 07:11:00 ---> 3e46776938a4 07:11:00 Step 17/26 : COPY --from=builder /edgex-go/security.txt / 07:11:00 ---> Using cache 07:11:00 ---> e0fa36d53914 07:11:00 Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 07:11:06 Removing intermediate container 261549db0357 07:11:06 ---> c3b87aa0a8d3 07:11:06 07:11:06 Step 9/20 : FROM alpine:3.17 07:11:06 ---> 51e60588ff2c 07:11:06 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' 07:11:06 ---> Using cache 07:11:06 ---> 7bd48c90c555 07:11:06 Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 07:11:06 ---> Running in 30e47283d3b9 07:11:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:11:08 ---> 02a9db76ffbc 07:11:08 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 07:11:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:11:09 ---> cb3352194cc8 07:11:09 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 07:11:10 v3.17.3-51-gb3e182d1e6a [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 07:11:10 v3.17.3-52-g138c24c548d [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 07:11:10 OK: 17689 distinct packages available 07:11:10 ---> a03441c66df5 07:11:10 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 07:11:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:11:11 ---> e7853312c30c 07:11:11 Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 07:11:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:11:11 ---> Running in b49617b77f7f 07:11:11 Removing intermediate container b49617b77f7f 07:11:11 ---> 07ce65e0bfe0 07:11:11 Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] 07:11:11 ---> Running in 22a3db985e90 07:11:12 Removing intermediate container 22a3db985e90 07:11:12 ---> b27f0b655fe0 07:11:12 Step 24/26 : LABEL arch=arm64 07:11:12 ---> Running in b1a48e31942a 07:11:12 (1/9) Installing ca-certificates (20220614-r4) 07:11:12 (2/9) Installing brotli-libs (1.0.9-r9) 07:11:12 (3/9) Installing nghttp2-libs (1.51.0-r0) 07:11:12 (4/9) Installing libcurl (7.88.1-r1) 07:11:12 (5/9) Installing curl (7.88.1-r1) 07:11:12 (6/9) Installing dumb-init (1.2.5-r2) 07:11:12 (7/9) Installing musl-obstack (1.2.3-r0) 07:11:12 (8/9) Installing libucontext (1.2-r0) 07:11:12 (9/9) Installing gcompat (1.1.0-r0) 07:11:12 Executing busybox-1.35.0-r29.trigger 07:11:12 Removing intermediate container b1a48e31942a 07:11:12 ---> 4fec33a66a08 07:11:12 Step 25/26 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 07:11:12 Executing ca-certificates-20220614-r4.trigger 07:11:13 ---> Running in d93dd1413144 07:11:13 Removing intermediate container d93dd1413144 07:11:13 ---> 6ff9e471315a 07:11:13 Step 26/26 : LABEL version=0.0.0 07:11:13 OK: 11 MiB in 24 packages 07:11:13 ---> Running in fc847cfab526 07:11:14 Removing intermediate container fc847cfab526 07:11:14 ---> 5b61cf815d78 07:11:14 07:11:14 Successfully built 5b61cf815d78 07:11:15 Successfully tagged security-spire-server-arm64:latest 07:11:17  Building security-spire-server ... done Removing intermediate container 30e47283d3b9 07:11:17 ---> 700a7b9de035 07:11:17 Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / 07:11:17 ---> 57abb4e588a2 07:11:17 Step 13/20 : COPY --from=builder /edgex-go/security.txt / 07:11:18 ---> d07c16d1ce49 07:11:18 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 07:11:20 ---> 6e3a8a18aa1a 07:11:20 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 07:11:21 ---> 72400646c69e 07:11:21 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 07:11:21 ---> Running in 66203b53c396 07:11:22 Removing intermediate container 66203b53c396 07:11:22 ---> c8a94a24f5f9 07:11:22 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 07:11:22 ---> Running in 3b382e9c87df 07:11:22 Removing intermediate container 3b382e9c87df 07:11:22 ---> 49a82c9390c6 07:11:22 Step 18/20 : LABEL arch=arm64 07:11:23 ---> Running in c8b91dfb5c65 07:11:23 Removing intermediate container c8b91dfb5c65 07:11:23 ---> 116fe787dbf9 07:11:23 Step 19/20 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 07:11:23 ---> Running in 46183b139b1e 07:11:24 Removing intermediate container 46183b139b1e 07:11:24 ---> 464bece65182 07:11:24 Step 20/20 : LABEL version=0.0.0 07:11:24 ---> Running in e4aa8fd12bac 07:11:25 Removing intermediate container e4aa8fd12bac 07:11:25 ---> 5b8865225767 07:11:25 07:11:25 Successfully built 5b8865225767 07:11:25 Successfully tagged security-spiffe-token-provider-arm64:latest 07:11:34  Building security-spiffe-token-provider ... done Removing intermediate container 1e10299173af 07:11:34 ---> 26792731767c 07:11:34 07:11:34 Step 10/23 : FROM alpine:3.17 07:11:34 ---> 51e60588ff2c 07:11:34 Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init 07:11:34 ---> Running in 3f8d864ea44b 07:11:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 07:11:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 07:11:37 (1/2) Installing ca-certificates (20220614-r4) 07:11:37 (2/2) Installing dumb-init (1.2.5-r2) 07:11:37 Executing busybox-1.35.0-r29.trigger 07:11:37 Executing ca-certificates-20220614-r4.trigger 07:11:38 OK: 8 MiB in 17 packages 07:11:42 Removing intermediate container 3f8d864ea44b 07:11:42 ---> 4d8afb5728f5 07:11:42 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' 07:11:42 ---> Running in 47ae6d8096c2 07:11:42 Removing intermediate container 47ae6d8096c2 07:11:42 ---> 7fb3e5a18689 07:11:42 Step 13/23 : ENV APP_PORT=59860 07:11:42 ---> Running in e2ef352a5d1d 07:11:42 Removing intermediate container e2ef352a5d1d 07:11:42 ---> 80a262fe3fd7 07:11:42 Step 14/23 : EXPOSE $APP_PORT 07:11:42 ---> Running in 9d1e31a50c08 07:11:43 Removing intermediate container 9d1e31a50c08 07:11:43 ---> d706fd95ab3d 07:11:43 Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:11:44 ---> 001231af9e60 07:11:44 Step 16/23 : COPY --from=builder /edgex-go/security.txt / 07:11:45 ---> 608a1cea0fa8 07:11:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:11:47 ---> 254c5d1ef2d1 07:11:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 07:11:48 ---> 15a1a5fea99e 07:11:48 Step 19/23 : ENTRYPOINT ["/support-notifications"] 07:11:48 ---> Running in 3f07d6eb801d 07:11:49 Removing intermediate container 3f07d6eb801d 07:11:49 ---> 7e0287f529b0 07:11:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 07:11:49 ---> Running in 06e72b143ac7 07:11:49 Removing intermediate container 06e72b143ac7 07:11:49 ---> 23b872923462 07:11:49 Step 21/23 : LABEL arch=arm64 07:11:49 ---> Running in 4002fb28aac7 07:11:50 Removing intermediate container 4002fb28aac7 07:11:50 ---> cac78cacd405 07:11:50 Step 22/23 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 07:11:50 ---> Running in 84444e2a37b9 07:11:50 Removing intermediate container 84444e2a37b9 07:11:50 ---> 53cdc02ffbeb 07:11:50 Step 23/23 : LABEL version=0.0.0 07:11:51 ---> Running in b93981423c04 07:11:51 Removing intermediate container b93981423c04 07:11:51 ---> 7bbeee66215c 07:11:51 07:11:51 Successfully built 7bbeee66215c 07:11:51 Successfully tagged support-notifications-arm64:latest 07:12:59  Building support-notifications ... done Removing intermediate container 4a9c9bff12c6 07:12:59 ---> 6b99db0c7136 07:12:59 07:12:59 Step 10/24 : FROM alpine:3.17 07:12:59 ---> 51e60588ff2c 07:12:59 Step 11/24 : RUN apk add --update --no-cache dumb-init 07:12:59 ---> Using cache 07:12:59 ---> 36b601d011c0 07:12:59 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' 07:12:59 ---> Using cache 07:12:59 ---> ad9210a48e0c 07:12:59 Step 13/24 : ENV APP_PORT=59882 07:12:59 ---> Running in e5b5e8c321b2 07:12:59 Removing intermediate container e5b5e8c321b2 07:12:59 ---> 839417564f7a 07:12:59 Step 14/24 : EXPOSE $APP_PORT 07:12:59 ---> Running in dd3514afe268 07:12:59 Removing intermediate container dd3514afe268 07:12:59 ---> 6a2cec36b3bb 07:12:59 Step 15/24 : WORKDIR / 07:12:59 ---> Running in 59bccefa37ca 07:12:59 Removing intermediate container 59bccefa37ca 07:12:59 ---> 040892a3398e 07:12:59 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:12:59 ---> 6beda3448095 07:12:59 Step 17/24 : COPY --from=builder /edgex-go/security.txt / 07:12:59 ---> 25e757079020 07:12:59 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:12:59 ---> 6ed8b21afd0a 07:12:59 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 07:12:59 ---> 9e45a08c0980 07:12:59 Step 20/24 : ENTRYPOINT ["/core-command"] 07:12:59 ---> Running in a8ef7854da95 07:12:59 Removing intermediate container a8ef7854da95 07:12:59 ---> 011e10e39ef8 07:12:59 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 07:12:59 ---> Running in a7c798904956 07:12:59 Removing intermediate container a7c798904956 07:12:59 ---> 5e2fc20d5b8f 07:12:59 Step 22/24 : LABEL arch=arm64 07:12:59 ---> Running in 3bc1c34afb43 07:12:59 Removing intermediate container 3bc1c34afb43 07:12:59 ---> 2b33bf79157d 07:12:59 Step 23/24 : LABEL git_sha=9b9a00d0604cb9e927581d589999ed347cf0f9c4 07:12:59 ---> Running in 1a2063d95115 07:12:59 Removing intermediate container 1a2063d95115 07:12:59 ---> 751516ff73b9 07:12:59 Step 24/24 : LABEL version=0.0.0 07:12:59 ---> Running in f0fdde4efd5d 07:12:59 Removing intermediate container f0fdde4efd5d 07:12:59 ---> 07b7f64cb6cb 07:12:59 07:12:59 Successfully built 07b7f64cb6cb 07:12:59 Successfully tagged core-command-arm64:latest 07:12:59  Building core-command ... done  [Pipeline] } 07:12:59 $ docker stop --time=1 3e72db20b624f18c9f11b28eca174e848b11b8deba70d8ab29c37c3943ab2266 07:13:01 $ docker rm -f --volumes 3e72db20b624f18c9f11b28eca174e848b11b8deba70d8ab29c37c3943ab2266 [Pipeline] // withDockerContainer [Pipeline] sh 07:13:01 + docker images 07:13:01 REPOSITORY TAG IMAGE ID CREATED SIZE 07:13:01 core-command-arm64 latest 07b7f64cb6cb 8 seconds ago 19.7MB 07:13:01 6b99db0c7136 14 seconds ago 1.49GB 07:13:01 support-notifications-arm64 latest 7bbeee66215c About a minute ago 32.3MB 07:13:01 26792731767c About a minute ago 1.56GB 07:13:01 security-spiffe-token-provider-arm64 latest 5b8865225767 About a minute ago 32.7MB 07:13:01 security-spire-server-arm64 latest 5b61cf815d78 About a minute ago 87.1MB 07:13:01 c3b87aa0a8d3 About a minute ago 1.53GB 07:13:01 6c539aa869d6 2 minutes ago 1.35GB 07:13:01 security-spire-agent-arm64 latest a41cf85b0913 2 minutes ago 125MB 07:13:01 security-spire-config-arm64 latest 7fb8d2fec541 2 minutes ago 86.2MB 07:13:01 4da359754bc3 3 minutes ago 1.35GB 07:13:01 support-scheduler-arm64 latest 7e64b5c5d0a9 3 minutes ago 31.5MB 07:13:01 d836ea25965d 3 minutes ago 1.56GB 07:13:01 core-data-arm64 latest e190d3680d6e 4 minutes ago 19.9MB 07:13:01 f3636153cc67 5 minutes ago 1.5GB 07:13:01 security-proxy-setup-arm64 latest e7834ea8b827 5 minutes ago 18.7MB 07:13:01 0c23a75e43d8 6 minutes ago 1.47GB 07:13:01 core-metadata-arm64 latest 60b63c19e823 13 minutes ago 20.2MB 07:13:01 security-bootstrapper-arm64 latest ded70e4f0c82 13 minutes ago 21.9MB 07:13:01 security-secretstore-setup-arm64 latest 7f2ccd6d3578 13 minutes ago 32.2MB 07:13:01 core-common-config-bootstrapper-arm64 latest 0185ef39dd60 13 minutes ago 17.2MB 07:13:01 security-proxy-auth-arm64 latest 2800673cfa62 13 minutes ago 18.3MB 07:13:01 5231e4abdb14 13 minutes ago 1.5GB 07:13:01 9306f699d728 13 minutes ago 1.48GB 07:13:01 c50f90ff505c 13 minutes ago 1.49GB 07:13:01 9f572a8c29da 13 minutes ago 1.48GB 07:13:01 4393eb957b5a 14 minutes ago 1.47GB 07:13:01 ci-base-image-arm64 latest ee713fc21d2b 34 minutes ago 866MB 07:13:01 alpine 3.17 51e60588ff2c 11 days ago 7.46MB 07:13:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 6cb57ee374ae 4 weeks ago 648MB 07:13:01 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 07:13:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:13:02 07:13:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:13:03 arm64: Pulling from edgex-lftools-log-publisher 07:13:03 8998bd30e6a1: Pulling fs layer 07:13:03 04944245beec: Pulling fs layer 07:13:03 699f458cf7ca: Pulling fs layer 07:13:03 765212b225bb: Pulling fs layer 07:13:03 f23df028b6ca: Pulling fs layer 07:13:03 d65c8cfc05b1: Pulling fs layer 07:13:03 2437ff75d9bd: Pulling fs layer 07:13:03 765212b225bb: Waiting 07:13:03 f23df028b6ca: Waiting 07:13:03 d65c8cfc05b1: Waiting 07:13:03 2437ff75d9bd: Waiting 07:13:03 04944245beec: Verifying Checksum 07:13:03 04944245beec: Download complete 07:13:03 765212b225bb: Download complete 07:13:03 f23df028b6ca: Verifying Checksum 07:13:03 f23df028b6ca: Download complete 07:13:03 d65c8cfc05b1: Verifying Checksum 07:13:03 d65c8cfc05b1: Download complete 07:13:03 699f458cf7ca: Verifying Checksum 07:13:03 699f458cf7ca: Download complete 07:13:04 8998bd30e6a1: Verifying Checksum 07:13:04 8998bd30e6a1: Download complete 07:13:06 2437ff75d9bd: Verifying Checksum 07:13:06 2437ff75d9bd: Download complete 07:13:08 8998bd30e6a1: Pull complete 07:13:08 04944245beec: Pull complete 07:13:10 699f458cf7ca: Pull complete 07:13:10 765212b225bb: Pull complete 07:13:11 f23df028b6ca: Pull complete 07:13:11 d65c8cfc05b1: Pull complete 07:13:26 2437ff75d9bd: Pull complete 07:13:26 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 07:13:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:13:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:13:26 prd-ubuntu20.04-docker-arm64-4c-16g-7280 does not seem to be running inside a container 07:13:26 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 07:13:29 $ docker top 34b127c7136704a7871fd0ef009f8d6331356c76baa6baf4846231c53464e11f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:13:29 ---> job-cost.sh 07:13:30 lf-activate-venv: SKIPPING 07:13:30 INFO: No Stack... 07:13:30 INFO: Retrieving Pricing Info for: v3-standard-4 07:13:31 INFO: Archiving Costs [Pipeline] sh 07:13:32 + cat /w/workspace/edgex-go/1/archives/cost.csv 07:13:32 + cut -d, -f6 [Pipeline] lock 07:13:32 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4503-1-stack-cost] 07:13:32 Resource [jenkins-edgexfoundry-edgex-go-PR-4503-1-stack-cost] did not exist. Created. 07:13:32 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4503-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:13:32 + echo total: 0.10999999940395355 [Pipeline] stash 07:13:32 Stashed 1 file(s) [Pipeline] } 07:13:32 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4503-1-stack-cost] [Pipeline] // lock [Pipeline] } 07:13:32 $ docker stop --time=1 34b127c7136704a7871fd0ef009f8d6331356c76baa6baf4846231c53464e11f 07:13:34 $ docker rm -f --volumes 34b127c7136704a7871fd0ef009f8d6331356c76baa6baf4846231c53464e11f [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 07:13:35 provisioning config files... 07:13:35 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config5349983306952364088tmp [Pipeline] { [Pipeline] sh 07:13:35 + set +x 07:13:35 + curl -s https://codecov.io/bash 07:13:35 + bash -s -- 07:13:35 07:13:35 _____ _ 07:13:35 / ____| | | 07:13:35 | | ___ __| | ___ ___ _____ __ 07:13:35 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:13:35 | |___| (_) | (_| | __/ (_| (_) \ V / 07:13:35 \_____\___/ \__,_|\___|\___\___/ \_/ 07:13:35 Bash-1.0.6 07:13:35 07:13:35 07:13:35 ==> git version 2.25.1 found 07:13:35 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 07:13:35 Release-Date: 2020-01-08 07:13:35 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 07:13:35 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 07:13:35 ==> Jenkins CI detected. 07:13:35 current dir:  /w/workspace/edgex-go/1 07:13:35 project root: . 07:13:35 --> token set from env 07:13:35 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:13:35 ==> Running gcov in . (disable via -X gcov) 07:13:35 ==> Python coveragepy not found 07:13:35 ==> Searching for coverage reports in: 07:13:35 + . 07:13:35 -> Found 1 reports 07:13:35 ==> Detecting git/mercurial file structure 07:13:35 ==> Reading reports 07:13:35 + ./coverage.out bytes=447380 07:13:35 ==> Appending adjustments 07:13:35 https://docs.codecov.io/docs/fixing-reports 07:13:37 + Found adjustments 07:13:37 ==> Gzipping contents 07:13:37 60K /tmp/codecov.a2EmZE.gz 07:13:37 ==> Uploading reports 07:13:37 url: https://codecov.io 07:13:37 query: branch=PR-4503&commit=9b9a00d0604cb9e927581d589999ed347cf0f9c4&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4503%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4503&job=&cmd_args= 07:13:37 -> Pinging Codecov 07:13:37 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4503&commit=9b9a00d0604cb9e927581d589999ed347cf0f9c4&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4503%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4503&job=&cmd_args= 07:13:37 -> Uploading to 07:13:37 https://storage.googleapis.com/codecov/v4/raw/2023-04-10/00271124DB129430A58F1EEE437C3FCB/9b9a00d0604cb9e927581d589999ed347cf0f9c4/d977ccd6-1e28-42ee-926d-bd309947f197.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230410%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230410T071337Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=dddd9cbfd5eea01db33443f1f14ddbc3355336d22a960faa99a5f32b0f1c65f1 07:13:37 % Total % Received % Xferd Average Speed Time Time Time Current 07:13:37 Dload Upload Total Spent Left Speed 07:13:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57481 0 0 100 57481 0 189k --:--:-- --:--:-- --:--:-- 188k 100 57481 0 0 100 57481 0 189k --:--:-- --:--:-- --:--:-- 188k 07:13:37 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/9b9a00d0604cb9e927581d589999ed347cf0f9c4 [Pipeline] } 07:13:37 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 07:13:38 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 07:13:39 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:13:40 ---> package-listing.sh 07:13:40 ++ facter osfamily 07:13:40 ++ tr '[:upper:]' '[:lower:]' 07:13:40 + OS_FAMILY=debian 07:13:40 + workspace=/w/workspace/edgex-go/1 07:13:40 + START_PACKAGES=/tmp/packages_start.txt 07:13:40 + END_PACKAGES=/tmp/packages_end.txt 07:13:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:13:40 + PACKAGES=/tmp/packages_start.txt 07:13:40 + '[' /w/workspace/edgex-go/1 ']' 07:13:40 + PACKAGES=/tmp/packages_end.txt 07:13:40 + case "${OS_FAMILY}" in 07:13:40 + dpkg -l 07:13:40 + grep '^ii' 07:13:40 + '[' -f /tmp/packages_start.txt ']' 07:13:40 + '[' -f /tmp/packages_end.txt ']' 07:13:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:13:40 + '[' /w/workspace/edgex-go/1 ']' 07:13:40 + mkdir -p /w/workspace/edgex-go/1/archives/ 07:13:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 07:13:40 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 07:13:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:13:41 07:13:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:13:41 latest: Pulling from edgex-lftools-log-publisher 07:13:41 5eb5b503b376: Pulling fs layer 07:13:41 5c69ac0246d0: Pulling fs layer 07:13:41 ec43610c2a17: Pulling fs layer 07:13:41 3a2ae6a8a46f: Pulling fs layer 07:13:41 33b1e0a273af: Pulling fs layer 07:13:41 5d3b04190fa2: Pulling fs layer 07:13:41 2f39f015ded8: Pulling fs layer 07:13:41 3a2ae6a8a46f: Waiting 07:13:41 33b1e0a273af: Waiting 07:13:41 5d3b04190fa2: Waiting 07:13:41 2f39f015ded8: Waiting 07:13:41 5c69ac0246d0: Download complete 07:13:41 3a2ae6a8a46f: Verifying Checksum 07:13:41 3a2ae6a8a46f: Download complete 07:13:41 33b1e0a273af: Verifying Checksum 07:13:41 33b1e0a273af: Download complete 07:13:41 ec43610c2a17: Verifying Checksum 07:13:41 ec43610c2a17: Download complete 07:13:41 5d3b04190fa2: Download complete 07:13:41 5eb5b503b376: Download complete 07:13:42 2f39f015ded8: Download complete 07:13:43 5eb5b503b376: Pull complete 07:13:43 5c69ac0246d0: Pull complete 07:13:43 ec43610c2a17: Pull complete 07:13:43 3a2ae6a8a46f: Pull complete 07:13:43 33b1e0a273af: Pull complete 07:13:43 5d3b04190fa2: Pull complete 07:13:48 2f39f015ded8: Pull complete 07:13:48 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:13:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:13:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:13:48 prd-ubuntu20.04-docker-8c-8g-7279 does not seem to be running inside a container 07:13:48 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 07:13:53 $ docker top 3a3a9e9b9bfe564101991b3612d47b317c943c55c4b92444aef9c9aff087d728 -eo pid,comm [Pipeline] { [Pipeline] sh 07:13:54 + touch /tmp/pre-build-complete [Pipeline] sh 07:13:54 + mkdir -p /var/log/sysstat [Pipeline] sh 07:13:54 + ls /var/log/sa-host 07:13:54 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:13:55 provisioning config files... 07:13:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config3396574896975278026tmp [Pipeline] { [Pipeline] echo 07:13:55 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:13:55 ---> create-netrc.sh [Pipeline] } 07:13:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:13:55 ---> python-tools-install.sh [Pipeline] echo 07:13:56 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:13:56 ---> sudo-logs.sh 07:13:56 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:13:56 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:13:56 ---> job-cost.sh 07:13:56 lf-activate-venv: SKIPPING 07:13:56 DEBUG: total: 0.10999999940395355 07:13:56 INFO: Retrieving Stack Cost... 07:13:56 INFO: Retrieving Pricing Info for: v3-standard-8 07:13:57 INFO: Archiving Costs [Pipeline] echo 07:13:57 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:13:57 ---> logs-deploy.sh 07:13:57 lf-activate-venv: SKIPPING 07:13:57 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4503/1 07:13:57 INFO: archiving workspace using pattern(s): 07:13:58 Archives upload complete. 07:13:58 INFO: archiving logs to Nexus 07:13:59 ---> uname -a: 07:13:59 Linux prd-ubuntu20-04-docker-8c-8g-7279 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 07:13:59 07:13:59 07:13:59 ---> lscpu: 07:13:59 Architecture: x86_64 07:13:59 CPU op-mode(s): 32-bit, 64-bit 07:13:59 Byte Order: Little Endian 07:13:59 Address sizes: 40 bits physical, 48 bits virtual 07:13:59 CPU(s): 8 07:13:59 On-line CPU(s) list: 0-7 07:13:59 Thread(s) per core: 1 07:13:59 Core(s) per socket: 1 07:13:59 Socket(s): 8 07:13:59 NUMA node(s): 1 07:13:59 Vendor ID: AuthenticAMD 07:13:59 CPU family: 23 07:13:59 Model: 49 07:13:59 Model name: AMD EPYC-Rome Processor 07:13:59 Stepping: 0 07:13:59 CPU MHz: 2799.998 07:13:59 BogoMIPS: 5599.99 07:13:59 Virtualization: AMD-V 07:13:59 Hypervisor vendor: KVM 07:13:59 Virtualization type: full 07:13:59 L1d cache: 256 KiB 07:13:59 L1i cache: 256 KiB 07:13:59 L2 cache: 4 MiB 07:13:59 L3 cache: 128 MiB 07:13:59 NUMA node0 CPU(s): 0-7 07:13:59 Vulnerability Itlb multihit: Not affected 07:13:59 Vulnerability L1tf: Not affected 07:13:59 Vulnerability Mds: Not affected 07:13:59 Vulnerability Meltdown: Not affected 07:13:59 Vulnerability Mmio stale data: Not affected 07:13:59 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:13:59 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 07:13:59 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 07:13:59 Vulnerability Srbds: Not affected 07:13:59 Vulnerability Tsx async abort: Not affected 07:13:59 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 07:13:59 07:13:59 07:13:59 ---> nproc: 07:13:59 8 07:13:59 07:13:59 07:13:59 ---> df -h: 07:13:59 Filesystem Size Used Avail Use% Mounted on 07:13:59 overlay 155G 20G 136G 13% / 07:13:59 tmpfs 64M 0 64M 0% /dev 07:13:59 tmpfs 16G 0 16G 0% /sys/fs/cgroup 07:13:59 shm 64M 0 64M 0% /dev/shm 07:13:59 /dev/vda1 155G 20G 136G 13% /facter-os 07:13:59 07:13:59 07:13:59 ---> sar -b -r -n DEV: 07:13:59 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7279) 04/10/23 _x86_64_ (8 CPU) 07:13:59 07:13:59 06:33:36 LINUX RESTART (8 CPU) 07:13:59 07:13:59 06:34:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:13:59 06:35:01 328.00 38.67 289.32 0.00 4334.05 135499.88 0.00 07:13:59 06:36:01 77.89 0.77 77.12 0.00 12.26 76579.77 0.00 07:13:59 06:37:01 26.39 0.28 26.11 0.00 7.60 7213.88 0.00 07:13:59 06:38:01 206.78 0.18 206.60 0.00 17.86 96513.78 0.00 07:13:59 06:39:01 357.80 10.94 346.86 0.00 151.91 89085.33 0.00 07:13:59 06:40:01 254.96 9.63 245.33 0.00 2850.59 181788.24 0.00 07:13:59 06:41:01 518.42 1.58 516.84 0.00 2277.95 140231.58 0.00 07:13:59 06:42:01 338.21 0.40 337.81 0.00 4.40 79243.59 0.00 07:13:59 06:43:01 80.60 1.22 79.39 0.00 9.72 43612.39 0.00 07:13:59 06:44:01 237.16 0.52 236.64 0.00 4.13 104828.40 0.00 07:13:59 06:45:01 388.15 0.10 388.05 0.00 3.47 107405.17 0.00 07:13:59 06:46:01 281.95 0.00 281.95 0.00 0.00 74495.58 0.00 07:13:59 06:47:01 278.60 0.03 278.57 0.00 4.00 42045.53 0.00 07:13:59 06:48:01 3.58 0.00 3.58 0.00 0.00 43.99 0.00 07:13:59 06:49:01 2.02 0.02 2.00 0.00 0.13 21.86 0.00 07:13:59 06:50:01 1.95 0.00 1.95 0.00 0.00 25.60 0.00 07:13:59 06:51:01 0.98 0.00 0.98 0.00 0.00 10.40 0.00 07:13:59 06:52:01 1.47 0.00 1.47 0.00 0.00 16.40 0.00 07:13:59 06:53:01 1.02 0.00 1.02 0.00 0.00 10.40 0.00 07:13:59 06:54:01 1.63 0.00 1.63 0.00 0.00 19.06 0.00 07:13:59 06:55:01 1.08 0.00 1.08 0.00 0.00 11.06 0.00 07:13:59 06:56:01 1.73 0.00 1.73 0.00 0.00 18.53 0.00 07:13:59 06:57:01 1.38 0.00 1.38 0.00 0.00 14.66 0.00 07:13:59 06:58:01 1.60 0.00 1.60 0.00 0.00 18.00 0.00 07:13:59 06:59:01 1.17 0.00 1.17 0.00 0.00 12.40 0.00 07:13:59 07:00:01 2.07 0.00 2.07 0.00 0.00 22.66 0.00 07:13:59 07:01:01 0.93 0.00 0.93 0.00 0.00 9.87 0.00 07:13:59 07:02:01 1.65 0.00 1.65 0.00 0.00 17.73 0.00 07:13:59 07:03:01 1.00 0.00 1.00 0.00 0.00 10.53 0.00 07:13:59 07:04:01 1.63 0.00 1.63 0.00 0.00 18.66 0.00 07:13:59 07:05:01 1.13 0.00 1.13 0.00 0.00 12.00 0.00 07:13:59 07:06:01 1.68 0.00 1.68 0.00 0.00 17.86 0.00 07:13:59 07:07:01 1.33 0.00 1.33 0.00 0.00 14.26 0.00 07:13:59 07:08:01 1.73 0.00 1.73 0.00 0.00 20.26 0.00 07:13:59 07:09:01 1.05 0.00 1.05 0.00 0.00 10.93 0.00 07:13:59 07:10:01 0.98 0.00 0.98 0.00 0.00 11.73 0.00 07:13:59 07:11:01 1.38 0.00 1.38 0.00 0.00 14.66 0.00 07:13:59 07:12:01 0.95 0.00 0.95 0.00 0.00 11.20 0.00 07:13:59 07:13:01 1.40 0.00 1.40 0.00 0.00 15.86 0.00 07:13:59 Average: 87.44 1.63 85.81 0.00 246.42 30189.58 0.00 07:13:59 07:13:59 06:34:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:13:59 06:35:01 28679104 31570588 743712 2.26 76108 3083932 2000824 5.90 1082724 2755796 1768 07:13:59 06:36:01 27703644 31364312 939704 2.86 113432 3737376 2360884 6.96 1714840 3006792 109524 07:13:59 06:37:01 27734820 31526736 775112 2.36 117192 3841660 1916728 5.65 1320024 3347560 274016 07:13:59 06:38:01 26055836 31427092 867836 2.64 122472 5387252 2833480 8.35 1680824 4618616 708 07:13:59 06:39:01 22256140 31510116 775740 2.36 287444 8753088 1914480 5.64 2122340 7616280 1297584 07:13:59 06:40:01 20743496 30994704 1255508 3.82 307780 9718408 3241640 9.55 2744256 8459332 184780 07:13:59 06:41:01 20930644 31496732 775848 2.36 331048 10058104 1984620 5.85 2190112 8899328 10376 07:13:59 06:42:01 18873376 31360608 907280 2.76 352008 11805276 2764824 8.15 2599116 10385688 856988 07:13:59 06:43:01 18190520 31481356 781668 2.38 390976 12486736 1956888 5.77 2520756 11064896 381988 07:13:59 06:44:01 17536940 31374032 880764 2.68 409196 13004476 2424960 7.15 2644068 11575664 207304 07:13:59 06:45:01 16812640 31351728 911484 2.77 421120 13691440 2361032 6.96 2652236 12297636 346080 07:13:59 06:46:01 16827504 31278068 984800 2.99 424412 13600988 2408496 7.10 2676484 12260160 393568 07:13:59 06:47:01 18328160 31531044 740200 2.25 428008 12389240 1911068 5.63 2497672 10984092 728 07:13:59 06:48:01 18328404 31531328 739852 2.25 428064 12389240 1911068 5.63 2497592 10984092 4 07:13:59 06:49:01 18336448 31539464 731444 2.22 428108 12389244 1898940 5.60 2489244 10984096 168 07:13:59 06:50:01 18337184 31540212 730884 2.22 428140 12389224 1882232 5.55 2489360 10984076 180 07:13:59 06:51:01 18340144 31543188 727888 2.21 428156 12389224 1882232 5.55 2486312 10984076 4 07:13:59 06:52:01 18340584 31543648 727396 2.21 428172 12389228 1882232 5.55 2486696 10984080 208 07:13:59 06:53:01 18340608 31543684 727360 2.21 428184 12389228 1882232 5.55 2486344 10984080 8 07:13:59 06:54:01 18340528 31543628 727328 2.21 428208 12389228 1882232 5.55 2486364 10984088 52 07:13:59 06:55:01 18340504 31543688 727260 2.21 428220 12389240 1882232 5.55 2486352 10984152 8 07:13:59 06:56:01 18340700 31543900 726980 2.21 428236 12389240 1882232 5.55 2486308 10984152 172 07:13:59 06:57:01 18340868 31544092 726944 2.21 428256 12389244 1882232 5.55 2486428 10984156 8 07:13:59 06:58:01 18340812 31544060 726940 2.21 428272 12389252 1882232 5.55 2486352 10984164 168 07:13:59 06:59:01 18340220 31543472 727468 2.21 428280 12389248 1882232 5.55 2486364 10984164 8 07:13:59 07:00:01 18340676 31543960 726916 2.21 428304 12389256 1882232 5.55 2486516 10984168 8 07:13:59 07:01:01 18340668 31543952 726904 2.21 428308 12389256 1882232 5.55 2486380 10984168 8 07:13:59 07:02:01 18340872 31544180 726616 2.21 428324 12389260 1882232 5.55 2486412 10984172 12 07:13:59 07:03:01 18340824 31544244 726460 2.21 428336 12389392 1882232 5.55 2486396 10984284 8 07:13:59 07:04:01 18340736 31544200 726572 2.21 428356 12389388 1882232 5.55 2486628 10984304 200 07:13:59 07:05:01 18340880 31544364 726540 2.21 428372 12389400 1882232 5.55 2486660 10984312 12 07:13:59 07:06:01 18340660 31544176 726736 2.21 428388 12389400 1882232 5.55 2486652 10984312 12 07:13:59 07:07:01 18340828 31544396 726668 2.21 428436 12389404 1882232 5.55 2486692 10984320 8 07:13:59 07:08:01 18340740 31544336 726648 2.21 428448 12389408 1866124 5.50 2487096 10984320 200 07:13:59 07:09:01 18340408 31544016 726912 2.21 428452 12389408 1866124 5.50 2487156 10984320 172 07:13:59 07:10:01 18340392 31544012 726856 2.21 428460 12389412 1866124 5.50 2487340 10984324 292 07:13:59 07:11:01 18340628 31544252 726592 2.21 428468 12389416 1866124 5.50 2486980 10984328 140 07:13:59 07:12:01 18340652 31544288 726564 2.21 428472 12389416 1866124 5.50 2486748 10984328 180 07:13:59 07:13:01 18340344 31543988 726780 2.21 428484 12389424 1866124 5.50 2486740 10984332 8 07:13:59 Average: 19423311 31497175 775927 2.36 382490 11376412 2024791 5.97 2387527 10073364 104299 07:13:59 07:13:59 06:34:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:13:59 06:35:01 docker0 572.67 520.93 40.88 2834.92 0.00 0.00 0.00 0.00 07:13:59 06:35:01 ens3 1538.30 1415.95 12134.11 203.43 0.00 0.00 0.00 0.00 07:13:59 06:35:01 lo 5.08 5.08 0.49 0.49 0.00 0.00 0.00 0.00 07:13:59 06:35:01 vethec49a70 46.65 58.57 4.39 44.47 0.00 0.00 0.00 0.00 07:13:59 06:36:01 docker0 29.65 53.96 2.46 640.56 0.00 0.00 0.00 0.00 07:13:59 06:36:01 ens3 96.45 60.86 680.33 21.83 0.00 0.00 0.00 0.00 07:13:59 06:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:13:59 06:36:01 vethd43f2e7 0.10 0.28 0.01 0.03 0.00 0.00 0.00 0.00 07:13:59 06:37:01 docker0 1.27 1.27 0.09 0.11 0.00 0.00 0.00 0.00 07:13:59 06:37:01 ens3 30.79 22.24 33.74 13.27 0.00 0.00 0.00 0.00 07:13:59 06:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 06:37:01 vethd43f2e7 1.27 1.28 0.11 0.11 0.00 0.00 0.00 0.00 07:13:59 06:38:01 docker0 8.87 20.05 0.55 255.53 0.00 0.00 0.00 0.00 07:13:59 06:38:01 ens3 107.73 62.86 1952.03 19.65 0.00 0.00 0.00 0.00 07:13:59 06:38:01 veth9883552 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 06:38:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 07:13:59 06:38:01 veth2c5a61b 0.33 0.27 0.03 0.20 0.00 0.00 0.00 0.00 07:13:59 06:38:01 vethfb459d4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 06:38:01 veth901acfe 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 06:38:01 vethff272b8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 06:38:01 veth8b079df 0.00 0.27 0.00 0.02 0.00 0.00 0.00 0.00 07:13:59 06:38:01 vethb22c2cd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 06:38:01 veth3741524 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 06:39:01 docker0 496.52 803.79 40.92 5974.62 0.00 0.00 0.00 0.00 07:13:59 06:39:01 ens3 877.85 523.63 6727.97 52.11 0.00 0.00 0.00 0.00 07:13:59 06:39:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 07:13:59 06:39:01 veth8b079df 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 07:13:59 06:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 06:40:01 ens3 97.10 42.24 694.25 6.60 0.00 0.00 0.00 0.00 07:13:59 06:40:01 veth3594284 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:13:59 06:40:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 07:13:59 06:40:01 vethc09c5bf 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:13:59 06:40:01 veth79abbb1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:13:59 06:40:01 veth8b079df 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 06:40:01 veth9247809 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:13:59 06:40:01 veth6e8bfdb 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:13:59 06:41:01 docker0 9.54 19.92 0.63 274.59 0.00 0.00 0.00 0.00 07:13:59 06:41:01 ens3 113.59 53.13 1721.42 12.87 0.00 0.00 0.00 0.00 07:13:59 06:41:01 lo 1.20 1.20 0.12 0.12 0.00 0.00 0.00 0.00 07:13:59 06:41:01 veth8b079df 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 07:13:59 06:42:01 docker0 326.05 633.78 25.54 3728.80 0.00 0.00 0.00 0.00 07:13:59 06:42:01 ens3 709.93 419.53 3753.17 218.29 0.00 0.00 0.00 0.00 07:13:59 06:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:13:59 06:42:01 veth8b079df 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 07:13:59 06:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 06:43:01 ens3 7.83 4.60 6.02 3.31 0.00 0.00 0.00 0.00 07:13:59 06:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 06:43:01 veth8b079df 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 06:44:01 docker0 87.52 192.30 7.20 1198.26 0.00 0.00 0.00 0.00 07:13:59 06:44:01 ens3 204.97 96.28 1208.09 13.89 0.00 0.00 0.00 0.00 07:13:59 06:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:13:59 06:44:01 veth90575b3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:13:59 06:44:01 veth0ad7d83 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:13:59 06:44:01 veth6de940a 87.52 192.45 8.40 1198.27 0.00 0.00 0.00 0.10 07:13:59 06:44:01 veth8b079df 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 06:45:01 docker0 9.63 19.55 0.64 269.53 0.00 0.00 0.00 0.00 07:13:59 06:45:01 ens3 49.64 28.98 292.79 13.72 0.00 0.00 0.00 0.00 07:13:59 06:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 06:45:01 veth8b079df 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 07:13:59 06:45:01 veth59b9e32 0.00 0.28 0.00 0.02 0.00 0.00 0.00 0.00 07:13:59 06:46:01 docker0 3.08 6.72 0.20 91.66 0.00 0.00 0.00 0.00 07:13:59 06:46:01 ens3 41.09 25.45 118.00 14.85 0.00 0.00 0.00 0.00 07:13:59 06:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:13:59 06:46:01 veth2225c6c 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 07:13:59 06:46:01 veth770d628 1.57 3.27 0.12 43.05 0.00 0.00 0.00 0.00 07:13:59 06:46:01 veth8b079df 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:13:59 06:47:01 docker0 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 06:47:01 ens3 22.08 13.81 18.58 9.76 0.00 0.00 0.00 0.00 07:13:59 06:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 06:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 06:48:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:13:59 06:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:13:59 06:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 06:49:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 06:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 06:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 06:50:01 ens3 0.27 0.22 0.08 0.07 0.00 0.00 0.00 0.00 07:13:59 06:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:13:59 06:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 06:51:01 ens3 0.05 0.07 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 06:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 06:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 06:52:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:13:59 06:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:13:59 06:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 06:53:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 06:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 06:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 06:54:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:13:59 06:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:13:59 06:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 06:55:01 ens3 0.13 0.10 0.08 0.07 0.00 0.00 0.00 0.00 07:13:59 06:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 06:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 06:56:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:13:59 06:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:13:59 06:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 06:57:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 06:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 06:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 06:58:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:13:59 06:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:13:59 06:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 06:59:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 06:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 07:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 07:00:01 ens3 0.83 0.60 3.18 0.10 0.00 0.00 0.00 0.00 07:13:59 07:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:13:59 07:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 07:01:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 07:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 07:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 07:02:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:13:59 07:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:13:59 07:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 07:03:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 07:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 07:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 07:04:01 ens3 1.18 0.77 0.46 0.30 0.00 0.00 0.00 0.00 07:13:59 07:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:13:59 07:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 07:05:01 ens3 0.12 0.10 0.07 0.07 0.00 0.00 0.00 0.00 07:13:59 07:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 07:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 07:06:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:13:59 07:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:13:59 07:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 07:07:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 07:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 07:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 07:08:01 ens3 0.15 0.13 0.01 0.01 0.00 0.00 0.00 0.00 07:13:59 07:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:13:59 07:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 07:09:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 07:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 07:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 07:10:01 ens3 0.27 0.22 0.08 0.07 0.00 0.00 0.00 0.00 07:13:59 07:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:13:59 07:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 07:11:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 07:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 07:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 07:12:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:13:59 07:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:13:59 07:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 07:13:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 07:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:13:59 Average: docker0 39.41 58.11 3.04 390.75 0.00 0.00 0.00 0.00 07:13:59 Average: ens3 99.46 70.54 747.88 15.42 0.00 0.00 0.00 0.00 07:13:59 Average: lo 0.28 0.28 0.02 0.02 0.00 0.00 0.00 0.00 07:13:59 07:13:59 07:13:59 ---> sar -P ALL: 07:13:59 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7279) 04/10/23 _x86_64_ (8 CPU) 07:13:59 07:13:59 06:33:36 LINUX RESTART (8 CPU) 07:13:59 07:13:59 06:34:02 CPU %user %nice %system %iowait %steal %idle 07:13:59 06:35:01 all 11.20 0.00 4.04 3.52 0.07 81.18 07:13:59 06:35:01 0 14.48 0.00 5.76 6.21 0.07 73.48 07:13:59 06:35:01 1 11.67 0.00 3.27 8.29 0.09 76.69 07:13:59 06:35:01 2 9.42 0.00 3.60 0.79 0.07 86.12 07:13:59 06:35:01 3 17.19 0.00 3.56 1.80 0.07 77.38 07:13:59 06:35:01 4 9.28 0.00 4.69 1.10 0.05 84.87 07:13:59 06:35:01 5 7.33 0.00 3.58 1.16 0.05 87.88 07:13:59 06:35:01 6 9.90 0.00 3.96 3.98 0.07 82.09 07:13:59 06:35:01 7 10.29 0.00 3.86 4.80 0.10 80.94 07:13:59 06:36:01 all 27.50 0.00 5.64 3.10 0.13 63.62 07:13:59 06:36:01 0 26.72 0.00 5.02 0.67 0.10 67.49 07:13:59 06:36:01 1 29.30 0.00 5.78 2.46 0.15 62.30 07:13:59 06:36:01 2 28.91 0.00 5.55 4.28 0.10 61.17 07:13:59 06:36:01 3 26.37 0.00 7.12 1.01 0.15 65.35 07:13:59 06:36:01 4 29.98 0.00 6.41 8.34 0.15 55.11 07:13:59 06:36:01 5 27.99 0.00 4.86 0.10 0.15 66.90 07:13:59 06:36:01 6 26.52 0.00 4.81 7.94 0.13 60.59 07:13:59 06:36:01 7 24.20 0.00 5.60 0.02 0.12 70.07 07:13:59 06:37:01 all 42.69 0.00 5.90 0.39 0.09 50.93 07:13:59 06:37:01 0 39.50 0.00 5.38 0.13 0.10 54.88 07:13:59 06:37:01 1 44.71 0.00 6.51 0.27 0.08 48.43 07:13:59 06:37:01 2 46.79 0.00 6.31 1.60 0.07 45.23 07:13:59 06:37:01 3 39.81 0.00 5.55 0.22 0.08 54.33 07:13:59 06:37:01 4 40.60 0.00 5.52 0.00 0.08 53.80 07:13:59 06:37:01 5 44.08 0.00 6.35 0.03 0.07 49.47 07:13:59 06:37:01 6 43.13 0.00 6.50 0.74 0.10 49.54 07:13:59 06:37:01 7 42.85 0.00 5.09 0.13 0.10 51.83 07:13:59 06:38:01 all 14.51 0.00 7.48 3.72 0.06 74.22 07:13:59 06:38:01 0 11.99 0.00 6.70 0.43 0.05 80.83 07:13:59 06:38:01 1 14.38 0.00 7.15 1.00 0.05 77.42 07:13:59 06:38:01 2 14.48 0.00 8.15 16.26 0.09 61.02 07:13:59 06:38:01 3 13.94 0.00 7.01 0.12 0.05 78.87 07:13:59 06:38:01 4 15.11 0.00 8.35 0.54 0.07 75.93 07:13:59 06:38:01 5 14.78 0.00 7.58 0.47 0.07 77.10 07:13:59 06:38:01 6 16.67 0.00 8.05 10.76 0.07 64.45 07:13:59 06:38:01 7 14.68 0.00 6.88 0.29 0.07 78.08 07:13:59 06:39:01 all 8.78 0.00 4.48 18.90 0.13 67.71 07:13:59 06:39:01 0 8.30 0.00 4.40 22.94 0.12 64.25 07:13:59 06:39:01 1 9.05 0.00 5.11 25.48 0.20 60.16 07:13:59 06:39:01 2 9.14 0.00 4.58 14.17 0.10 72.02 07:13:59 06:39:01 3 8.13 0.00 4.09 10.72 0.10 76.96 07:13:59 06:39:01 4 8.11 0.00 4.00 22.29 0.15 65.45 07:13:59 06:39:01 5 9.57 0.00 4.08 18.53 0.08 67.74 07:13:59 06:39:01 6 9.65 0.00 4.24 9.39 0.08 76.63 07:13:59 06:39:01 7 8.31 0.00 5.35 27.79 0.17 58.38 07:13:59 06:40:01 all 30.53 0.00 8.53 12.57 0.12 48.26 07:13:59 06:40:01 0 30.64 0.00 8.28 2.43 0.14 58.52 07:13:59 06:40:01 1 31.02 0.00 8.58 20.07 0.09 40.25 07:13:59 06:40:01 2 29.86 0.00 8.62 6.19 0.12 55.20 07:13:59 06:40:01 3 29.49 0.00 7.92 1.74 0.09 60.76 07:13:59 06:40:01 4 30.75 0.00 9.03 32.08 0.12 28.01 07:13:59 06:40:01 5 31.32 0.00 9.06 33.30 0.14 26.18 07:13:59 06:40:01 6 31.32 0.00 7.22 2.94 0.14 58.39 07:13:59 06:40:01 7 29.80 0.00 9.51 2.17 0.14 58.39 07:13:59 06:41:01 all 28.37 0.00 7.72 20.71 0.20 43.00 07:13:59 06:41:01 0 29.03 0.00 6.96 28.08 0.14 35.79 07:13:59 06:41:01 1 29.07 0.00 8.43 9.36 0.19 52.95 07:13:59 06:41:01 2 27.33 0.00 8.01 36.28 0.21 28.17 07:13:59 06:41:01 3 27.47 0.00 7.67 31.04 0.22 33.61 07:13:59 06:41:01 4 28.98 0.00 7.06 16.58 0.20 47.18 07:13:59 06:41:01 5 27.63 0.00 7.65 24.66 0.20 39.86 07:13:59 06:41:01 6 28.65 0.00 8.58 11.50 0.24 51.04 07:13:59 06:41:01 7 28.85 0.00 7.44 7.91 0.17 55.63 07:13:59 06:42:01 all 21.84 0.00 7.54 30.66 0.21 39.74 07:13:59 06:42:01 0 20.35 0.00 7.42 40.95 0.14 31.15 07:13:59 06:42:01 1 19.31 0.00 7.23 36.28 0.19 36.99 07:13:59 06:42:01 2 23.96 0.00 7.81 31.86 0.21 36.16 07:13:59 06:42:01 3 20.31 0.00 7.26 26.61 0.19 45.63 07:13:59 06:42:01 4 24.64 0.00 9.10 23.10 0.16 43.00 07:13:59 06:42:01 5 19.92 0.00 6.17 34.98 0.25 38.68 07:13:59 06:42:01 6 26.51 0.00 8.68 34.91 0.32 29.58 07:13:59 06:42:01 7 19.82 0.00 6.68 16.46 0.23 56.81 07:13:59 06:43:01 all 2.64 0.00 1.60 28.61 0.05 67.10 07:13:59 06:43:01 0 2.58 0.00 1.22 11.30 0.02 84.87 07:13:59 06:43:01 1 2.94 0.00 1.38 76.13 0.03 19.52 07:13:59 06:43:01 2 2.84 0.00 1.25 8.85 0.10 86.96 07:13:59 06:43:01 3 2.32 0.00 1.28 3.16 0.03 93.22 07:13:59 06:43:01 4 2.73 0.00 2.21 15.18 0.03 79.85 07:13:59 06:43:01 5 3.02 0.00 1.44 13.86 0.03 81.65 07:13:59 06:43:01 6 2.31 0.00 1.77 8.53 0.05 87.33 07:13:59 06:43:01 7 2.36 0.00 2.27 92.05 0.10 3.22 07:13:59 06:44:01 all 15.25 0.00 5.81 26.14 0.09 52.71 07:13:59 06:44:01 0 14.78 0.00 5.71 6.79 0.08 72.64 07:13:59 06:44:01 1 15.18 0.00 5.29 26.14 0.09 53.30 07:13:59 06:44:01 2 15.51 0.00 5.10 8.62 0.07 70.70 07:13:59 06:44:01 3 13.41 0.00 6.69 23.13 0.15 56.62 07:13:59 06:44:01 4 14.51 0.00 6.67 10.24 0.07 68.50 07:13:59 06:44:01 5 16.18 0.00 5.73 44.31 0.08 33.69 07:13:59 06:44:01 6 17.15 0.00 5.41 27.43 0.08 49.92 07:13:59 06:44:01 7 15.25 0.00 5.88 63.41 0.09 15.37 07:13:59 06:45:01 all 20.98 0.00 6.51 23.71 0.12 48.69 07:13:59 06:45:01 0 19.61 0.00 6.87 16.68 0.09 56.76 07:13:59 06:45:01 1 20.81 0.00 7.94 45.04 0.10 26.12 07:13:59 06:45:01 2 21.60 0.00 5.83 20.84 0.09 51.65 07:13:59 06:45:01 3 18.98 0.00 5.66 20.67 0.12 54.58 07:13:59 06:45:01 4 21.02 0.00 6.50 8.96 0.19 63.33 07:13:59 06:45:01 5 22.74 0.00 6.01 46.78 0.09 24.38 07:13:59 06:45:01 6 22.19 0.00 6.45 11.27 0.07 60.03 07:13:59 06:45:01 7 20.83 0.00 6.83 19.61 0.19 52.54 07:13:59 07:13:59 06:45:01 CPU %user %nice %system %iowait %steal %idle 07:13:59 06:46:01 all 14.85 0.00 4.67 27.00 0.09 53.40 07:13:59 06:46:01 0 14.13 0.00 4.44 43.67 0.08 37.68 07:13:59 06:46:01 1 15.39 0.00 5.43 32.37 0.08 46.73 07:13:59 06:46:01 2 15.87 0.00 4.91 26.85 0.12 52.25 07:13:59 06:46:01 3 14.41 0.00 4.17 2.31 0.07 79.04 07:13:59 06:46:01 4 15.05 0.00 4.32 24.85 0.09 55.70 07:13:59 06:46:01 5 14.60 0.00 4.71 15.56 0.10 65.03 07:13:59 06:46:01 6 14.94 0.00 4.92 18.02 0.08 62.03 07:13:59 06:46:01 7 14.37 0.00 4.44 52.49 0.10 28.59 07:13:59 06:47:01 all 10.01 0.00 3.53 10.59 0.08 75.80 07:13:59 06:47:01 0 9.16 0.00 3.46 4.04 0.07 83.27 07:13:59 06:47:01 1 10.23 0.00 3.80 7.76 0.10 78.11 07:13:59 06:47:01 2 10.42 0.00 3.67 7.32 0.07 78.52 07:13:59 06:47:01 3 9.79 0.00 3.36 18.83 0.12 67.91 07:13:59 06:47:01 4 10.09 0.00 3.54 16.62 0.07 69.68 07:13:59 06:47:01 5 10.81 0.00 3.04 10.71 0.07 75.37 07:13:59 06:47:01 6 9.92 0.00 3.72 8.47 0.05 77.84 07:13:59 06:47:01 7 9.68 0.00 3.66 10.94 0.07 75.65 07:13:59 06:48:01 all 0.28 0.00 0.01 0.01 0.01 99.69 07:13:59 06:48:01 0 1.97 0.00 0.00 0.00 0.00 98.03 07:13:59 06:48:01 1 0.20 0.00 0.02 0.05 0.02 99.72 07:13:59 06:48:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:13:59 06:48:01 3 0.02 0.00 0.00 0.00 0.02 99.97 07:13:59 06:48:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:13:59 06:48:01 5 0.00 0.00 0.00 0.03 0.00 99.97 07:13:59 06:48:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:13:59 06:48:01 7 0.00 0.00 0.02 0.00 0.00 99.98 07:13:59 06:49:01 all 0.08 0.00 0.04 0.02 0.01 99.85 07:13:59 06:49:01 0 0.38 0.00 0.03 0.00 0.00 99.58 07:13:59 06:49:01 1 0.08 0.00 0.05 0.00 0.02 99.85 07:13:59 06:49:01 2 0.03 0.00 0.03 0.00 0.00 99.93 07:13:59 06:49:01 3 0.02 0.00 0.05 0.00 0.00 99.93 07:13:59 06:49:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:13:59 06:49:01 5 0.05 0.00 0.07 0.13 0.02 99.73 07:13:59 06:49:01 6 0.03 0.00 0.02 0.05 0.02 99.88 07:13:59 06:49:01 7 0.02 0.00 0.03 0.00 0.02 99.93 07:13:59 06:50:01 all 0.01 0.00 0.01 0.01 0.01 99.96 07:13:59 06:50:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:13:59 06:50:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:13:59 06:50:01 2 0.02 0.00 0.00 0.00 0.02 99.97 07:13:59 06:50:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:13:59 06:50:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:13:59 06:50:01 5 0.00 0.00 0.02 0.12 0.02 99.85 07:13:59 06:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:13:59 06:50:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:13:59 06:51:01 all 0.26 0.00 0.01 0.00 0.00 99.72 07:13:59 06:51:01 0 1.97 0.00 0.02 0.00 0.00 98.01 07:13:59 06:51:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:13:59 06:51:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:13:59 06:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:13:59 06:51:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:13:59 06:51:01 5 0.02 0.00 0.00 0.02 0.00 99.97 07:13:59 06:51:01 6 0.02 0.00 0.02 0.00 0.02 99.95 07:13:59 06:51:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:13:59 06:52:01 all 0.12 0.00 0.01 0.00 0.01 99.86 07:13:59 06:52:01 0 0.83 0.00 0.02 0.00 0.02 99.14 07:13:59 06:52:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:13:59 06:52:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:13:59 06:52:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:13:59 06:52:01 4 0.05 0.00 0.00 0.00 0.02 99.93 07:13:59 06:52:01 5 0.00 0.00 0.02 0.03 0.02 99.93 07:13:59 06:52:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:13:59 06:52:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:13:59 06:53:01 all 0.02 0.00 0.00 0.00 0.01 99.97 07:13:59 06:53:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:13:59 06:53:01 1 0.03 0.00 0.00 0.02 0.03 99.92 07:13:59 06:53:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:13:59 06:53:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:13:59 06:53:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:13:59 06:53:01 5 0.03 0.00 0.02 0.00 0.02 99.93 07:13:59 06:53:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:13:59 06:53:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:13:59 06:54:01 all 0.19 0.00 0.01 0.01 0.01 99.79 07:13:59 06:54:01 0 1.42 0.00 0.00 0.00 0.02 98.56 07:13:59 06:54:01 1 0.02 0.00 0.03 0.00 0.02 99.93 07:13:59 06:54:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:13:59 06:54:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:13:59 06:54:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:13:59 06:54:01 5 0.00 0.00 0.00 0.05 0.00 99.95 07:13:59 06:54:01 6 0.02 0.00 0.02 0.00 0.02 99.95 07:13:59 06:54:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:13:59 06:55:01 all 0.09 0.00 0.01 0.00 0.00 99.90 07:13:59 06:55:01 0 0.55 0.00 0.02 0.00 0.00 99.43 07:13:59 06:55:01 1 0.05 0.00 0.00 0.00 0.02 99.93 07:13:59 06:55:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:13:59 06:55:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:13:59 06:55:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:13:59 06:55:01 5 0.02 0.00 0.00 0.02 0.02 99.95 07:13:59 06:55:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:13:59 06:55:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:13:59 06:56:01 all 0.03 0.00 0.02 0.03 0.01 99.91 07:13:59 06:56:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:13:59 06:56:01 1 0.05 0.00 0.07 0.00 0.02 99.87 07:13:59 06:56:01 2 0.02 0.00 0.00 0.00 0.02 99.97 07:13:59 06:56:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:13:59 06:56:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:13:59 06:56:01 5 0.02 0.00 0.02 0.25 0.02 99.70 07:13:59 06:56:01 6 0.03 0.00 0.02 0.00 0.00 99.95 07:13:59 06:56:01 7 0.05 0.00 0.02 0.00 0.02 99.92 07:13:59 07:13:59 06:56:01 CPU %user %nice %system %iowait %steal %idle 07:13:59 06:57:01 all 0.02 0.00 0.00 0.01 0.01 99.96 07:13:59 06:57:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:13:59 06:57:01 1 0.05 0.00 0.03 0.00 0.02 99.90 07:13:59 06:57:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:13:59 06:57:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:13:59 06:57:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:13:59 06:57:01 5 0.00 0.00 0.00 0.12 0.02 99.87 07:13:59 06:57:01 6 0.03 0.00 0.00 0.00 0.02 99.95 07:13:59 06:57:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:13:59 06:58:01 all 0.01 0.00 0.01 0.05 0.00 99.92 07:13:59 06:58:01 0 0.00 0.00 0.00 0.00 0.02 99.98 07:13:59 06:58:01 1 0.02 0.00 0.03 0.00 0.02 99.93 07:13:59 06:58:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:13:59 06:58:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:13:59 06:58:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:13:59 06:58:01 5 0.02 0.00 0.02 0.42 0.00 99.55 07:13:59 06:58:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:13:59 06:58:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:13:59 06:59:01 all 0.20 0.00 0.01 0.00 0.01 99.79 07:13:59 06:59:01 0 1.45 0.00 0.00 0.00 0.00 98.55 07:13:59 06:59:01 1 0.07 0.00 0.00 0.00 0.02 99.92 07:13:59 06:59:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:13:59 06:59:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:13:59 06:59:01 4 0.00 0.00 0.02 0.00 0.02 99.97 07:13:59 06:59:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:13:59 06:59:01 6 0.02 0.00 0.02 0.00 0.02 99.95 07:13:59 06:59:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:13:59 07:00:01 all 0.26 0.00 0.01 0.01 0.01 99.72 07:13:59 07:00:01 0 1.94 0.00 0.00 0.00 0.02 98.05 07:13:59 07:00:01 1 0.05 0.00 0.03 0.00 0.02 99.90 07:13:59 07:00:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:13:59 07:00:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:13:59 07:00:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:13:59 07:00:01 5 0.00 0.00 0.02 0.05 0.00 99.93 07:13:59 07:00:01 6 0.02 0.00 0.00 0.00 0.00 99.98 07:13:59 07:00:01 7 0.03 0.00 0.02 0.02 0.02 99.92 07:13:59 07:01:01 all 0.04 0.00 0.01 0.00 0.01 99.93 07:13:59 07:01:01 0 0.28 0.00 0.07 0.00 0.00 99.65 07:13:59 07:01:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:13:59 07:01:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:13:59 07:01:01 3 0.00 0.00 0.00 0.00 0.02 99.98 07:13:59 07:01:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:13:59 07:01:01 5 0.00 0.00 0.02 0.00 0.02 99.97 07:13:59 07:01:01 6 0.00 0.00 0.02 0.00 0.02 99.97 07:13:59 07:01:01 7 0.03 0.00 0.02 0.00 0.00 99.95 07:13:59 07:02:01 all 0.09 0.00 0.01 0.01 0.01 99.88 07:13:59 07:02:01 0 0.58 0.00 0.00 0.00 0.02 99.40 07:13:59 07:02:01 1 0.03 0.00 0.03 0.00 0.03 99.90 07:13:59 07:02:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:13:59 07:02:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:13:59 07:02:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:13:59 07:02:01 5 0.03 0.00 0.00 0.02 0.00 99.95 07:13:59 07:02:01 6 0.02 0.00 0.02 0.03 0.00 99.93 07:13:59 07:02:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:13:59 07:03:01 all 0.07 0.00 0.00 0.00 0.00 99.92 07:13:59 07:03:01 0 0.48 0.00 0.00 0.00 0.00 99.52 07:13:59 07:03:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:13:59 07:03:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:13:59 07:03:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:13:59 07:03:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:13:59 07:03:01 5 0.00 0.00 0.00 0.00 0.02 99.98 07:13:59 07:03:01 6 0.02 0.00 0.00 0.02 0.00 99.97 07:13:59 07:03:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:13:59 07:04:01 all 0.04 0.00 0.02 0.00 0.01 99.93 07:13:59 07:04:01 0 0.17 0.00 0.02 0.00 0.00 99.82 07:13:59 07:04:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:13:59 07:04:01 2 0.02 0.00 0.03 0.00 0.02 99.93 07:13:59 07:04:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:13:59 07:04:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:13:59 07:04:01 5 0.02 0.00 0.02 0.02 0.00 99.95 07:13:59 07:04:01 6 0.00 0.00 0.05 0.02 0.02 99.92 07:13:59 07:04:01 7 0.05 0.00 0.03 0.00 0.02 99.90 07:13:59 07:05:01 all 0.07 0.00 0.01 0.00 0.00 99.92 07:13:59 07:05:01 0 0.50 0.00 0.02 0.00 0.02 99.47 07:13:59 07:05:01 1 0.02 0.00 0.03 0.00 0.00 99.95 07:13:59 07:05:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:13:59 07:05:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:13:59 07:05:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:13:59 07:05:01 5 0.00 0.00 0.00 0.02 0.00 99.98 07:13:59 07:05:01 6 0.02 0.00 0.02 0.00 0.00 99.97 07:13:59 07:05:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:13:59 07:06:01 all 0.02 0.00 0.00 0.00 0.01 99.97 07:13:59 07:06:01 0 0.00 0.00 0.00 0.03 0.02 99.95 07:13:59 07:06:01 1 0.05 0.00 0.02 0.00 0.03 99.90 07:13:59 07:06:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:13:59 07:06:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:13:59 07:06:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:13:59 07:06:01 5 0.02 0.00 0.00 0.00 0.02 99.97 07:13:59 07:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:13:59 07:06:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:13:59 07:07:01 all 0.01 0.00 0.01 0.01 0.01 99.97 07:13:59 07:07:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:13:59 07:07:01 1 0.05 0.00 0.00 0.00 0.03 99.92 07:13:59 07:07:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:13:59 07:07:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:13:59 07:07:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:13:59 07:07:01 5 0.00 0.00 0.02 0.03 0.00 99.95 07:13:59 07:07:01 6 0.03 0.00 0.02 0.02 0.02 99.92 07:13:59 07:07:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:13:59 07:13:59 07:07:01 CPU %user %nice %system %iowait %steal %idle 07:13:59 07:08:01 all 0.01 0.00 0.01 0.00 0.00 99.97 07:13:59 07:08:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:13:59 07:08:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:13:59 07:08:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:13:59 07:08:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:13:59 07:08:01 4 0.00 0.00 0.00 0.00 0.00 100.00 07:13:59 07:08:01 5 0.00 0.00 0.00 0.02 0.02 99.97 07:13:59 07:08:01 6 0.02 0.00 0.03 0.00 0.00 99.95 07:13:59 07:08:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:13:59 07:09:01 all 0.02 0.00 0.01 0.00 0.01 99.97 07:13:59 07:09:01 0 0.00 0.00 0.00 0.02 0.00 99.98 07:13:59 07:09:01 1 0.07 0.00 0.02 0.00 0.03 99.88 07:13:59 07:09:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:13:59 07:09:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:13:59 07:09:01 4 0.00 0.00 0.02 0.00 0.00 99.98 07:13:59 07:09:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:13:59 07:09:01 6 0.02 0.00 0.02 0.00 0.02 99.95 07:13:59 07:09:01 7 0.02 0.00 0.00 0.00 0.02 99.97 07:13:59 07:10:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:13:59 07:10:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:13:59 07:10:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:13:59 07:10:01 2 0.00 0.00 0.02 0.00 0.02 99.97 07:13:59 07:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:13:59 07:10:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:13:59 07:10:01 5 0.03 0.00 0.00 0.02 0.00 99.95 07:13:59 07:10:01 6 0.02 0.00 0.02 0.02 0.02 99.93 07:13:59 07:10:01 7 0.05 0.00 0.02 0.00 0.00 99.93 07:13:59 07:11:01 all 0.01 0.00 0.01 0.00 0.01 99.97 07:13:59 07:11:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:13:59 07:11:01 1 0.02 0.00 0.00 0.00 0.03 99.95 07:13:59 07:11:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:13:59 07:11:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:13:59 07:11:01 4 0.02 0.00 0.02 0.00 0.02 99.95 07:13:59 07:11:01 5 0.00 0.00 0.02 0.02 0.02 99.95 07:13:59 07:11:01 6 0.00 0.00 0.00 0.02 0.00 99.98 07:13:59 07:11:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:13:59 07:12:01 all 0.02 0.00 0.01 0.00 0.00 99.97 07:13:59 07:12:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:13:59 07:12:01 1 0.08 0.00 0.03 0.00 0.02 99.87 07:13:59 07:12:01 2 0.00 0.00 0.00 0.00 0.00 100.00 07:13:59 07:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:13:59 07:12:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:13:59 07:12:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:13:59 07:12:01 6 0.02 0.00 0.02 0.02 0.02 99.93 07:13:59 07:12:01 7 0.03 0.00 0.00 0.00 0.00 99.97 07:13:59 07:13:01 all 0.15 0.00 0.01 0.01 0.01 99.82 07:13:59 07:13:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:13:59 07:13:01 1 1.04 0.00 0.03 0.00 0.03 98.89 07:13:59 07:13:01 2 0.05 0.00 0.00 0.00 0.00 99.95 07:13:59 07:13:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:13:59 07:13:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:13:59 07:13:01 5 0.00 0.00 0.02 0.05 0.02 99.92 07:13:59 07:13:01 6 0.03 0.00 0.00 0.03 0.00 99.93 07:13:59 07:13:01 7 0.02 0.00 0.00 0.00 0.02 99.97 07:13:59 Average: all 6.35 0.00 1.86 5.29 0.04 86.46 07:13:59 Average: 0 6.43 0.00 1.82 4.66 0.03 87.06 07:13:59 Average: 1 6.46 0.00 1.93 7.35 0.05 84.22 07:13:59 Average: 2 6.48 0.00 1.85 4.63 0.04 87.00 07:13:59 Average: 3 6.11 0.00 1.80 3.56 0.04 88.49 07:13:59 Average: 4 6.34 0.00 1.95 4.53 0.04 87.14 07:13:59 Average: 5 6.33 0.00 1.78 6.19 0.04 85.66 07:13:59 Average: 6 6.55 0.00 1.88 3.93 0.04 87.59 07:13:59 Average: 7 6.10 0.00 1.86 7.52 0.04 84.48 07:13:59 07:13:59 07:13:59