Pull request #4363 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 lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b+8776ce55658615d64e1aa8a64582242181f551ac (ec32a6bac37c2d62165a60610573443863511a1a) 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-ssh7612169327072739200.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh15493291226167122697.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-4363/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-4363/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6652562146512714855.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-4363/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2422557904499874040.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh14265128989182220739.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-4363/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-4363/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3879169013219444511.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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/v2], 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.18 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/v2 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-6197 in /w/workspace/edgexfoundry_edgex-go_PR-4363 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4363/head:refs/remotes/origin/PR-4363 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 8776ce55658615d64e1aa8a64582242181f551ac into PR head commit f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b Merge succeeded, producing f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b Checking out Revision f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b (PR-4363) > git config core.sparsecheckout # timeout=10 > git checkout -f f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b # 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 8776ce55658615d64e1aa8a64582242181f551ac # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b # timeout=10 Commit message: "refactor: Add app service default subscribe topics" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:07:02 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:07:02 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:07:02 ========================================================= 21:07:02 EdgeX Global Pipelines Version Info 21:07:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:07:03 ------------------- 21:07:03 stable info: 21:07:03 ------------------- 21:07:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:07:03 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 21:07:03 Message: update stable to v1.0.244 21:07:03 ------------------- 21:07:03 experimental info: 21:07:03 ------------------- 21:07:03 Commited By: **** collab-it+edgex@linuxfoundation.org 21:07:03 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 21:07:03 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:07:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 21:07:04 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 21:07:04 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:07:04 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:07:04 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:07:04 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 21:07:04 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 21:07:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 21:07:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 21:07:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 21:07:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:07:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:07:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 21:07:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:07:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:07:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:07:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:07:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:07:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:07:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 21:07:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:07:04 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:07:04 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 21:07:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4363 [Pipeline] echo 21:07:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4363 [Pipeline] echo 21:07:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4363 [Pipeline] echo 21:07:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b [Pipeline] echo 21:07:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f6f4f3d [Pipeline] echo 21:07:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:07:05 provisioning config files... 21:07:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config10222905536702191620tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:07:05 ---> docker-login.sh 21:07:05 nexus3.edgexfoundry.org:10001 21:07:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:07:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:07:06 Configure a credential helper to remove this warning. See 21:07:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:07:06 21:07:06 Login Succeeded 21:07:06 nexus3.edgexfoundry.org:10002 21:07:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:07:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:07:06 Configure a credential helper to remove this warning. See 21:07:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:07:06 21:07:06 Login Succeeded 21:07:06 nexus3.edgexfoundry.org:10003 21:07:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:07:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:07:06 Configure a credential helper to remove this warning. See 21:07:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:07:06 21:07:06 Login Succeeded 21:07:06 nexus3.edgexfoundry.org:10004 21:07:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:07:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:07:07 Configure a credential helper to remove this warning. See 21:07:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:07:07 21:07:07 Login Succeeded 21:07:07 docker.io 21:07:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:07:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:07:07 Configure a credential helper to remove this warning. See 21:07:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:07:07 21:07:07 Login Succeeded 21:07:07 ---> docker-login.sh ends [Pipeline] } 21:07:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:07:07 + 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-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 21:07:07 + dirname cmd/core-command/Dockerfile 21:07:07 + cut -d/ -f2 21:07:07 + echo core-command,cmd/core-command/Dockerfile 21:07:07 + dirname cmd/core-common-config-bootstrapper/Dockerfile 21:07:07 + cut -d/ -f2 21:07:07 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 21:07:07 + + dirname cmd/core-data/Dockerfile 21:07:07 cut -d/ -f2 21:07:07 + echo core-data,cmd/core-data/Dockerfile 21:07:07 + dirname cmd/core-metadata/Dockerfile 21:07:07 + cut -d/ -f2 21:07:07 + echo core-metadata,cmd/core-metadata/Dockerfile 21:07:07 + dirname cmd/security-bootstrapper/Dockerfile 21:07:07 + cut -d/ -f2 21:07:07 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 21:07:07 + dirname cmd/security-proxy-setup/Dockerfile 21:07:07 + cut -d/ -f2 21:07:07 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 21:07:07 + dirname cmd/security-secretstore-setup/Dockerfile 21:07:07 + cut -d/ -f2 21:07:07 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 21:07:07 + dirname cmd/security-spiffe-token-provider/Dockerfile 21:07:07 + cut -d/ -f2 21:07:07 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 21:07:07 + + dirname cmd/security-spire-agent/Dockerfile 21:07:07 cut -d/ -f2 21:07:07 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 21:07:07 + dirname cmd/security-spire-config/Dockerfile 21:07:07 + cut -d/ -f2 21:07:07 + echo security-spire-config,cmd/security-spire-config/Dockerfile 21:07:07 + dirname cmd/security-spire-server/Dockerfile 21:07:07 + cut -d/ -f2 21:07:07 + echo security-spire-server,cmd/security-spire-server/Dockerfile 21:07:07 + + dirname cmd/support-notifications/Dockerfile 21:07:07 cut -d/ -f2 21:07:07 + echo support-notifications,cmd/support-notifications/Dockerfile 21:07:07 + dirname cmd/support-scheduler/Dockerfile 21:07:07 + cut -d/ -f2 21:07:07 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 21:07:07 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-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 21:07:08 + git rev-list -1 --merges f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b~1..f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b [Pipeline] echo 21:07:08 -----------> git rev-list -1 --merges f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b~1..f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b [false] [Pipeline] sh 21:07:08 + git log --format=format:%s -1 f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b [Pipeline] echo 21:07:08 ========================================================= 21:07:08 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 21:07:08 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 21:07:09 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:07:09 + grep -v github /etc/ssh/ssh_known_hosts 21:07:09 + [ -e /tmp/ssh_known_hosts ] 21:07:09 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 21:07:09 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 21:07:09 + sudo tee -a /etc/ssh/ssh_known_hosts 21:07:09 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:07:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:07:09 21:07:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:07:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:07:10 0.1.4: Pulling from edgex-devops/py-git-semver 21:07:10 b85a868b505f: Pulling fs layer 21:07:10 e2be974225ed: Pulling fs layer 21:07:10 339a4e72a1f5: Pulling fs layer 21:07:10 988bab9f4d93: Pulling fs layer 21:07:10 1469e6f7b9e6: Pulling fs layer 21:07:10 eaf3925da568: Pulling fs layer 21:07:10 bab4dde63d76: Pulling fs layer 21:07:10 bde34c3a00c8: Pulling fs layer 21:07:10 b352a97aabf1: Pulling fs layer 21:07:10 4872d77fe225: Pulling fs layer 21:07:10 5851b861e8e6: Pulling fs layer 21:07:10 b352a97aabf1: Waiting 21:07:10 4872d77fe225: Waiting 21:07:10 5851b861e8e6: Waiting 21:07:10 bde34c3a00c8: Waiting 21:07:10 1469e6f7b9e6: Waiting 21:07:10 eaf3925da568: Waiting 21:07:10 bab4dde63d76: Waiting 21:07:10 988bab9f4d93: Waiting 21:07:10 e2be974225ed: Verifying Checksum 21:07:10 e2be974225ed: Download complete 21:07:10 988bab9f4d93: Verifying Checksum 21:07:10 988bab9f4d93: Download complete 21:07:10 1469e6f7b9e6: Verifying Checksum 21:07:10 1469e6f7b9e6: Download complete 21:07:10 eaf3925da568: Download complete 21:07:10 339a4e72a1f5: Verifying Checksum 21:07:10 339a4e72a1f5: Download complete 21:07:10 bde34c3a00c8: Download complete 21:07:10 b352a97aabf1: Download complete 21:07:10 b85a868b505f: Verifying Checksum 21:07:10 4872d77fe225: Verifying Checksum 21:07:10 4872d77fe225: Download complete 21:07:10 b85a868b505f: Download complete 21:07:10 5851b861e8e6: Verifying Checksum 21:07:10 5851b861e8e6: Download complete 21:07:10 bab4dde63d76: Verifying Checksum 21:07:10 bab4dde63d76: Download complete 21:07:11 b85a868b505f: Pull complete 21:07:12 e2be974225ed: Pull complete 21:07:12 339a4e72a1f5: Pull complete 21:07:12 988bab9f4d93: Pull complete 21:07:12 1469e6f7b9e6: Pull complete 21:07:13 eaf3925da568: Pull complete 21:07:15 bab4dde63d76: Pull complete 21:07:15 bde34c3a00c8: Pull complete 21:07:15 b352a97aabf1: Pull complete 21:07:15 4872d77fe225: Pull complete 21:07:15 5851b861e8e6: Pull complete 21:07:15 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 21:07:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:07:15 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:07:15 prd-ubuntu20.04-docker-8c-8g-6197 does not seem to be running inside a container 21:07:15 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 21:07:18 $ docker top 28f785c1dae630a3a71714343594aacf38bd50d19ba7a0f50feacf6ca5cf3511 -eo pid,comm 21:07:18 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). 21:07:18 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:07:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:07:18 [ssh-agent] Looking for ssh-agent implementation... 21:07:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:07:18 $ docker exec 28f785c1dae630a3a71714343594aacf38bd50d19ba7a0f50feacf6ca5cf3511 ssh-agent 21:07:18 SSH_AUTH_SOCK=/tmp/ssh-9JgNeiBL66Sp/agent.32 21:07:18 SSH_AGENT_PID=38 21:07:18 Running ssh-add (command line suppressed) 21:07:18 Identity added: /w/workspace/edgex-go/1@tmp/private_key_7561511868634690914.key (/w/workspace/edgex-go/1@tmp/private_key_7561511868634690914.key) 21:07:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:07:19 + git tag --points-at HEAD [Pipeline] } 21:07:19 $ docker exec --env ******** --env ******** 28f785c1dae630a3a71714343594aacf38bd50d19ba7a0f50feacf6ca5cf3511 ssh-agent -k 21:07:19 unset SSH_AUTH_SOCK; 21:07:19 unset SSH_AGENT_PID; 21:07:19 echo Agent pid 38 killed; 21:07:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:07:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:07:19 [ssh-agent] Looking for ssh-agent implementation... 21:07:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:07:19 $ docker exec 28f785c1dae630a3a71714343594aacf38bd50d19ba7a0f50feacf6ca5cf3511 ssh-agent 21:07:19 SSH_AUTH_SOCK=/tmp/ssh-ViPusrOTOIhD/agent.70 21:07:19 SSH_AGENT_PID=76 21:07:19 Running ssh-add (command line suppressed) 21:07:19 Identity added: /w/workspace/edgex-go/1@tmp/private_key_11860341493615023472.key (/w/workspace/edgex-go/1@tmp/private_key_11860341493615023472.key) 21:07:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:07:20 + git semver init 21:07:20 2023-02-15 21:07:20,387 [run_init] DEBUG init version:0.0.0 force:False 21:07:20 2023-02-15 21:07:20,388 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 21:07:20 2023-02-15 21:07:20,388 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver 21:07:20 2023-02-15 21:07:20,388 [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) 21:07:27 2023-02-15 21:07:26,068 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 21:07:27 2023-02-15 21:07:26,069 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4363 with force:False 21:07:27 2023-02-15 21:07:26,069 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4363 21:07:27 2023-02-15 21:07:26,073 [execute] INFO git cat-file --batch-check 21:07:27 2023-02-15 21:07:26,074 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 21:07:27 2023-02-15 21:07:26,079 [execute] INFO git cat-file --batch 21:07:27 2023-02-15 21:07:26,079 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) 21:07:27 2023-02-15 21:07:26,085 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4363 21:07:27 0.0.0 [Pipeline] } 21:07:27 $ docker exec --env ******** --env ******** 28f785c1dae630a3a71714343594aacf38bd50d19ba7a0f50feacf6ca5cf3511 ssh-agent -k 21:07:27 unset SSH_AUTH_SOCK; 21:07:27 unset SSH_AGENT_PID; 21:07:27 echo Agent pid 76 killed; 21:07:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:07:27 + git semver [Pipeline] } 21:07:27 $ docker stop --time=1 28f785c1dae630a3a71714343594aacf38bd50d19ba7a0f50feacf6ca5cf3511 21:07:29 $ docker rm -f --volumes 28f785c1dae630a3a71714343594aacf38bd50d19ba7a0f50feacf6ca5cf3511 [Pipeline] // withDockerContainer [Pipeline] sh 21:07:29 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:07:29 Stashed 1 file(s) [Pipeline] echo 21:07:29 [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 21:07:30 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 21:07:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:07:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:07:30 ========================================================= 21:07:30 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 21:07:30 ========================================================= [Pipeline] fileExists [Pipeline] sh 21:07:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 21:07:31 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 21:07:31 213ec9aee27d: Pulling fs layer 21:07:31 4583459ba037: Pulling fs layer 21:07:31 93c1e223e6f2: Pulling fs layer 21:07:31 53926ce57604: Pulling fs layer 21:07:31 21b2b0c7a3f4: Pulling fs layer 21:07:31 22ff95d597cd: Pulling fs layer 21:07:31 12d6caf4c0d1: Pulling fs layer 21:07:31 96b7cbca73a9: Pulling fs layer 21:07:31 a7acece74701: Pulling fs layer 21:07:31 12d6caf4c0d1: Waiting 21:07:31 96b7cbca73a9: Waiting 21:07:31 21b2b0c7a3f4: Waiting 21:07:31 a7acece74701: Waiting 21:07:31 22ff95d597cd: Waiting 21:07:31 53926ce57604: Waiting 21:07:31 93c1e223e6f2: Download complete 21:07:31 4583459ba037: Verifying Checksum 21:07:31 4583459ba037: Download complete 21:07:31 21b2b0c7a3f4: Verifying Checksum 21:07:31 21b2b0c7a3f4: Download complete 21:07:31 22ff95d597cd: Verifying Checksum 21:07:31 22ff95d597cd: Download complete 21:07:31 213ec9aee27d: Verifying Checksum 21:07:31 213ec9aee27d: Download complete 21:07:31 12d6caf4c0d1: Verifying Checksum 21:07:31 12d6caf4c0d1: Download complete 21:07:31 213ec9aee27d: Pull complete 21:07:31 4583459ba037: Pull complete 21:07:31 93c1e223e6f2: Pull complete 21:07:32 a7acece74701: Verifying Checksum 21:07:32 a7acece74701: Download complete 21:07:32 53926ce57604: Verifying Checksum 21:07:32 53926ce57604: Download complete 21:07:33 96b7cbca73a9: Verifying Checksum 21:07:33 96b7cbca73a9: Download complete 21:07:36 53926ce57604: Pull complete 21:07:36 21b2b0c7a3f4: Pull complete 21:07:36 22ff95d597cd: Pull complete 21:07:36 12d6caf4c0d1: Pull complete 21:07:39 96b7cbca73a9: Pull complete 21:07:39 a7acece74701: Pull complete 21:07:39 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 21:07:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 21:07:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 21:07:40 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 21:07:40 WORKDIR /edgex 21:07:40 COPY go.mod . 21:07:40 RUN go mod download 21:07:40 + docker build -t ci-base-image-x86_64 -f - . 21:07:40 Sending build context to Docker daemon 170.3MB 21:07:40 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 21:07:40 ---> db6d94c90886 21:07:40 Step 2/4 : WORKDIR /edgex 21:07:45 Still waiting to schedule task 21:07:45 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 21:07:46 ---> Running in fcdf4e0750c4 21:07:46 Removing intermediate container fcdf4e0750c4 21:07:46 ---> 8c28194df697 21:07:46 Step 3/4 : COPY go.mod . 21:07:46 ---> da1f5b1dbed4 21:07:46 Step 4/4 : RUN go mod download 21:07:46 ---> Running in 742dfe2cbd45 21:08:01 Removing intermediate container 742dfe2cbd45 21:08:01 ---> 5837efe4a4fc 21:08:01 Successfully built 5837efe4a4fc 21:08:01 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:08:01 + docker inspect -f . ci-base-image-x86_64 21:08:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:08:01 prd-ubuntu20.04-docker-8c-8g-6197 does not seem to be running inside a container 21:08:01 $ 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 ******** -e ******** ci-base-image-x86_64 cat 21:08:02 $ docker top 30246f03f40f96663610ce574304a60cfbf1492027e98b936a290ae8ba25a2b0 -eo pid,comm [Pipeline] { [Pipeline] sh 21:08:02 + go version 21:08:02 go version go1.18.7 linux/amd64 [Pipeline] } 21:08:02 $ docker stop --time=1 30246f03f40f96663610ce574304a60cfbf1492027e98b936a290ae8ba25a2b0 21:08:03 $ docker rm -f --volumes 30246f03f40f96663610ce574304a60cfbf1492027e98b936a290ae8ba25a2b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:08:04 + docker inspect -f . ci-base-image-x86_64 21:08:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:08:04 prd-ubuntu20.04-docker-8c-8g-6197 does not seem to be running inside a container 21:08:04 $ 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 ******** -e ******** ci-base-image-x86_64 cat 21:08:05 $ docker top 5c124e05889c4f8028aff82c9a4523ee8fc87ade96de1c1d0b02bfefd4489b43 -eo pid,comm [Pipeline] { [Pipeline] echo 21:08:05 ========================================================= 21:08:05 [edgeXBuildGoParallel] Running Tests and Build... 21:08:05 ========================================================= [Pipeline] sh 21:08:05 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 21:08:05 + make test 21:08:05 go test -race -coverprofile=coverage.out ./... 21:08:12 ? github.com/edgexfoundry/edgex-go [no test files] 21:08:24 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:08:24 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 21:08:24 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:08:24 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:08:24 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:08:24 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:08:24 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:08:24 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:08:24 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:08:24 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 21:08:25 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:08:25 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:08:25 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:08:25 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 21:08:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.089s coverage: 28.7% of statements 21:08:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:08:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:08:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.143s coverage: 98.5% of statements 21:08:29 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.137s coverage: 73.7% of statements 21:08:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 21:08:29 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 21:08:29 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 21:08:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.099s coverage: 54.0% of statements 21:08:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:08:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:08:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.966s coverage: 88.5% of statements 21:08:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 21:08:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 21:08:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 21:08:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:08:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 21:08:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.088s coverage: 3.9% of statements 21:08:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:08:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:08:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.498s coverage: 95.6% of statements 21:08:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 21:08:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 21:08:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 21:08:30 ok github.com/edgexfoundry/edgex-go/internal/io 0.075s coverage: 72.2% of statements 21:08:30 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:08:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 21:08:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 21:08:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:08:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:08:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.088s coverage: 65.9% of statements 21:08:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:08:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:08:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:08:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.086s coverage: 0.9% of statements 21:08:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 21:08:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.097s coverage: 29.6% of statements 21:08:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:08:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.089s coverage: 47.1% of statements 21:08:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.067s coverage: 82.9% of statements 21:08:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.067s coverage: 94.1% of statements 21:08:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.056s coverage: 96.3% of statements 21:08:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.070s coverage: 87.5% of statements 21:08:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.063s coverage: 94.4% of statements 21:08:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.075s coverage: 44.8% of statements 21:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.391s coverage: 79.9% of statements 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 21:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.094s coverage: 92.9% of statements 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 64.4% of statements 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 21:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.074s coverage: 86.9% of statements 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.094s coverage: 87.2% of statements 21:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.053s coverage: 20.0% of statements 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.073s coverage: 77.4% of statements 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.087s coverage: 80.0% of statements 21:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 21:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.258s coverage: 91.2% of statements 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.244s coverage: 63.1% of statements 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements 21:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 89.4% of statements 21:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 21:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.026s coverage: 73.7% of statements 21:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 21:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.348s coverage: 65.3% of statements 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 21:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.191s coverage: 41.0% of statements 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.078s coverage: 89.5% of statements 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 21:08:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.062s coverage: 84.8% of statements 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 21:08:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.105s coverage: 17.7% of statements 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:08:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.176s coverage: 92.3% of statements 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 21:08:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.074s coverage: 63.2% of statements 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:08:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.108s coverage: 97.7% of statements 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 21:08:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 21:08:53 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 21:09:11 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 21:09:11 go vet ./... 21:09:13 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 21:09:13 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 21:09:13 ./bin/test-attribution-txt.sh [Pipeline] echo 21:09:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 21:09:14 + ls -al . 21:09:14 total 748 21:09:14 drwxrwxr-x 11 1001 1001 4096 Feb 15 21:08 . 21:09:14 drwxr-xr-x 4 root root 4096 Feb 15 21:08 .. 21:09:14 drwxrwxr-x 2 1001 1001 4096 Feb 15 21:06 .blubracket 21:09:14 -rw-rw-r-- 1 1001 1001 16 Feb 15 21:06 .dockerignore 21:09:14 drwxrwxr-x 8 1001 1001 4096 Feb 15 21:08 .git 21:09:14 drwxrwxr-x 3 1001 1001 4096 Feb 15 21:06 .github 21:09:14 -rw-rw-r-- 1 1001 1001 1024 Feb 15 21:06 .gitignore 21:09:14 -rw-rw-r-- 1 1001 1001 42 Feb 15 21:06 .golangci.yml 21:09:14 -rw-rw-r-- 1 1001 1001 87 Feb 15 21:06 .hadolint.yml 21:09:14 drwxr-xr-x 3 1001 1001 4096 Feb 15 21:07 .semver 21:09:14 -rw-rw-r-- 1 1001 1001 166 Feb 15 21:06 .sonarcloud.properties 21:09:14 -rw-rw-r-- 1 1001 1001 1171 Feb 15 21:06 ADOPTERS.md 21:09:14 -rw-rw-r-- 1 1001 1001 10825 Feb 15 21:06 Attribution.txt 21:09:14 -rw-rw-r-- 1 1001 1001 73765 Feb 15 21:06 CHANGELOG.md 21:09:14 -rw-rw-r-- 1 1001 1001 3804 Feb 15 21:06 CONTRIBUTING.md 21:09:14 -rw-rw-r-- 1 1001 1001 677 Feb 15 21:06 GOVERNANCE.md 21:09:14 -rw-rw-r-- 1 1001 1001 850 Feb 15 21:06 Jenkinsfile 21:09:14 -rw-rw-r-- 1 1001 1001 10775 Feb 15 21:06 LICENSE 21:09:14 -rw-rw-r-- 1 1001 1001 13375 Feb 15 21:06 Makefile 21:09:14 -rw-rw-r-- 1 1001 1001 582 Feb 15 21:06 OWNERS.md 21:09:14 -rw-rw-r-- 1 1001 1001 9403 Feb 15 21:06 README.md 21:09:14 -rw-rw-r-- 1 1001 1001 6912 Feb 15 21:06 SECURITY.md 21:09:14 -rw-rw-r-- 1 1001 1001 5 Feb 15 21:07 VERSION 21:09:14 drwxrwxr-x 2 1001 1001 4096 Feb 15 21:06 bin 21:09:14 drwxrwxr-x 17 1001 1001 4096 Feb 15 21:06 cmd 21:09:14 -rw-r--r-- 1 root root 487529 Feb 15 21:08 coverage.out 21:09:14 -rw-rw-r-- 1 1001 1001 3295 Feb 15 21:06 go.mod 21:09:14 -rw-rw-r-- 1 1001 1001 33318 Feb 15 21:06 go.sum 21:09:14 drwxrwxr-x 7 1001 1001 4096 Feb 15 21:06 internal 21:09:14 drwxrwxr-x 3 1001 1001 4096 Feb 15 21:06 openapi 21:09:14 drwxrwxr-x 4 1001 1001 4096 Feb 15 21:06 snap 21:09:14 -rw-rw-r-- 1 1001 1001 204 Feb 15 21:06 version.go [Pipeline] sh 21:09:14 + '[' -e coverage.out ] 21:09:14 + chown 1001:1001 coverage.out [Pipeline] stash 21:09:14 Stashed 1 file(s) [Pipeline] sh 21:09:14 + make build 21:09:14 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 21:09:20 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6198 in /w/workspace/edgexfoundry_edgex-go_PR-4363 [Pipeline] { [Pipeline] ws 21:09:20 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 21:09:20 The recommended git tool is: git 21:09:26 using credential edgex-jenkins-ssh 21:09:26 Cloning the remote Git repository 21:09:26 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:09:26 > git init /w/workspace/edgex-go/1 # timeout=10 21:09:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:09:26 > git --version # timeout=10 21:09:27 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 21:09:27 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 21:09:26 > git --version # 'git version 2.25.1' 21:09:26 using GIT_SSH to set credentials SSH Credentials for GitHub 21:09:26 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:09:27 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 21:09:28 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 21:09:37 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 21:09:37 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-setup/security-proxy-setup ./cmd/security-proxy-setup 21:09:38 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 21:09:39 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:09:40 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 21:09:41 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:09:43 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 21:09:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:09:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:09:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:09:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:09:43 using GIT_SSH to set credentials SSH Credentials for GitHub 21:09:43 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4363/head:refs/remotes/origin/PR-4363 +refs/heads/main:refs/remotes/origin/main # timeout=10 [Pipeline] } 21:09:44 $ docker stop --time=1 5c124e05889c4f8028aff82c9a4523ee8fc87ade96de1c1d0b02bfefd4489b43 21:09:44 Merging remotes/origin/main commit 8776ce55658615d64e1aa8a64582242181f551ac into PR head commit f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b 21:09:45 Merge succeeded, producing f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b 21:09:45 Checking out Revision f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b (PR-4363) 21:09:44 > git config core.sparsecheckout # timeout=10 21:09:44 > git checkout -f f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b # timeout=10 21:09:45 > git remote # timeout=10 21:09:45 > git config --get remote.origin.url # timeout=10 21:09:45 using GIT_SSH to set credentials SSH Credentials for GitHub 21:09:45 > git merge 8776ce55658615d64e1aa8a64582242181f551ac # timeout=10 21:09:45 > git rev-parse HEAD^{commit} # timeout=10 21:09:45 > git config core.sparsecheckout # timeout=10 21:09:45 > git checkout -f f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b # timeout=10 21:09:47 $ docker rm -f --volumes 5c124e05889c4f8028aff82c9a4523ee8fc87ade96de1c1d0b02bfefd4489b43 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:09:48 Commit message: "refactor: Add app service default subscribe topics" 21:09:48 > git --version # timeout=10 21:09:48 > git --version # 'git version 2.25.1' 21:09:48 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 21:09:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:09:49 21:09:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { 21:09:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:09:49 latest: Pulling from edgex-devops/edgex-compose 21:09:49 cbdbe7a5bc2a: Pulling fs layer 21:09:49 ca9280d653b3: Pulling fs layer 21:09:49 7e9c9ca2126c: Pulling fs layer [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:09:49 cbdbe7a5bc2a: Verifying Checksum 21:09:49 cbdbe7a5bc2a: Download complete 21:09:49 cbdbe7a5bc2a: Pull complete 21:09:49 ca9280d653b3: Verifying Checksum 21:09:49 ca9280d653b3: Download complete 21:09:50 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 21:09:50 % Total % Received % Xferd Average Speed Time Time Time Current 21:09:50 Dload Upload Total Spent Left Speed 21:09:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 83339 0 --:--:-- --:--:-- --:--:-- 83888 21:09:50 7e9c9ca2126c: Download complete 21:09:50 ca9280d653b3: Pull complete [Pipeline] sh 21:09:50 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 21:09:51 + sudo tee /etc/docker/daemon.new 21:09:51 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 21:09:51 { 21:09:51 "registry-mirrors": [ 21:09:51 "https://nexus3.edgexfoundry.org:10001" 21:09:51 ], 21:09:51 "bip": "10.250.0.254/24", 21:09:51 "hosts": [ 21:09:51 "tcp://0.0.0.0:5555", 21:09:51 "unix:///var/run/docker.sock" 21:09:51 ], 21:09:51 "mtu": 1458, 21:09:51 "selinux-enabled": true, 21:09:51 "seccomp-profile": "/etc/docker/seccomp.json" 21:09:51 } [Pipeline] sh 21:09:51 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 21:09:51 + sudo service docker restart 21:09:53 7e9c9ca2126c: Pull complete 21:09:53 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 21:09:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:09:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:09:53 prd-ubuntu20.04-docker-8c-8g-6197 does not seem to be running inside a container 21:09:53 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:09:55 $ docker top dca2f69db3223a5f60c2097ffbe63af86c70dfcd4ea1da740486cde6806bec23 -eo pid,comm [Pipeline] { [Pipeline] sh 21:09:56 + docker-compose build --help 21:09:56 + grep parallel 21:09:56 --parallel Build images in parallel. [Pipeline] } 21:09:56 $ docker stop --time=1 dca2f69db3223a5f60c2097ffbe63af86c70dfcd4ea1da740486cde6806bec23 21:09:58 $ docker rm -f --volumes dca2f69db3223a5f60c2097ffbe63af86c70dfcd4ea1da740486cde6806bec23 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:09:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:09:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:09:58 prd-ubuntu20.04-docker-8c-8g-6197 does not seem to be running inside a container 21:09:58 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:09:59 $ docker top c19ef8703adfff50636762abda3375048e107c70c7bd81b1a9c00a25f7896aaa -eo pid,comm [Pipeline] { [Pipeline] sh 21:09:59 + docker-compose -f ./docker-compose-build.yml build --parallel 21:10:00 Building core-command ... 21:10:00 Building core-common-config-bootstrapper ... 21:10:00 Building core-data ... 21:10:00 Building core-metadata ... 21:10:00 Building security-bootstrapper ... 21:10:00 Building security-proxy-setup ... 21:10:00 Building security-secretstore-setup ... 21:10:00 Building security-spiffe-token-provider ... 21:10:00 Building security-spire-agent ... 21:10:00 Building security-spire-config ... 21:10:00 Building security-spire-server ... 21:10:00 Building support-notifications ... 21:10:00 Building support-scheduler ... 21:10:00 Building support-notifications 21:10:00 Building security-bootstrapper 21:10:00 Building core-metadata 21:10:00 Building security-spire-server 21:10:00 Building security-spiffe-token-provider [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:10:10 provisioning config files... 21:10:10 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config4674685173999511758tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:10:10 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:10:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:10:10 ---> 5837efe4a4fc 21:10:10 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:10:10 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:10:10 Step 2/19 : FROM ${BUILDER_BASE} AS builder 21:10:10 ---> 5837efe4a4fc 21:10:10 Step 3/19 : WORKDIR /edgex-go 21:10:10 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:10:10 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:10:10 ---> 5837efe4a4fc 21:10:10 Step 3/24 : ARG ADD_BUILD_TAGS="" 21:10:10 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:10:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:10:10 ---> 5837efe4a4fc 21:10:10 Step 3/23 : WORKDIR /edgex-go 21:10:10 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:10:10 Step 2/32 : FROM ${BUILDER_BASE} AS builder 21:10:10 ---> 5837efe4a4fc 21:10:10 Step 3/32 : WORKDIR /edgex-go 21:10:10 ---> docker-login.sh 21:10:10 nexus3.edgexfoundry.org:10001 21:10:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:10:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:10:11 Configure a credential helper to remove this warning. See 21:10:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:10:11 21:10:11 Login Succeeded 21:10:11 nexus3.edgexfoundry.org:10002 21:10:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:10:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:10:11 Configure a credential helper to remove this warning. See 21:10:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:10:11 21:10:11 Login Succeeded 21:10:11 nexus3.edgexfoundry.org:10003 21:10:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:10:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:10:11 Configure a credential helper to remove this warning. See 21:10:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:10:11 21:10:11 Login Succeeded 21:10:11 nexus3.edgexfoundry.org:10004 21:10:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:10:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:10:12 Configure a credential helper to remove this warning. See 21:10:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:10:12 21:10:12 Login Succeeded 21:10:12 docker.io 21:10:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:10:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:10:12 Configure a credential helper to remove this warning. See 21:10:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:10:12 21:10:12 Login Succeeded 21:10:12 ---> docker-login.sh ends [Pipeline] } 21:10:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 21:10:13 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 21:10:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:10:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:10:13 ========================================================= 21:10:13 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 21:10:13 ========================================================= [Pipeline] fileExists [Pipeline] sh 21:10:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 21:10:13 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:10:13 9b18e9b68314: Pulling fs layer 21:10:13 35d82f9e3411: Pulling fs layer 21:10:13 e16973657156: Pulling fs layer 21:10:13 fc693d55d65f: Pulling fs layer 21:10:13 7e9fc2657dce: Pulling fs layer 21:10:13 dda99020689f: Pulling fs layer 21:10:13 db1c61fa0a46: Pulling fs layer 21:10:13 891c053d2c06: Pulling fs layer 21:10:13 7e9fc2657dce: Waiting 21:10:13 dda99020689f: Waiting 21:10:13 db1c61fa0a46: Waiting 21:10:13 891c053d2c06: Waiting 21:10:13 fc693d55d65f: Waiting 21:10:14 e16973657156: Verifying Checksum 21:10:14 e16973657156: Download complete 21:10:14 35d82f9e3411: Verifying Checksum 21:10:14 35d82f9e3411: Download complete 21:10:14 7e9fc2657dce: Download complete 21:10:14 dda99020689f: Verifying Checksum 21:10:14 dda99020689f: Download complete 21:10:14 9b18e9b68314: Verifying Checksum 21:10:14 9b18e9b68314: Download complete 21:10:15 9b18e9b68314: Pull complete 21:10:15 891c053d2c06: Verifying Checksum 21:10:15 891c053d2c06: Download complete 21:10:16 db1c61fa0a46: Verifying Checksum 21:10:16 db1c61fa0a46: Download complete 21:10:17 fc693d55d65f: Verifying Checksum 21:10:17 fc693d55d65f: Download complete 21:10:17 35d82f9e3411: Pull complete 21:10:17 e16973657156: Pull complete 21:10:20 ---> Running in dcde68f2f58a 21:10:20 ---> Running in 2b0927f1fb33 21:10:20 ---> Running in e6d428d5c95f 21:10:20 ---> Running in 3e7108fb3a17 21:10:20 ---> Running in b08657035fce 21:10:20 Removing intermediate container 3e7108fb3a17 21:10:20 ---> 56a7f820fde3 21:10:20 Step 4/24 : WORKDIR /edgex-go 21:10:20 Removing intermediate container dcde68f2f58a 21:10:20 ---> 254b0a157663 21:10:20 Step 4/22 : WORKDIR /edgex-go 21:10:20 Removing intermediate container b08657035fce 21:10:20 ---> 6b682daf579d 21:10:20 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 21:10:20 Removing intermediate container e6d428d5c95f 21:10:20 ---> 6a4e96645643 21:10:20 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 21:10:20 Removing intermediate container 2b0927f1fb33 21:10:20 ---> 6e8f21407da9 21:10:20 Step 4/32 : RUN apk add --update --no-cache make git 21:10:20 ---> Running in 432282b03005 21:10:20 ---> Running in 744567700e20 21:10:20 ---> Running in 649af4d753f3 21:10:20 ---> Running in eac3ad06b5fc 21:10:20 ---> Running in a22dbefd87fa 21:10:20 Removing intermediate container 432282b03005 21:10:20 ---> 9abbb0d209d5 21:10:20 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:10:20 ---> Running in a290c804bd82 21:10:20 Removing intermediate container 744567700e20 21:10:20 ---> 14905562cf2f 21:10:20 Step 5/24 : RUN apk add --update --no-cache make git 21:10:20 ---> Running in ce24caec629b 21:10:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:10:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:10:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:10:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:10:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:10:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:10:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:10:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:10:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:10:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:10:20 OK: 211 MiB in 51 packages 21:10:20 v3.16.4-8-g71a076bc492 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 21:10:20 v3.16.4-4-g2609129aef3 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 21:10:20 OK: 17046 distinct packages available 21:10:20 OK: 211 MiB in 51 packages 21:10:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:10:20 OK: 211 MiB in 51 packages 21:10:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:10:20 OK: 211 MiB in 51 packages 21:10:21 Removing intermediate container 649af4d753f3 21:10:21 ---> bbbe9cd8f226 21:10:21 Step 5/23 : COPY go.mod vendor* ./ 21:10:21 OK: 211 MiB in 51 packages 21:10:21 Removing intermediate container a22dbefd87fa 21:10:21 ---> e1427000d418 21:10:21 Step 5/32 : COPY go.mod vendor* ./ 21:10:21 ---> ef7ccad54cd5 21:10:21 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:10:21 ---> Running in 2a781a114bfe 21:10:21 ---> 4e9c4698f4b0 21:10:21 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:10:21 ---> Running in 9b684ff079f9 21:10:21 Removing intermediate container a290c804bd82 21:10:21 ---> f0b8a2896311 21:10:21 Step 6/22 : COPY go.mod vendor* ./ 21:10:21 Removing intermediate container ce24caec629b 21:10:21 ---> 81a6c3a38fe4 21:10:21 Step 6/24 : COPY go.mod vendor* ./ 21:10:21 ---> 28ded0a88468 21:10:21 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:10:21 ---> Running in 3c8ddf467e59 21:10:21 Removing intermediate container eac3ad06b5fc 21:10:21 ---> 3a2afc7eb549 21:10:21 Step 5/19 : COPY go.mod vendor* ./ 21:10:21 ---> fc9e9880706b 21:10:21 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:10:21 ---> Running in 2c612b8da017 21:10:21 ---> 6639e9aa51ff 21:10:21 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:10:21 ---> Running in b17f5a6de20f 21:10:29 fc693d55d65f: Pull complete 21:10:29 7e9fc2657dce: Pull complete 21:10:29 dda99020689f: Pull complete 21:10:36 db1c61fa0a46: Pull complete 21:10:38 891c053d2c06: Pull complete 21:10:38 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 21:10:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 21:10:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 21:10:38 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 21:10:38 WORKDIR /edgex 21:10:38 COPY go.mod . 21:10:38 RUN go mod download 21:10:38 + docker build -t ci-base-image-arm64 -f - . 21:10:39 Sending build context to Docker daemon 3.099MB 21:10:39 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 21:10:39 ---> f96f9c87975a 21:10:39 Step 2/4 : WORKDIR /edgex 21:10:41 ---> Running in 85bd994f66c2 21:10:41 Removing intermediate container 85bd994f66c2 21:10:41 ---> 1c1c68711551 21:10:41 Step 3/4 : COPY go.mod . 21:10:41 ---> 7a73e64bf662 21:10:41 Step 4/4 : RUN go mod download 21:10:41 ---> Running in 5a2f73cb3007 21:11:13 Removing intermediate container 5a2f73cb3007 21:11:13 ---> bfb21a9a8df1 21:11:13 Successfully built bfb21a9a8df1 21:11:13 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:14 + docker inspect -f . ci-base-image-arm64 21:11:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:11:14 prd-ubuntu20.04-docker-arm64-4c-16g-6198 does not seem to be running inside a container 21:11: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 ******** -e ******** ci-base-image-arm64 cat 21:11:15 $ docker top f07716dbf01c9c2e6244fcb1ff45faaf1621a005245841f6d8cbb19b366c3a75 -eo pid,comm [Pipeline] { [Pipeline] sh 21:11:16 + go version 21:11:16 go version go1.18.7 linux/arm64 [Pipeline] } 21:11:16 $ docker stop --time=1 f07716dbf01c9c2e6244fcb1ff45faaf1621a005245841f6d8cbb19b366c3a75 21:11:18 $ docker rm -f --volumes f07716dbf01c9c2e6244fcb1ff45faaf1621a005245841f6d8cbb19b366c3a75 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:19 + docker inspect -f . ci-base-image-arm64 21:11:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:11:19 prd-ubuntu20.04-docker-arm64-4c-16g-6198 does not seem to be running inside a container 21:11:19 $ 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 ******** -e ******** ci-base-image-arm64 cat 21:11:22 $ docker top 60e0b5d533bbe7ce77de64e78b2664653ea19d2ecf47766d4965ee429bdd0fe0 -eo pid,comm [Pipeline] { [Pipeline] echo 21:11:22 ========================================================= 21:11:22 [edgeXBuildGoParallel] Running Tests and Build... 21:11:22 ========================================================= [Pipeline] sh 21:11:22 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 21:11:23 + make test 21:11:23 go test -race -coverprofile=coverage.out ./... 21:11:55 ? github.com/edgexfoundry/edgex-go [no test files] 21:11:58 Removing intermediate container b17f5a6de20f 21:11:58 ---> d12ae8913aef 21:11:58 Step 7/19 : COPY . . 21:11:58 Removing intermediate container 2c612b8da017 21:11:58 ---> a630e0089ce9 21:11:58 Step 8/24 : COPY . . 21:11:58 Removing intermediate container 3c8ddf467e59 21:11:58 ---> 5330e2244e45 21:11:58 Step 8/22 : COPY . . 21:11:58 Removing intermediate container 9b684ff079f9 21:11:58 ---> 53601e703cca 21:11:58 Step 7/32 : COPY . . 21:11:58 Removing intermediate container 2a781a114bfe 21:11:58 ---> 8ae21d6da43f 21:11:58 Step 7/23 : COPY . . 21:12:30 ---> fcc6e96659dd 21:12:30 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 21:12:30 ---> 989a11c3f412 21:12:30 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 21:12:30 ---> e5b1aaca3f4a 21:12:30 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:12:30 ---> 2db1a704f355 21:12:30 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 21:12:30 ---> 21014a3f27cf 21:12:30 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:12:30 ---> Running in 280a863656a7 21:12:30 ---> Running in da1f131fef11 21:12:30 ---> Running in 8e641de22e63 21:12:30 ---> Running in 5961a7f59a65 21:12:30 ---> Running in 4f51dd7214e8 21:12:30 Removing intermediate container 280a863656a7 21:12:30 ---> 0cd4261c63bb 21:12:30 Step 9/23 : WORKDIR /edgex-go/spire-build 21:12:30 ---> Running in e2987ecf16f3 21:12:30 Removing intermediate container e2987ecf16f3 21:12:30 ---> b0e643808b36 21:12:30 Step 10/23 : 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 21:12:30 ---> Running in ee4d91aaf03f 21:12:30 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 21:12:30 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 21:12:30 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 21:12:30 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 21:12:30 Removing intermediate container ee4d91aaf03f 21:12:30 ---> c06028fcee2d 21:12:30 Step 11/23 : WORKDIR /edgex-go 21:12:30 ---> Running in 0cc1f11df65c 21:12:30 Removing intermediate container 0cc1f11df65c 21:12:30 ---> 1a085b9225c4 21:12:30 21:12:30 Step 12/23 : FROM alpine:3.15 21:12:30 3.15: Pulling from library/alpine 21:12:30 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 21:12:30 Status: Downloaded newer image for alpine:3.15 21:12:30 ---> 5ce65d7b0fde 21:12:30 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:12:30 ---> Running in 3d1b1d37da2a 21:12:30 Removing intermediate container 3d1b1d37da2a 21:12:30 ---> 12cd326b8b98 21:12:30 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 21:12:30 ---> Running in 85a1569b7812 21:12:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 21:12:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 21:12:32 v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 21:12:32 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 21:12:32 OK: 15857 distinct packages available 21:12:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 21:12:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 21:12:32 (1/5) Installing dumb-init (1.2.5-r1) 21:12:32 (2/5) Installing musl-obstack (1.2.3-r0) 21:12:32 (3/5) Installing libucontext (1.1-r0) 21:12:32 (4/5) Installing gcompat (1.0.0-r4) 21:12:32 (5/5) Installing openssl (1.1.1t-r1) 21:12:32 Executing busybox-1.34.1-r7.trigger 21:12:32 OK: 7 MiB in 19 packages 21:12:35 Removing intermediate container 85a1569b7812 21:12:35 ---> 4c6acba90209 21:12:35 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:12:43 ---> 461e3d6e35e2 21:12:43 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 21:12:45 ---> cc6227317c79 21:12:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 21:12:46 ---> c9c99dd06534 21:12:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 21:12:46 ---> ecf796f2fe44 21:12:46 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 21:12:46 ---> Running in 7747855659b2 21:12:47 Removing intermediate container 7747855659b2 21:12:47 ---> 8015c38a2d06 21:12:47 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 21:12:48 ---> Running in 570ee431484b 21:12:49 Removing intermediate container 570ee431484b 21:12:49 ---> 9e758ef30acc 21:12:49 Step 21/23 : LABEL arch=x86_64 21:12:49 ---> Running in 82f1bf64b5b2 21:12:50 Removing intermediate container 82f1bf64b5b2 21:12:50 ---> cba9f2b6faf0 21:12:50 Step 22/23 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b 21:12:50 ---> Running in ac008664f9b9 21:12:51 Removing intermediate container ac008664f9b9 21:12:51 ---> 15b517d8ddd8 21:12:51 Step 23/23 : LABEL version=0.0.0 21:12:51 ---> Running in cc8310661249 21:12:51 Removing intermediate container cc8310661249 21:12:51 ---> c9f2a3880d60 21:12:51 21:12:51 Successfully built c9f2a3880d60 21:12:51 Successfully tagged security-spire-server:latest 21:12:51  Building security-spire-server ... done Building security-proxy-setup 21:12:55 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:12:55 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:12:55 ---> 5837efe4a4fc 21:12:55 Step 3/21 : WORKDIR /edgex-go 21:12:55 ---> Using cache 21:12:55 ---> 6e8f21407da9 21:12:55 Step 4/21 : RUN apk add --update --no-cache make git 21:12:55 ---> Using cache 21:12:55 ---> e1427000d418 21:12:55 Step 5/21 : COPY go.mod vendor* ./ 21:12:55 ---> Using cache 21:12:55 ---> 4e9c4698f4b0 21:12:55 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:12:55 ---> Using cache 21:12:55 ---> 53601e703cca 21:12:55 Step 7/21 : COPY . . 21:12:55 ---> Using cache 21:12:55 ---> e5b1aaca3f4a 21:12:55 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:13:07 ---> Running in 6e96db18d847 21:13:12 Removing intermediate container 5961a7f59a65 21:13:12 ---> b0b0d260da38 21:13:12 21:13:12 Step 10/24 : FROM alpine:3.16 21:13:12 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-setup/security-proxy-setup ./cmd/security-proxy-setup 21:13:12 Removing intermediate container 8e641de22e63 21:13:12 ---> 1fb38a7882ee 21:13:12 21:13:12 Step 9/32 : FROM alpine:3.16 21:13:12 3.16: Pulling from library/alpine 21:13:12 3.16: Pulling from library/alpine 21:13:14 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 21:13:14 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 21:13:14 Status: Image is up to date for alpine:3.16 21:13:14 Status: Downloaded newer image for alpine:3.16 21:13:14 ---> dfd21b5a31f5 21:13:14 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:13:14 ---> dfd21b5a31f5 21:13:14 Step 11/24 : RUN apk add --update --no-cache dumb-init 21:13:22 ---> Running in 34156981538f 21:13:22 ---> Running in 483fb9a6b955 21:13:22 Removing intermediate container 4f51dd7214e8 21:13:22 Removing intermediate container da1f131fef11 21:13:22 ---> b1c1afc74b0d 21:13:22 ---> 5bc680c8118a 21:13:22 21:13:22 Step 9/19 : FROM alpine:3.15 21:13:22 21:13:22 Step 10/22 : FROM alpine:3.16 21:13:22 ---> dfd21b5a31f5 21:13:22 ---> 5ce65d7b0fde 21:13:22 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-initStep 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:13:22 21:13:22 ---> Using cache 21:13:22 ---> 12cd326b8b98 21:13:22 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 21:13:22 Removing intermediate container 34156981538f 21:13:22 ---> a7c6c3bc0dc4 21:13:22 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 21:13:22 ---> Running in 176fbf4f4a13 21:13:22 ---> Running in 8b2da1f51fae 21:13:22 ---> Running in 691e6ed83095 21:13:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:13:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:13:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 21:13:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:13:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:13:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:13:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:13:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 21:13:25 (1/2) Installing dumb-init (1.2.5-r1) 21:13:25 (2/2) Installing su-exec (0.2-r1) 21:13:25 Executing busybox-1.35.0-r17.trigger 21:13:25 OK: 6 MiB in 16 packages 21:13:25 (1/2) Installing ca-certificates (20220614-r0) 21:13:25 (1/1) Installing dumb-init (1.2.5-r1) 21:13:25 (2/2) Installing dumb-init (1.2.5-r1) 21:13:25 Executing busybox-1.35.0-r17.trigger 21:13:26 OK: 6 MiB in 15 packages 21:13:26 Executing busybox-1.35.0-r17.trigger 21:13:26 Executing ca-certificates-20220614-r0.trigger 21:13:26 v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 21:13:26 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 21:13:26 OK: 15857 distinct packages available 21:13:26 OK: 6 MiB in 16 packages 21:13:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 21:13:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 21:13:26 (1/9) Installing ca-certificates (20220614-r0) 21:13:26 (2/9) Installing brotli-libs (1.0.9-r5) 21:13:26 (3/9) Installing nghttp2-libs (1.46.0-r0) 21:13:26 (4/9) Installing libcurl (7.80.0-r6) 21:13:26 (5/9) Installing curl (7.80.0-r6) 21:13:26 (6/9) Installing dumb-init (1.2.5-r1) 21:13:26 (7/9) Installing musl-obstack (1.2.3-r0) 21:13:26 (8/9) Installing libucontext (1.1-r0) 21:13:26 (9/9) Installing gcompat (1.0.0-r4) 21:13:26 Executing busybox-1.34.1-r7.trigger 21:13:26 Executing ca-certificates-20220614-r0.trigger 21:13:26 OK: 8 MiB in 23 packages 21:13:28 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 21:13:29 Removing intermediate container 691e6ed83095 21:13:29 ---> 413e025788be 21:13:29 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 21:13:29 Removing intermediate container 483fb9a6b955 21:13:29 ---> 85e4d392d3d5 21:13:29 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:13:29 Removing intermediate container 8b2da1f51fae 21:13:29 ---> 90f3161383fc 21:13:29 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:13:29 ---> Running in df5c3895c227 21:13:29 ---> Running in 08d013262623 21:13:29 ---> Running in 970f98165dca 21:13:29 Removing intermediate container df5c3895c227 21:13:29 ---> c23ef6b80f63 21:13:29 Step 13/24 : ENV APP_PORT=59881 21:13:29 Removing intermediate container 970f98165dca 21:13:29 ---> ac96d58325f4 21:13:29 Step 13/22 : ENV APP_PORT=59860 21:13:29 Removing intermediate container 08d013262623 21:13:29 ---> bd1e166f80c0 21:13:29 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 21:13:29 Removing intermediate container 176fbf4f4a13 21:13:29 ---> de5a861f5291 21:13:29 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 21:13:30 ---> Running in 941c72c08b25 21:13:30 ---> Running in db98c2da3aa5 21:13:30 ---> Running in 5e07eb5307d4 21:13:30 ---> 35562ed66969 21:13:30 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 21:13:30 Removing intermediate container 941c72c08b25 21:13:30 ---> 2c2c858a711d 21:13:30 Step 14/24 : EXPOSE $APP_PORT 21:13:31 Removing intermediate container db98c2da3aa5 21:13:31 ---> 6426c3e21f94 21:13:31 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 21:13:31 Removing intermediate container 5e07eb5307d4 21:13:31 ---> 01e75779c6b0 21:13:31 Step 14/22 : EXPOSE $APP_PORT 21:13:31 ---> Running in f870b3d4e3b3 21:13:31 ---> Running in cb3ed8ffc04b 21:13:31 ---> 6ff439f940b2 21:13:31 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 21:13:31 ---> Running in 91a1c6dbb633 21:13:31 Removing intermediate container 6e96db18d847 21:13:31 ---> d05dfd606764 21:13:31 21:13:31 Step 9/21 : FROM alpine:3.16 21:13:31 ---> dfd21b5a31f5 21:13:31 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 21:13:31 ---> Running in 83533a56e792 21:13:31 Removing intermediate container f870b3d4e3b3 21:13:31 ---> e8a13d27bbb7 21:13:31 Step 15/24 : WORKDIR / 21:13:31 ---> d6bb9f00f4e6 21:13:31 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 21:13:31 Removing intermediate container 91a1c6dbb633 21:13:31 ---> 25b9be3862ea 21:13:31 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:13:32 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:13:32 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 21:13:32 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:13:32 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:13:32 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:13:32 Removing intermediate container cb3ed8ffc04b 21:13:32 ---> 869a342de44f 21:13:32 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 21:13:32 ---> Running in 9840353d35a5 21:13:32 ---> Running in fb37c7626eb9 21:13:32 ---> Running in c70624d618cc 21:13:32 Removing intermediate container fb37c7626eb9 21:13:32 ---> 76417648b1b0 21:13:32 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:13:32 Removing intermediate container 9840353d35a5 21:13:32 ---> dc1e197551a3 21:13:32 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 21:13:32 Removing intermediate container c70624d618cc 21:13:32 ---> 8f9e89cbfaaf 21:13:32 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 21:13:32 ---> 1ce6cfc5d260 21:13:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:13:32 ---> Running in 0e928390303b 21:13:32 ---> Running in 9b2dfafcb756 21:13:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:13:32 ---> 0c234400c30e 21:13:32 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:13:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:13:32 (1/6) Installing ca-certificates (20220614-r0) 21:13:32 Removing intermediate container 0e928390303b 21:13:32 ---> 8d9e8d4c87a9 21:13:32 Step 17/19 : LABEL arch=x86_64 21:13:32 (2/6) Installing brotli-libs (1.0.9-r6) 21:13:32 (3/6) Installing nghttp2-libs (1.47.0-r0) 21:13:32 (4/6) Installing libcurl (7.83.1-r6) 21:13:32 (5/6) Installing curl (7.83.1-r6) 21:13:32 (6/6) Installing dumb-init (1.2.5-r1) 21:13:32 Executing busybox-1.35.0-r17.trigger 21:13:32 Executing ca-certificates-20220614-r0.trigger 21:13:32 OK: 8 MiB in 20 packages 21:13:33 ---> Running in a532a7ba22dd 21:13:33 ---> 7dd4137fd2b5 21:13:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:13:33 ---> 56d2c8e774e4 21:13:33 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:13:33 Removing intermediate container a532a7ba22dd 21:13:33 ---> 3a522b39a2bb 21:13:33 Step 18/19 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b 21:13:33 ---> Running in 1b6a516b15f6 21:13:33 ---> 853affb19d35 21:13:33 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:13:33 ---> 217ae9dac1f2 21:13:33 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 21:13:33 ---> Running in cb73d8763a7c 21:13:33 Removing intermediate container 1b6a516b15f6 21:13:33 Removing intermediate container 9b2dfafcb756 21:13:33 ---> c1b102c4289e 21:13:33 ---> 2de966e2c216 21:13:33 Step 19/19 : LABEL version=0.0.0Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 21:13:33 21:13:33 Removing intermediate container 83533a56e792 21:13:33 ---> 81deee725a22 21:13:33 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:13:33 ---> Running in cc1651abfe90 21:13:33 Removing intermediate container cb73d8763a7c 21:13:33 ---> 1bec3ea10502 21:13:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:13:33 ---> Running in 044a9e60898d 21:13:33 ---> 7cad6b794646 21:13:33 Step 20/24 : ENTRYPOINT ["/core-metadata"] 21:13:33 ---> Running in ef3e510df2b9 21:13:33 ---> Running in feb1bff725f2 21:13:33 ---> Running in d9295aa6013a 21:13:33 Removing intermediate container 044a9e60898d 21:13:33 ---> 7420940cfe26 21:13:33 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 21:13:33 Removing intermediate container cc1651abfe90 21:13:33 ---> c07c753277bf 21:13:33 21:13:34 Removing intermediate container feb1bff725f2 21:13:34 ---> e89486a6e094 21:13:34 Step 20/22 : LABEL arch=x86_64 21:13:34 Removing intermediate container d9295aa6013a 21:13:34 ---> bf78672a01bf 21:13:34 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:13:34 Successfully built c07c753277bf 21:13:34 Removing intermediate container ef3e510df2b9 21:13:34 ---> 1f6bbe7d0bef 21:13:34 Step 12/21 : WORKDIR /edgex 21:13:34 Successfully tagged security-spiffe-token-provider:latest 21:13:34  Building security-spiffe-token-provider ... done Building support-scheduler 21:13:34 ---> Running in 6a1a696fda11 21:13:34 ---> Running in 0e3fbd3e8de0 21:13:34 ---> Running in a120db51dd1e 21:13:34 ---> 6a5736e69ac0 21:13:34 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 21:13:34 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:13:35 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:13:35 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:13:35 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:13:36 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 21:13:37 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:13:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:13:38 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:13:38 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:13:38 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:13:38 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 21:13:38 ---> 5837efe4a4fc 21:13:38 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:13:38 ---> Running in 89e2b1270430 21:13:38 ---> Using cache 21:13:38 ---> 254b0a157663 21:13:38 Step 4/22 : WORKDIR /edgex-go 21:13:38 ---> Using cache 21:13:38 ---> 9abbb0d209d5 21:13:38 Step 5/22 : RUN apk add --update --no-cache make git 21:13:38 Removing intermediate container 6a1a696fda11 21:13:38 ---> 30675e3290a4 21:13:38 Step 22/24 : LABEL arch=x86_64 21:13:38 Removing intermediate container 0e3fbd3e8de0 21:13:38 ---> d0caf3a9e82c 21:13:38 Step 21/22 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b 21:13:38 Removing intermediate container a120db51dd1e 21:13:38 ---> 721e162b24de 21:13:38 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:13:38 ---> Running in ed6b633694af 21:13:38 ---> Running in e3acfaa2c6cb 21:13:38 ---> Running in ddc69adba3b9 21:13:38 Removing intermediate container ddc69adba3b9 21:13:38 ---> 4d4c3ab94ba1 21:13:38 Step 22/22 : LABEL version=0.0.0 21:13:38 Removing intermediate container e3acfaa2c6cb 21:13:38 ---> d1710cc7b96b 21:13:38 Step 23/24 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b 21:13:38 ---> Running in 7bfbac14cc98 21:13:38 ---> 50a83c30189d 21:13:38 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:13:38 ---> Running in 655298b46932 21:13:38 Removing intermediate container 7bfbac14cc98 21:13:38 ---> 791f1b65ce29 21:13:38 21:13:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:13:39 Successfully built 791f1b65ce29 21:13:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:13:39 Successfully tagged support-notifications:latest 21:13:39  Building support-notifications ... done Building security-secretstore-setup 21:13:39 Removing intermediate container 655298b46932 21:13:39 ---> 2c88be9d600c 21:13:39 Step 24/24 : LABEL version=0.0.0 21:13:39 ---> Running in f9cc7f8451be 21:13:39 ---> fa99b76b8afb 21:13:39 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:13:39 OK: 211 MiB in 51 packages 21:13:42 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:13:42 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:13:42 ---> 5837efe4a4fc 21:13:42 Step 3/24 : WORKDIR /edgex-go 21:13:42 ---> Using cache 21:13:42 ---> 6e8f21407da9 21:13:42 Step 4/24 : RUN apk add --update --no-cache make git 21:13:42 ---> Using cache 21:13:42 ---> e1427000d418 21:13:42 Step 5/24 : COPY go.mod vendor* ./ 21:13:42 ---> Using cache 21:13:42 ---> 4e9c4698f4b0 21:13:42 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:13:42 ---> Using cache 21:13:42 ---> 53601e703cca 21:13:42 Step 7/24 : COPY . . 21:13:42 ---> Using cache 21:13:42 ---> e5b1aaca3f4a 21:13:42 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:13:46 Removing intermediate container f9cc7f8451be 21:13:46 ---> 901fd6732622 21:13:46 21:13:46 ---> b46f80d10769 21:13:46 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 21:13:46 ---> Running in a1c611a135f6 21:13:46 Successfully built 901fd6732622 21:13:46 Removing intermediate container 89e2b1270430 21:13:46 ---> 8d31b1312975 21:13:46 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 21:13:46 Successfully tagged core-metadata:latest 21:13:46 Building security-spire-config 21:13:46  Building core-metadata ... done Removing intermediate container ed6b633694af 21:13:46 ---> 50c0d2b921db 21:13:46 Step 6/22 : COPY go.mod vendor* ./ 21:13:46 ---> a8391c7966e4 21:13:46 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:13: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 21:13:50 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:13:50 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:13:50 ---> 5837efe4a4fc 21:13:50 Step 3/24 : WORKDIR /edgex-go 21:13:50 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.248s coverage: 28.7% of statements 21:13:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:13:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:13:51 ---> Using cache 21:13:51 ---> 6e8f21407da9 21:13:51 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 21:13:53 ---> 08e7979b9437 21:13:53 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:13:53 ---> Running in 5189e18ae76d 21:13:53 ---> f61318302b08 21:13:53 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:13:53 ---> Running in aeef816bdb7c 21:13:53 ---> Running in 6a35fef22b98 21:13:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:13:54 ---> d7e601d3b2b6 21:13:54 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:13:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:13:55 OK: 211 MiB in 51 packages 21:13:55 ---> 3f9178434a6d 21:13:55 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:13:55 Removing intermediate container 5189e18ae76d 21:13:55 ---> b5014a4553df 21:13:55 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 21:13:55 ---> Running in 2576978b1cd5 21:13:55 ---> ff61b367fbf4 21:13:55 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 21:13:55 Removing intermediate container aeef816bdb7c 21:13:55 ---> 3b51eea7cb10 21:13:55 Step 5/24 : COPY go.mod vendor* ./ 21:13:55 Removing intermediate container 2576978b1cd5 21:13:55 ---> c041f7b0738e 21:13:55 Step 19/21 : LABEL arch=x86_64 21:13:56 ---> Running in 37600595f3ed 21:13:56 ---> 8f6d3541a734 21:13:56 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 21:13:56 ---> 9afd768f23d4 21:13:56 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:13:56 ---> Running in c889514afc23 21:13:56 Removing intermediate container 37600595f3ed 21:13:56 ---> b6f56598cb22 21:13:56 Step 20/21 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b 21:13:56 ---> 187b5f818c7b 21:13:56 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:13:56 ---> Running in 440fe2956e49 21:13:56 Removing intermediate container 440fe2956e49 21:13:56 ---> 39e81a29e6cb 21:13:56 Step 21/21 : LABEL version=0.0.0 21:13:56 ---> bd1ddcad6626 21:13:56 Step 27/32 : RUN chmod +x /entrypoint.sh 21:13:56 ---> Running in 7bd3fb1ba0b5 21:13:56 ---> Running in 34f3a6bc9275 21:13:56 Removing intermediate container 7bd3fb1ba0b5 21:13:56 ---> c387f6626bc7 21:13:56 21:13:56 Successfully built c387f6626bc7 21:13:56 Successfully tagged security-proxy-setup:latest 21:13:56  Building security-proxy-setup ... done Building core-data 21:13:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.466s coverage: 98.5% of statements 21:14:01 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:14:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:14:01 ---> 5837efe4a4fc 21:14:01 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:14:01 ---> Using cache 21:14:01 ---> 254b0a157663 21:14:01 Step 4/22 : WORKDIR /edgex-go 21:14:01 ---> Using cache 21:14:01 ---> 9abbb0d209d5 21:14:01 Step 5/22 : RUN apk add --update --no-cache make git 21:14:01 ---> Using cache 21:14:01 ---> 50c0d2b921db 21:14:01 Step 6/22 : COPY go.mod vendor* ./ 21:14:01 ---> Using cache 21:14:01 ---> 08e7979b9437 21:14:01 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:14:02 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.200s coverage: 73.7% of statements 21:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 21:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 21:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 21:14:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.694s coverage: 54.0% of statements 21:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:14:03 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 21:14:06 ---> Running in 31bef72db027 21:14:06 Removing intermediate container 34f3a6bc9275 21:14:06 ---> 7fab10c9ed8a 21:14:06 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 21:14:06 ---> Running in 58471d437552 21:14:07 Removing intermediate container 58471d437552 21:14:07 ---> a48c031d7ec7 21:14:07 Step 29/32 : CMD ["gate"] 21:14:08 ---> Running in d3972ad9b940 21:14:08 Removing intermediate container a1c611a135f6 21:14:08 ---> ad25d7056f72 21:14:08 21:14:08 Step 9/24 : FROM alpine:3.16 21:14:08 ---> dfd21b5a31f5 21:14:08 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 21:14:08 ---> Running in 6d5c43bb1891 21:14:08 Removing intermediate container d3972ad9b940 21:14:08 ---> 8877dd975cad 21:14:08 Step 30/32 : LABEL arch=x86_64 21:14:08 ---> Running in b237073a8a59 21:14:08 Removing intermediate container b237073a8a59 21:14:08 ---> 8be469f0b398 21:14:08 Step 31/32 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b 21:14:08 ---> Running in f50f9215a2ea 21:14:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:14:08 Removing intermediate container f50f9215a2ea 21:14:08 ---> 090cb61e81ba 21:14:08 Step 32/32 : LABEL version=0.0.0 21:14:08 ---> Running in 4aa3bb5ca52b 21:14:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:14:08 Removing intermediate container 4aa3bb5ca52b 21:14:08 ---> 92f86aa39fa9 21:14:08 21:14:08 Successfully built 92f86aa39fa9 21:14:08 Successfully tagged security-bootstrapper:latest 21:14:08  Building security-bootstrapper ... done Building core-common-config-bootstrapper 21:14:08 (1/3) Installing ca-certificates (20220614-r0) 21:14:08 (2/3) Installing dumb-init (1.2.5-r1) 21:14:08 (3/3) Installing su-exec (0.2-r1) 21:14:08 Executing busybox-1.35.0-r17.trigger 21:14:09 Executing ca-certificates-20220614-r0.trigger 21:14:09 OK: 6 MiB in 17 packages 21:14:13 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:14:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:14:13 ---> 5837efe4a4fc 21:14:13 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:14:13 ---> Using cache 21:14:13 ---> 254b0a157663 21:14:13 Step 4/22 : WORKDIR /edgex-go 21:14:13 ---> Using cache 21:14:13 ---> 9abbb0d209d5 21:14:13 Step 5/22 : RUN apk add --update --no-cache make git 21:14:13 ---> Using cache 21:14:13 ---> 50c0d2b921db 21:14:13 Step 6/22 : COPY go.mod vendor* ./ 21:14:13 ---> Using cache 21:14:13 ---> 08e7979b9437 21:14:13 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:14:16 ---> Running in 2451cef1be7e 21:14:16 Removing intermediate container 6d5c43bb1891 21:14:16 ---> dca916f768fc 21:14:16 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:14:16 ---> Running in 91395d0a23f3 21:14:16 Removing intermediate container 91395d0a23f3 21:14:16 ---> 90ad63361131 21:14:16 Step 12/24 : WORKDIR / 21:14:16 ---> Running in 3676b407c2b3 21:14:16 Removing intermediate container 3676b407c2b3 21:14:16 ---> 585519eb0e66 21:14:16 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:14:16 ---> 29e87e4f6f47 21:14:16 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:14:17 ---> a6d7f7f1a0c6 21:14:17 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:14:17 ---> ca6f803d9f57 21:14:17 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 21:14:17 ---> 024b1396fe8f 21:14:17 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:14:18 ---> 351e8f43b51c 21:14:18 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:14:19 ---> 3619fdd5247d 21:14:19 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:14:19 ---> 79c5bf7c4de4 21:14:19 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:14:19 ---> Running in 87b0c28a1afa 21:14:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 21.068s coverage: 88.5% of statements 21:14:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 21:14:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 21:14:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 21:14:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:14:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 21:14:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.509s coverage: 3.9% of statements 21:14:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:14:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:14:21 Removing intermediate container 87b0c28a1afa 21:14:21 ---> 99e80004cef6 21:14:21 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:14:23 ---> Running in 06f5e19cf96d 21:14:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.335s coverage: 95.6% of statements 21:14:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 21:14:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 21:14:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 21:14:23 ok github.com/edgexfoundry/edgex-go/internal/io 0.724s coverage: 72.2% of statements 21:14:23 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:14:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 21:14:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 21:14:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:14:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:14:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.546s coverage: 65.9% of statements 21:14:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:14:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:14:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:14:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.558s coverage: 0.9% of statements 21:14:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 21:14:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.332s coverage: 29.6% of statements 21:14:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:14:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.261s coverage: 47.1% of statements 21:14:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.279s coverage: 82.9% of statements 21:14:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.217s coverage: 94.1% of statements 21:14:24 Removing intermediate container 06f5e19cf96d 21:14:24 ---> b1b44de467b4 21:14:24 Step 22/24 : LABEL arch=x86_64 21:14:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.274s coverage: 96.3% of statements 21:14:26 ---> Running in 70c29afae60f 21:14:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.244s coverage: 87.5% of statements 21:14:30 Removing intermediate container 70c29afae60f 21:14:30 ---> 5ad0ff6c2d61 21:14:30 Step 23/24 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b 21:14:37 ---> Running in 9b6bb3730dfd 21:14:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.241s coverage: 94.4% of statements 21:14:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.213s coverage: 44.8% of statements 21:14:39 Removing intermediate container 9b6bb3730dfd 21:14:39 ---> bd5e5e8ec5c3 21:14:39 Step 24/24 : LABEL version=0.0.0 21:14:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.268s coverage: 79.9% of statements 21:14:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 21:14:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.291s coverage: 92.9% of statements 21:14:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:14:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:14:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:14:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 64.4% of statements 21:14:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:14:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 21:14:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 21:14:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 21:14:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.220s coverage: 86.9% of statements 21:14:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:14:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:14:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:14:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:14:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.237s coverage: 87.2% of statements 21:14:57 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.187s coverage: 20.0% of statements 21:14:57 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:14:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:14:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.186s coverage: 100.0% of statements 21:14:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:14:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.295s coverage: 77.4% of statements 21:14:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:14:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.260s coverage: 80.0% of statements 21:14:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.218s coverage: 87.2% of statements 21:14:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.931s coverage: 91.2% of statements 21:14:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:14:57 ---> Running in df2440b32973 21:14:58 Removing intermediate container df2440b32973 21:14:58 ---> 544b63d847c7 21:14:58 21:14:58 Successfully built 544b63d847c7 21:14:58 Successfully tagged security-secretstore-setup:latest 21:14:58  Building security-secretstore-setup ... done Building core-command 21:14:58 Removing intermediate container 6a35fef22b98 21:14:58 ---> aa3fec4eaf8d 21:14:58 Step 8/22 : COPY . . 21:14:58 Removing intermediate container 31bef72db027 21:14:58 ---> b864dfe53c20 21:14:58 Step 8/22 : COPY . . 21:14:58 Removing intermediate container c889514afc23 21:14:58 ---> fd172323b05d 21:14:58 Step 7/24 : COPY . . 21:14:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.430s coverage: 63.1% of statements 21:14:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:14:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:14:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.212s coverage: 100.0% of statements 21:14:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.202s coverage: 89.4% of statements 21:14:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.090s coverage: 100.0% of statements 21:14:58 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.089s coverage: 73.7% of statements 21:14:58 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.084s coverage: 100.0% of statements 21:15:01 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:15:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:15:01 ---> 5837efe4a4fc 21:15:01 Step 3/23 : ARG ADD_BUILD_TAGS="" 21:15:01 ---> Using cache 21:15:01 ---> 254b0a157663 21:15:01 Step 4/23 : WORKDIR /edgex-go 21:15:01 ---> Using cache 21:15:01 ---> 9abbb0d209d5 21:15:01 Step 5/23 : RUN apk add --update --no-cache make git 21:15:01 ---> Using cache 21:15:01 ---> 50c0d2b921db 21:15:01 Step 6/23 : COPY go.mod vendor* ./ 21:15:01 ---> Using cache 21:15:01 ---> 08e7979b9437 21:15:01 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:15:01 ---> Using cache 21:15:01 ---> b864dfe53c20 21:15:01 Step 8/23 : COPY . . 21:15:05 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.355s coverage: 65.3% of statements 21:15:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:15:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:15:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 21:15:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.824s coverage: 41.0% of statements 21:15:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:15:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:15:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.360s coverage: 89.5% of statements 21:15:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 21:15:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.219s coverage: 84.8% of statements 21:15:06 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 21:15:06 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 21:15:06 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 21:15:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 21:15:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.301s coverage: 17.7% of statements 21:15:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 21:15:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 21:15:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:15:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:15:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.646s coverage: 92.3% of statements 21:15:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 21:15:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 21:15:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 21:15:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 21:15:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.283s coverage: 63.2% of statements 21:15:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:15:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:15:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.468s coverage: 97.7% of statements 21:15:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 21:15:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 21:15:16 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 21:15:16 WARNING: Linting skipped (not on x86_64 or linter not installed) 21:15:16 go vet ./... 21:15:33 ---> 896f992b6187 21:15:33 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 21:15:33 ---> a0d50b4ff9b3 21:15:33 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 21:15:33 ---> fff59581024b 21:15:33 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:15:33 ---> 57dda1d6dd43 21:15:33 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 21:15:33 ---> Running in 69f5247282c9 21:15:33 ---> Running in 6aa43870440d 21:15:33 ---> Running in 07ab795d22cc 21:15:33 ---> Running in 03f0c21a8223 21:15:33 Removing intermediate container 6aa43870440d 21:15:33 ---> c111fb42086b 21:15:33 Step 9/24 : WORKDIR /edgex-go/spire-build 21:15:33 ---> Running in 2ff4015b3715 21:15:33 Removing intermediate container 2451cef1be7e 21:15:33 ---> 49d0284ada57 21:15:33 Step 8/22 : COPY . . 21:15:33 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 21:15:33 Removing intermediate container 2ff4015b3715 21:15:33 ---> 71ad01b3db4b 21:15:33 Step 10/24 : 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 21:15:33 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 21:15:33 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 21:15:39 ---> Running in e0710b273071 21:15:39 ---> a561e625419b 21:15:39 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 21:15:40 ---> Running in a500671ebbaa 21:15:41 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 21:15:42 Removing intermediate container e0710b273071 21:15:42 ---> 99b83fde4cf7 21:15:42 Step 11/24 : WORKDIR /edgex-go 21:15:42 ---> Running in 068d311fa2ad 21:15:42 Removing intermediate container 068d311fa2ad 21:15:42 ---> 252f7485b0cc 21:15:42 21:15:42 Step 12/24 : FROM alpine:3.15 21:15:42 ---> 5ce65d7b0fde 21:15:42 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:15:42 ---> Using cache 21:15:42 ---> 12cd326b8b98 21:15:42 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 21:15:43 ---> Running in b91b7f9e3dab 21:15:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 21:15:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 21:15:44 v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 21:15:44 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 21:15:44 OK: 15857 distinct packages available 21:15:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 21:15:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 21:15:45 (1/4) Installing dumb-init (1.2.5-r1) 21:15:45 (2/4) Installing musl-obstack (1.2.3-r0) 21:15:45 (3/4) Installing libucontext (1.1-r0) 21:15:45 (4/4) Installing gcompat (1.0.0-r4) 21:15:45 Executing busybox-1.34.1-r7.trigger 21:15:45 OK: 6 MiB in 18 packages 21:15:46 Removing intermediate container b91b7f9e3dab 21:15:46 ---> 3be7a0816b7f 21:15:46 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:15:53 ---> 4abd2cdabcdf 21:15:53 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 21:15:53 ---> da3f54ddbf5d 21:15:53 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 21:15:53 ---> Running in 529bd0d2143a 21:15:54 Removing intermediate container 529bd0d2143a 21:15:54 ---> b73690cfb109 21:15:54 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 21:15:54 ---> 10f8abcf2b7b 21:15:54 Step 19/24 : WORKDIR / 21:15:54 ---> Running in 1b7d7de71673 21:15:55 Removing intermediate container 1b7d7de71673 21:15:55 ---> 12cb75eeb746 21:15:55 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 21:15:55 ---> Running in 601f9a869e0d 21:15:56 Removing intermediate container 601f9a869e0d 21:15:56 ---> 5d5fb206e319 21:15:56 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 21:15:58 ---> Running in 2e241f0ebf77 21:15:59 Removing intermediate container 2e241f0ebf77 21:15:59 ---> b64ee8bfb08f 21:15:59 Step 22/24 : LABEL arch=x86_64 21:16:00 ---> Running in 4030c6cfeb61 21:16:00 Removing intermediate container 4030c6cfeb61 21:16:00 ---> ba584afb9c0c 21:16:00 Step 23/24 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b 21:16:00 ---> Running in 2d5905e3155b 21:16:00 Removing intermediate container 2d5905e3155b 21:16:00 ---> 49e61d8cb803 21:16:00 Step 24/24 : LABEL version=0.0.0 21:16:01 ---> Running in b0dffa8a1392 21:16:02 Removing intermediate container b0dffa8a1392 21:16:02 ---> c0afaf661d5a 21:16:02 21:16:02 Successfully built c0afaf661d5a 21:16:02 Successfully tagged security-spire-config:latest 21:16:02 Building security-spire-agent 21:16:09  Building security-spire-config ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:16:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:16:09 ---> 5837efe4a4fc 21:16:09 Step 3/24 : WORKDIR /edgex-go 21:16:09 ---> Using cache 21:16:09 ---> 6e8f21407da9 21:16:09 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 21:16:09 ---> Using cache 21:16:09 ---> 3b51eea7cb10 21:16:09 Step 5/24 : COPY go.mod vendor* ./ 21:16:09 ---> Using cache 21:16:09 ---> 9afd768f23d4 21:16:09 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:16:09 ---> Using cache 21:16:09 ---> fd172323b05d 21:16:09 Step 7/24 : COPY . . 21:16:09 ---> Using cache 21:16:09 ---> a0d50b4ff9b3 21:16:09 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 21:16:09 ---> Using cache 21:16:09 ---> c111fb42086b 21:16:09 Step 9/24 : WORKDIR /edgex-go/spire-build 21:16:09 ---> Using cache 21:16:09 ---> 71ad01b3db4b 21:16:09 Step 10/24 : 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 21:16:09 ---> Using cache 21:16:09 ---> 99b83fde4cf7 21:16:09 Step 11/24 : WORKDIR /edgex-go 21:16:09 ---> Using cache 21:16:09 ---> 252f7485b0cc 21:16:09 21:16:09 Step 12/24 : FROM alpine:3.15 21:16:09 ---> 5ce65d7b0fde 21:16:09 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:16:09 ---> Using cache 21:16:09 ---> 12cd326b8b98 21:16:09 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 21:16:09 ---> Using cache 21:16:09 ---> 4c6acba90209 21:16:09 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 21:16:19 ---> 27a5be1adca1 21:16:19 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:16:19 Removing intermediate container 69f5247282c9 21:16:19 ---> 8f47260e7349 21:16:19 21:16:19 Step 10/22 : FROM alpine:3.16 21:16:19 ---> dfd21b5a31f5 21:16:19 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:16:19 Removing intermediate container 03f0c21a8223 21:16:19 ---> 148052c7045b 21:16:19 21:16:19 Step 10/23 : FROM alpine:3.16 21:16:19 ---> dfd21b5a31f5 21:16:19 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:16:19 ---> Using cache 21:16:19 ---> 85e4d392d3d5 21:16:19 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:16:19 ---> Using cache 21:16:19 ---> c23ef6b80f63 21:16:19 Step 13/23 : ENV APP_PORT=59882 21:16:23 ---> Running in 5f3b5e4f8176 21:16:23 ---> Running in 3e311c76835f 21:16:23 ---> a7ebf8590501 21:16:23 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 21:16:23 Removing intermediate container 3e311c76835f 21:16:23 Removing intermediate container 5f3b5e4f8176 21:16:23 ---> c56daad68a41 21:16:23 ---> 4e323a30c8f3 21:16:23 Step 12/22 : ENV APP_PORT=59880Step 14/23 : EXPOSE $APP_PORT 21:16:23 21:16:23 Removing intermediate container a500671ebbaa 21:16:23 ---> 57b4a291492f 21:16:23 21:16:23 Step 10/22 : FROM alpine:3.16 21:16:23 ---> dfd21b5a31f5 21:16:23 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 21:16:23 ---> 8956a1dc0dce 21:16:23 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 21:16:23 ---> Running in a87fe0dda0dc 21:16:23 ---> Running in 85327a3e4600 21:16:23 Removing intermediate container 07ab795d22cc 21:16:23 ---> 6e89ee4042ca 21:16:23 21:16:23 Step 10/22 : FROM alpine:3.16 ---> Running in 0649fd95d984 21:16:23 21:16:23 ---> dfd21b5a31f5 21:16:23 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:16:23 ---> Using cache 21:16:23 ---> 85e4d392d3d5 21:16:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:16:23 ---> Using cache 21:16:23 ---> c23ef6b80f63 21:16:23 Step 13/22 : ENV APP_PORT=59861 21:16:23 ---> Running in d3e69b127e1d 21:16:23 Removing intermediate container 85327a3e4600 21:16:23 ---> 4bfd75ea39a1 21:16:23 Step 15/23 : WORKDIR / 21:16:23 Removing intermediate container a87fe0dda0dc 21:16:23 ---> 2a8470ae3a97 21:16:23 Step 13/22 : EXPOSE $APP_PORT 21:16:23 ---> Running in 2cfd662fc45c 21:16:23 ---> Running in f31956075eda 21:16:23 Removing intermediate container 0649fd95d984 21:16:23 ---> 6f6c6af1441b 21:16:23 Step 12/22 : RUN apk add --update --no-cache dumb-init 21:16:23 ---> 4a216a292a93 21:16:23 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 21:16:23 ---> Running in f3be0ac89644 21:16:23 Removing intermediate container d3e69b127e1d 21:16:23 ---> 290fd7d427e3 21:16:23 Step 14/22 : EXPOSE $APP_PORT 21:16:23 Removing intermediate container 2cfd662fc45c 21:16:23 ---> 69d98506062f 21:16:23 Step 14/22 : RUN apk add --update --no-cache dumb-init 21:16:23 ---> Running in 1250f15dcf8d 21:16:23 Removing intermediate container f31956075eda 21:16:23 ---> 3875f7e88dbf 21:16:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:16:23 ---> 0978a04796d2 21:16:23 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 21:16:23 ---> Running in 525a3625309c 21:16:23 ---> Running in 72de999558ec 21:16:23 Removing intermediate container 1250f15dcf8d 21:16:23 ---> d594d206a2aa 21:16:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:16:24 ---> a1b517356d81 21:16:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:16:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:16:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:16:24 Removing intermediate container 72de999558ec 21:16:24 ---> c410746a8ce5 21:16:24 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 21:16:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:16:24 ---> b24baba82d97 21:16:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:16:24 (1/1) Installing dumb-init (1.2.5-r1) 21:16:24 Executing busybox-1.35.0-r17.trigger 21:16:24 OK: 6 MiB in 15 packages 21:16:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:16:24 ---> Running in 2527de5d0ee3 21:16:24 (1/1) Installing dumb-init (1.2.5-r1) 21:16:24 Executing busybox-1.35.0-r17.trigger 21:16:24 OK: 6 MiB in 15 packages 21:16:25 ---> 7f55565a50ad 21:16:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:16:25 Removing intermediate container 2527de5d0ee3 21:16:25 ---> 3244efbff4e0 21:16:25 Step 22/24 : LABEL arch=x86_64 21:16:25 ---> 87dd280010b7 21:16:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:16:25 ---> Running in e4d4ff63c576 21:16:25 ---> a758f98183ea 21:16:25 Step 19/23 : ENTRYPOINT ["/core-command"] 21:16:25 ---> Running in 8137ba0de545 21:16:25 ---> a440088dbf58 21:16:25 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:16:25 Removing intermediate container f3be0ac89644 21:16:25 ---> 18bdb8ebf8aa 21:16:25 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:16:25 Removing intermediate container e4d4ff63c576 21:16:25 ---> 4fba11e948fe 21:16:25 Step 23/24 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b 21:16:25 Removing intermediate container 525a3625309c 21:16:25 ---> baceb0cf71d8 21:16:25 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:16:25 ---> Running in 2fcead1ad4d2 21:16:25 ---> Running in bb2a00dd036b 21:16:25 Removing intermediate container 8137ba0de545 21:16:25 ---> f69169e56eb6 21:16:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:16:25 ---> Running in e0560843e1f4 21:16:25 ---> e75087380f4d 21:16:25 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 21:16:25 Removing intermediate container bb2a00dd036b 21:16:25 ---> a75f257926f8 21:16:25 Step 24/24 : LABEL version=0.0.0 21:16:25 Removing intermediate container 2fcead1ad4d2 21:16:25 ---> df7c275f297c 21:16:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:16:25 Removing intermediate container e0560843e1f4 21:16:25 ---> 265e81be1e89 21:16:25 Step 21/23 : LABEL arch=x86_64 21:16:25 ---> 77ab12ed4eb4 21:16:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:16:25 ---> Running in 72b52ba686ee 21:16:25 ---> Running in f54acb3956d9 21:16:25 ---> Running in f9f6e8798691 21:16:26 Removing intermediate container f54acb3956d9 21:16:26 ---> ec6c0297036b 21:16:26 21:16:26 Removing intermediate container 72b52ba686ee 21:16:26 ---> d94f1ab63ef0 21:16:26 Step 20/22 : LABEL arch=x86_64 21:16:26 Successfully built ec6c0297036b 21:16:26 ---> e1df7c50f1fb 21:16:26 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 21:16:26 Successfully tagged security-spire-agent:latest 21:16:26  Building security-spire-agent ... done Removing intermediate container f9f6e8798691 21:16:26 ---> b1f308871c88 21:16:26 Step 22/23 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b 21:16:26 ---> Running in a1bb93384d70 21:16:26 ---> a0edb29f0488 21:16:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:16:26 ---> Running in 1e922ab26181 21:16:26 Removing intermediate container a1bb93384d70 21:16:26 ---> 10d906031770 21:16:26 ---> 045e3aa5dd4f 21:16:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/Step 21/22 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b 21:16:26 21:16:26 ---> 196d90a3225a 21:16:26 Step 18/22 : ENTRYPOINT ["/core-data"] 21:16:26 ---> Running in f8271a367645 21:16:26 ---> Running in 9bb3d3d2f0d5 21:16:26 Removing intermediate container 1e922ab26181 21:16:26 ---> 85bc90c2fd81 21:16:26 Step 23/23 : LABEL version=0.0.0 21:16:26 ---> Running in 629309dbe0f1 21:16:26 Removing intermediate container f8271a367645 21:16:26 ---> b6317545bc6f 21:16:26 Step 22/22 : LABEL version=0.0.0 21:16:26 ---> Running in c356b1e5b868 21:16:26 Removing intermediate container 629309dbe0f1 21:16:26 ---> 82141c737643 21:16:26 21:16:26 ---> 8bc1472a6a93 21:16:26 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:16:26 Removing intermediate container 9bb3d3d2f0d5 21:16:26 ---> bc5467b59b2e 21:16:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:16:26 Successfully built 82141c737643 21:16:26 Successfully tagged core-command:latest 21:16:26  Building core-command ... done  ---> Running in 854d1b0b5054 21:16:26 ---> Running in a4f53c2b00bc 21:16:26 Removing intermediate container c356b1e5b868 21:16:26 ---> 51db0d952a68 21:16:26 21:16:26 Successfully built 51db0d952a68 21:16:26 Successfully tagged support-scheduler:latest 21:16:26  Building support-scheduler ... done Removing intermediate container a4f53c2b00bc 21:16:26 ---> 4a694f82eca4 21:16:26 Step 20/22 : LABEL arch=x86_64 21:16:26 ---> Running in 01704e276282 21:16:27 Removing intermediate container 01704e276282 21:16:27 ---> 47eff28ab824 21:16:27 Step 21/22 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b 21:16:27 ---> Running in f8daff58e762 21:16:27 Removing intermediate container f8daff58e762 21:16:27 ---> ed6c81adb5b4 21:16:27 Step 22/22 : LABEL version=0.0.0 21:16:27 ---> Running in 790eb17ba78c 21:16:27 Removing intermediate container 790eb17ba78c 21:16:27 ---> 74cab4ced4cd 21:16:27 21:16:27 Successfully built 74cab4ced4cd 21:16:27 Successfully tagged core-data:latest 21:16:27  Building core-data ... done Removing intermediate container 854d1b0b5054 21:16:27 ---> 9905b49780bb 21:16:27 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 21:16:27 ---> Running in 8803f6ca4939 21:16:27 Removing intermediate container 8803f6ca4939 21:16:27 ---> 8d738b20ea70 21:16:27 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 21:16:27 ---> Running in d9aef803ee04 21:16:28 Removing intermediate container d9aef803ee04 21:16:28 ---> 0d83f4bd025f 21:16:28 Step 20/22 : LABEL arch=x86_64 21:16:28 ---> Running in 27a896a265be 21:16:28 Removing intermediate container 27a896a265be 21:16:28 ---> 6a8605825075 21:16:28 Step 21/22 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b 21:16:28 ---> Running in 0c1a02c52378 21:16:28 Removing intermediate container 0c1a02c52378 21:16:28 ---> a08925ddcabf 21:16:28 Step 22/22 : LABEL version=0.0.0 21:16:28 ---> Running in 042ac9fe63b2 21:16:28 Removing intermediate container 042ac9fe63b2 21:16:28 ---> e660daf54257 21:16:28 21:16:28 Successfully built e660daf54257 21:16:28 Successfully tagged core-common-config-bootstrapper:latest 21:16:28  Building core-common-config-bootstrapper ... done  [Pipeline] } 21:16:28 $ docker stop --time=1 c19ef8703adfff50636762abda3375048e107c70c7bd81b1a9c00a25f7896aaa 21:16:31 $ docker rm -f --volumes c19ef8703adfff50636762abda3375048e107c70c7bd81b1a9c00a25f7896aaa [Pipeline] // withDockerContainer [Pipeline] sh 21:16:31 + docker images 21:16:31 REPOSITORY TAG IMAGE ID CREATED SIZE 21:16:31 core-common-config-bootstrapper latest e660daf54257 3 seconds ago 15.5MB 21:16:31 core-data latest 74cab4ced4cd 4 seconds ago 17.9MB 21:16:31 support-scheduler latest 51db0d952a68 5 seconds ago 30MB 21:16:31 core-command latest 82141c737643 5 seconds ago 17.7MB 21:16:31 security-spire-agent latest ec6c0297036b 6 seconds ago 125MB 21:16:31 57b4a291492f 9 seconds ago 1.67GB 21:16:31 6e89ee4042ca 9 seconds ago 1.74GB 21:16:31 148052c7045b 21 seconds ago 1.68GB 21:16:31 8f47260e7349 27 seconds ago 1.68GB 21:16:31 security-spire-config latest c0afaf661d5a 30 seconds ago 85.8MB 21:16:31 252f7485b0cc 49 seconds ago 1.55GB 21:16:31 security-secretstore-setup latest 544b63d847c7 About a minute ago 30MB 21:16:31 security-bootstrapper latest 92f86aa39fa9 2 minutes ago 20.4MB 21:16:31 ad25d7056f72 2 minutes ago 1.67GB 21:16:31 security-proxy-setup latest c387f6626bc7 2 minutes ago 27.8MB 21:16:31 core-metadata latest 901fd6732622 2 minutes ago 18.5MB 21:16:31 support-notifications latest 791f1b65ce29 2 minutes ago 30.7MB 21:16:31 security-spiffe-token-provider latest c07c753277bf 2 minutes ago 30MB 21:16:31 d05dfd606764 3 minutes ago 1.67GB 21:16:31 5bc680c8118a 3 minutes ago 1.74GB 21:16:31 b1c1afc74b0d 3 minutes ago 1.71GB 21:16:31 1fb38a7882ee 3 minutes ago 1.67GB 21:16:31 b0b0d260da38 3 minutes ago 1.68GB 21:16:31 security-spire-server latest c9f2a3880d60 3 minutes ago 86.5MB 21:16:31 1a085b9225c4 4 minutes ago 1.55GB 21:16:31 ci-base-image-x86_64 latest 5837efe4a4fc 8 minutes ago 904MB 21:16:31 alpine 3.15 5ce65d7b0fde 4 days ago 5.59MB 21:16:31 alpine 3.16 dfd21b5a31f5 4 days ago 5.55MB 21:16:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB 21:16:31 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB 21:16:31 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] } 21:17:08 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 21:17:08 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 21:17:08 ./bin/test-attribution-txt.sh [Pipeline] echo 21:17:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 21:17:08 + ls -al . 21:17:08 total 744 21:17:08 drwxrwxr-x 10 1001 1001 4096 Feb 15 21:11 . 21:17:08 drwxr-xr-x 4 root root 4096 Feb 15 21:11 .. 21:17:08 drwxrwxr-x 2 1001 1001 4096 Feb 15 21:09 .blubracket 21:17:08 -rw-rw-r-- 1 1001 1001 16 Feb 15 21:09 .dockerignore 21:17:08 drwxrwxr-x 8 1001 1001 4096 Feb 15 21:09 .git 21:17:08 drwxrwxr-x 3 1001 1001 4096 Feb 15 21:09 .github 21:17:08 -rw-rw-r-- 1 1001 1001 1024 Feb 15 21:09 .gitignore 21:17:08 -rw-rw-r-- 1 1001 1001 42 Feb 15 21:09 .golangci.yml 21:17:08 -rw-rw-r-- 1 1001 1001 87 Feb 15 21:09 .hadolint.yml 21:17:08 -rw-rw-r-- 1 1001 1001 166 Feb 15 21:09 .sonarcloud.properties 21:17:08 -rw-rw-r-- 1 1001 1001 1171 Feb 15 21:09 ADOPTERS.md 21:17:08 -rw-rw-r-- 1 1001 1001 10825 Feb 15 21:09 Attribution.txt 21:17:08 -rw-rw-r-- 1 1001 1001 73765 Feb 15 21:09 CHANGELOG.md 21:17:08 -rw-rw-r-- 1 1001 1001 3804 Feb 15 21:09 CONTRIBUTING.md 21:17:08 -rw-rw-r-- 1 1001 1001 677 Feb 15 21:09 GOVERNANCE.md 21:17:08 -rw-rw-r-- 1 1001 1001 850 Feb 15 21:09 Jenkinsfile 21:17:08 -rw-rw-r-- 1 1001 1001 10775 Feb 15 21:09 LICENSE 21:17:08 -rw-rw-r-- 1 1001 1001 13375 Feb 15 21:09 Makefile 21:17:08 -rw-rw-r-- 1 1001 1001 582 Feb 15 21:09 OWNERS.md 21:17:08 -rw-rw-r-- 1 1001 1001 9403 Feb 15 21:09 README.md 21:17:08 -rw-rw-r-- 1 1001 1001 6912 Feb 15 21:09 SECURITY.md 21:17:08 -rw-rw-r-- 1 1001 1001 5 Feb 15 21:07 VERSION 21:17:08 drwxrwxr-x 2 1001 1001 4096 Feb 15 21:09 bin 21:17:08 drwxrwxr-x 17 1001 1001 4096 Feb 15 21:09 cmd 21:17:08 -rw-r--r-- 1 root root 487529 Feb 15 21:15 coverage.out 21:17:08 -rw-rw-r-- 1 1001 1001 3295 Feb 15 21:09 go.mod 21:17:08 -rw-rw-r-- 1 1001 1001 33318 Feb 15 21:09 go.sum 21:17:08 drwxrwxr-x 7 1001 1001 4096 Feb 15 21:09 internal 21:17:08 drwxrwxr-x 3 1001 1001 4096 Feb 15 21:09 openapi 21:17:08 drwxrwxr-x 4 1001 1001 4096 Feb 15 21:09 snap 21:17:08 -rw-rw-r-- 1 1001 1001 204 Feb 15 21:09 version.go [Pipeline] sh 21:17:09 + '[' -e coverage.out ] 21:17:09 + chown 1001:1001 coverage.out [Pipeline] stash 21:17:09 Warning: overwriting stash ‘coverage-report’ 21:17:10 Stashed 1 file(s) [Pipeline] sh 21:17:11 + make build 21:17:11 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 21:18:32 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 21:18:34 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 21:18:38 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 21:18:43 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 21:19:23 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 21:19:28 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:19:34 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 21:19:39 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:19:43 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 21:19: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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:20:00 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 21:20:05 $ docker stop --time=1 60e0b5d533bbe7ce77de64e78b2664653ea19d2ecf47766d4965ee429bdd0fe0 21:20:08 $ docker rm -f --volumes 60e0b5d533bbe7ce77de64e78b2664653ea19d2ecf47766d4965ee429bdd0fe0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:20:10 21:20:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:20:11 latest: Pulling from edgex-devops/edgex-compose-arm64 21:20:11 29e5d40040c1: Pulling fs layer 21:20:11 1ce36da41761: Pulling fs layer 21:20:11 25b303627fd3: Pulling fs layer 21:20:11 29e5d40040c1: Verifying Checksum 21:20:11 29e5d40040c1: Download complete 21:20:11 1ce36da41761: Verifying Checksum 21:20:11 1ce36da41761: Download complete 21:20:11 29e5d40040c1: Pull complete 21:20:13 25b303627fd3: Verifying Checksum 21:20:13 25b303627fd3: Download complete 21:20:13 1ce36da41761: Pull complete 21:20:23 25b303627fd3: Pull complete 21:20:23 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 21:20:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:20:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:20:23 prd-ubuntu20.04-docker-arm64-4c-16g-6198 does not seem to be running inside a container 21:20:23 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:20:26 $ docker top ccae05876ef4d66f21c0032bf2f871c6ca31b1d95a5c6f44f6ef43dd518fece8 -eo pid,comm [Pipeline] { [Pipeline] sh 21:20:27 + grep parallel 21:20:27 + docker-compose build --help 21:20:31 --parallel Build images in parallel. [Pipeline] } 21:20:31 $ docker stop --time=1 ccae05876ef4d66f21c0032bf2f871c6ca31b1d95a5c6f44f6ef43dd518fece8 21:20:33 $ docker rm -f --volumes ccae05876ef4d66f21c0032bf2f871c6ca31b1d95a5c6f44f6ef43dd518fece8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:20:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:20:34 prd-ubuntu20.04-docker-arm64-4c-16g-6198 does not seem to be running inside a container 21:20:34 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:20:35 $ docker top 7a5413e2bbab0d376681e466786045ff61ba5b565a2196da0e4cc7b82779c308 -eo pid,comm [Pipeline] { [Pipeline] sh 21:20:36 + docker-compose -f ./docker-compose-build.yml build --parallel 21:20:41 Building core-command ... 21:20:41 Building core-common-config-bootstrapper ... 21:20:41 Building core-data ... 21:20:41 Building core-metadata ... 21:20:41 Building security-bootstrapper ... 21:20:41 Building security-proxy-setup ... 21:20:41 Building security-secretstore-setup ... 21:20:41 Building security-spiffe-token-provider ... 21:20:41 Building security-spire-agent ... 21:20:41 Building security-spire-config ... 21:20:41 Building security-spire-server ... 21:20:41 Building support-notifications ... 21:20:41 Building support-scheduler ... 21:20:41 Building security-spire-server 21:20:41 Building security-spire-config 21:20:41 Building core-metadata 21:20:41 Building security-proxy-setup 21:20:41 Building security-bootstrapper 21:21:28 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:21:28 Step 2/32 : FROM ${BUILDER_BASE} AS builder 21:21:28 ---> bfb21a9a8df1 21:21:28 Step 3/32 : WORKDIR /edgex-go 21:21:28 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:21:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:21:28 ---> bfb21a9a8df1 21:21:28 Step 3/24 : WORKDIR /edgex-go 21:21:28 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:21:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:21:28 ---> bfb21a9a8df1 21:21:28 Step 3/24 : ARG ADD_BUILD_TAGS="" 21:21:28 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:21:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:21:28 ---> bfb21a9a8df1 21:21:28 Step 3/23 : WORKDIR /edgex-go 21:21:29 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:21:29 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:21:29 ---> bfb21a9a8df1 21:21:29 Step 3/21 : WORKDIR /edgex-go 21:21:30 ---> Running in ba152957eeab 21:21:30 ---> Running in ce87e54f31d2 21:21:30 ---> Running in 5339e1107a95 21:21:30 ---> Running in 87d4227c07d5 21:21:30 ---> Running in 977aeda3cd5d 21:21:30 Removing intermediate container ba152957eeab 21:21:30 ---> 3a99ed93978c 21:21:30 Step 4/24 : WORKDIR /edgex-go 21:21:30 Removing intermediate container ce87e54f31d2 21:21:30 ---> 227fb26d10e7 21:21:30 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 21:21:30 Removing intermediate container 87d4227c07d5 21:21:30 ---> 94a6c9ae1c3d 21:21:30 Step 4/21 : RUN apk add --update --no-cache make git 21:21:30 Removing intermediate container 5339e1107a95 21:21:30 ---> 325726b0fc77 21:21:30 Step 4/32 : RUN apk add --update --no-cache make git 21:21:30 ---> Running in 0f28df312d46 21:21:30 ---> Running in 1027450d5b3c 21:21:30 Removing intermediate container 977aeda3cd5d 21:21:30 ---> 50324bd2d5b3 21:21:30 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 21:21:30 ---> Running in a90613d50df7 21:21:30 ---> Running in b20b1bbf521f 21:21:30 ---> Running in 76dc0f5da133 21:21:31 Removing intermediate container 0f28df312d46 21:21:31 ---> 706bf181843f 21:21:31 Step 5/24 : RUN apk add --update --no-cache make git 21:21:31 ---> Running in 0fb255fea5f4 21:21:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:21:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:21:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:21:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:21:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:21:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:21:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:21:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:21:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:21:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:21:34 OK: 221 MiB in 51 packages 21:21:35 OK: 221 MiB in 51 packages 21:21:35 OK: 221 MiB in 51 packages 21:21:35 OK: 221 MiB in 51 packages 21:21:35 OK: 221 MiB in 51 packages 21:21:37 Removing intermediate container 1027450d5b3c 21:21:37 ---> 0b67cb0d6634 21:21:37 Step 5/24 : COPY go.mod vendor* ./ 21:21:37 Removing intermediate container b20b1bbf521f 21:21:37 ---> 44bd273ee025 21:21:37 Step 5/21 : COPY go.mod vendor* ./ 21:21:37 Removing intermediate container a90613d50df7 21:21:37 ---> 43d6351ea62c 21:21:37 Step 5/32 : COPY go.mod vendor* ./ 21:21:37 Removing intermediate container 0fb255fea5f4 21:21:37 ---> 44b10980c12f 21:21:37 Step 6/24 : COPY go.mod vendor* ./ 21:21:37 Removing intermediate container 76dc0f5da133 21:21:37 ---> ad617de0c1d3 21:21:37 Step 5/23 : COPY go.mod vendor* ./ 21:21:37 ---> b8db743fc885 21:21:37 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:21:38 ---> 82de25774c42 21:21:38 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:21:38 ---> c5bb7bd05a39 21:21:38 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:21:38 ---> Running in bb091763aeb2 21:21:38 ---> Running in 79632e4cde66 21:21:38 ---> Running in dc0135ac123e 21:21:38 ---> de9c0bdf0ec3 21:21:38 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:21:38 ---> 25c19ab787f3 21:21:38 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:21:39 ---> Running in a47cd1856ac5 21:21:39 ---> Running in 7478c6ab58ea 21:23:30 Removing intermediate container 79632e4cde66 21:23:30 ---> 752e540aade6 21:23:30 Step 7/32 : COPY . . 21:23:30 Removing intermediate container bb091763aeb2 21:23:30 ---> 9d9f5bcf3cdb 21:23:30 Step 7/24 : COPY . . 21:23:30 Removing intermediate container a47cd1856ac5 21:23:30 ---> 90ce8f6486ae 21:23:30 Step 7/23 : COPY . . 21:23:30 Removing intermediate container 7478c6ab58ea 21:23:30 ---> 37c8a67bab33 21:23:30 Step 8/24 : COPY . .Removing intermediate container dc0135ac123e 21:23:30 21:23:30 ---> bcd30e4b089d 21:23:30 Step 7/21 : COPY . . 21:23:38 ---> c88dabb327c5 21:23:38 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 21:23:38 ---> 7851aa5c4e5b 21:23:38 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:23:38 ---> 2d0db40da9e9 21:23:38 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 21:23:38 ---> 32296312e9f2 21:23:38 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:23:38 ---> Running in ba6c30a45ef6 21:23:38 ---> Running in f13585f9840a 21:23:38 ---> a810a759f473 21:23:38 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 21:23:38 ---> Running in 2614022e05c0 21:23:39 ---> Running in ad6037bae94d 21:23:39 ---> Running in 68c57fe7dcfb 21:23:39 Removing intermediate container 2614022e05c0 21:23:39 ---> 2b4b88059d86 21:23:39 Step 9/23 : WORKDIR /edgex-go/spire-build 21:23:39 Removing intermediate container ba6c30a45ef6 21:23:39 ---> e5364245dccf 21:23:39 Step 9/24 : WORKDIR /edgex-go/spire-build 21:23:39 ---> Running in 8479f5f27d84 21:23:40 ---> Running in 569adabdacd3 21:23:40 Removing intermediate container 569adabdacd3 21:23:40 ---> b85684e89b49 21:23:40 Step 10/24 : 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 21:23:40 Removing intermediate container 8479f5f27d84 21:23:40 ---> 93375eb02bfb 21:23:40 Step 10/23 : 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 21:23:40 ---> Running in 807cead77389 21:23:40 ---> Running in b1ffb48c92e0 21:23:41 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:23:41 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:23:41 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 21:23:45 Removing intermediate container b1ffb48c92e0 21:23:45 ---> 474a44202e8f 21:23:45 Step 11/24 : WORKDIR /edgex-go 21:23:45 ---> Running in 0baa6eb1bdfe 21:23:45 Removing intermediate container 807cead77389 21:23:45 ---> c6b5b96d1413 21:23:45 Step 11/23 : WORKDIR /edgex-go 21:23:45 ---> Running in 5eb5ecbf5380 21:23:45 Removing intermediate container 0baa6eb1bdfe 21:23:45 ---> 41de87b62503 21:23:45 21:23:45 Step 12/24 : FROM alpine:3.15 21:23:45 3.15: Pulling from library/alpine 21:23:45 Removing intermediate container 5eb5ecbf5380 21:23:45 ---> 3fbb3a3b5b87 21:23:45 21:23:45 Step 12/23 : FROM alpine:3.15 21:23:45 3.15: Pulling from library/alpine 21:23:46 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 21:23:46 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 21:23:46 Status: Downloaded newer image for alpine:3.15 21:23:46 Status: Downloaded newer image for alpine:3.15 21:23:47 ---> 354640af7b1b 21:23:47 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:23:47 ---> 354640af7b1b 21:23:47 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:23:47 ---> Running in 175e71c07264 21:23:47 ---> Running in 16bda237ca3b 21:23:47 Removing intermediate container 16bda237ca3b 21:23:47 ---> edb05dec70d1 21:23:47 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 21:23:47 Removing intermediate container 175e71c07264 21:23:47 ---> 9eaf45ee4fd8 21:23:47 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 21:23:47 ---> Running in 205f983b6f6f 21:23:48 ---> Running in e1ad3240556d 21:23:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:23:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:23:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:23:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:23:52 v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 21:23:52 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 21:23:52 OK: 15734 distinct packages available 21:23:52 v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 21:23:52 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 21:23:52 OK: 15734 distinct packages available 21:23:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:23:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:23:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:23:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:23:53 (1/4) Installing dumb-init (1.2.5-r1) 21:23:53 (2/4) Installing musl-obstack (1.2.3-r0) 21:23:53 (3/4) Installing libucontext (1.1-r0) 21:23:54 (4/4) Installing gcompat (1.0.0-r4) 21:23:54 Executing busybox-1.34.1-r7.trigger 21:23:54 OK: 6 MiB in 18 packages 21:23:54 (1/5) Installing dumb-init (1.2.5-r1) 21:23:54 (2/5) Installing musl-obstack (1.2.3-r0) 21:23:54 (3/5) Installing libucontext (1.1-r0) 21:23:54 (4/5) Installing gcompat (1.0.0-r4) 21:23:54 (5/5) Installing openssl (1.1.1t-r1) 21:23:54 Executing busybox-1.34.1-r7.trigger 21:23:54 OK: 6 MiB in 19 packages 21:23:57 Removing intermediate container 205f983b6f6f 21:23:57 ---> 96e87f59da1f 21:23:57 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:23:57 Removing intermediate container e1ad3240556d 21:23:57 ---> 1b4f0d0d7b99 21:23:57 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:24:05 ---> ea08db8f6fa8 21:24:05 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 21:24:05 ---> c79d18dbc074 21:24:05 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 21:24:05 ---> ca017ba69afe 21:24:05 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 21:24:05 ---> Running in 15eec0fe9cab 21:24:06 Removing intermediate container 15eec0fe9cab 21:24:06 ---> 6d66cc0da624 21:24:06 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 21:24:06 ---> 853413edf0f8 21:24:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 21:24:07 ---> 76b7e254bf0f 21:24:07 Step 19/24 : WORKDIR / 21:24:07 ---> 4aa98cbb6085 21:24:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 21:24:07 ---> Running in 4d89a8414a33 21:24:08 ---> 572a9732772d 21:24:08 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 21:24:08 Removing intermediate container 4d89a8414a33 21:24:08 ---> bea9445c57af 21:24:08 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 21:24:08 ---> Running in 562c9435eb31 21:24:08 ---> Running in 8cd762a9f3ed 21:24:09 Removing intermediate container 562c9435eb31 21:24:09 ---> 714c655d01fc 21:24:09 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 21:24:09 Removing intermediate container 8cd762a9f3ed 21:24:09 ---> 412669eefd53 21:24:09 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 21:24:09 ---> Running in 4b80336f8549 21:24:09 ---> Running in 0a1d311f7c60 21:24:10 Removing intermediate container 4b80336f8549 21:24:10 ---> 94590cc74185 21:24:10 Step 22/24 : LABEL arch=arm64 21:24:10 Removing intermediate container 0a1d311f7c60 21:24:10 ---> 43e5b48c9e18 21:24:10 Step 21/23 : LABEL arch=arm64 21:24:10 ---> Running in f9c49b01c205 21:24:10 ---> Running in 8b8466d96eed 21:24:11 Removing intermediate container f9c49b01c205 21:24:11 ---> bcd546bc335b 21:24:11 Step 23/24 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b 21:24:11 Removing intermediate container 8b8466d96eed 21:24:11 ---> 9ae77991dad8 21:24:11 Step 22/23 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b 21:24:11 ---> Running in 62d2ffd555b7 21:24:11 ---> Running in 4cdd1bac6a09 21:24:11 Removing intermediate container 62d2ffd555b7 21:24:11 ---> 2bd613172cbf 21:24:11 Removing intermediate container 4cdd1bac6a09 21:24:11 Step 24/24 : LABEL version=0.0.0 ---> 779f06124099 21:24:11 21:24:11 Step 23/23 : LABEL version=0.0.0 21:24:11 ---> Running in 0f725f540d7f 21:24:11 ---> Running in 653ba7cd63a4 21:24:12 Removing intermediate container 0f725f540d7f 21:24:12 ---> 7d2e90180384 21:24:12 21:24:12 Removing intermediate container 653ba7cd63a4 21:24:12 ---> 7290355e37bc 21:24:12 21:24:12 Successfully built 7d2e90180384 21:24:13 Successfully tagged security-spire-config-arm64:latest 21:24:13 Building core-common-config-bootstrapper 21:24:13  Building security-spire-config ... done Successfully built 7290355e37bc 21:24:13 Successfully tagged security-spire-server-arm64:latest 21:24:13  Building security-spire-server ... done Building support-scheduler 21:24:39 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:24:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:24:39 ---> bfb21a9a8df1 21:24:39 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:24:39 ---> Using cache 21:24:39 ---> 3a99ed93978c 21:24:39 Step 4/22 : WORKDIR /edgex-go 21:24:39 ---> Using cache 21:24:39 ---> 706bf181843f 21:24:39 Step 5/22 : RUN apk add --update --no-cache make git 21:24:39 ---> Using cache 21:24:39 ---> 44b10980c12f 21:24:39 Step 6/22 : COPY go.mod vendor* ./ 21:24:39 ---> Using cache 21:24:39 ---> 25c19ab787f3 21:24:39 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:24:39 ---> Using cache 21:24:39 ---> 37c8a67bab33 21:24:39 Step 8/22 : COPY . . 21:24:39 ---> Using cache 21:24:39 ---> a810a759f473 21:24:39 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:24:39 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:24:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:24:39 ---> bfb21a9a8df1 21:24:39 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:24:39 ---> Using cache 21:24:39 ---> 3a99ed93978c 21:24:39 Step 4/22 : WORKDIR /edgex-go 21:24:39 ---> Using cache 21:24:39 ---> 706bf181843f 21:24:39 Step 5/22 : RUN apk add --update --no-cache make git 21:24:39 ---> Using cache 21:24:39 ---> 44b10980c12f 21:24:39 Step 6/22 : COPY go.mod vendor* ./ 21:24:39 ---> Using cache 21:24:39 ---> 25c19ab787f3 21:24:39 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:24:39 ---> Using cache 21:24:39 ---> 37c8a67bab33 21:24:39 Step 8/22 : COPY . . 21:24:39 ---> Using cache 21:24:39 ---> a810a759f473 21:24:39 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 21:24:39 ---> Running in 089701e41f20 21:24:39 ---> Running in cec53733828c 21:24:41 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 21:24:41 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 21:29:18 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 21:29:36 Removing intermediate container f13585f9840a 21:29:36 ---> 2c1d08616bd1 21:29:36 21:29:36 Step 9/21 : FROM alpine:3.16 21:29:36 3.16: Pulling from library/alpine 21:29:36 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 21:29:36 Status: Downloaded newer image for alpine:3.16 21:29:36 ---> 4c81e5bf8899 21:29:36 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 21:29:36 ---> Running in 3771708d1d55 21:29:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:29:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:29:39 (1/6) Installing ca-certificates (20220614-r0) 21:29:39 (2/6) Installing brotli-libs (1.0.9-r6) 21:29:39 (3/6) Installing nghttp2-libs (1.47.0-r0) 21:29:39 (4/6) Installing libcurl (7.83.1-r6) 21:29:39 (5/6) Installing curl (7.83.1-r6) 21:29:39 (6/6) Installing dumb-init (1.2.5-r1) 21:29:39 Executing busybox-1.35.0-r17.trigger 21:29:39 Executing ca-certificates-20220614-r0.trigger 21:29:40 OK: 8 MiB in 20 packages 21:29:43 Removing intermediate container 3771708d1d55 21:29:43 ---> 258e76e2fe79 21:29:43 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:29:43 ---> Running in 17b58d081296 21:29:44 Removing intermediate container 17b58d081296 21:29:44 ---> 7540a6b49de6 21:29:44 Step 12/21 : WORKDIR /edgex 21:29:44 ---> Running in c85f03a06429 21:29:45 Removing intermediate container c85f03a06429 21:29:45 ---> 312d9e492756 21:29:45 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:29:46 ---> 2615766a238b 21:29:46 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:29:49 ---> faa82152c5fd 21:29:49 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:29:51 Removing intermediate container ad6037bae94d 21:29:51 ---> 96e32cb254f1 21:29:51 21:29:51 Step 9/32 : FROM alpine:3.16 21:29:51 ---> 4c81e5bf8899 21:29:51 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:29:53 ---> Running in 4b758d1dfd01 21:29:53 ---> a38b53137d06 21:29:53 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 21:29:54 Removing intermediate container 4b758d1dfd01 21:29:54 ---> dd0a49ee3109 21:29:54 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 21:29:54 ---> Running in 473c04baacdd 21:29:55 ---> a156dbaafebc 21:29:55 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:29:55 ---> Running in 3543b3483820 21:29:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:29:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:29:58 Removing intermediate container 3543b3483820 21:29:58 ---> 67cff8c3b57c 21:29:58 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 21:29:58 ---> Running in 85fcaf2a7735 21:29:59 (1/2) Installing dumb-init (1.2.5-r1) 21:29:59 Removing intermediate container 85fcaf2a7735 21:29:59 ---> 4da17a03ae8a 21:29:59 Step 19/21 : LABEL arch=arm64 21:29:59 (2/2) Installing su-exec (0.2-r1) 21:29:59 Executing busybox-1.35.0-r17.trigger 21:29:59 OK: 5 MiB in 16 packages 21:29:59 ---> Running in 5089a7b98839 21:29:59 Removing intermediate container 5089a7b98839 21:29:59 ---> 9d97fd743524 21:29:59 Step 20/21 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b 21:30:00 ---> Running in 3a33bec6ac83 21:30:01 Removing intermediate container 3a33bec6ac83 21:30:01 ---> 46f461018357 21:30:01 Step 21/21 : LABEL version=0.0.0 21:30:01 ---> Running in 3a1c1981e2b0 21:30:01 Removing intermediate container 473c04baacdd 21:30:01 ---> 8749b045029a 21:30:01 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 21:30:01 ---> Running in c5ba51c0b234 21:30:02 Removing intermediate container 3a1c1981e2b0 21:30:02 ---> 17b290c9291f 21:30:02 21:30:02 Removing intermediate container c5ba51c0b234 21:30:02 ---> 17059e7f822e 21:30:02 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 21:30:02 ---> Running in 5b75dad7feb1 21:30:02 Successfully built 17b290c9291f 21:30:02 Successfully tagged security-proxy-setup-arm64:latest 21:30:02  Building security-proxy-setup ... done Building security-spiffe-token-provider 21:30:02 Removing intermediate container 5b75dad7feb1 21:30:02 ---> 1661b095bd7f 21:30:02 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 21:30:02 ---> Running in 468513f9ce52 21:30:03 Removing intermediate container 468513f9ce52 21:30:03 ---> e64c84408a3a 21:30:03 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 21:30:03 ---> Running in 08725305c2c4 21:30:04 Removing intermediate container 08725305c2c4 21:30:04 ---> f731b093c906 21:30:04 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 21:30:04 ---> Running in 888615b9ceb1 21:30:08 Removing intermediate container 888615b9ceb1 21:30:08 ---> 4951894acd38 21:30:08 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 21:30:08 ---> Running in 69ff439b76b8 21:30:08 Removing intermediate container 69ff439b76b8 21:30:08 ---> af1786ac55f9 21:30:08 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 21:30:09 ---> 39bc95a42e8d 21:30:09 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 21:30:09 ---> Running in 02e1ce8774e8 21:30:13 Removing intermediate container 02e1ce8774e8 21:30:13 ---> 122f9551f7f1 21:30:13 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 21:30:14 ---> bb1c764f116a 21:30:14 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:30:17 ---> 71eb3a5df0ce 21:30:17 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:30:19 ---> eb927d140672 21:30:19 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:30:20 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:30:20 Step 2/19 : FROM ${BUILDER_BASE} AS builder 21:30:20 ---> bfb21a9a8df1 21:30:20 Step 3/19 : WORKDIR /edgex-go 21:30:20 ---> Using cache 21:30:20 ---> 50324bd2d5b3 21:30:20 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 21:30:20 ---> Running in d5b42c191e18 21:30:21 ---> ef4b50fec983 21:30:21 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 21:30:23 ---> b237aa677a0f 21:30:23 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 21:30:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:30:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:30:24 ---> cadc3da82482 21:30:24 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:30:25 ---> 9fd90e94f6c1 21:30:25 Step 27/32 : RUN chmod +x /entrypoint.sh 21:30:26 v3.16.4-8-g71a076bc492 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 21:30:26 v3.16.4-4-g2609129aef3 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 21:30:26 OK: 16903 distinct packages available 21:30:26 ---> Running in 76bd43810ba1 21:30:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:30:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:30:27 OK: 221 MiB in 51 packages 21:30:32 Removing intermediate container 76bd43810ba1 21:30:32 ---> 74133777d681 21:30:32 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 21:30:32 Removing intermediate container d5b42c191e18 21:30:32 ---> 21e90b41b445 21:30:32 Step 5/19 : COPY go.mod vendor* ./ 21:30:32 ---> Running in 3c5065ddf419 21:30:33 Removing intermediate container 3c5065ddf419 21:30:33 ---> 74a77ed342f8 21:30:33 Step 29/32 : CMD ["gate"] 21:30:33 ---> Running in 8360788e61d1 21:30:34 ---> 746b152b1807 21:30:34 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:30:34 Removing intermediate container 68c57fe7dcfb 21:30:34 ---> cc9aa7b2e424 21:30:34 21:30:34 Step 10/24 : FROM alpine:3.16 21:30:34 ---> 4c81e5bf8899 21:30:34 Step 11/24 : RUN apk add --update --no-cache dumb-init 21:30:34 ---> Running in a9716170ade0 21:30:34 Removing intermediate container 8360788e61d1 21:30:34 ---> Running in 5bb700978ab7 21:30:34 ---> 3e5af63ca82f 21:30:34 Step 30/32 : LABEL arch=arm64 21:30:34 ---> Running in a56a639176ce 21:30:35 Removing intermediate container a56a639176ce 21:30:35 ---> 7a8119f65fa1 21:30:35 Step 31/32 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b 21:30:35 ---> Running in d4eeac458edd 21:30:36 Removing intermediate container d4eeac458edd 21:30:36 ---> d01408ccc151 21:30:36 Step 32/32 : LABEL version=0.0.0 21:30:36 ---> Running in e8f76315bbb7 21:30:37 Removing intermediate container e8f76315bbb7 21:30:37 ---> ac304a7c54b6 21:30:37 21:30:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:30:37 Successfully built ac304a7c54b6 21:30:37 Successfully tagged security-bootstrapper-arm64:latest 21:30:37  Building security-bootstrapper ... done Building core-command 21:30:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:30:39 (1/1) Installing dumb-init (1.2.5-r1) 21:30:39 Executing busybox-1.35.0-r17.trigger 21:30:39 OK: 5 MiB in 15 packages 21:30:41 Removing intermediate container 5bb700978ab7 21:30:41 ---> a19ddfbf6974 21:30:41 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:30:41 ---> Running in fd9ca7e4e1df 21:30:41 Removing intermediate container fd9ca7e4e1df 21:30:41 ---> 0e943b8d9f3a 21:30:41 Step 13/24 : ENV APP_PORT=59881 21:30:41 ---> Running in cbfb228149bb 21:30:42 Removing intermediate container cbfb228149bb 21:30:42 ---> 8b36484bee77 21:30:42 Step 14/24 : EXPOSE $APP_PORT 21:30:42 ---> Running in aa74b5df065c 21:30:43 Removing intermediate container aa74b5df065c 21:30:43 ---> e3ab5ee52553 21:30:43 Step 15/24 : WORKDIR / 21:30:43 ---> Running in 387a8fcfb550 21:30:43 Removing intermediate container 387a8fcfb550 21:30:43 ---> 0b3d2ca62544 21:30:43 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 21:30:44 ---> 01d2fd359d0a 21:30:44 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:30:48 ---> 6da0e82ccadc 21:30:48 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:30:49 ---> 25b2f27b9e68 21:30:49 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 21:30:50 ---> 1ed2cfa4816e 21:30:50 Step 20/24 : ENTRYPOINT ["/core-metadata"] 21:30:50 ---> Running in 76fb6ca70ab3 21:30:51 Removing intermediate container 76fb6ca70ab3 21:30:51 ---> e7a27f54272e 21:30:51 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:30:52 ---> Running in b5e5ab42c703 21:30:52 Removing intermediate container b5e5ab42c703 21:30:52 ---> d4096fbdeb45 21:30:52 Step 22/24 : LABEL arch=arm64 21:30:52 ---> Running in c0e4a964142f 21:30:54 Removing intermediate container c0e4a964142f 21:30:54 ---> a64101f8c435 21:30:54 Step 23/24 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b 21:30:54 ---> Running in 2e0f94577d1a 21:30:55 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:30:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:30:55 ---> bfb21a9a8df1 21:30:55 Step 3/23 : ARG ADD_BUILD_TAGS="" 21:30:55 ---> Using cache 21:30:55 ---> 3a99ed93978c 21:30:55 Step 4/23 : WORKDIR /edgex-go 21:30:55 ---> Using cache 21:30:55 ---> 706bf181843f 21:30:55 Step 5/23 : RUN apk add --update --no-cache make git 21:30:55 ---> Using cache 21:30:55 ---> 44b10980c12f 21:30:55 Step 6/23 : COPY go.mod vendor* ./ 21:30:55 ---> Using cache 21:30:55 ---> 25c19ab787f3 21:30:55 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:30:55 ---> Using cache 21:30:55 ---> 37c8a67bab33 21:30:55 Step 8/23 : COPY . . 21:30:55 Removing intermediate container 2e0f94577d1a 21:30:55 ---> 58fff1e6c4fe 21:30:55 Step 24/24 : LABEL version=0.0.0 21:30:55 ---> Using cache 21:30:55 ---> a810a759f473 21:30:55 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 21:30:55 ---> Running in 2a29df502259 21:30:55 ---> Running in 616abce268ea 21:30:56 Removing intermediate container 2a29df502259 21:30:56 ---> db3321495688 21:30:56 21:30:57 Successfully built db3321495688 21:30:57 Successfully tagged core-metadata-arm64:latest 21:30:57  Building core-metadata ... done Building security-spire-agent 21:30:58 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 21:31:00 Removing intermediate container cec53733828c 21:31:00 ---> 1acfb188b5ae 21:31:00 21:31:00 Step 10/22 : FROM alpine:3.16 21:31:00 ---> 4c81e5bf8899 21:31:00 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 21:31:00 ---> Running in 5b125ba90bb5 21:31:00 Removing intermediate container 5b125ba90bb5 21:31:00 ---> 7b25bc737b04 21:31:00 Step 12/22 : RUN apk add --update --no-cache dumb-init 21:31:01 ---> Running in 5215bd859629 21:31:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:31:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:31:04 (1/1) Installing dumb-init (1.2.5-r1) 21:31:04 Executing busybox-1.35.0-r17.trigger 21:31:04 OK: 5 MiB in 15 packages 21:31:06 Removing intermediate container 5215bd859629 21:31:06 ---> c083d10144c5 21:31:06 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:31:07 ---> 0052ad846b28 21:31:07 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 21:31:12 ---> d18138f27c9e 21:31:12 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 21:31:13 ---> b29e96959213 21:31:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 21:31:15 ---> cd46223c3a81 21:31:15 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:31:15 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:31:15 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:31:15 ---> bfb21a9a8df1 21:31:15 Step 3/24 : WORKDIR /edgex-go 21:31:15 ---> Using cache 21:31:15 ---> 50324bd2d5b3 21:31:15 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 21:31:15 ---> Using cache 21:31:15 ---> ad617de0c1d3 21:31:15 Step 5/24 : COPY go.mod vendor* ./ 21:31:15 ---> Using cache 21:31:15 ---> de9c0bdf0ec3 21:31:15 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:31:15 ---> Using cache 21:31:15 ---> 90ce8f6486ae 21:31:15 Step 7/24 : COPY . . 21:31:15 ---> Using cache 21:31:15 ---> 2d0db40da9e9 21:31:15 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 21:31:15 ---> Using cache 21:31:15 ---> 2b4b88059d86 21:31:15 Step 9/24 : WORKDIR /edgex-go/spire-build 21:31:15 ---> Using cache 21:31:15 ---> 93375eb02bfb 21:31:15 Step 10/24 : 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 21:31:15 ---> Running in 6f5962d84a1e 21:31:15 ---> Running in 21e41a5d60d2 21:31:19 Removing intermediate container 21e41a5d60d2 21:31:19 ---> cb7dc9803e99 21:31:19 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 21:31:19 ---> Running in 0b5ec9527b2a 21:31:19 Removing intermediate container 6f5962d84a1e 21:31:19 ---> 89193fa6b7a7 21:31:19 Step 11/24 : WORKDIR /edgex-go 21:31:19 ---> Running in 177d1ce89d57 21:31:19 Removing intermediate container 0b5ec9527b2a 21:31:19 ---> 0ea2269c5484 21:31:19 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 21:31:19 ---> Running in 82b300d75962 21:31:20 Removing intermediate container 177d1ce89d57 21:31:20 ---> 17b4fb40c000 21:31:20 21:31:20 Step 12/24 : FROM alpine:3.15 21:31:20 ---> 354640af7b1b 21:31:20 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:31:20 ---> Using cache 21:31:20 ---> 9eaf45ee4fd8 21:31:20 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 21:31:20 ---> Using cache 21:31:20 ---> 1b4f0d0d7b99 21:31:20 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 21:31:20 Removing intermediate container 82b300d75962 21:31:20 ---> 7118c5d6c984 21:31:20 Step 20/22 : LABEL arch=arm64 21:31:21 ---> Running in 50beb558df11 21:31:21 Removing intermediate container 50beb558df11 21:31:21 ---> 27ffbe3e9830 21:31:21 Step 21/22 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b 21:31:21 ---> Running in 7382e8dcb8f0 21:31:22 Removing intermediate container 7382e8dcb8f0 21:31:22 ---> 0525afd41390 21:31:22 Step 22/22 : LABEL version=0.0.0 21:31:22 ---> Running in 30214e83d171 21:31:23 Removing intermediate container 30214e83d171 21:31:23 ---> 8b50d908b72a 21:31:23 21:31:24 Successfully built 8b50d908b72a 21:31:24 Successfully tagged core-common-config-bootstrapper-arm64:latest 21:31:24  Building core-common-config-bootstrapper ... done Building security-secretstore-setup 21:31:24 ---> 60d42b9c7980 21:31:24 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:31:31 ---> d6a6f42025f9 21:31:31 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 21:31:32 ---> d0bd9afa851c 21:31:32 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 21:31:33 ---> bbfcc8b3a1c7 21:31:33 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 21:31:34 ---> 529d0f239da6 21:31:34 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 21:31:34 ---> Running in e78d405651d6 21:31:37 Removing intermediate container e78d405651d6 21:31:37 ---> a3ea02d5cdc6 21:31:37 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 21:31:37 ---> Running in cc145e515f5c 21:31:38 Removing intermediate container cc145e515f5c 21:31:38 ---> 33d4da3a9afd 21:31:38 Step 22/24 : LABEL arch=arm64 21:31:38 ---> Running in ba19ecfd50c8 21:31:39 Removing intermediate container ba19ecfd50c8 21:31:39 ---> 20db3e1bfc1f 21:31:39 Step 23/24 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b 21:31:39 ---> Running in 2f4f60b3fa1b 21:31:40 Removing intermediate container 2f4f60b3fa1b 21:31:40 ---> 5b62a9550063 21:31:40 Step 24/24 : LABEL version=0.0.0 21:31:40 ---> Running in 8d60a76d6408 21:31:41 Removing intermediate container 8d60a76d6408 21:31:41 ---> 1b126ccd6499 21:31:41 21:31:42 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:31:42 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:31:42 ---> bfb21a9a8df1 21:31:42 Step 3/24 : WORKDIR /edgex-go 21:31:42 ---> Using cache 21:31:42 ---> 50324bd2d5b3 21:31:42 Step 4/24 : RUN apk add --update --no-cache make git 21:31:42 ---> Running in 88049b39e86c 21:31:43 Successfully built 1b126ccd6499 21:31:43 Successfully tagged security-spire-agent-arm64:latest 21:31:43  Building security-spire-agent ... done Building support-notifications 21:31:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:31:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:31:47 OK: 221 MiB in 51 packages 21:31:51 Removing intermediate container 88049b39e86c 21:31:51 ---> ffcc1756bbc6 21:31:51 Step 5/24 : COPY go.mod vendor* ./ 21:31:53 ---> dfa2d030074b 21:31:53 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:31:53 ---> Running in b0fd83851d61 21:32:03 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:32:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:32:03 ---> bfb21a9a8df1 21:32:03 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:32:03 ---> Using cache 21:32:03 ---> 3a99ed93978c 21:32:03 Step 4/22 : WORKDIR /edgex-go 21:32:03 ---> Using cache 21:32:03 ---> 706bf181843f 21:32:03 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:32:03 ---> Running in 844674dd0cbc 21:32:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:32:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:32:06 OK: 221 MiB in 51 packages 21:32:08 Removing intermediate container 844674dd0cbc 21:32:08 ---> 675a10a91a28 21:32:08 Step 6/22 : COPY go.mod vendor* ./ 21:32:10 ---> d04f439c241e 21:32:10 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:32:10 ---> Running in 34a059b1bc5d 21:32:22 Removing intermediate container a9716170ade0 21:32:22 ---> 6a6090362a4d 21:32:22 Step 7/19 : COPY . . 21:32:32 ---> 2409439692d7 21:32:32 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 21:32:32 ---> Running in 6399e97e3e55 21:32:34 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 21:33:56 Removing intermediate container 089701e41f20 21:33:56 ---> c5d7e8d1ef2a 21:33:56 21:33:56 Step 10/22 : FROM alpine:3.16 21:33:56 ---> 4c81e5bf8899 21:33:56 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:33:56 ---> Using cache 21:33:56 ---> a19ddfbf6974 21:33:56 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:33:56 ---> Using cache 21:33:56 ---> 0e943b8d9f3a 21:33:56 Step 13/22 : ENV APP_PORT=59861 21:33:56 ---> Running in 4db863856f08 21:33:56 Removing intermediate container 4db863856f08 21:33:56 ---> 551e734579d0 21:33:56 Step 14/22 : EXPOSE $APP_PORT 21:33:56 ---> Running in 3ecdf5c8f568 21:33:56 Removing intermediate container b0fd83851d61 21:33:56 ---> 603c0cabd3ce 21:33:56 Step 7/24 : COPY . . 21:33:56 Removing intermediate container 3ecdf5c8f568 21:33:56 ---> a51f0dd47c2d 21:33:56 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:33:56 ---> a54d877cab88 21:33:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:33:57 ---> e9bc2d80e338 21:33:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:33:59 ---> a3cd506651b3 21:33:59 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:33:59 ---> Running in 7e1d6a118c2f 21:34:00 Removing intermediate container 7e1d6a118c2f 21:34:00 ---> 319ef50f62cd 21:34:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:34:00 ---> Running in 061e6081a037 21:34:01 Removing intermediate container 061e6081a037 21:34:01 ---> f3b32d940e19 21:34:01 Step 20/22 : LABEL arch=arm64 21:34:01 ---> Running in 1fc6d73767f8 21:34:02 Removing intermediate container 1fc6d73767f8 21:34:02 ---> e79f98753a84 21:34:02 Step 21/22 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b 21:34:03 ---> Running in 2a9b831b63b8 21:34:04 Removing intermediate container 2a9b831b63b8 21:34:04 ---> 1c6f00da5357 21:34:04 Step 22/22 : LABEL version=0.0.0 21:34:04 ---> Running in b6f62bc6c56f 21:34:05 Removing intermediate container b6f62bc6c56f 21:34:05 ---> 80d0afc04899 21:34:05 21:34:06 Successfully built 80d0afc04899 21:34:06 Successfully tagged support-scheduler-arm64:latest 21:34:06  Building support-scheduler ... done Building core-data 21:34:11 ---> 9191ff37444f 21:34:11 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:34:11 ---> Running in a4cff2a35f4a 21:34:12 Removing intermediate container 34a059b1bc5d 21:34:12 ---> 3b3c66104d81 21:34:12 Step 8/22 : COPY . . 21:34: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-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:34:25 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:34:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:34:25 ---> bfb21a9a8df1 21:34:25 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:34:25 ---> Using cache 21:34:25 ---> 3a99ed93978c 21:34:25 Step 4/22 : WORKDIR /edgex-go 21:34:25 ---> Using cache 21:34:25 ---> 706bf181843f 21:34:25 Step 5/22 : RUN apk add --update --no-cache make git 21:34:25 ---> Using cache 21:34:25 ---> 44b10980c12f 21:34:25 Step 6/22 : COPY go.mod vendor* ./ 21:34:25 ---> Using cache 21:34:25 ---> 25c19ab787f3 21:34:25 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:34:25 ---> Using cache 21:34:25 ---> 37c8a67bab33 21:34:25 Step 8/22 : COPY . . 21:34:25 ---> Using cache 21:34:25 ---> a810a759f473 21:34:25 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 21:34:25 ---> Running in 62f0175ccd07 21:34:27 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 21:34:30 ---> 911bcda89ce0 21:34:30 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:34:30 ---> Running in cf498256c0d9 21:34:32 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 21:36:53 Removing intermediate container 616abce268ea 21:36:53 ---> 18770aea6696 21:36:53 21:36:53 Step 10/23 : FROM alpine:3.16 21:36:53 ---> 4c81e5bf8899 21:36:53 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:36:53 ---> Using cache 21:36:53 ---> a19ddfbf6974 21:36:53 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:36:53 ---> Using cache 21:36:53 ---> 0e943b8d9f3a 21:36:53 Step 13/23 : ENV APP_PORT=59882 21:36:53 ---> Running in c475f2b83ed4 21:36:53 Removing intermediate container c475f2b83ed4 21:36:53 ---> 5e113bdf6617 21:36:53 Step 14/23 : EXPOSE $APP_PORT 21:36:54 ---> Running in c6c3dcf3b7cf 21:36:54 Removing intermediate container c6c3dcf3b7cf 21:36:54 ---> 1552adce7951 21:36:54 Step 15/23 : WORKDIR / 21:36:54 ---> Running in 140533145d6e 21:36:55 Removing intermediate container 140533145d6e 21:36:55 ---> e05c8145851c 21:36:55 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:36:56 ---> cc57e92b2d3d 21:36:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:36:58 ---> 92714552f3ae 21:36:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:36:58 ---> e6ce5b1a3a99 21:36:58 Step 19/23 : ENTRYPOINT ["/core-command"] 21:36:58 ---> Running in 5c175433768e 21:36:59 Removing intermediate container 5c175433768e 21:36:59 ---> a9de3bf8b394 21:36:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:36:59 ---> Running in ecc0b880574b 21:37:00 Removing intermediate container ecc0b880574b 21:37:00 ---> 540544d17162 21:37:00 Step 21/23 : LABEL arch=arm64 21:37:00 ---> Running in ab2a4270152f 21:37:00 Removing intermediate container ab2a4270152f 21:37:00 ---> f7cda1d710d1 21:37:00 Step 22/23 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b 21:37:00 ---> Running in 1a7e81b4297b 21:37:01 Removing intermediate container 1a7e81b4297b 21:37:01 ---> 79387dd0994b 21:37:01 Step 23/23 : LABEL version=0.0.0 21:37:01 ---> Running in 1015b48ebec5 21:37:02 Removing intermediate container 1015b48ebec5 21:37:02 ---> fb001598e2b9 21:37:02 21:37:02 Successfully built fb001598e2b9 21:37:02 Successfully tagged core-command-arm64:latest 21:39:39  Building core-command ... done 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 21:39:43 Removing intermediate container a4cff2a35f4a 21:39:43 ---> 200d62791d9d 21:39:43 21:39:43 Step 9/24 : FROM alpine:3.16 21:39:43 ---> 4c81e5bf8899 21:39:43 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 21:39:43 ---> Running in 45f53f843aec 21:39:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:39:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:39:47 (1/3) Installing ca-certificates (20220614-r0) 21:39:47 (2/3) Installing dumb-init (1.2.5-r1) 21:39:47 (3/3) Installing su-exec (0.2-r1) 21:39:47 Executing busybox-1.35.0-r17.trigger 21:39:47 Executing ca-certificates-20220614-r0.trigger 21:39:47 OK: 6 MiB in 17 packages 21:39:51 Removing intermediate container 45f53f843aec 21:39:51 ---> 5df6c393b92f 21:39:51 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:39:51 ---> Running in c01fa0941189 21:39:51 Removing intermediate container c01fa0941189 21:39:51 ---> 55827ed6085a 21:39:51 Step 12/24 : WORKDIR / 21:39:52 ---> Running in 1ba3fd48a731 21:39:54 Removing intermediate container 1ba3fd48a731 21:39:54 ---> 2386e0a29cf3 21:39:54 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:39:55 ---> 8b7f0d533fcd 21:39:55 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:39:56 Removing intermediate container 6399e97e3e55 21:39:56 ---> 67f49a5a581f 21:39:56 21:39:56 Step 9/19 : FROM alpine:3.15 21:39:56 ---> 354640af7b1b 21:39:56 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:39:56 ---> Using cache 21:39:56 ---> 9eaf45ee4fd8 21:39:56 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 21:39:56 ---> Running in 416402ce97ba 21:39:57 ---> 8aac77c5b07d 21:39:57 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:39:58 ---> 5384ad4dabbb 21:39:58 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 21:39:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:39:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:39:59 ---> 5b0c38b18d90 21:39:59 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:40:00 v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 21:40:00 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 21:40:00 OK: 15734 distinct packages available 21:40:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:40:01 ---> ab9754d917dc 21:40:01 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:40:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:40:02 (1/9) Installing ca-certificates (20220614-r0) 21:40:02 (2/9) Installing brotli-libs (1.0.9-r5) 21:40:02 (3/9) Installing nghttp2-libs (1.46.0-r0) 21:40:02 (4/9) Installing libcurl (7.80.0-r6) 21:40:02 (5/9) Installing curl (7.80.0-r6) 21:40:02 (6/9) Installing dumb-init (1.2.5-r1) 21:40:02 (7/9) Installing musl-obstack (1.2.3-r0) 21:40:02 (8/9) Installing libucontext (1.1-r0) 21:40:02 (9/9) Installing gcompat (1.0.0-r4) 21:40:02 Executing busybox-1.34.1-r7.trigger 21:40:02 Executing ca-certificates-20220614-r0.trigger 21:40:02 ---> 154c9173b45f 21:40:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:40:02 OK: 8 MiB in 23 packages 21:40:04 ---> e50b4ad480bc 21:40:04 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:40:04 ---> Running in b573e9db6408 21:40:06 Removing intermediate container 416402ce97ba 21:40:06 ---> 54ef06eb6ec5 21:40:06 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 21:40:08 ---> 33ead2eca33d 21:40:08 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 21:40:08 Removing intermediate container b573e9db6408 21:40:08 ---> 82df9e77ff54 21:40:08 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:40:09 ---> Running in a2793c71cd87 21:40:09 Removing intermediate container a2793c71cd87 21:40:09 ---> 48fc4c6c829e 21:40:09 Step 22/24 : LABEL arch=arm64 21:40:10 ---> Running in d40e8c32af07 21:40:11 Removing intermediate container d40e8c32af07 21:40:11 ---> 9d0926ec3eff 21:40:11 Step 23/24 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b 21:40:11 ---> Running in 230eefc8ecb1 21:40:12 Removing intermediate container 230eefc8ecb1 21:40:12 ---> 1cfd6af66c1e 21:40:12 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 21:40:12 ---> 2b8830cdb729 21:40:12 Step 24/24 : LABEL version=0.0.0 21:40:12 ---> Running in 46971f6d5cd8 21:40:13 Removing intermediate container 46971f6d5cd8 21:40:13 ---> 8d1d892c00c8 21:40:13 21:40:13 ---> 58825d4dbd6a 21:40:13 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 21:40:13 Successfully built 8d1d892c00c8 21:40:14 Successfully tagged security-secretstore-setup-arm64:latest 21:40:14  Building security-secretstore-setup ... done  ---> Running in f036b5328265 21:40:14 Removing intermediate container f036b5328265 21:40:14 ---> e13a7bbe0938 21:40:14 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:40:14 ---> Running in 4771c46a5c4a 21:40:15 Removing intermediate container 4771c46a5c4a 21:40:15 ---> 1a22fca55380 21:40:15 Step 17/19 : LABEL arch=arm64 21:40:15 ---> Running in cd26dbe0447c 21:40:16 Removing intermediate container cd26dbe0447c 21:40:16 ---> 898729f886bb 21:40:16 Step 18/19 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b 21:40:16 ---> Running in 0c07e45c5c18 21:40:17 Removing intermediate container 0c07e45c5c18 21:40:17 ---> 7561890dc92e 21:40:17 Step 19/19 : LABEL version=0.0.0 21:40:17 ---> Running in 6926aeccc925 21:40:19 Removing intermediate container 6926aeccc925 21:40:19 ---> b3bf1a6de7d4 21:40:19 21:40:19 Successfully built b3bf1a6de7d4 21:40:20 Successfully tagged security-spiffe-token-provider-arm64:latest 21:40:21  Building security-spiffe-token-provider ... done Removing intermediate container 62f0175ccd07 21:40:21 ---> 6ba5ac213b10 21:40:21 21:40:21 Step 10/22 : FROM alpine:3.16 21:40:21 ---> 4c81e5bf8899 21:40:21 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:40:21 ---> Running in 8959ba80f9b6 21:40:21 Removing intermediate container 8959ba80f9b6 21:40:21 ---> fd6bea50e9b6 21:40:21 Step 12/22 : ENV APP_PORT=59880 21:40:22 ---> Running in 66f81b9b98d7 21:40:22 Removing intermediate container 66f81b9b98d7 21:40:22 ---> 532aa7a46d29 21:40:22 Step 13/22 : EXPOSE $APP_PORT 21:40:22 ---> Running in 9ae4da9e1f12 21:40:22 Removing intermediate container 9ae4da9e1f12 21:40:22 ---> 436da6667b0d 21:40:22 Step 14/22 : RUN apk add --update --no-cache dumb-init 21:40:23 ---> Running in c3918736fb9f 21:40:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:40:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:40:26 (1/1) Installing dumb-init (1.2.5-r1) 21:40:26 Executing busybox-1.35.0-r17.trigger 21:40:26 OK: 5 MiB in 15 packages 21:40:27 Removing intermediate container c3918736fb9f 21:40:27 ---> 107565129201 21:40:27 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:40:28 ---> 99934b82d9c1 21:40:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:40:30 ---> daa429a4f3a8 21:40:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:40:31 ---> 9cbede129a99 21:40:31 Step 18/22 : ENTRYPOINT ["/core-data"] 21:40:31 ---> Running in 03437fcfb907 21:40:31 Removing intermediate container 03437fcfb907 21:40:31 ---> 7f2ffd24b937 21:40:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:40:31 ---> Running in 3ab37de58358 21:40:32 Removing intermediate container 3ab37de58358 21:40:32 ---> 403eb50d2b53 21:40:32 Step 20/22 : LABEL arch=arm64 21:40:32 ---> Running in 13c6d49de776 21:40:33 Removing intermediate container 13c6d49de776 21:40:33 ---> a30deb9f6349 21:40:33 Step 21/22 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b 21:40:33 ---> Running in 775df298f860 21:40:33 Removing intermediate container 775df298f860 21:40:33 ---> ff01efbe6dfa 21:40:33 Step 22/22 : LABEL version=0.0.0 21:40:33 ---> Running in ebf3bd49f4aa 21:40:34 Removing intermediate container ebf3bd49f4aa 21:40:34 ---> 3a2bb20eda9a 21:40:34 21:40:34 Successfully built 3a2bb20eda9a 21:40:34 Successfully tagged core-data-arm64:latest 21:41:01  Building core-data ... done Removing intermediate container cf498256c0d9 21:41:01 ---> 3bade01c6be3 21:41:01 21:41:01 Step 10/22 : FROM alpine:3.16 21:41:01 ---> 4c81e5bf8899 21:41:01 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:41:01 ---> Running in 3b0a58ff12b9 21:41:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:41:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:41:02 (1/2) Installing ca-certificates (20220614-r0) 21:41:03 (2/2) Installing dumb-init (1.2.5-r1) 21:41:03 Executing busybox-1.35.0-r17.trigger 21:41:03 Executing ca-certificates-20220614-r0.trigger 21:41:03 OK: 6 MiB in 16 packages 21:41:04 Removing intermediate container 3b0a58ff12b9 21:41:04 ---> b66854c87c15 21:41:04 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:41:04 ---> Running in 41522ba595a0 21:41:04 Removing intermediate container 41522ba595a0 21:41:04 ---> c6afce45a49e 21:41:04 Step 13/22 : ENV APP_PORT=59860 21:41:04 ---> Running in 4c098b3f5143 21:41:05 Removing intermediate container 4c098b3f5143 21:41:05 ---> 8a45f4122f4c 21:41:05 Step 14/22 : EXPOSE $APP_PORT 21:41:05 ---> Running in 5bbae967adce 21:41:05 Removing intermediate container 5bbae967adce 21:41:05 ---> be12a72e0346 21:41:05 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:41:06 ---> 5d875e629727 21:41:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:41:07 ---> 9489c78922d6 21:41:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:41:07 ---> 53021637c890 21:41:07 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:41:08 ---> Running in f77430cc5a3d 21:41:08 Removing intermediate container f77430cc5a3d 21:41:08 ---> bfb4a4788562 21:41:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:41:08 ---> Running in f281a3ae02a9 21:41:08 Removing intermediate container f281a3ae02a9 21:41:08 ---> 6a06c9d8e760 21:41:08 Step 20/22 : LABEL arch=arm64 21:41:08 ---> Running in 219718dc366a 21:41:08 Removing intermediate container 219718dc366a 21:41:08 ---> a48d0e9a37bf 21:41:08 Step 21/22 : LABEL git_sha=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b 21:41:09 ---> Running in 4b34b99c99af 21:41:09 Removing intermediate container 4b34b99c99af 21:41:09 ---> 055ed35e4048 21:41:09 Step 22/22 : LABEL version=0.0.0 21:41:09 ---> Running in 93e69f771a39 21:41:09 Removing intermediate container 93e69f771a39 21:41:09 ---> 21a4daa2fb63 21:41:09 21:41:09 Successfully built 21a4daa2fb63 21:41:09 Successfully tagged support-notifications-arm64:latest 21:41:10  Building support-notifications ... done  [Pipeline] } 21:41:10 $ docker stop --time=1 7a5413e2bbab0d376681e466786045ff61ba5b565a2196da0e4cc7b82779c308 21:41:11 $ docker rm -f --volumes 7a5413e2bbab0d376681e466786045ff61ba5b565a2196da0e4cc7b82779c308 [Pipeline] // withDockerContainer [Pipeline] sh 21:41:12 + docker images 21:41:12 REPOSITORY TAG IMAGE ID CREATED SIZE 21:41:12 support-notifications-arm64 latest 21a4daa2fb63 3 seconds ago 29.7MB 21:41:12 3bade01c6be3 13 seconds ago 1.57GB 21:41:12 core-data-arm64 latest 3a2bb20eda9a 39 seconds ago 17.2MB 21:41:12 6ba5ac213b10 52 seconds ago 1.51GB 21:41:12 security-spiffe-token-provider-arm64 latest b3bf1a6de7d4 54 seconds ago 29.1MB 21:41:12 security-secretstore-setup-arm64 latest 8d1d892c00c8 About a minute ago 29MB 21:41:12 67f49a5a581f About a minute ago 1.54GB 21:41:12 200d62791d9d About a minute ago 1.5GB 21:41:12 core-command-arm64 latest fb001598e2b9 4 minutes ago 17MB 21:41:12 18770aea6696 4 minutes ago 1.51GB 21:41:12 support-scheduler-arm64 latest 80d0afc04899 7 minutes ago 29MB 21:41:12 c5d7e8d1ef2a 7 minutes ago 1.57GB 21:41:12 security-spire-agent-arm64 latest 1b126ccd6499 9 minutes ago 122MB 21:41:12 core-common-config-bootstrapper-arm64 latest 8b50d908b72a 9 minutes ago 14.9MB 21:41:12 17b4fb40c000 9 minutes ago 1.38GB 21:41:12 1acfb188b5ae 10 minutes ago 1.5GB 21:41:12 core-metadata-arm64 latest db3321495688 10 minutes ago 17.7MB 21:41:12 security-bootstrapper-arm64 latest ac304a7c54b6 10 minutes ago 19.6MB 21:41:12 cc9aa7b2e424 10 minutes ago 1.51GB 21:41:12 security-proxy-setup-arm64 latest 17b290c9291f 11 minutes ago 26.9MB 21:41:12 96e32cb254f1 11 minutes ago 1.5GB 21:41:12 2c1d08616bd1 11 minutes ago 1.5GB 21:41:12 security-spire-config-arm64 latest 7d2e90180384 17 minutes ago 83.6MB 21:41:12 security-spire-server-arm64 latest 7290355e37bc 17 minutes ago 84.3MB 21:41:12 3fbb3a3b5b87 17 minutes ago 1.38GB 21:41:12 41de87b62503 17 minutes ago 1.38GB 21:41:12 ci-base-image-arm64 latest bfb21a9a8df1 30 minutes ago 905MB 21:41:12 alpine 3.15 354640af7b1b 5 days ago 5.34MB 21:41:12 alpine 3.16 4c81e5bf8899 5 days ago 5.3MB 21:41:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB 21:41:12 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 21:41:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:41:13 21:41:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:41:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:41:14 arm64: Pulling from edgex-lftools-log-publisher 21:41:14 8998bd30e6a1: Pulling fs layer 21:41:14 04944245beec: Pulling fs layer 21:41:14 699f458cf7ca: Pulling fs layer 21:41:14 765212b225bb: Pulling fs layer 21:41:14 f23df028b6ca: Pulling fs layer 21:41:14 d65c8cfc05b1: Pulling fs layer 21:41:14 2437ff75d9bd: Pulling fs layer 21:41:14 765212b225bb: Waiting 21:41:14 f23df028b6ca: Waiting 21:41:14 d65c8cfc05b1: Waiting 21:41:14 2437ff75d9bd: Waiting 21:41:14 04944245beec: Verifying Checksum 21:41:14 04944245beec: Download complete 21:41:14 765212b225bb: Verifying Checksum 21:41:14 765212b225bb: Download complete 21:41:14 f23df028b6ca: Verifying Checksum 21:41:14 f23df028b6ca: Download complete 21:41:14 d65c8cfc05b1: Verifying Checksum 21:41:14 d65c8cfc05b1: Download complete 21:41:14 699f458cf7ca: Verifying Checksum 21:41:14 699f458cf7ca: Download complete 21:41:14 8998bd30e6a1: Verifying Checksum 21:41:14 8998bd30e6a1: Download complete 21:41:17 2437ff75d9bd: Verifying Checksum 21:41:17 2437ff75d9bd: Download complete 21:41:18 8998bd30e6a1: Pull complete 21:41:19 04944245beec: Pull complete 21:41:20 699f458cf7ca: Pull complete 21:41:20 765212b225bb: Pull complete 21:41:21 f23df028b6ca: Pull complete 21:41:22 d65c8cfc05b1: Pull complete 21:41:37 2437ff75d9bd: Pull complete 21:41:37 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 21:41:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:41:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:41:38 prd-ubuntu20.04-docker-arm64-4c-16g-6198 does not seem to be running inside a container 21:41:38 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 21:41:41 $ docker top ef54a496a4cfb5118231713744819b498c753346ebd5b852794de46482a841c8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:41:42 ---> job-cost.sh 21:41:42 lf-activate-venv: SKIPPING 21:41:42 INFO: No Stack... 21:41:43 INFO: Retrieving Pricing Info for: v3-standard-4 21:41:44 INFO: Archiving Costs [Pipeline] sh 21:41:44 + cat /w/workspace/edgex-go/1/archives/cost.csv 21:41:44 + cut -d, -f6 [Pipeline] lock 21:41:44 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4363-1-stack-cost] 21:41:44 Resource [jenkins-edgexfoundry-edgex-go-PR-4363-1-stack-cost] did not exist. Created. 21:41:44 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4363-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:41:45 + echo total: 0.10999999940395355 [Pipeline] stash 21:41:45 Stashed 1 file(s) [Pipeline] } 21:41:45 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4363-1-stack-cost] [Pipeline] // lock [Pipeline] } 21:41:45 $ docker stop --time=1 ef54a496a4cfb5118231713744819b498c753346ebd5b852794de46482a841c8 21:41:47 $ docker rm -f --volumes ef54a496a4cfb5118231713744819b498c753346ebd5b852794de46482a841c8 [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 21:41:48 provisioning config files... 21:41:48 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config9252550847596967313tmp [Pipeline] { [Pipeline] sh 21:41:49 + set +x 21:41:49 + bash -s -- 21:41:49 + curl -s https://codecov.io/bash 21:41:49 21:41:49 _____ _ 21:41:49 / ____| | | 21:41:49 | | ___ __| | ___ ___ _____ __ 21:41:49 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:41:49 | |___| (_) | (_| | __/ (_| (_) \ V / 21:41:49 \_____\___/ \__,_|\___|\___\___/ \_/ 21:41:49 Bash-1.0.6 21:41:49 21:41:49 21:41:49 ==> git version 2.25.1 found 21:41:49 ==> 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 21:41:49 Release-Date: 2020-01-08 21:41:49 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 21:41:49 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 21:41:49 ==> Jenkins CI detected. 21:41:49 current dir:  /w/workspace/edgex-go/1 21:41:49 project root: . 21:41:49 --> token set from env 21:41:49 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:41:49 ==> Running gcov in . (disable via -X gcov) 21:41:49 ==> Python coveragepy not found 21:41:49 ==> Searching for coverage reports in: 21:41:49 + . 21:41:49 -> Found 1 reports 21:41:49 ==> Detecting git/mercurial file structure 21:41:49 ==> Reading reports 21:41:49 + ./coverage.out bytes=487529 21:41:49 ==> Appending adjustments 21:41:49 https://docs.codecov.io/docs/fixing-reports 21:41:50 + Found adjustments 21:41:50 ==> Gzipping contents 21:41:50 64K /tmp/codecov.ixGy6h.gz 21:41:50 ==> Uploading reports 21:41:50 url: https://codecov.io 21:41:50 query: branch=PR-4363&commit=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4363%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4363&job=&cmd_args= 21:41:50 -> Pinging Codecov 21:41:50 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4363&commit=f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4363%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4363&job=&cmd_args= 21:41:50 -> Uploading to 21:41:50 https://storage.googleapis.com/codecov/v4/raw/2023-02-15/00271124DB129430A58F1EEE437C3FCB/f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b/e694e6f5-245e-4e68-a201-ac1b4a35e13a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230215T214150Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8fc17089fc168510833cc15d16f3bb23c866cb78168065b5e49ca26828526648 21:41:50 % Total % Received % Xferd Average Speed Time Time Time Current 21:41:50 Dload Upload Total Spent Left Speed 21:41:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62966 0 0 100 62966 0 189k --:--:-- --:--:-- --:--:-- 188k 21:41:51 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/f6f4f3d751dbd814b5a70c9b27d8004ab68ec49b [Pipeline] } 21:41:51 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 21:41:52 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 21:41:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:41:53 ---> package-listing.sh 21:41:53 ++ facter osfamily 21:41:53 ++ tr '[:upper:]' '[:lower:]' 21:41:54 + OS_FAMILY=debian 21:41:54 + workspace=/w/workspace/edgex-go/1 21:41:54 + START_PACKAGES=/tmp/packages_start.txt 21:41:54 + END_PACKAGES=/tmp/packages_end.txt 21:41:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:41:54 + PACKAGES=/tmp/packages_start.txt 21:41:54 + '[' /w/workspace/edgex-go/1 ']' 21:41:54 + PACKAGES=/tmp/packages_end.txt 21:41:54 + case "${OS_FAMILY}" in 21:41:54 + dpkg -l 21:41:54 + grep '^ii' 21:41:54 + '[' -f /tmp/packages_start.txt ']' 21:41:54 + '[' -f /tmp/packages_end.txt ']' 21:41:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:41:54 + '[' /w/workspace/edgex-go/1 ']' 21:41:54 + mkdir -p /w/workspace/edgex-go/1/archives/ 21:41:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 21:41:54 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 21:41:54 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:41:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:41:55 21:41:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:41:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:41:55 latest: Pulling from edgex-lftools-log-publisher 21:41:55 5eb5b503b376: Pulling fs layer 21:41:55 5c69ac0246d0: Pulling fs layer 21:41:55 ec43610c2a17: Pulling fs layer 21:41:55 3a2ae6a8a46f: Pulling fs layer 21:41:55 33b1e0a273af: Pulling fs layer 21:41:55 5d3b04190fa2: Pulling fs layer 21:41:55 2f39f015ded8: Pulling fs layer 21:41:55 3a2ae6a8a46f: Waiting 21:41:55 33b1e0a273af: Waiting 21:41:55 2f39f015ded8: Waiting 21:41:55 5d3b04190fa2: Waiting 21:41:55 5c69ac0246d0: Download complete 21:41:55 3a2ae6a8a46f: Verifying Checksum 21:41:55 3a2ae6a8a46f: Download complete 21:41:55 33b1e0a273af: Verifying Checksum 21:41:55 33b1e0a273af: Download complete 21:41:55 ec43610c2a17: Verifying Checksum 21:41:55 ec43610c2a17: Download complete 21:41:55 5d3b04190fa2: Download complete 21:41:55 5eb5b503b376: Verifying Checksum 21:41:55 5eb5b503b376: Download complete 21:41:56 2f39f015ded8: Download complete 21:41:57 5eb5b503b376: Pull complete 21:41:57 5c69ac0246d0: Pull complete 21:41:57 ec43610c2a17: Pull complete 21:41:57 3a2ae6a8a46f: Pull complete 21:41:58 33b1e0a273af: Pull complete 21:41:58 5d3b04190fa2: Pull complete 21:42:02 2f39f015ded8: Pull complete 21:42:02 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 21:42:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:42:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:42:03 prd-ubuntu20.04-docker-8c-8g-6197 does not seem to be running inside a container 21:42:03 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 21:42:15 $ docker top 3b7b586f12629610f2e92a4b19ba3f1bd188ca0ee0e663db8c8b7da70e632e79 -eo pid,comm [Pipeline] { [Pipeline] sh 21:42:16 + touch /tmp/pre-build-complete [Pipeline] sh 21:42:16 + mkdir -p /var/log/sysstat [Pipeline] sh 21:42:16 + ls /var/log/sa-host 21:42:16 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:42:16 provisioning config files... 21:42:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config11799007438787199387tmp [Pipeline] { [Pipeline] echo 21:42:16 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:42:17 ---> create-netrc.sh [Pipeline] } 21:42:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 21:42:17 ---> python-tools-install.sh [Pipeline] echo 21:42:17 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:42:18 ---> sudo-logs.sh 21:42:18 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:42:18 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:42:18 ---> job-cost.sh 21:42:18 lf-activate-venv: SKIPPING 21:42:18 DEBUG: total: 0.10999999940395355 21:42:18 INFO: Retrieving Stack Cost... 21:42:19 INFO: Retrieving Pricing Info for: v3-standard-8 21:42:19 INFO: Archiving Costs [Pipeline] echo 21:42:19 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:42:20 ---> logs-deploy.sh 21:42:20 lf-activate-venv: SKIPPING 21:42:20 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4363/1 21:42:20 INFO: archiving workspace using pattern(s): 21:42:20 Archives upload complete. 21:42:20 INFO: archiving logs to Nexus 21:42:21 ---> uname -a: 21:42:21 Linux prd-ubuntu20-04-docker-8c-8g-6197 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 21:42:21 21:42:21 21:42:21 ---> lscpu: 21:42:21 Architecture: x86_64 21:42:21 CPU op-mode(s): 32-bit, 64-bit 21:42:21 Byte Order: Little Endian 21:42:21 Address sizes: 40 bits physical, 48 bits virtual 21:42:21 CPU(s): 8 21:42:21 On-line CPU(s) list: 0-7 21:42:21 Thread(s) per core: 1 21:42:21 Core(s) per socket: 1 21:42:21 Socket(s): 8 21:42:21 NUMA node(s): 1 21:42:21 Vendor ID: AuthenticAMD 21:42:21 CPU family: 23 21:42:21 Model: 49 21:42:21 Model name: AMD EPYC-Rome Processor 21:42:21 Stepping: 0 21:42:21 CPU MHz: 2800.000 21:42:21 BogoMIPS: 5600.00 21:42:21 Virtualization: AMD-V 21:42:21 Hypervisor vendor: KVM 21:42:21 Virtualization type: full 21:42:21 L1d cache: 256 KiB 21:42:21 L1i cache: 256 KiB 21:42:21 L2 cache: 4 MiB 21:42:21 L3 cache: 128 MiB 21:42:21 NUMA node0 CPU(s): 0-7 21:42:21 Vulnerability Itlb multihit: Not affected 21:42:21 Vulnerability L1tf: Not affected 21:42:21 Vulnerability Mds: Not affected 21:42:21 Vulnerability Meltdown: Not affected 21:42:21 Vulnerability Mmio stale data: Not affected 21:42:21 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:42:21 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 21:42:21 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 21:42:21 Vulnerability Srbds: Not affected 21:42:21 Vulnerability Tsx async abort: Not affected 21:42:21 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 21:42:21 21:42:21 21:42:21 ---> nproc: 21:42:21 8 21:42:21 21:42:21 21:42:21 ---> df -h: 21:42:21 Filesystem Size Used Avail Use% Mounted on 21:42:21 overlay 155G 20G 136G 13% / 21:42:21 tmpfs 64M 0 64M 0% /dev 21:42:21 tmpfs 16G 0 16G 0% /sys/fs/cgroup 21:42:21 shm 64M 0 64M 0% /dev/shm 21:42:21 /dev/vda1 155G 20G 136G 13% /facter-os 21:42:21 21:42:21 21:42:21 ---> sar -b -r -n DEV: 21:42:21 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6197) 02/15/23 _x86_64_ (8 CPU) 21:42:21 21:42:21 21:06:11 LINUX RESTART (8 CPU) 21:42:21 21:42:21 21:07:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:42:21 21:08:01 137.67 10.46 127.22 0.00 1768.11 67501.78 0.00 21:42:21 21:09:01 40.74 0.03 40.71 0.00 1.07 18546.24 0.00 21:42:21 21:10:01 83.97 0.38 83.59 0.00 14.53 31367.32 0.00 21:42:21 21:11:01 330.78 4.00 326.78 0.00 45.86 117694.78 0.00 21:42:21 21:12:01 211.28 4.30 206.98 0.00 95.98 85766.77 0.00 21:42:21 21:13:01 273.57 0.03 273.54 0.00 1.07 150537.58 0.00 21:42:21 21:14:01 557.42 1.17 556.26 0.00 37.19 137247.26 0.00 21:42:21 21:15:01 437.23 3.10 434.13 0.00 24.80 132077.33 0.00 21:42:21 21:16:01 392.79 0.28 392.50 0.00 4.53 177787.67 0.00 21:42:21 21:17:01 436.23 11.08 425.15 0.00 3394.77 71846.29 0.00 21:42:21 21:18:01 4.48 0.00 4.48 0.00 0.00 56.65 0.00 21:42:21 21:19:01 1.57 0.00 1.57 0.00 0.00 16.53 0.00 21:42:21 21:20:01 0.93 0.00 0.93 0.00 0.00 10.13 0.00 21:42:21 21:21:01 1.45 0.00 1.45 0.00 0.00 16.13 0.00 21:42:21 21:22:01 2.20 0.02 2.18 0.00 0.13 30.00 0.00 21:42:21 21:23:01 1.72 0.00 1.72 0.00 0.00 19.06 0.00 21:42:21 21:24:01 0.97 0.00 0.97 0.00 0.00 10.93 0.00 21:42:21 21:25:01 1.52 0.00 1.52 0.00 0.00 17.06 0.00 21:42:21 21:26:01 1.05 0.00 1.05 0.00 0.00 11.60 0.00 21:42:21 21:27:01 1.70 0.00 1.70 0.00 0.00 18.66 0.00 21:42:21 21:28:01 1.08 0.00 1.08 0.00 0.00 12.40 0.00 21:42:21 21:29:01 1.78 0.00 1.78 0.00 0.00 18.93 0.00 21:42:21 21:30:02 1.22 0.00 1.22 0.00 0.00 12.93 0.00 21:42:21 21:31:01 1.59 0.00 1.59 0.00 0.00 17.08 0.00 21:42:21 21:32:01 1.00 0.00 1.00 0.00 0.00 10.66 0.00 21:42:21 21:33:01 1.82 0.00 1.82 0.00 0.00 20.66 0.00 21:42:21 21:34:01 1.12 0.00 1.12 0.00 0.00 11.73 0.00 21:42:21 21:35:01 2.37 0.42 1.95 0.00 16.39 21.73 0.00 21:42:21 21:36:01 2.22 1.12 1.10 0.00 19.33 13.33 0.00 21:42:21 21:37:01 1.78 0.00 1.78 0.00 0.00 19.60 0.00 21:42:21 21:38:01 1.05 0.00 1.05 0.00 0.00 10.80 0.00 21:42:21 21:39:01 1.70 0.00 1.70 0.00 0.00 19.60 0.00 21:42:21 21:40:01 0.92 0.00 0.92 0.00 0.00 10.13 0.00 21:42:21 21:41:01 1.60 0.00 1.60 0.00 0.00 17.46 0.00 21:42:21 21:42:01 3.98 0.22 3.77 0.00 16.93 335.28 0.00 21:42:21 Average: 84.14 1.04 83.10 0.00 154.75 28312.55 0.00 21:42:21 21:42:21 21:07:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:42:21 21:08:01 28559908 31600988 708308 2.15 111540 3170388 1715896 5.06 1080408 2842896 4152 21:42:21 21:09:01 27774540 31400356 898836 2.73 114688 3708872 2388760 7.04 1512196 3142216 293708 21:42:21 21:10:01 27370728 31534704 764960 2.33 117520 4228400 1851124 5.46 1336204 3707580 558940 21:42:21 21:11:01 24296976 31519344 766812 2.33 200020 6980652 1894076 5.58 1989620 5885152 310644 21:42:21 21:12:01 20695616 31512388 773468 2.35 288948 10368452 1935168 5.70 1737112 9622896 2997616 21:42:21 21:13:01 21620748 31478576 799992 2.43 293656 9378824 2119688 6.25 1920092 8480880 226160 21:42:21 21:14:01 21130916 31421980 853156 2.59 303816 9808004 2279308 6.72 2107100 8787848 264840 21:42:21 21:15:01 17021424 31398756 876388 2.67 416196 13556540 2611952 7.70 2239052 12535568 2857752 21:42:21 21:16:01 16800116 31212164 1053248 3.20 435856 13533400 2681956 7.90 2606740 12340780 28776 21:42:21 21:17:01 18620320 31530252 743800 2.26 445108 12086232 1929972 5.69 2316352 10883524 1368 21:42:21 21:18:01 18620948 31530908 742936 2.26 445140 12086244 1929972 5.69 2316196 10883532 132 21:42:21 21:19:01 18623020 31533028 740832 2.25 445156 12086244 1929972 5.69 2314592 10883536 8 21:42:21 21:20:01 18623184 31533196 740608 2.25 445160 12086248 1929972 5.69 2314576 10883540 8 21:42:21 21:21:01 18631052 31541700 732720 2.23 445168 12086252 1929972 5.69 2306264 10884160 8 21:42:21 21:22:01 18631404 31542276 732500 2.23 445232 12086376 1949684 5.75 2306348 10884304 12 21:42:21 21:23:01 18630844 31541768 732964 2.23 445260 12086384 1949684 5.75 2306284 10884308 8 21:42:21 21:24:01 18631088 31542012 732644 2.23 445276 12086384 1949684 5.75 2306284 10884308 8 21:42:21 21:25:01 18631064 31542044 732580 2.23 445288 12086388 1949684 5.75 2306024 10884316 16 21:42:21 21:26:01 18631216 31542200 732568 2.23 445296 12086396 1949684 5.75 2306344 10884320 12 21:42:21 21:27:01 18631028 31542064 732672 2.23 445348 12086400 1949684 5.75 2306140 10884332 12 21:42:21 21:28:01 18630672 31541736 732928 2.23 445368 12086404 1949684 5.75 2306128 10884328 32 21:42:21 21:29:01 18630632 31541736 732888 2.23 445388 12086404 1949684 5.75 2306156 10884328 8 21:42:21 21:30:02 18630452 31541580 733116 2.23 445408 12086408 1933552 5.70 2306500 10884332 188 21:42:21 21:31:01 18630736 31541888 732796 2.23 445432 12086408 1933552 5.70 2306548 10884332 188 21:42:21 21:32:01 18630720 31541888 732736 2.23 445444 12086412 1933552 5.70 2306672 10884336 188 21:42:21 21:33:01 18630672 31541884 732680 2.23 445480 12086416 1933552 5.70 2306592 10884340 176 21:42:21 21:34:01 18630624 31541872 732632 2.23 445508 12086416 1917500 5.65 2306596 10884340 192 21:42:21 21:35:01 18629224 31541624 732852 2.23 445564 12086648 1917500 5.65 2307696 10884544 12 21:42:21 21:36:01 18627208 31540740 733868 2.23 445572 12087492 1917500 5.65 2311524 10884636 8 21:42:21 21:37:01 18626584 31540156 734424 2.23 445600 12087496 1917500 5.65 2311324 10884636 8 21:42:21 21:38:01 18626828 31540420 734100 2.23 445616 12087496 1917500 5.65 2311200 10884636 12 21:42:21 21:39:01 18626812 31540440 734020 2.23 445644 12087500 1917500 5.65 2311228 10884640 4 21:42:21 21:40:01 18626728 31540372 734244 2.23 445652 12087504 1917500 5.65 2311300 10884644 8 21:42:21 21:41:01 18626920 31540692 734088 2.23 445668 12087632 1917500 5.65 2311272 10884756 8 21:42:21 21:42:01 18029836 31486880 786888 2.39 459828 12588616 2180732 6.43 2374344 11385276 505968 21:42:21 Average: 19686023 31516132 761321 2.32 396481 11128238 1999434 5.89 2189400 10023946 230034 21:42:21 21:42:21 21:07:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:42:21 21:08:01 lo 4.54 4.54 0.44 0.44 0.00 0.00 0.00 0.00 21:42:21 21:08:01 ens3 643.69 622.74 9310.92 119.64 0.00 0.00 0.00 0.00 21:42:21 21:08:01 docker0 386.27 339.37 29.88 3473.15 0.00 0.00 0.00 0.00 21:42:21 21:09:01 vethdc780b3 1.30 1.48 0.10 0.12 0.00 0.00 0.00 0.00 21:42:21 21:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:42:21 21:09:01 ens3 36.79 25.55 31.82 14.93 0.00 0.00 0.00 0.00 21:42:21 21:09:01 docker0 1.30 1.37 0.08 0.11 0.00 0.00 0.00 0.00 21:42:21 21:10:01 veth12efba9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:42:21 21:10:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 21:42:21 21:10:01 ens3 102.57 71.87 1701.07 22.16 0.00 0.00 0.00 0.00 21:42:21 21:10:01 docker0 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 21:42:21 21:11:01 veth12efba9 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 21:42:21 21:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:42:21 21:11:01 ens3 924.16 637.59 6095.53 62.15 0.00 0.00 0.00 0.00 21:42:21 21:11:01 docker0 628.33 911.91 47.80 6085.54 0.00 0.00 0.00 0.00 21:42:21 21:12:01 veth12efba9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:12:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:42:21 21:12:01 ens3 3.90 3.08 3.13 1.77 0.00 0.00 0.00 0.00 21:42:21 21:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:13:01 vethecf7d0d 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 21:42:21 21:13:01 veth34ae709 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 21:42:21 21:13:01 vethaefdd4b 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 21:42:21 21:13:01 veth05ff50b 0.22 0.00 0.01 0.00 0.00 0.00 0.00 0.00 21:42:21 21:13:01 veth3f487ac 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 21:42:21 21:13:01 veth12efba9 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:13:01 lo 0.73 0.73 0.07 0.07 0.00 0.00 0.00 0.00 21:42:21 21:13:01 ens3 31.89 25.08 145.83 10.95 0.00 0.00 0.00 0.00 21:42:21 21:13:01 docker0 3.40 6.08 0.22 81.04 0.00 0.00 0.00 0.00 21:42:21 21:14:01 veth661e3fd 3.72 5.13 0.36 2.20 0.00 0.00 0.00 0.00 21:42:21 21:14:01 veth605db8b 9.33 13.63 0.91 4.75 0.00 0.00 0.00 0.00 21:42:21 21:14:01 veth12efba9 0.00 0.45 0.00 0.02 0.00 0.00 0.00 0.00 21:42:21 21:14:01 lo 0.93 0.93 0.09 0.09 0.00 0.00 0.00 0.00 21:42:21 21:14:01 ens3 92.15 60.91 439.50 20.42 0.00 0.00 0.00 0.00 21:42:21 21:14:01 vethbdb8cd3 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 21:42:21 21:14:01 docker0 28.71 48.61 2.10 361.71 0.00 0.00 0.00 0.00 21:42:21 21:15:01 veth12efba9 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:42:21 21:15:01 ens3 681.60 463.40 4729.74 55.36 0.00 0.00 0.00 0.00 21:42:21 21:15:01 docker0 443.37 648.52 34.94 4703.69 0.00 0.00 0.00 0.00 21:42:21 21:16:01 veth8bc15b0 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 21:42:21 21:16:01 vethd9a0ce9 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 21:42:21 21:16:01 veth12efba9 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:16:01 ens3 66.34 97.48 97.98 219.10 0.00 0.00 0.00 0.00 21:42:21 21:16:01 docker0 5.85 8.76 0.34 76.85 0.00 0.00 0.00 0.00 21:42:21 21:16:01 veth101493d 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 21:42:21 21:17:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 21:42:21 21:17:01 ens3 192.52 109.60 1476.96 14.59 0.00 0.00 0.00 0.00 21:42:21 21:17:01 docker0 3.48 7.73 0.21 82.10 0.00 0.00 0.00 0.00 21:42:21 21:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:18:01 ens3 0.10 0.08 0.01 0.00 0.00 0.00 0.00 0.00 21:42:21 21:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:42:21 21:19:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:42:21 21:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:20:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:42:21 21:21:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:42:21 21:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:22:01 ens3 0.13 0.10 0.07 0.06 0.00 0.00 0.00 0.00 21:42:21 21:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:42:21 21:23:01 ens3 0.88 0.82 5.65 0.06 0.00 0.00 0.00 0.00 21:42:21 21:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:24:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:42:21 21:25:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:42:21 21:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:26:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:42:21 21:27:01 ens3 0.65 0.48 0.34 0.28 0.00 0.00 0.00 0.00 21:42:21 21:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:28:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:42:21 21:29:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:42:21 21:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:30:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:30:02 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:30:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:42:21 21:31:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:42:21 21:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:32:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 21:42:21 21:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:42:21 21:33:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:42:21 21:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:34:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:42:21 21:35:01 ens3 2.15 1.97 1.43 2.91 0.00 0.00 0.00 0.00 21:42:21 21:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:36:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 21:42:21 21:36:01 ens3 5.25 3.45 3.64 3.14 0.00 0.00 0.00 0.00 21:42:21 21:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:42:21 21:37:01 ens3 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 21:42:21 21:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:38:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:42:21 21:39:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:42:21 21:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:40:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:42:21 21:41:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 21:42:21 21:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 21:42:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 21:42:21 21:42:01 ens3 120.85 72.57 2523.47 12.41 0.00 0.00 0.00 0.00 21:42:21 21:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:42:21 Average: lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 21:42:21 Average: ens3 82.82 62.56 755.32 15.96 0.00 0.00 0.00 0.00 21:42:21 Average: docker0 42.73 56.24 3.29 423.41 0.00 0.00 0.00 0.00 21:42:21 21:42:21 21:42:21 ---> sar -P ALL: 21:42:21 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6197) 02/15/23 _x86_64_ (8 CPU) 21:42:21 21:42:21 21:06:11 LINUX RESTART (8 CPU) 21:42:21 21:42:21 21:07:02 CPU %user %nice %system %iowait %steal %idle 21:42:21 21:08:01 all 8.98 0.00 4.10 3.46 0.07 83.40 21:42:21 21:08:01 0 10.01 0.00 4.04 3.58 0.05 82.31 21:42:21 21:08:01 1 10.46 0.00 3.40 0.81 0.07 85.27 21:42:21 21:08:01 2 7.81 0.00 4.92 13.44 0.07 73.76 21:42:21 21:08:01 3 6.78 0.00 5.11 2.97 0.09 85.05 21:42:21 21:08:01 4 10.21 0.00 3.38 0.34 0.07 86.00 21:42:21 21:08:01 5 9.33 0.00 3.60 0.12 0.05 86.90 21:42:21 21:08:01 6 9.60 0.00 4.24 5.58 0.07 80.51 21:42:21 21:08:01 7 7.60 0.00 4.10 0.84 0.07 87.38 21:42:21 21:09:01 all 40.76 0.00 6.53 0.82 0.08 51.80 21:42:21 21:09:01 0 40.71 0.00 6.03 0.02 0.10 53.13 21:42:21 21:09:01 1 40.75 0.00 6.53 0.05 0.08 52.58 21:42:21 21:09:01 2 41.08 0.00 7.59 0.13 0.08 51.11 21:42:21 21:09:01 3 41.29 0.00 7.14 0.07 0.08 51.41 21:42:21 21:09:01 4 39.97 0.00 5.74 0.32 0.07 53.90 21:42:21 21:09:01 5 40.47 0.00 6.32 0.03 0.08 53.09 21:42:21 21:09:01 6 41.20 0.00 5.90 0.10 0.07 52.72 21:42:21 21:09:01 7 40.61 0.00 6.96 5.87 0.10 46.46 21:42:21 21:10:01 all 35.40 0.00 5.53 1.21 0.08 57.78 21:42:21 21:10:01 0 35.70 0.00 5.38 1.10 0.08 57.73 21:42:21 21:10:01 1 35.54 0.00 6.59 0.12 0.08 57.67 21:42:21 21:10:01 2 35.16 0.00 5.68 0.15 0.07 58.94 21:42:21 21:10:01 3 34.95 0.00 5.18 0.19 0.08 59.60 21:42:21 21:10:01 4 36.41 0.00 4.82 1.30 0.08 57.39 21:42:21 21:10:01 5 34.51 0.00 5.06 0.57 0.08 59.77 21:42:21 21:10:01 6 35.99 0.00 5.89 3.54 0.10 54.47 21:42:21 21:10:01 7 34.91 0.00 5.67 2.70 0.08 56.63 21:42:21 21:11:01 all 9.26 0.00 5.70 15.29 0.08 69.68 21:42:21 21:11:01 0 9.94 0.00 5.27 13.60 0.07 71.12 21:42:21 21:11:01 1 9.43 0.00 5.73 13.32 0.07 71.45 21:42:21 21:11:01 2 9.66 0.00 5.81 23.03 0.07 61.42 21:42:21 21:11:01 3 9.20 0.00 5.53 9.10 0.08 76.08 21:42:21 21:11:01 4 8.66 0.00 5.73 8.81 0.07 76.73 21:42:21 21:11:01 5 9.47 0.00 5.55 19.63 0.07 65.29 21:42:21 21:11:01 6 9.42 0.00 5.72 8.76 0.07 76.03 21:42:21 21:11:01 7 8.27 0.00 6.23 26.17 0.14 59.20 21:42:21 21:12:01 all 5.82 0.00 4.07 19.08 0.03 71.00 21:42:21 21:12:01 0 6.03 0.00 4.27 26.39 0.02 63.29 21:42:21 21:12:01 1 5.27 0.00 4.16 45.22 0.03 45.31 21:42:21 21:12:01 2 6.17 0.00 3.79 16.59 0.03 73.41 21:42:21 21:12:01 3 6.58 0.00 3.05 3.77 0.02 86.60 21:42:21 21:12:01 4 5.90 0.00 5.11 44.99 0.03 43.98 21:42:21 21:12:01 5 5.58 0.00 4.06 8.62 0.03 81.71 21:42:21 21:12:01 6 5.63 0.00 3.49 1.14 0.02 89.73 21:42:21 21:12:01 7 5.42 0.00 4.61 6.02 0.05 83.89 21:42:21 21:13:01 all 45.33 0.00 6.52 8.82 0.08 39.25 21:42:21 21:13:01 0 44.14 0.00 6.93 6.66 0.08 42.18 21:42:21 21:13:01 1 44.29 0.00 7.08 14.24 0.07 34.32 21:42:21 21:13:01 2 45.24 0.00 6.14 2.57 0.08 45.96 21:42:21 21:13:01 3 46.34 0.00 6.01 3.18 0.08 44.38 21:42:21 21:13:01 4 47.20 0.00 6.62 41.88 0.08 4.21 21:42:21 21:13:01 5 45.37 0.00 6.06 0.33 0.08 48.15 21:42:21 21:13:01 6 44.11 0.00 7.44 1.33 0.07 47.05 21:42:21 21:13:01 7 45.95 0.00 5.90 0.37 0.08 47.70 21:42:21 21:14:01 all 24.11 0.00 6.47 22.17 0.10 47.17 21:42:21 21:14:01 0 22.82 0.00 6.55 24.47 0.08 46.09 21:42:21 21:14:01 1 24.42 0.00 6.76 16.23 0.10 52.49 21:42:21 21:14:01 2 22.99 0.00 5.83 32.72 0.08 38.37 21:42:21 21:14:01 3 25.90 0.00 6.48 9.18 0.10 58.33 21:42:21 21:14:01 4 23.71 0.00 6.78 20.01 0.10 49.40 21:42:21 21:14:01 5 24.90 0.00 7.02 26.59 0.08 41.41 21:42:21 21:14:01 6 23.74 0.00 6.28 20.56 0.08 49.33 21:42:21 21:14:01 7 24.40 0.00 6.02 27.56 0.12 41.90 21:42:21 21:15:01 all 11.35 0.00 6.40 38.53 0.09 43.63 21:42:21 21:15:01 0 10.97 0.00 7.21 48.64 0.08 33.10 21:42:21 21:15:01 1 12.13 0.00 6.66 31.42 0.08 49.70 21:42:21 21:15:01 2 11.02 0.00 5.41 33.42 0.08 50.07 21:42:21 21:15:01 3 11.09 0.00 6.82 38.64 0.08 43.37 21:42:21 21:15:01 4 10.44 0.00 6.48 47.06 0.08 35.93 21:42:21 21:15:01 5 11.99 0.00 6.10 36.14 0.08 45.68 21:42:21 21:15:01 6 11.80 0.00 5.91 35.47 0.10 46.73 21:42:21 21:15:01 7 11.36 0.00 6.62 37.47 0.12 44.42 21:42:21 21:16:01 all 40.02 0.00 6.32 11.63 0.11 41.92 21:42:21 21:16:01 0 39.96 0.00 6.24 3.03 0.10 50.66 21:42:21 21:16:01 1 39.34 0.00 6.27 4.76 0.13 49.50 21:42:21 21:16:01 2 40.42 0.00 7.03 45.27 0.10 7.18 21:42:21 21:16:01 3 40.24 0.00 6.38 2.63 0.10 50.65 21:42:21 21:16:01 4 39.74 0.00 6.55 26.72 0.12 26.87 21:42:21 21:16:01 5 40.17 0.00 5.58 2.26 0.12 51.86 21:42:21 21:16:01 6 40.09 0.00 6.14 6.54 0.12 47.11 21:42:21 21:16:01 7 40.22 0.00 6.37 2.13 0.10 51.18 21:42:21 21:17:01 all 7.91 0.00 2.98 10.52 0.04 78.56 21:42:21 21:17:01 0 7.72 0.00 2.94 7.51 0.03 81.80 21:42:21 21:17:01 1 8.36 0.00 2.87 2.83 0.03 85.91 21:42:21 21:17:01 2 8.07 0.00 2.74 9.17 0.03 79.98 21:42:21 21:17:01 3 7.56 0.00 3.32 27.84 0.03 61.25 21:42:21 21:17:01 4 7.77 0.00 2.29 5.98 0.03 83.93 21:42:21 21:17:01 5 7.60 0.00 3.06 2.61 0.03 86.69 21:42:21 21:17:01 6 8.90 0.00 3.13 24.48 0.03 63.46 21:42:21 21:17:01 7 7.29 0.00 3.46 3.73 0.07 85.45 21:42:21 21:18:01 all 0.02 0.00 0.01 0.02 0.01 99.95 21:42:21 21:18:01 0 0.03 0.00 0.03 0.00 0.02 99.92 21:42:21 21:18:01 1 0.00 0.00 0.00 0.00 0.02 99.98 21:42:21 21:18:01 2 0.03 0.00 0.00 0.00 0.00 99.97 21:42:21 21:18:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:42:21 21:18:01 4 0.02 0.00 0.00 0.05 0.02 99.92 21:42:21 21:18:01 5 0.02 0.00 0.00 0.10 0.00 99.88 21:42:21 21:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:42:21 21:18:01 7 0.02 0.00 0.00 0.00 0.00 99.98 21:42:21 21:42:21 21:18:01 CPU %user %nice %system %iowait %steal %idle 21:42:21 21:19:01 all 0.02 0.00 0.01 0.01 0.01 99.95 21:42:21 21:19:01 0 0.02 0.00 0.03 0.00 0.02 99.93 21:42:21 21:19:01 1 0.00 0.00 0.00 0.00 0.00 100.00 21:42:21 21:19:01 2 0.02 0.00 0.02 0.00 0.02 99.95 21:42:21 21:19:01 3 0.03 0.00 0.00 0.00 0.02 99.95 21:42:21 21:19:01 4 0.03 0.00 0.02 0.03 0.00 99.92 21:42:21 21:19:01 5 0.07 0.00 0.02 0.05 0.02 99.85 21:42:21 21:19:01 6 0.02 0.00 0.00 0.00 0.00 99.98 21:42:21 21:19:01 7 0.00 0.00 0.00 0.02 0.00 99.98 21:42:21 21:20:01 all 0.19 0.00 0.01 0.00 0.01 99.79 21:42:21 21:20:01 0 0.02 0.00 0.00 0.00 0.02 99.97 21:42:21 21:20:01 1 0.02 0.00 0.00 0.00 0.00 99.98 21:42:21 21:20:01 2 0.00 0.00 0.00 0.00 0.00 100.00 21:42:21 21:20:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:42:21 21:20:01 4 0.00 0.00 0.00 0.00 0.02 99.98 21:42:21 21:20:01 5 1.48 0.00 0.05 0.00 0.00 98.47 21:42:21 21:20:01 6 0.00 0.00 0.02 0.00 0.02 99.97 21:42:21 21:20:01 7 0.00 0.00 0.02 0.00 0.02 99.97 21:42:21 21:21:01 all 0.23 0.00 0.02 0.02 0.01 99.72 21:42:21 21:21:01 0 0.03 0.00 0.00 0.00 0.02 99.95 21:42:21 21:21:01 1 0.00 0.00 0.00 0.00 0.00 100.00 21:42:21 21:21:01 2 0.02 0.00 0.02 0.00 0.02 99.95 21:42:21 21:21:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:42:21 21:21:01 4 0.02 0.00 0.03 0.15 0.00 99.80 21:42:21 21:21:01 5 1.74 0.00 0.05 0.00 0.02 98.19 21:42:21 21:21:01 6 0.02 0.00 0.00 0.00 0.00 99.98 21:42:21 21:21:01 7 0.00 0.00 0.02 0.03 0.00 99.95 21:42:21 21:22:01 all 0.03 0.00 0.03 0.02 0.00 99.92 21:42:21 21:22:01 0 0.07 0.00 0.03 0.00 0.00 99.90 21:42:21 21:22:01 1 0.00 0.00 0.05 0.00 0.02 99.93 21:42:21 21:22:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:42:21 21:22:01 3 0.02 0.00 0.03 0.05 0.00 99.90 21:42:21 21:22:01 4 0.00 0.00 0.02 0.07 0.00 99.92 21:42:21 21:22:01 5 0.07 0.00 0.03 0.02 0.00 99.88 21:42:21 21:22:01 6 0.02 0.00 0.05 0.00 0.00 99.93 21:42:21 21:22:01 7 0.02 0.00 0.02 0.03 0.00 99.93 21:42:21 21:23:01 all 0.06 0.00 0.00 0.01 0.01 99.92 21:42:21 21:23:01 0 0.05 0.00 0.02 0.00 0.03 99.90 21:42:21 21:23:01 1 0.02 0.00 0.00 0.00 0.00 99.98 21:42:21 21:23:01 2 0.02 0.00 0.00 0.00 0.00 99.98 21:42:21 21:23:01 3 0.03 0.00 0.00 0.03 0.00 99.93 21:42:21 21:23:01 4 0.00 0.00 0.00 0.03 0.02 99.95 21:42:21 21:23:01 5 0.37 0.00 0.00 0.00 0.00 99.63 21:42:21 21:23:01 6 0.02 0.00 0.00 0.00 0.00 99.98 21:42:21 21:23:01 7 0.02 0.00 0.02 0.00 0.00 99.97 21:42:21 21:24:01 all 0.09 0.00 0.01 0.01 0.01 99.89 21:42:21 21:24:01 0 0.65 0.00 0.00 0.00 0.02 99.33 21:42:21 21:24:01 1 0.00 0.00 0.02 0.00 0.00 99.98 21:42:21 21:24:01 2 0.02 0.00 0.00 0.00 0.00 99.98 21:42:21 21:24:01 3 0.00 0.00 0.02 0.00 0.02 99.97 21:42:21 21:24:01 4 0.02 0.00 0.00 0.05 0.00 99.93 21:42:21 21:24:01 5 0.00 0.00 0.00 0.00 0.02 99.98 21:42:21 21:24:01 6 0.00 0.00 0.02 0.00 0.00 99.98 21:42:21 21:24:01 7 0.00 0.00 0.00 0.07 0.00 99.93 21:42:21 21:25:01 all 0.27 0.00 0.01 0.02 0.01 99.70 21:42:21 21:25:01 0 1.99 0.00 0.02 0.00 0.02 97.98 21:42:21 21:25:01 1 0.00 0.00 0.02 0.00 0.02 99.97 21:42:21 21:25:01 2 0.03 0.00 0.00 0.00 0.02 99.95 21:42:21 21:25:01 3 0.03 0.00 0.00 0.07 0.00 99.90 21:42:21 21:25:01 4 0.02 0.00 0.00 0.07 0.00 99.92 21:42:21 21:25:01 5 0.03 0.00 0.00 0.00 0.00 99.97 21:42:21 21:25:01 6 0.00 0.00 0.02 0.00 0.00 99.98 21:42:21 21:25:01 7 0.02 0.00 0.00 0.02 0.00 99.97 21:42:21 21:26:01 all 0.27 0.00 0.01 0.02 0.00 99.70 21:42:21 21:26:01 0 2.00 0.00 0.02 0.00 0.00 97.98 21:42:21 21:26:01 1 0.00 0.00 0.02 0.00 0.00 99.98 21:42:21 21:26:01 2 0.00 0.00 0.02 0.00 0.00 99.98 21:42:21 21:26:01 3 0.00 0.00 0.02 0.12 0.00 99.87 21:42:21 21:26:01 4 0.02 0.00 0.00 0.02 0.00 99.97 21:42:21 21:26:01 5 0.07 0.00 0.03 0.00 0.00 99.90 21:42:21 21:26:01 6 0.03 0.00 0.00 0.00 0.00 99.97 21:42:21 21:26:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:42:21 21:27:01 all 0.07 0.00 0.01 0.03 0.01 99.88 21:42:21 21:27:01 0 0.47 0.00 0.03 0.00 0.03 99.47 21:42:21 21:27:01 1 0.00 0.00 0.00 0.00 0.00 100.00 21:42:21 21:27:01 2 0.02 0.00 0.00 0.00 0.00 99.98 21:42:21 21:27:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:42:21 21:27:01 4 0.00 0.00 0.02 0.22 0.00 99.77 21:42:21 21:27:01 5 0.03 0.00 0.02 0.00 0.00 99.95 21:42:21 21:27:01 6 0.02 0.00 0.00 0.00 0.00 99.98 21:42:21 21:27:01 7 0.00 0.00 0.02 0.05 0.02 99.92 21:42:21 21:28:01 all 0.01 0.00 0.01 0.02 0.00 99.96 21:42:21 21:28:01 0 0.03 0.00 0.02 0.02 0.02 99.92 21:42:21 21:28:01 1 0.00 0.00 0.00 0.00 0.00 100.00 21:42:21 21:28:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:42:21 21:28:01 3 0.00 0.00 0.00 0.00 0.02 99.98 21:42:21 21:28:01 4 0.02 0.00 0.00 0.12 0.00 99.87 21:42:21 21:28:01 5 0.00 0.00 0.00 0.03 0.00 99.97 21:42:21 21:28:01 6 0.02 0.00 0.02 0.00 0.00 99.97 21:42:21 21:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:42:21 21:29:01 all 0.01 0.00 0.01 0.01 0.01 99.96 21:42:21 21:29:01 0 0.03 0.00 0.03 0.00 0.02 99.92 21:42:21 21:29:01 1 0.00 0.00 0.00 0.00 0.00 100.00 21:42:21 21:29:01 2 0.03 0.00 0.00 0.00 0.02 99.95 21:42:21 21:29:01 3 0.00 0.00 0.02 0.00 0.00 99.98 21:42:21 21:29:01 4 0.00 0.00 0.02 0.02 0.02 99.95 21:42:21 21:29:01 5 0.02 0.00 0.03 0.00 0.00 99.95 21:42:21 21:29:01 6 0.00 0.00 0.00 0.05 0.00 99.95 21:42:21 21:29:01 7 0.02 0.00 0.00 0.02 0.00 99.97 21:42:21 21:42:21 21:29:01 CPU %user %nice %system %iowait %steal %idle 21:42:21 21:30:02 all 0.05 0.00 0.01 0.02 0.00 99.92 21:42:21 21:30:02 0 0.32 0.00 0.03 0.00 0.02 99.63 21:42:21 21:30:02 1 0.00 0.00 0.00 0.00 0.02 99.98 21:42:21 21:30:02 2 0.02 0.00 0.00 0.00 0.00 99.98 21:42:21 21:30:02 3 0.03 0.00 0.00 0.00 0.00 99.97 21:42:21 21:30:02 4 0.00 0.00 0.00 0.13 0.00 99.87 21:42:21 21:30:02 5 0.00 0.00 0.00 0.00 0.00 100.00 21:42:21 21:30:02 6 0.02 0.00 0.02 0.00 0.00 99.97 21:42:21 21:30:02 7 0.03 0.00 0.00 0.00 0.00 99.97 21:42:21 21:31:01 all 0.01 0.00 0.01 0.01 0.00 99.97 21:42:21 21:31:01 0 0.02 0.00 0.02 0.00 0.02 99.95 21:42:21 21:31:01 1 0.00 0.00 0.00 0.00 0.00 100.00 21:42:21 21:31:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:42:21 21:31:01 3 0.00 0.00 0.00 0.00 0.00 100.00 21:42:21 21:31:01 4 0.00 0.00 0.00 0.08 0.00 99.92 21:42:21 21:31:01 5 0.02 0.00 0.02 0.00 0.00 99.97 21:42:21 21:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:42:21 21:31:01 7 0.00 0.00 0.00 0.00 0.02 99.98 21:42:21 21:32:01 all 0.01 0.00 0.01 0.03 0.00 99.94 21:42:21 21:32:01 0 0.00 0.00 0.02 0.00 0.02 99.97 21:42:21 21:32:01 1 0.02 0.00 0.00 0.00 0.00 99.98 21:42:21 21:32:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:42:21 21:32:01 3 0.03 0.00 0.00 0.00 0.00 99.97 21:42:21 21:32:01 4 0.02 0.00 0.03 0.25 0.00 99.70 21:42:21 21:32:01 5 0.00 0.00 0.02 0.00 0.00 99.98 21:42:21 21:32:01 6 0.02 0.00 0.00 0.00 0.00 99.98 21:42:21 21:32:01 7 0.02 0.00 0.00 0.00 0.00 99.98 21:42:21 21:33:01 all 0.11 0.00 0.01 0.02 0.00 99.86 21:42:21 21:33:01 0 0.78 0.00 0.03 0.00 0.02 99.17 21:42:21 21:33:01 1 0.00 0.00 0.02 0.02 0.00 99.97 21:42:21 21:33:01 2 0.03 0.00 0.00 0.00 0.00 99.97 21:42:21 21:33:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:42:21 21:33:01 4 0.00 0.00 0.00 0.17 0.00 99.83 21:42:21 21:33:01 5 0.02 0.00 0.00 0.00 0.00 99.98 21:42:21 21:33:01 6 0.00 0.00 0.02 0.00 0.00 99.98 21:42:21 21:33:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:42:21 21:34:01 all 0.01 0.00 0.01 0.02 0.01 99.95 21:42:21 21:34:01 0 0.02 0.00 0.03 0.00 0.02 99.93 21:42:21 21:34:01 1 0.00 0.00 0.00 0.00 0.00 100.00 21:42:21 21:34:01 2 0.02 0.00 0.00 0.00 0.02 99.97 21:42:21 21:34:01 3 0.00 0.00 0.02 0.00 0.00 99.98 21:42:21 21:34:01 4 0.00 0.00 0.02 0.17 0.00 99.82 21:42:21 21:34:01 5 0.03 0.00 0.00 0.00 0.02 99.95 21:42:21 21:34:01 6 0.03 0.00 0.00 0.00 0.00 99.97 21:42:21 21:34:01 7 0.02 0.00 0.00 0.00 0.00 99.98 21:42:21 21:35:01 all 0.09 0.00 0.02 0.05 0.01 99.84 21:42:21 21:35:01 0 0.10 0.00 0.02 0.00 0.02 99.87 21:42:21 21:35:01 1 0.28 0.00 0.02 0.02 0.02 99.67 21:42:21 21:35:01 2 0.07 0.00 0.03 0.00 0.00 99.90 21:42:21 21:35:01 3 0.02 0.00 0.02 0.00 0.02 99.95 21:42:21 21:35:01 4 0.00 0.00 0.00 0.33 0.02 99.65 21:42:21 21:35:01 5 0.12 0.00 0.02 0.00 0.00 99.87 21:42:21 21:35:01 6 0.05 0.00 0.03 0.02 0.00 99.90 21:42:21 21:35:01 7 0.05 0.00 0.00 0.00 0.00 99.95 21:42:21 21:36:01 all 0.19 0.00 0.01 0.01 0.00 99.78 21:42:21 21:36:01 0 0.20 0.00 0.07 0.05 0.02 99.67 21:42:21 21:36:01 1 0.85 0.00 0.02 0.00 0.00 99.13 21:42:21 21:36:01 2 0.08 0.00 0.02 0.03 0.00 99.87 21:42:21 21:36:01 3 0.10 0.00 0.00 0.00 0.00 99.90 21:42:21 21:36:01 4 0.07 0.00 0.00 0.02 0.00 99.92 21:42:21 21:36:01 5 0.12 0.00 0.00 0.00 0.00 99.88 21:42:21 21:36:01 6 0.08 0.00 0.00 0.00 0.00 99.92 21:42:21 21:36:01 7 0.03 0.00 0.02 0.00 0.00 99.95 21:42:21 21:37:01 all 0.01 0.00 0.01 0.02 0.00 99.95 21:42:21 21:37:01 0 0.03 0.00 0.02 0.00 0.03 99.92 21:42:21 21:37:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:42:21 21:37:01 2 0.02 0.00 0.00 0.00 0.00 99.98 21:42:21 21:37:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:42:21 21:37:01 4 0.00 0.00 0.00 0.18 0.00 99.82 21:42:21 21:37:01 5 0.02 0.00 0.02 0.00 0.00 99.97 21:42:21 21:37:01 6 0.00 0.00 0.02 0.00 0.00 99.98 21:42:21 21:37:01 7 0.02 0.00 0.00 0.00 0.00 99.98 21:42:21 21:38:01 all 0.23 0.00 0.01 0.01 0.01 99.74 21:42:21 21:38:01 0 1.81 0.00 0.05 0.00 0.03 98.11 21:42:21 21:38:01 1 0.00 0.00 0.02 0.02 0.02 99.95 21:42:21 21:38:01 2 0.03 0.00 0.00 0.00 0.00 99.97 21:42:21 21:38:01 3 0.00 0.00 0.02 0.00 0.00 99.98 21:42:21 21:38:01 4 0.00 0.00 0.00 0.08 0.00 99.92 21:42:21 21:38:01 5 0.00 0.00 0.00 0.00 0.00 100.00 21:42:21 21:38:01 6 0.00 0.00 0.02 0.00 0.00 99.98 21:42:21 21:38:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:42:21 21:39:01 all 0.04 0.00 0.01 0.08 0.01 99.86 21:42:21 21:39:01 0 0.17 0.00 0.07 0.02 0.02 99.73 21:42:21 21:39:01 1 0.00 0.00 0.02 0.00 0.00 99.98 21:42:21 21:39:01 2 0.02 0.00 0.00 0.00 0.02 99.97 21:42:21 21:39:01 3 0.03 0.00 0.00 0.00 0.00 99.97 21:42:21 21:39:01 4 0.02 0.00 0.00 0.65 0.02 99.32 21:42:21 21:39:01 5 0.02 0.00 0.00 0.00 0.00 99.98 21:42:21 21:39:01 6 0.03 0.00 0.00 0.00 0.00 99.97 21:42:21 21:39:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:42:21 21:40:01 all 0.04 0.00 0.01 0.11 0.00 99.83 21:42:21 21:40:01 0 0.30 0.00 0.02 0.00 0.00 99.68 21:42:21 21:40:01 1 0.02 0.00 0.00 0.00 0.00 99.98 21:42:21 21:40:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:42:21 21:40:01 3 0.00 0.00 0.03 0.00 0.00 99.97 21:42:21 21:40:01 4 0.00 0.00 0.00 0.90 0.00 99.10 21:42:21 21:40:01 5 0.00 0.00 0.00 0.00 0.00 100.00 21:42:21 21:40:01 6 0.00 0.00 0.02 0.00 0.00 99.98 21:42:21 21:40:01 7 0.00 0.00 0.02 0.00 0.00 99.98 21:42:21 21:42:21 21:40:01 CPU %user %nice %system %iowait %steal %idle 21:42:21 21:41:01 all 0.03 0.00 0.01 0.04 0.01 99.92 21:42:21 21:41:01 0 0.03 0.00 0.03 0.05 0.02 99.87 21:42:21 21:41:01 1 0.02 0.00 0.00 0.00 0.02 99.97 21:42:21 21:41:01 2 0.05 0.00 0.02 0.00 0.00 99.93 21:42:21 21:41:01 3 0.03 0.00 0.00 0.00 0.00 99.97 21:42:21 21:41:01 4 0.00 0.00 0.00 0.07 0.00 99.93 21:42:21 21:41:01 5 0.02 0.00 0.00 0.00 0.00 99.98 21:42:21 21:41:01 6 0.05 0.00 0.00 0.17 0.02 99.77 21:42:21 21:41:01 7 0.03 0.00 0.00 0.00 0.00 99.97 21:42:21 21:42:01 all 2.40 0.00 0.96 0.20 0.02 96.41 21:42:21 21:42:01 0 2.16 0.00 0.87 0.03 0.02 96.91 21:42:21 21:42:01 1 3.10 0.00 0.85 0.07 0.02 95.97 21:42:21 21:42:01 2 2.30 0.00 1.12 0.05 0.02 96.51 21:42:21 21:42:01 3 2.21 0.00 1.02 0.08 0.03 96.66 21:42:21 21:42:01 4 2.79 0.00 0.64 1.12 0.02 95.43 21:42:21 21:42:01 5 2.09 0.00 0.82 0.00 0.02 97.07 21:42:21 21:42:01 6 1.87 0.00 0.89 0.27 0.00 96.97 21:42:21 21:42:01 7 2.71 0.00 1.47 0.00 0.03 95.79 21:42:21 Average: all 6.63 0.00 1.58 3.76 0.03 88.01 21:42:21 Average: 0 6.80 0.00 1.60 3.84 0.03 87.72 21:42:21 Average: 1 6.66 0.00 1.62 3.67 0.03 88.02 21:42:21 Average: 2 6.54 0.00 1.59 5.00 0.02 86.84 21:42:21 Average: 3 6.61 0.00 1.60 2.78 0.02 88.99 21:42:21 Average: 4 6.62 0.00 1.54 5.75 0.02 86.06 21:42:21 Average: 5 6.70 0.00 1.52 2.75 0.02 89.01 21:42:21 Average: 6 6.61 0.00 1.57 3.06 0.02 88.74 21:42:21 Average: 7 6.50 0.00 1.63 3.19 0.03 88.65 21:42:21 21:42:21 21:42:21