Pull request #3924 updated 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 siggiskulason for edgexfoundry/edgex-go Obtained Jenkinsfile from c73fc40abdafc3f768e735f6e5e6fb50530cdfb7+c716e684b70864673cdf3dc7cabeb53a7964410a (2223d0951264c4a34c6c0c1a5de3f14d72427579) 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-ssh16573951561967618281.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision c72b16708d6eed9a08be464a432ce22db7d90667 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-ssh4226652126879105019.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 c72b16708d6eed9a08be464a432ce22db7d90667 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3924/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > 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 > 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-3924/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh11266725793905033451.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c72b16708d6eed9a08be464a432ce22db7d90667 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c72b16708d6eed9a08be464a432ce22db7d90667 # timeout=10 Commit message: "Merge pull request #378 from ernestojeda/ubuntu-20-changes" > 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 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared 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-ssh10273568066598719439.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3924/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags 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-3924/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh13456638083274080631.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > 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 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared 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:true] ========================================================= [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.17 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: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [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-10440 in /w/workspace/edgexfoundry_edgex-go_PR-3924 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit c716e684b70864673cdf3dc7cabeb53a7964410a into PR head commit c73fc40abdafc3f768e735f6e5e6fb50530cdfb7 Merge succeeded, producing 319129c869291172227b9a7889e0ae47bfe6e2d5 Checking out Revision 319129c869291172227b9a7889e0ae47bfe6e2d5 (PR-3924) > 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/3924/head:refs/remotes/origin/PR-3924 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c73fc40abdafc3f768e735f6e5e6fb50530cdfb7 # 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 c716e684b70864673cdf3dc7cabeb53a7964410a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 319129c869291172227b9a7889e0ae47bfe6e2d5 # timeout=10 Commit message: "Merge commit 'c716e684b70864673cdf3dc7cabeb53a7964410a' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:07:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:07:22 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:07:22 ========================================================= 12:07:22 EdgeX Global Pipelines Version Info 12:07:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 713ff3db5fce3e835e0c0c87a083ec18cdb2b939 # timeout=10 12:07:23 ------------------- 12:07:23 stable info: 12:07:23 ------------------- 12:07:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:07:23 Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 12:07:23 Message: update stable to v1.0.221 12:07:23 ------------------- 12:07:23 experimental info: 12:07:23 ------------------- 12:07:23 Commited By: **** collab-it+edgex@linuxfoundation.org 12:07:23 Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 12:07:23 Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:07:23 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 12:07:23 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 12:07:23 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:07:23 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:07:23 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:07:23 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 12:07:24 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 12:07:24 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 12:07:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 12:07:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 12:07:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:07:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:07:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 12:07:24 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:07:24 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:07:24 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:07:24 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 12:07:24 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:07:24 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 12:07:24 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 12:07:24 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 12:07:24 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 12:07:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3924 [Pipeline] echo 12:07:24 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3924 [Pipeline] echo 12:07:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3924 [Pipeline] echo 12:07:24 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 319129c869291172227b9a7889e0ae47bfe6e2d5 [Pipeline] echo 12:07:24 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 319129c [Pipeline] echo 12:07:24 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:07:24 provisioning config files... 12:07:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config2429934609434426871tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:07:24 ---> docker-login.sh 12:07:24 nexus3.edgexfoundry.org:10001 12:07:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:07:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:07:25 Configure a credential helper to remove this warning. See 12:07:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:07:25 12:07:25 Login Succeeded 12:07:25 nexus3.edgexfoundry.org:10002 12:07:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:07:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:07:25 Configure a credential helper to remove this warning. See 12:07:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:07:25 12:07:25 Login Succeeded 12:07:25 nexus3.edgexfoundry.org:10003 12:07:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:07:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:07:25 Configure a credential helper to remove this warning. See 12:07:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:07:25 12:07:25 Login Succeeded 12:07:25 nexus3.edgexfoundry.org:10004 12:07:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:07:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:07:25 Configure a credential helper to remove this warning. See 12:07:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:07:25 12:07:25 Login Succeeded 12:07:25 docker.io 12:07:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:07:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:07:26 Configure a credential helper to remove this warning. See 12:07:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:07:26 12:07:26 Login Succeeded 12:07:26 ---> docker-login.sh ends [Pipeline] } 12:07:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:07:26 + ls cmd/core-command/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 cmd/sys-mgmt-agent/Dockerfile 12:07:26 + dirname cmd/core-command/Dockerfile 12:07:26 + cut -d/ -f2 12:07:26 + echo core-command,cmd/core-command/Dockerfile 12:07:26 + + cutdirname -d/ cmd/core-data/Dockerfile -f2 12:07:26 12:07:26 + echo core-data,cmd/core-data/Dockerfile 12:07:26 + dirname cmd/core-metadata/Dockerfile 12:07:26 + cut -d/ -f2 12:07:26 + echo core-metadata,cmd/core-metadata/Dockerfile 12:07:26 + cut -d/ -f2 12:07:26 + dirname cmd/security-bootstrapper/Dockerfile 12:07:26 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 12:07:26 + cut -d/ -f2 12:07:26 + dirname cmd/security-proxy-setup/Dockerfile 12:07:26 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 12:07:26 + dirname cmd/security-secretstore-setup/Dockerfile 12:07:26 + cut -d/ -f2 12:07:26 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 12:07:26 + dirname cmd/security-spiffe-token-provider/Dockerfile 12:07:26 + cut -d/ -f2 12:07:26 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 12:07:26 + dirname cmd/security-spire-agent/Dockerfile 12:07:26 + cut -d/ -f2 12:07:26 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 12:07:26 + cut -d/ -f2 12:07:26 + dirname cmd/security-spire-config/Dockerfile 12:07:26 + echo security-spire-config,cmd/security-spire-config/Dockerfile 12:07:26 + dirname cmd/security-spire-server/Dockerfile 12:07:26 + cut -d/ -f2 12:07:26 + echo security-spire-server,cmd/security-spire-server/Dockerfile 12:07:26 + dirname cmd/support-notifications/Dockerfile 12:07:26 + cut -d/ -f2 12:07:26 + echo support-notifications,cmd/support-notifications/Dockerfile 12:07:26 + dirname cmd/support-scheduler/Dockerfile 12:07:26 + cut -d/ -f2 12:07:26 + echo support-scheduler,cmd/support-scheduler/Dockerfile 12:07:26 + dirname cmd/sys-mgmt-agent/Dockerfile 12:07:26 + cut -d/ -f2 12:07:26 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 12:07:26 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/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], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 12:07:26 + git rev-list -1 --merges 319129c869291172227b9a7889e0ae47bfe6e2d5~1..319129c869291172227b9a7889e0ae47bfe6e2d5 [Pipeline] echo 12:07:26 -----------> git rev-list -1 --merges 319129c869291172227b9a7889e0ae47bfe6e2d5~1..319129c869291172227b9a7889e0ae47bfe6e2d5 319129c869291172227b9a7889e0ae47bfe6e2d5 12:07:26 319129c869291172227b9a7889e0ae47bfe6e2d5 [false] [Pipeline] sh 12:07:27 + git log --format=format:%s -1 319129c869291172227b9a7889e0ae47bfe6e2d5 [Pipeline] echo 12:07:27 ========================================================= 12:07:27 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 12:07:27 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 12:07:27 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:07:27 + grep -v github /etc/ssh/ssh_known_hosts 12:07:27 + [ -e /tmp/ssh_known_hosts ] 12:07:27 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 12:07:27 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 12:07:27 sudo tee -a /etc/ssh/ssh_known_hosts 12:07:27 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 12:07:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:07:28 12:07:28 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 12:07:28 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:07:28 latest: Pulling from edgex-devops/git-semver 12:07:28 a0d0a0d46f8b: Pulling fs layer 12:07:28 3e5f54012d9b: Pulling fs layer 12:07:28 4c7163046ea9: Pulling fs layer 12:07:28 0c2d73faf560: Pulling fs layer 12:07:28 0c2d73faf560: Waiting 12:07:28 3e5f54012d9b: Verifying Checksum 12:07:28 3e5f54012d9b: Download complete 12:07:28 a0d0a0d46f8b: Download complete 12:07:28 0c2d73faf560: Verifying Checksum 12:07:28 0c2d73faf560: Download complete 12:07:28 4c7163046ea9: Verifying Checksum 12:07:28 4c7163046ea9: Download complete 12:07:28 a0d0a0d46f8b: Pull complete 12:07:28 3e5f54012d9b: Pull complete 12:07:28 4c7163046ea9: Pull complete 12:07:29 0c2d73faf560: Pull complete 12:07:29 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 12:07:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:07:29 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 12:07:29 prd-ubuntu20.04-docker-8c-8g-10440 does not seem to be running inside a container 12:07:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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:10004/edgex-devops/git-semver:latest cat 12:07:30 $ docker top 083d3639575ac8309cd5340870e79911666844c563bf8afd1d2a8cc3751e3c11 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:07:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:07:30 [ssh-agent] Looking for ssh-agent implementation... 12:07:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:07:30 $ docker exec 083d3639575ac8309cd5340870e79911666844c563bf8afd1d2a8cc3751e3c11 ssh-agent 12:07:30 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXDbOOPJ/agent.13 12:07:30 SSH_AGENT_PID=19 12:07:30 Running ssh-add (command line suppressed) 12:07:30 Identity added: /w/workspace/edgex-go/7@tmp/private_key_8990207862691477026.key (/w/workspace/edgex-go/7@tmp/private_key_8990207862691477026.key) 12:07:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:07:30 + git tag --points-at HEAD [Pipeline] } 12:07:30 $ docker exec --env ******** --env ******** 083d3639575ac8309cd5340870e79911666844c563bf8afd1d2a8cc3751e3c11 ssh-agent -k 12:07:31 unset SSH_AUTH_SOCK; 12:07:31 unset SSH_AGENT_PID; 12:07:31 echo Agent pid 19 killed; 12:07:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:07:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:07:31 [ssh-agent] Looking for ssh-agent implementation... 12:07:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:07:31 $ docker exec 083d3639575ac8309cd5340870e79911666844c563bf8afd1d2a8cc3751e3c11 ssh-agent 12:07:31 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXCnEjCa/agent.52 12:07:31 SSH_AGENT_PID=59 12:07:31 Running ssh-add (command line suppressed) 12:07:31 Identity added: /w/workspace/edgex-go/7@tmp/private_key_2332002674096312486.key (/w/workspace/edgex-go/7@tmp/private_key_2332002674096312486.key) 12:07:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:07:31 + git semver init 12:07:31 # -> Open(): unable to determine branch for HEAD 12:07:31 # $GIT_DIR = /w/workspace/edgex-go/7/.git 12:07:31 # $GIT_WORK_TREE = /w/workspace/edgex-go/7 12:07:31 # $SEMVER_REMOTE_NAME = origin 12:07:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:07:31 # $SEMVER_USER_NAME = edgex-jenkins 12:07:31 # $SEMVER_BRANCH = PR-3924 12:07:31 # $SEMVER_TEMP = /tmp/semver-475074662 12:07:31 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 12:07:44 # '/tmp/semver-475074662' -> '/w/workspace/edgex-go/7/.semver' 12:07:44 # -> Force: false 12:07:44 # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } 12:07:44 $ docker exec --env ******** --env ******** 083d3639575ac8309cd5340870e79911666844c563bf8afd1d2a8cc3751e3c11 ssh-agent -k 12:07:44 unset SSH_AUTH_SOCK; 12:07:44 unset SSH_AGENT_PID; 12:07:44 echo Agent pid 59 killed; 12:07:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:07:44 + git semver [Pipeline] } 12:07:44 $ docker stop --time=1 083d3639575ac8309cd5340870e79911666844c563bf8afd1d2a8cc3751e3c11 12:07:46 $ docker rm -f 083d3639575ac8309cd5340870e79911666844c563bf8afd1d2a8cc3751e3c11 [Pipeline] // withDockerContainer [Pipeline] sh 12:07:46 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:07:47 Stashed 1 file(s) [Pipeline] echo 12:07:47 [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] echo 12:07:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:07:47 ========================================================= 12:07:47 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 12:07:47 ========================================================= [Pipeline] fileExists [Pipeline] sh 12:07:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 12:07:47 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 12:07:47 59bf1c3509f3: Pulling fs layer 12:07:47 666ba61612fd: Pulling fs layer 12:07:47 8ed8ca486205: Pulling fs layer 12:07:47 4fe6c5a15a65: Pulling fs layer 12:07:47 22a0e8bec74d: Pulling fs layer 12:07:47 640e595b4fbd: Pulling fs layer 12:07:47 763cafe07f6e: Pulling fs layer 12:07:47 0c0b528cf693: Pulling fs layer 12:07:47 10935f4eaf8b: Pulling fs layer 12:07:47 4fe6c5a15a65: Waiting 12:07:47 22a0e8bec74d: Waiting 12:07:47 640e595b4fbd: Waiting 12:07:47 763cafe07f6e: Waiting 12:07:47 10935f4eaf8b: Waiting 12:07:47 0c0b528cf693: Waiting 12:07:47 8ed8ca486205: Verifying Checksum 12:07:47 8ed8ca486205: Download complete 12:07:47 666ba61612fd: Download complete 12:07:47 22a0e8bec74d: Verifying Checksum 12:07:47 22a0e8bec74d: Download complete 12:07:47 640e595b4fbd: Verifying Checksum 12:07:47 640e595b4fbd: Download complete 12:07:47 59bf1c3509f3: Verifying Checksum 12:07:47 59bf1c3509f3: Download complete 12:07:47 763cafe07f6e: Verifying Checksum 12:07:47 763cafe07f6e: Download complete 12:07:47 0c0b528cf693: Verifying Checksum 12:07:47 0c0b528cf693: Download complete 12:07:47 59bf1c3509f3: Pull complete 12:07:47 666ba61612fd: Pull complete 12:07:48 8ed8ca486205: Pull complete 12:07:48 10935f4eaf8b: Verifying Checksum 12:07:48 10935f4eaf8b: Download complete 12:07:48 4fe6c5a15a65: Verifying Checksum 12:07:48 4fe6c5a15a65: Download complete 12:07:51 4fe6c5a15a65: Pull complete 12:07:51 22a0e8bec74d: Pull complete 12:07:51 640e595b4fbd: Pull complete 12:07:51 763cafe07f6e: Pull complete 12:07:52 0c0b528cf693: Pull complete 12:07:54 10935f4eaf8b: Pull complete 12:07:54 Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 12:07:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 12:07:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh 12:07:54 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 12:07:54 WORKDIR /edgex 12:07:54 COPY go.mod . 12:07:54 RUN go mod download 12:07:54 + docker build -t ci-base-image-x86_64 -f - . 12:07:55 Sending build context to Docker daemon 334.6MB 12:07:55 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 12:07:55 ---> 99d49a6021b9 12:07:55 Step 2/4 : WORKDIR /edgex 12:07:57 ---> Running in 8a6c303a0d56 12:07:57 Removing intermediate container 8a6c303a0d56 12:07:57 ---> 01c5d4408906 12:07:57 Step 3/4 : COPY go.mod . 12:07:57 ---> dab5c25c627d 12:07:57 Step 4/4 : RUN go mod download 12:07:57 ---> Running in d2624f7c512e 12:08:02 Still waiting to schedule task 12:08:02 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 12:08:15 Removing intermediate container d2624f7c512e 12:08:15 ---> ef634a5db35a 12:08:15 Successfully built ef634a5db35a 12:08:15 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 12:08:15 + docker inspect -f . ci-base-image-x86_64 12:08:15 . [Pipeline] withDockerContainer 12:08:15 prd-ubuntu20.04-docker-8c-8g-10440 does not seem to be running inside a container 12:08:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 12:08:16 $ docker top 6c52184eae3e26d1b15cc32f1dd530b67888672affc585075aa57220c5e1d547 -eo pid,comm [Pipeline] { [Pipeline] sh 12:08:16 + go version 12:08:16 go version go1.17.6 linux/amd64 [Pipeline] } 12:08:16 $ docker stop --time=1 6c52184eae3e26d1b15cc32f1dd530b67888672affc585075aa57220c5e1d547 12:08:18 $ docker rm -f 6c52184eae3e26d1b15cc32f1dd530b67888672affc585075aa57220c5e1d547 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:08:18 + docker inspect -f . ci-base-image-x86_64 12:08:18 . [Pipeline] withDockerContainer 12:08:18 prd-ubuntu20.04-docker-8c-8g-10440 does not seem to be running inside a container 12:08:18 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 12:08:18 $ docker top afc2bce74c4e6d75492ba2806d2efe38acbee31698883f33de04405d6e01ec60 -eo pid,comm [Pipeline] { [Pipeline] echo 12:08:18 ========================================================= 12:08:18 [edgeXBuildGoParallel] Running Tests and Build... 12:08:18 ========================================================= [Pipeline] fileExists [Pipeline] sh 12:08:19 + make test 12:08:19 go mod tidy -compat=1.17 12:08:19 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 12:08:24 ? github.com/edgexfoundry/edgex-go [no test files] 12:08:34 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 12:08:34 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 12:08:34 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 12:08:34 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 12:08:34 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 12:08:34 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 12:08:34 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 12:08:34 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 12:08:34 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 12:08:35 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 12:08:35 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 12:08:35 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 12:08:35 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 12:08:35 ? github.com/edgexfoundry/edgex-go/internal [no test files] 12:08:35 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 12:08:35 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.070s coverage: 28.7% of statements 12:08:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 12:08:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 12:08:37 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.085s coverage: 98.5% of statements 12:08:37 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 12:08:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.077s coverage: 54.9% of statements 12:08:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 12:08:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 12:08:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.652s coverage: 89.2% of statements 12:08:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 12:08:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 12:08:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 12:08:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.091s coverage: 84.4% of statements 12:08:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 12:08:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 12:08:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 12:08:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 12:08:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 12:08:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.410s coverage: 94.7% of statements 12:08:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 12:08:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 12:08:41 ok github.com/edgexfoundry/edgex-go/internal/io 0.071s coverage: 72.2% of statements 12:08:41 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 12:08:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 12:08:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 12:08:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 12:08:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 12:08:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.075s coverage: 60.0% of statements 12:08:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 12:08:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 12:08:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 12:08:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.061s coverage: 0.9% of statements 12:08:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 12:08:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.073s coverage: 58.8% of statements 12:08:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.061s coverage: 24.0% of statements 12:08:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 12:08:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.087s coverage: 47.1% of statements 12:08:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.062s coverage: 79.5% of statements 12:08:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.068s coverage: 94.1% of statements 12:08:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.298s coverage: 96.3% of statements 12:08:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.050s coverage: 87.5% of statements 12:08:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.087s coverage: 94.4% of statements 12:08:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.050s coverage: 44.8% of statements 12:08:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.183s coverage: 82.5% of statements 12:08:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 12:09:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.097s coverage: 92.9% of statements 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 12:09:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 65.1% of statements 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 12:09:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.059s coverage: 87.2% of statements 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 12:09:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 12:09:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 58.8% of statements 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 12:09:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.077s coverage: 80.0% of statements 12:09:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.055s coverage: 87.2% of statements 12:09:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.061s coverage: 85.4% of statements 12:09:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.146s coverage: 91.2% of statements 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 12:09:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.148s coverage: 64.4% of statements 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 12:09:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements 12:09:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 89.4% of statements 12:09:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.025s coverage: 100.0% of statements 12:09:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 12:09:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 12:09:01 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.353s coverage: 65.4% of statements 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 12:09:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.133s coverage: 43.8% of statements 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 12:09:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.066s coverage: 89.5% of statements 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 12:09:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.056s coverage: 84.8% of statements 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 12:09:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.074s coverage: 17.7% of statements 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 12:09:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.180s coverage: 92.3% of statements 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 12:09:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.068s coverage: 63.2% of statements 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 12:09:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.097s coverage: 97.7% of statements 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 12:09:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.046s coverage: 28.9% of statements 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 12:09:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 12:09:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements 12:09:01 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 96.9% of statements 12:09:01 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 12:09:19 GO111MODULE=on go vet ./... 12:09:21 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 12:09:21 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 12:09:21 ./bin/test-attribution-txt.sh [Pipeline] echo 12:09:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 12:09:22 + ls -al . 12:09:22 total 664 12:09:22 drwxrwxr-x 10 1001 1001 4096 Apr 1 12:09 . 12:09:22 drwxr-xr-x 4 root root 4096 Apr 1 12:08 .. 12:09:22 -rw-rw-r-- 1 1001 1001 11 Apr 1 12:07 .dockerignore 12:09:22 drwxrwxr-x 8 1001 1001 4096 Apr 1 12:07 .git 12:09:22 drwxrwxr-x 4 1001 1001 4096 Apr 1 12:07 .github 12:09:22 -rw-rw-r-- 1 1001 1001 870 Apr 1 12:07 .gitignore 12:09:22 -rw-rw-r-- 1 1001 1001 42 Apr 1 12:07 .golangci.yml 12:09:22 -rw-rw-r-- 1 1001 1001 87 Apr 1 12:07 .hadolint.yml 12:09:22 drwx------ 3 1001 1001 4096 Apr 1 12:07 .semver 12:09:22 -rw-rw-r-- 1 1001 1001 166 Apr 1 12:07 .sonarcloud.properties 12:09:22 -rw-rw-r-- 1 1001 1001 1171 Apr 1 12:07 ADOPTERS.md 12:09:22 -rw-rw-r-- 1 1001 1001 9953 Apr 1 12:07 Attribution.txt 12:09:22 -rw-rw-r-- 1 1001 1001 51732 Apr 1 12:07 CHANGELOG.md 12:09:22 -rw-rw-r-- 1 1001 1001 3804 Apr 1 12:07 CONTRIBUTING.md 12:09:22 -rw-rw-r-- 1 1001 1001 677 Apr 1 12:07 GOVERNANCE.md 12:09:22 -rw-rw-r-- 1 1001 1001 849 Apr 1 12:07 Jenkinsfile 12:09:22 -rw-rw-r-- 1 1001 1001 10775 Apr 1 12:07 LICENSE 12:09:22 -rw-rw-r-- 1 1001 1001 8478 Apr 1 12:07 Makefile 12:09:22 -rw-rw-r-- 1 1001 1001 582 Apr 1 12:07 OWNERS.md 12:09:22 -rw-rw-r-- 1 1001 1001 8207 Apr 1 12:07 README.md 12:09:22 -rw-rw-r-- 1 1001 1001 6912 Apr 1 12:07 SECURITY.md 12:09:22 -rw-rw-r-- 1 1001 1001 5 Apr 1 12:07 VERSION 12:09:22 -rw-rw-r-- 1 1001 1001 4131 Apr 1 12:07 ZMQWindows.md 12:09:22 drwxrwxr-x 2 1001 1001 4096 Apr 1 12:07 bin 12:09:22 drwxrwxr-x 18 1001 1001 4096 Apr 1 12:07 cmd 12:09:22 -rw-r--r-- 1 root root 429121 Apr 1 12:08 coverage.out 12:09:22 -rw-rw-r-- 1 1001 1001 3175 Apr 1 12:07 go.mod 12:09:22 -rw-rw-r-- 1 1001 1001 34990 Apr 1 12:08 go.sum 12:09:22 drwxrwxr-x 8 1001 1001 4096 Apr 1 12:07 internal 12:09:22 drwxrwxr-x 3 1001 1001 4096 Apr 1 12:07 openapi 12:09:22 drwxrwxr-x 4 1001 1001 4096 Apr 1 12:07 snap 12:09:22 -rw-rw-r-- 1 1001 1001 204 Apr 1 12:07 version.go [Pipeline] sh 12:09:23 + '[' -e coverage.out ] 12:09:23 + chown 1001:1001 coverage.out [Pipeline] stash 12:09:23 Stashed 1 file(s) [Pipeline] sh 12:09:23 + make build 12:09:23 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 12:09:37 Running on prd-ubuntu20.04-docker-arm64-4c-16g-10441 in /w/workspace/edgexfoundry_edgex-go_PR-3924 [Pipeline] { [Pipeline] ws 12:09:37 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 12:09:38 The recommended git tool is: git 12:09:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 12:09:44 using credential edgex-jenkins-ssh 12:09:44 Cloning the remote Git repository 12:09:44 Cloning repository git@github.com:edgexfoundry/edgex-go.git 12:09:45 > git init /w/workspace/edgex-go/7 # timeout=10 12:09:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:09:45 > git --version # timeout=10 12:09:45 > git --version # 'git version 2.25.1' 12:09:45 using GIT_SSH to set credentials SSH Credentials for GitHub 12:09:45 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:09:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 12:09:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 12:09:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 12:09:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 12:09:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 12:09:55 CGO_ENABLED=0 GO111MODULE=on go build -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 12:09:55 CGO_ENABLED=0 GO111MODULE=on go build -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 12:09:57 CGO_ENABLED=0 GO111MODULE=on go build -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 12:09:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 12:09:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 12:10:00 CGO_ENABLED=0 GO111MODULE=on go build -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] } 12:10:01 $ docker stop --time=1 afc2bce74c4e6d75492ba2806d2efe38acbee31698883f33de04405d6e01ec60 12:10:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:10:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:10:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:10:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:10:02 using GIT_SSH to set credentials SSH Credentials for GitHub 12:10:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3924/head:refs/remotes/origin/PR-3924 +refs/heads/main:refs/remotes/origin/main # timeout=10 12:10:02 Merging remotes/origin/main commit c716e684b70864673cdf3dc7cabeb53a7964410a into PR head commit c73fc40abdafc3f768e735f6e5e6fb50530cdfb7 12:10:03 Merge succeeded, producing b0f882bed63e090e7eb60baa9186560de7f15524 12:10:03 Checking out Revision b0f882bed63e090e7eb60baa9186560de7f15524 (PR-3924) 12:10:03 $ docker rm -f afc2bce74c4e6d75492ba2806d2efe38acbee31698883f33de04405d6e01ec60 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 12:10:02 > git config core.sparsecheckout # timeout=10 12:10:02 > git checkout -f c73fc40abdafc3f768e735f6e5e6fb50530cdfb7 # timeout=10 12:10:03 > git remote # timeout=10 12:10:03 > git config --get remote.origin.url # timeout=10 12:10:03 using GIT_SSH to set credentials SSH Credentials for GitHub 12:10:03 > git merge c716e684b70864673cdf3dc7cabeb53a7964410a # timeout=10 12:10:03 > git rev-parse HEAD^{commit} # timeout=10 12:10:03 > git config core.sparsecheckout # timeout=10 12:10:03 > git checkout -f b0f882bed63e090e7eb60baa9186560de7f15524 # timeout=10 [Pipeline] isUnix [Pipeline] sh 12:10:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:10:05 12:10:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 12:10:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:10:05 latest: Pulling from edgex-devops/edgex-compose 12:10:05 cbdbe7a5bc2a: Pulling fs layer 12:10:05 ca9280d653b3: Pulling fs layer 12:10:05 7e9c9ca2126c: Pulling fs layer 12:10:05 cbdbe7a5bc2a: Verifying Checksum 12:10:05 cbdbe7a5bc2a: Download complete 12:10:05 ca9280d653b3: Verifying Checksum 12:10:05 ca9280d653b3: Download complete 12:10:05 cbdbe7a5bc2a: Pull complete 12:10:06 7e9c9ca2126c: Download complete 12:10:06 ca9280d653b3: Pull complete 12:10:07 Commit message: "Merge commit 'c716e684b70864673cdf3dc7cabeb53a7964410a' into HEAD" 12:10:07 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:10:08 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 12:10:08 % Total % Received % Xferd Average Speed Time Time Time Current 12:10:08 Dload Upload Total Spent Left Speed 12:10:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 45030 0 --:--:-- --:--:-- --:--:-- 45030 [Pipeline] sh 12:10:07 > git rev-list --no-walk 713ff3db5fce3e835e0c0c87a083ec18cdb2b939 # timeout=10 12:10:09 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 12:10:09 7e9c9ca2126c: Pull complete 12:10:09 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 12:10:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:10:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 12:10:09 prd-ubuntu20.04-docker-8c-8g-10440 does not seem to be running inside a container 12:10:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 12:10:09 + sudo tee /etc/docker/daemon.new 12:10:09 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 12:10:09 { 12:10:09 "registry-mirrors": [ 12:10:09 "https://nexus3.edgexfoundry.org:10001" 12:10:09 ], 12:10:09 "bip": "10.250.0.254/24", 12:10:09 "hosts": [ 12:10:09 "tcp://0.0.0.0:5555", 12:10:09 "unix:///var/run/docker.sock" 12:10:09 ], 12:10:09 "mtu": 1458, 12:10:09 "selinux-enabled": true, 12:10:09 "seccomp-profile": "/etc/docker/seccomp.json" 12:10:09 } 12:10:10 $ docker top aacacf815a02174411922375c70fc322b1eb8b109c46fb8ade6edf73d645dbe3 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 12:10:11 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json 12:10:11 + docker-compose build --help 12:10:11 + grep parallel [Pipeline] sh 12:10:11 + sudo service docker restart 12:10:11 --parallel Build images in parallel. [Pipeline] } 12:10:11 $ docker stop --time=1 aacacf815a02174411922375c70fc322b1eb8b109c46fb8ade6edf73d645dbe3 12:10:13 $ docker rm -f aacacf815a02174411922375c70fc322b1eb8b109c46fb8ade6edf73d645dbe3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:10:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:10:13 . [Pipeline] withDockerContainer 12:10:13 prd-ubuntu20.04-docker-8c-8g-10440 does not seem to be running inside a container 12:10:13 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 12:10:14 $ docker top c430f44fc6c7061ddccff4c2880437c27559d012aa337b04a68ee8040a5c85b2 -eo pid,comm [Pipeline] { [Pipeline] sh 12:10:14 + docker-compose -f ./docker-compose-build.yml build --parallel 12:10:15 Building core-command ... 12:10:15 Building core-data ... 12:10:15 Building core-metadata ... 12:10:15 Building security-bootstrapper ... 12:10:15 Building security-proxy-setup ... 12:10:15 Building security-secretstore-setup ... 12:10:15 Building security-spiffe-token-provider ... 12:10:15 Building security-spire-agent ... 12:10:15 Building security-spire-config ... 12:10:15 Building security-spire-server ... 12:10:15 Building support-notifications ... 12:10:15 Building support-scheduler ... 12:10:15 Building sys-mgmt-agent ... 12:10:15 Building security-bootstrapper 12:10:15 Building security-secretstore-setup 12:10:15 Building security-proxy-setup 12:10:15 Building sys-mgmt-agent 12:10:15 Building core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:10:29 provisioning config files... 12:10:29 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config1270413840088029508tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:10:30 ---> docker-login.sh 12:10:30 nexus3.edgexfoundry.org:10001 12:10:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:10:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:10:31 Configure a credential helper to remove this warning. See 12:10:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:10:31 12:10:31 Login Succeeded 12:10:31 nexus3.edgexfoundry.org:10002 12:10:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:10:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:10:31 Configure a credential helper to remove this warning. See 12:10:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:10:31 12:10:31 Login Succeeded 12:10:31 nexus3.edgexfoundry.org:10003 12:10:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:10:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:10:31 Configure a credential helper to remove this warning. See 12:10:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:10:31 12:10:31 Login Succeeded 12:10:31 nexus3.edgexfoundry.org:10004 12:10:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:10:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:10:32 Configure a credential helper to remove this warning. See 12:10:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:10:32 12:10:32 Login Succeeded 12:10:32 docker.io 12:10:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:10:33 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 12:10:33 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:10:33 ---> ef634a5db35a 12:10:33 Step 3/22 : WORKDIR /edgex-go 12:10:33 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 12:10:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:10:33 ---> ef634a5db35a 12:10:33 Step 3/23 : WORKDIR /edgex-go 12:10:33 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 12:10:33 Step 2/31 : FROM ${BUILDER_BASE} AS builder 12:10:33 ---> ef634a5db35a 12:10:33 Step 3/31 : WORKDIR /edgex-go 12:10:33 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 12:10:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:10:33 ---> ef634a5db35a 12:10:33 Step 3/23 : WORKDIR /edgex-go 12:10:33 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 12:10:33 Step 2/25 : FROM ${BUILDER_BASE} AS builder 12:10:33 ---> ef634a5db35a 12:10:33 Step 3/25 : WORKDIR /edgex-go 12:10:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:10:33 Configure a credential helper to remove this warning. See 12:10:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:10:33 12:10:33 Login Succeeded 12:10:33 ---> docker-login.sh ends [Pipeline] } 12:10:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:10:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:10:33 ========================================================= 12:10:33 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 12:10:33 ========================================================= [Pipeline] fileExists [Pipeline] sh 12:10:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 12:10:34 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:10:34 9b3977197b4f: Pulling fs layer 12:10:34 1a89e8eeedd5: Pulling fs layer 12:10:34 94645a83ff95: Pulling fs layer 12:10:34 3f3a8bcf1eab: Pulling fs layer 12:10:34 0c92f367c5e7: Pulling fs layer 12:10:34 f7c0051592d6: Pulling fs layer 12:10:34 a227ed2f7395: Pulling fs layer 12:10:34 7b1c46037f91: Pulling fs layer 12:10:34 a227ed2f7395: Waiting 12:10:34 7b1c46037f91: Waiting 12:10:34 3f3a8bcf1eab: Waiting 12:10:34 0c92f367c5e7: Waiting 12:10:34 94645a83ff95: Verifying Checksum 12:10:34 94645a83ff95: Download complete 12:10:34 1a89e8eeedd5: Verifying Checksum 12:10:34 1a89e8eeedd5: Download complete 12:10:34 0c92f367c5e7: Download complete 12:10:34 f7c0051592d6: Verifying Checksum 12:10:34 f7c0051592d6: Download complete 12:10:34 a227ed2f7395: Verifying Checksum 12:10:34 a227ed2f7395: Download complete 12:10:34 9b3977197b4f: Verifying Checksum 12:10:34 9b3977197b4f: Download complete 12:10:35 ---> Running in e78f911e5d24 12:10:35 ---> Running in b1a7ad8a60b6 12:10:35 ---> Running in 3614d82ff172 12:10:35 ---> Running in 0502cb78c1a0 12:10:35 ---> Running in fc1e6fee4151 12:10:35 Removing intermediate container 3614d82ff172 12:10:35 ---> 64224db13399 12:10:35 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:10:35 Removing intermediate container b1a7ad8a60b6 12:10:35 ---> de5052cc3e05 12:10:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:10:35 Removing intermediate container 0502cb78c1a0 12:10:35 ---> 8b7654223304 12:10:35 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:10:35 Removing intermediate container fc1e6fee4151 12:10:35 ---> 3538c74e418b 12:10:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:10:35 Removing intermediate container e78f911e5d24 12:10:35 ---> 4ef4cafcaf38 12:10:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:10:35 ---> Running in b00311c32379 12:10:35 ---> Running in 9b74f2ff83a2 12:10:35 ---> Running in 5cce389be8fc 12:10:35 ---> Running in c038f1af4684 12:10:35 ---> Running in 883f0ffef483 12:10:35 9b3977197b4f: Pull complete 12:10:35 1a89e8eeedd5: Pull complete 12:10:36 Removing intermediate container b00311c32379 12:10:36 ---> 3c992c5ef1c9 12:10:36 Step 5/31 : RUN apk add --update --no-cache make git 12:10:36 ---> Running in dd514fa4bd72 12:10:36 94645a83ff95: Pull complete 12:10:36 Removing intermediate container 5cce389be8fc 12:10:36 ---> 25a252462c4a 12:10:36 Step 5/25 : RUN apk add --update --no-cache make git 12:10:36 ---> Running in 0209bf6ef6e4 12:10:36 Removing intermediate container 9b74f2ff83a2 12:10:36 ---> 696b06e0dd5d 12:10:36 Step 5/23 : RUN apk add --update --no-cache make bash git 12:10:36 ---> Running in aad96df0f2a4 12:10:36 Removing intermediate container c038f1af4684 12:10:36 ---> 431e1c7d7b0c 12:10:36 Step 5/22 : RUN apk add --update --no-cache make git 12:10:36 ---> Running in ded492156de2 12:10:36 Removing intermediate container 883f0ffef483 12:10:36 ---> b67bad16b22e 12:10:36 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 12:10:36 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 12:10:36 ---> Running in a038c9905eb3 12:10:36 7b1c46037f91: Verifying Checksum 12:10:36 7b1c46037f91: Download complete 12:10:36 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 12:10:36 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 12:10:37 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 12:10:37 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 12:10:37 3f3a8bcf1eab: Download complete 12:10:37 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 12:10:37 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 12:10:37 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 12:10:37 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 12:10:37 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 12:10:37 OK: 221 MiB in 52 packages 12:10:37 OK: 221 MiB in 52 packages 12:10:37 OK: 221 MiB in 52 packages 12:10:38 OK: 221 MiB in 52 packages 12:10:38 Removing intermediate container 0209bf6ef6e4 12:10:38 ---> 27cba8327c0c 12:10:38 Step 6/25 : COPY go.mod vendor* ./ 12:10:38 OK: 221 MiB in 52 packages 12:10:38 Removing intermediate container dd514fa4bd72 12:10:38 ---> 8bbc4a7f990a 12:10:38 Step 6/31 : COPY go.mod vendor* ./ 12:10:38 Removing intermediate container aad96df0f2a4 12:10:38 ---> ff86e04a1d12 12:10:38 Step 6/23 : COPY go.mod vendor* ./ 12:10:38 ---> ac41daaf8c3c 12:10:38 ---> 62ac423af8da 12:10:38 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..."Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:10:38 12:10:38 ---> e1ca98a7e929 12:10:38 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:10:38 ---> Running in 4c9f73c289a9 12:10:38 ---> Running in bd149ad56c5d 12:10:38 Removing intermediate container a038c9905eb3 12:10:38 ---> f820b7a2fc4e 12:10:38 Step 6/23 : COPY go.mod vendor* ./ 12:10:38 ---> Running in 047bab495b15 12:10:38 Removing intermediate container ded492156de2 12:10:38 ---> d7875e52873d 12:10:38 Step 6/22 : COPY go.mod vendor* ./ 12:10:38 ---> 9f357c5bbdf1 12:10:38 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:10:38 ---> Running in 580da5e2f0f5 12:10:38 ---> a89aae8202d3 12:10:38 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:10:38 ---> Running in dc4a07112e6e 12:10:39 Removing intermediate container bd149ad56c5d 12:10:39 ---> 29f02342ba20 12:10:39 Step 8/31 : COPY . . 12:10:40 Removing intermediate container 580da5e2f0f5 12:10:40 ---> ac3f3d9c6f23 12:10:40 Step 8/23 : COPY . . 12:10:40 Removing intermediate container 4c9f73c289a9 12:10:40 ---> b040f552fc12 12:10:40 Step 8/25 : COPY . . 12:10:40 Removing intermediate container dc4a07112e6e 12:10:40 ---> bd2b91e88936 12:10:40 Step 8/22 : COPY . . 12:10:40 Removing intermediate container 047bab495b15 12:10:40 ---> 083b832d1baf 12:10:40 Step 8/23 : COPY . . 12:10:49 3f3a8bcf1eab: Pull complete 12:10:49 0c92f367c5e7: Pull complete 12:10:49 f7c0051592d6: Pull complete 12:10:49 a227ed2f7395: Pull complete 12:10:50 ---> 363039cd8f84 12:10:50 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 12:10:50 ---> 4b641684f650 12:10:50 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 12:10:50 ---> 8632ac230f4f 12:10:50 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 12:10:50 ---> 6469b638490f 12:10:50 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 12:10:50 ---> 76ad5590705e 12:10:50 Step 9/23 : RUN make cmd/core-data/core-data 12:10:50 ---> Running in d67cf34fbb82 12:10:50 ---> Running in e68df3069a3c 12:10:50 ---> Running in cd732cadf531 12:10:50 ---> Running in a074741d73e2 12:10:50 ---> Running in 84b4a83f345f 12:10:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 12:10:50 CGO_ENABLED=0 GO111MODULE=on go build -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 12:10:50 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 12:10:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 12:10:50 CGO_ENABLED=0 GO111MODULE=on go build -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 12:10:58 7b1c46037f91: Pull complete 12:10:58 Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe 12:10:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 12:10:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh 12:10:58 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 12:10:58 WORKDIR /edgex 12:10:58 COPY go.mod . 12:10:58 RUN go mod download 12:10:58 + docker build -t ci-base-image-arm64 -f - . 12:11:01 Sending build context to Docker daemon 169.1MB 12:11:01 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 12:11:01 ---> f79e39bc4007 12:11:01 Step 2/4 : WORKDIR /edgex 12:11:03 ---> Running in fde7461286d9 12:11:03 Removing intermediate container fde7461286d9 12:11:03 ---> 0e7251815116 12:11:03 Step 3/4 : COPY go.mod . 12:11:03 ---> 2b195f609188 12:11:03 Step 4/4 : RUN go mod download 12:11:03 ---> Running in 9a1a429644dd 12:11:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 12:11:29 CGO_ENABLED=0 GO111MODULE=on go build -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 12:11:29 Removing intermediate container cd732cadf531 12:11:29 Removing intermediate container d67cf34fbb82 12:11:29 ---> 72acc053d43e 12:11:29 12:11:29 ---> 4e599af33a3d 12:11:29 Step 10/25 : FROM alpine:3.14Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 12:11:29 12:11:29 Removing intermediate container 84b4a83f345f 12:11:29 ---> c301119ed148 12:11:29 12:11:29 Step 10/22 : FROM alpine:3.14 12:11:29 Removing intermediate container a074741d73e2 12:11:29 ---> e40299e29e94 12:11:29 12:11:29 Step 10/31 : FROM alpine:3.14 12:11:29 ---> Running in 2967515c1af1 12:11:29 Removing intermediate container e68df3069a3c 12:11:29 ---> 2c57e5d9e907 12:11:29 12:11:29 Step 10/23 : FROM alpine:3.14 12:11:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 12:11:30 3.14: Pulling from library/alpine 12:11:30 3.14: Pulling from library/alpine 12:11:31 3.14: Pulling from library/alpine 12:11:31 3.14: Pulling from library/alpine 12:11:31 Removing intermediate container 2967515c1af1 12:11:31 ---> 36e61b3ce1a1 12:11:31 12:11:31 Step 11/23 : FROM docker:20.10.14 12:11:33 Digest: sha256:85c63ff404e9b4daf18f264447161b50ffa70047cc4c03381478cf2c6edfa9da 12:11:33 Digest: sha256:85c63ff404e9b4daf18f264447161b50ffa70047cc4c03381478cf2c6edfa9da 12:11:33 Status: Image is up to date for alpine:3.14 12:11:33 Status: Downloaded newer image for alpine:3.14 12:11:33 Digest: sha256:85c63ff404e9b4daf18f264447161b50ffa70047cc4c03381478cf2c6edfa9da 12:11:33 Digest: sha256:85c63ff404e9b4daf18f264447161b50ffa70047cc4c03381478cf2c6edfa9da 12:11:33 Status: Image is up to date for alpine:3.14 12:11:33 Status: Image is up to date for alpine:3.14 12:11:33 ---> 84b07dd2d1fd 12:11:33 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:11:33 ---> 84b07dd2d1fd 12:11:33 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 12:11:33 ---> 84b07dd2d1fd 12:11:33 ---> 84b07dd2d1fd 12:11:33 Step 11/22 : RUN apk add --update --no-cache curl dumb-initStep 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 12:11:33 12:11:33 ---> Running in b63e442437f0 12:11:33 ---> Running in 2a292280b859 12:11:33 ---> Running in 978ab5d30165 12:11:33 ---> Running in 07ef3e1f7173 12:11:33 Removing intermediate container 978ab5d30165 12:11:33 ---> f60f48c33b55 12:11:33 Step 12/23 : ENV APP_PORT=59880 12:11:33 Removing intermediate container 07ef3e1f7173 12:11:33 ---> 2578d858922c 12:11:33 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 12:11:33 ---> Running in 58e4e4fbef82 12:11:33 20.10.14: Pulling from library/docker 12:11:33 ---> Running in 80f2bf92ac9a 12:11:33 Removing intermediate container 58e4e4fbef82 12:11:33 ---> dfb962f91f9a 12:11:33 Step 13/23 : EXPOSE $APP_PORT 12:11:33 ---> Running in 95a231751a2d 12:11:33 Removing intermediate container 95a231751a2d 12:11:33 ---> 021c9f8fbda2 12:11:33 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:11:33 ---> Running in 6a8c6f9e4df6 12:11:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 12:11:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 12:11:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 12:11:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 12:11:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 12:11:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 12:11:33 (1/6) Installing ca-certificates (20211220-r0) 12:11:33 (2/6) Installing brotli-libs (1.0.9-r5) 12:11:33 (3/6) Installing nghttp2-libs (1.43.0-r0) 12:11:33 (4/6) Installing libcurl (7.79.1-r0) 12:11:34 (5/6) Installing curl (7.79.1-r0) 12:11:34 (6/6) Installing dumb-init (1.2.5-r1) 12:11:34 Executing busybox-1.33.1-r6.trigger 12:11:34 Executing ca-certificates-20211220-r0.trigger 12:11:34 OK: 8 MiB in 20 packages 12:11:34 (1/2) Installing dumb-init (1.2.5-r1) 12:11:34 (2/2) Installing su-exec (0.2-r1) 12:11:34 Executing busybox-1.33.1-r6.trigger 12:11:34 OK: 6 MiB in 16 packages 12:11:34 (1/3) Installing ca-certificates (20211220-r0) 12:11:34 (2/3) Installing dumb-init (1.2.5-r1) 12:11:34 (3/3) Installing su-exec (0.2-r1) 12:11:34 Executing busybox-1.33.1-r6.trigger 12:11:34 Executing ca-certificates-20211220-r0.trigger 12:11:34 OK: 6 MiB in 17 packages 12:11:34 Removing intermediate container 2a292280b859 12:11:34 ---> f09ce4031ca2 12:11:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:11:34 Removing intermediate container 6a8c6f9e4df6 12:11:34 ---> e99241b54459 12:11:34 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 12:11:35 Removing intermediate container 80f2bf92ac9a 12:11:35 ---> 81ddc47decf1 12:11:35 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 12:11:35 ---> Running in 1bfd82f9fa2b 12:11:35 ---> Running in 5ed877a5a932 12:11:35 ---> Running in 327e072561ec 12:11:35 Removing intermediate container b63e442437f0 12:11:35 ---> 12a5956aa332 12:11:35 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:11:35 Removing intermediate container 1bfd82f9fa2b 12:11:35 ---> 3286aa500292 12:11:35 Step 13/22 : WORKDIR /edgex 12:11:35 ---> Running in 77ff5839554e 12:11:35 Removing intermediate container 327e072561ec 12:11:35 ---> 862a003ca351 12:11:35 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 12:11:35 ---> Running in 8ead7b6a0da5 12:11:35 ---> Running in b4e45346891b 12:11:35 Removing intermediate container 77ff5839554e 12:11:35 ---> 0dc2dd67a41e 12:11:35 Step 13/25 : WORKDIR / 12:11:35 Removing intermediate container 8ead7b6a0da5 12:11:35 ---> 50f472168550 12:11:35 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 12:11:35 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 12:11:35 ---> Running in 14763e6100f5 12:11:35 Removing intermediate container b4e45346891b 12:11:35 ---> 461517aa6a65 12:11:35 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 12:11:35 ---> Running in 1673db0fc657 12:11:35 ---> 3dc293feb132 12:11:35 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 12:11:35 Removing intermediate container 14763e6100f5 12:11:35 ---> eaecd753e4f5 12:11:35 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 12:11:36 ---> cdc58acde46f 12:11:36 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 12:11:36 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 12:11:36 ---> b5135a697d5d 12:11:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 12:11:36 ---> ba42b7046404 12:11:36 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 12:11:36 (1/6) Installing dumb-init (1.2.5-r1) 12:11:36 Removing intermediate container 1673db0fc657 12:11:36 ---> 562c3460938a 12:11:36 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 12:11:36 (2/6) Installing libgcc (10.3.1_git20210424-r2) 12:11:36 ---> Running in d7951776710e 12:11:36 (3/6) Installing libsodium (1.0.18-r0) 12:11:36 ---> 41deab1e6138 12:11:36 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 12:11:36 ---> 5424e2fea2bb 12:11:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 12:11:36 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 12:11:36 Removing intermediate container d7951776710e 12:11:36 ---> 20eb1c79a4cb 12:11:36 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 12:11:36 (5/6) Installing libzmq (4.3.4-r0) 12:11:37 ---> 02152bf367b9 12:11:37 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 12:11:37 ---> 5c937623613d 12:11:37 (6/6) Installing zeromq (4.3.4-r0) 12:11:37 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:11:37 Executing busybox-1.33.1-r6.trigger 12:11:37 OK: 8 MiB in 20 packages 12:11:37 ---> 368d78b1473c 12:11:37 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 12:11:37 ---> Running in 20f2c12a81e6 12:11:37 ---> Running in a1b1dc84d3b8 12:11:37 ---> ed84710713a5 12:11:37 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 12:11:37 Removing intermediate container 5ed877a5a932 12:11:37 ---> fe9aeb957e42 12:11:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 12:11:38 ---> ed2d3ec5d0f0 12:11:38 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 12:11:38 ---> e133f4386daa 12:11:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 12:11:38 ---> 5c15c06c1c93 12:11:38 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 12:11:38 ---> Running in 2c97e8419db7 12:11:38 Digest: sha256:7dad83861f0b28bd6a0b281dc5f72144927b9f8173e388e461c8feba6be20bec 12:11:38 Status: Downloaded newer image for docker:20.10.14 12:11:38 ---> 5f3d65aad428 12:11:38 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 12:11:38 Removing intermediate container 20f2c12a81e6 12:11:38 ---> 67eb4dcc6af6 12:11:38 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 12:11:38 ---> Running in 6e97ffd54c37 12:11:38 ---> Running in a7d094553965 12:11:38 Removing intermediate container a1b1dc84d3b8 12:11:38 ---> 50aebc2549a9 12:11:38 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 12:11:38 Removing intermediate container a7d094553965 12:11:38 ---> 14830ed68c01 12:11:38 Step 20/22 : LABEL arch=x86_64 12:11:39 Removing intermediate container 6e97ffd54c37 12:11:39 ---> 11627b0f2227 12:11:39 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 12:11:39 ---> Running in 1f84abda957c 12:11:39 ---> 8f2f0e23852e 12:11:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 12:11:39 ---> 34c1d9cb4715 12:11:39 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 12:11:39 ---> Running in f8fdb725cb95 12:11:39 Removing intermediate container 1f84abda957c 12:11:39 ---> 8637d4275604 12:11:39 Step 21/22 : LABEL git_sha=319129c869291172227b9a7889e0ae47bfe6e2d5 12:11:39 ---> Running in f1cd5aebd591 12:11:39 ---> b8083959a234 12:11:39 Step 19/23 : ENTRYPOINT ["/core-data"] 12:11:39 ---> Running in 752fa9e9f4da 12:11:39 Removing intermediate container f1cd5aebd591 12:11:39 ---> 4a89cb0d40ea 12:11:39 Step 22/22 : LABEL version=0.0.0 12:11:39 Removing intermediate container 2c97e8419db7 12:11:39 ---> 9bdad10b56dc 12:11:39 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 12:11:39 ---> Running in e51bd97f650c 12:11:39 ---> Running in 6bc0f35145b0 12:11:39 Removing intermediate container 752fa9e9f4da 12:11:39 ---> f30a78cd1fa3 12:11:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:11:39 ---> Running in 8278cd50ef32 12:11:39 Removing intermediate container e51bd97f650c 12:11:39 ---> 484a32bb8ab7 12:11:39 Step 23/25 : LABEL arch=x86_64 12:11:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 12:11:39 Removing intermediate container 6bc0f35145b0 12:11:39 ---> 17a1e17cafe7 12:11:39 12:11:39 ---> 4afeed5cd0fa 12:11:39 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 12:11:39 ---> Running in a802f94d4602 12:11:39 Removing intermediate container 8278cd50ef32 12:11:39 ---> 6874d124845c 12:11:39 Step 21/23 : LABEL arch=x86_64 12:11:39 Successfully built 17a1e17cafe7 12:11:39 ---> Running in 13c0e2f8b875 12:11:39 Successfully tagged security-proxy-setup:latest 12:11:39 Building security-spire-agent 12:11:39  Building security-proxy-setup ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 12:11:39 Removing intermediate container a802f94d4602 12:11:39 ---> e01bf41bc3fd 12:11:39 Step 24/25 : LABEL git_sha=319129c869291172227b9a7889e0ae47bfe6e2d5 12:11:39 ---> 3ce7797435a7 12:11:39 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 12:11:39 ---> Running in 484295650bd9 12:11:39 Removing intermediate container 13c0e2f8b875 12:11:39 ---> e15986368652 12:11:39 Step 22/23 : LABEL git_sha=319129c869291172227b9a7889e0ae47bfe6e2d5 12:11:40 (1/43) Installing readline (8.1.1-r0) 12:11:40 (2/43) Installing bash (5.1.16-r0) 12:11:40 Executing bash-5.1.16-r0.post-install 12:11:40 (3/43) Installing brotli-libs (1.0.9-r5) 12:11:40 (4/43) Installing nghttp2-libs (1.46.0-r0) 12:11:40 (5/43) Installing libcurl (7.80.0-r0) 12:11:40 (6/43) Installing curl (7.80.0-r0) 12:11:40 (7/43) Installing dumb-init (1.2.5-r1) 12:11:40 (8/43) Installing libbz2 (1.0.8-r1) 12:11:40 (9/43) Installing expat (2.4.7-r0) 12:11:40 (10/43) Installing libffi (3.4.2-r1) 12:11:40 (11/43) Installing gdbm (1.22-r0) 12:11:40 (12/43) Installing xz-libs (5.2.5-r0) 12:11:40 (13/43) Installing libgcc (10.3.1_git20211027-r0) 12:11:40 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 12:11:40 (15/43) Installing mpdecimal (2.5.1-r1) 12:11:40 (16/43) Installing sqlite-libs (3.36.0-r0) 12:11:40 (17/43) Installing python3 (3.9.7-r4) 12:11:40 ---> Running in 188d68a72035 12:11:40 Removing intermediate container 484295650bd9 12:11:40 ---> fd52313735e2 12:11:40 Step 25/25 : LABEL version=0.0.0 12:11:40 (18/43) Installing py3-appdirs (1.4.4-r2) 12:11:40 (19/43) Installing py3-certifi (2020.12.5-r1) 12:11:40 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 12:11:40 (21/43) Installing py3-idna (3.3-r0) 12:11:40 (22/43) Installing py3-urllib3 (1.26.7-r0) 12:11:40 (23/43) Installing py3-requests (2.26.0-r1) 12:11:40 (24/43) Installing py3-msgpack (1.0.2-r1) 12:11:40 (25/43) Installing py3-lockfile (0.12.2-r4) 12:11:40 (26/43) Installing py3-cachecontrol (0.12.10-r0) 12:11:40 (27/43) Installing py3-colorama (0.4.4-r1) 12:11:40 (28/43) Installing py3-contextlib2 (21.6.0-r1) 12:11:40 (29/43) Installing py3-distlib (0.3.3-r0) 12:11:40 (30/43) Installing py3-distro (1.6.0-r0) 12:11:40 (31/43) Installing py3-six (1.16.0-r0) 12:11:40 (32/43) Installing py3-webencodings (0.5.1-r4) 12:11:40 (33/43) Installing py3-html5lib (1.1-r1) 12:11:40 (34/43) Installing py3-parsing (2.4.7-r2) 12:11:40 (35/43) Installing py3-packaging (20.9-r1) 12:11:40 (36/43) Installing py3-tomli (1.2.2-r0) 12:11:40 (37/43) Installing py3-pep517 (0.12.0-r0) 12:11:40 (38/43) Installing py3-progress (1.6-r0) 12:11:40 (39/43) Installing py3-retrying (1.3.3-r2) 12:11:40 (40/43) Installing py3-ordered-set (4.0.2-r2) 12:11:40 (41/43) Installing py3-setuptools (52.0.0-r4) 12:11:40 (42/43) Installing py3-toml (0.10.2-r2) 12:11:40 (43/43) Installing py3-pip (20.3.4-r1) 12:11:40 Executing busybox-1.34.1-r4.trigger 12:11:40 OK: 83 MiB in 65 packages 12:11:41 Removing intermediate container 188d68a72035 12:11:41 ---> 8a734b803814 12:11:41 Step 23/23 : LABEL version=0.0.0 12:11:41 ---> 560afe3e3a36 12:11:41 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 12:11:41 ---> Running in 525ac3ca8419 12:11:41 ---> Running in 314a3cc96d45 12:11:41 Removing intermediate container 525ac3ca8419 12:11:41 ---> b3233066fa1e 12:11:41 12:11:41 Successfully built b3233066fa1e 12:11:41 ---> a53d61b206f3 12:11:41 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 12:11:41 Successfully tagged security-secretstore-setup:latest 12:11:41  Building security-secretstore-setup ... done Building core-command 12:11:41 Collecting docker-compose==1.23.2 12:11:41 Removing intermediate container 314a3cc96d45 12:11:41 ---> a441e03b204a 12:11:41 12:11:41 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 12:11:41 Collecting dockerpty<0.5,>=0.4.1 12:11:41 ---> Running in ff571f58f222 12:11:41 Downloading dockerpty-0.4.1.tar.gz (13 kB) 12:11:41 Successfully built a441e03b204a 12:11:41 Successfully tagged core-data:latest 12:11:41 Building security-spire-config 12:11:41  Building core-data ... done Removing intermediate container ff571f58f222 12:11:41 ---> 74c102320af7 12:11:41 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 12:11:42 Collecting jsonschema<3,>=2.5.1 12:11:42 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 12:11:42 Collecting websocket-client<1.0,>=0.32.0 12:11:42 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 12:11:42 Collecting docopt<0.7,>=0.6.1 12:11:42 Downloading docopt-0.6.2.tar.gz (25 kB) 12:11:42 ---> 460fa99b8035 12:11:42 Step 26/31 : RUN chmod +x /entrypoint.sh 12:11:42 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 12:11:42 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 12:11:42 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 12:11:42 Collecting cached-property<2,>=1.2.0 12:11:42 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 12:11:43 ---> Running in 83bd7f874d0c 12:11:43 Collecting PyYAML<4,>=3.10 12:11:43 Downloading PyYAML-3.13.tar.gz (270 kB) 12:11:43 Collecting texttable<0.10,>=0.9.0 12:11:43 Downloading texttable-0.9.1.tar.gz (11 kB) 12:11:44 Collecting docker<4.0,>=3.6.0 12:11:44 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 12:11:44 Collecting docker-pycreds>=0.4.0 12:11:44 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 12:11:44 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) 12:11:44 Collecting urllib3<1.25,>=1.21.1 12:11:44 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 12:11:44 Collecting chardet<3.1.0,>=3.0.2 12:11:44 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 12:11:44 Collecting idna<2.8,>=2.5 12:11:44 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 12:11:44 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 12:11:44 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 12:11:44 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 12:11:44 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 12:11:44 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 12:11:44 Attempting uninstall: urllib3 12:11:44 Found existing installation: urllib3 1.26.7 12:11:44 Uninstalling urllib3-1.26.7: 12:11:44 Successfully uninstalled urllib3-1.26.7 12:11:44 Removing intermediate container 83bd7f874d0c 12:11:44 ---> d5901a4222a2 12:11:44 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 12:11:44 Attempting uninstall: idna 12:11:44 Found existing installation: idna 3.3 12:11:44 ---> Running in 6c25688869c8 12:11:44 Uninstalling idna-3.3: 12:11:44 Successfully uninstalled idna-3.3 12:11:44 Removing intermediate container 6c25688869c8 12:11:44 ---> 02e80c3dc144 12:11:44 Step 28/31 : CMD ["gate"] 12:11:44 ---> Running in 0deb1677123c 12:11:45 Removing intermediate container 0deb1677123c 12:11:45 ---> f288a819bc33 12:11:45 Step 29/31 : LABEL arch=x86_64 12:11:45 Attempting uninstall: requests 12:11:45 Found existing installation: requests 2.26.0 12:11:45 Uninstalling requests-2.26.0: 12:11:45 ---> Running in 62cc02bb46af 12:11:45 Successfully uninstalled requests-2.26.0 12:11:45 Running setup.py install for texttable: started 12:11:45 Removing intermediate container 62cc02bb46af 12:11:45 ---> 0ccfc969bd9a 12:11:45 Step 30/31 : LABEL git_sha=319129c869291172227b9a7889e0ae47bfe6e2d5 12:11:46 ---> Running in 9e0e7898050e 12:11:46 Running setup.py install for texttable: finished with status 'done' 12:11:46 Running setup.py install for PyYAML: started 12:11:46 Removing intermediate container 9e0e7898050e 12:11:46 ---> 139e324cbf95 12:11:46 Step 31/31 : LABEL version=0.0.0 12:11:46 ---> Running in 98c9899c46e4 12:11:46 Running setup.py install for PyYAML: finished with status 'done' 12:11:46 Step 1/24 : ARG BUILDER_BASE=golang:1.17-alpine3.15 12:11:46 Step 2/24 : FROM ${BUILDER_BASE} AS builder 12:11:46 ---> ef634a5db35a 12:11:46 Step 3/24 : WORKDIR /edgex-go 12:11:46 ---> Using cache 12:11:46 ---> 3538c74e418b 12:11:46 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:11:46 ---> Using cache 12:11:46 ---> 431e1c7d7b0c 12:11:46 Step 5/24 : RUN apk add --update --no-cache make git 12:11:46 ---> Using cache 12:11:46 ---> d7875e52873d 12:11:46 Step 6/24 : COPY go.mod vendor* ./ 12:11:46 ---> Using cache 12:11:46 ---> a89aae8202d3 12:11:46 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:11:46 ---> Using cache 12:11:46 ---> bd2b91e88936 12:11:46 Step 8/24 : COPY . . 12:11:46 ---> Using cache 12:11:46 ---> 4b641684f650 12:11:46 Step 9/24 : ARG SPIRE_RELEASE=1.2.0 12:11:46 Running setup.py install for docopt: started 12:11:46 Removing intermediate container 98c9899c46e4 12:11:46 ---> 8b4382c25caa 12:11:46 12:11:46 ---> Running in aa9c0390439d 12:11:47 Running setup.py install for docopt: finished with status 'done' 12:11:47 Running setup.py install for dockerpty: started 12:11:47 Successfully built 8b4382c25caa 12:11:47 Successfully tagged security-bootstrapper:latest 12:11:47  Building security-bootstrapper ... done Building support-scheduler 12:11:47 Removing intermediate container aa9c0390439d 12:11:47 ---> 15fdcd373d15 12:11:47 Step 10/24 : RUN wget -q "https://github.com/spiffe/spire/releases/download/v${SPIRE_RELEASE}/spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" && tar xv --strip-components=1 -f "spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" 12:11:47 ---> Running in 60a7511de8d3 12:11:47 Running setup.py install for dockerpty: finished with status 'done' 12:11:47 Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 12:11:48 spire-1.2.0/ 12:11:49 spire-1.2.0/README.md 12:11:49 spire-1.2.0/bin/ 12:11:49 spire-1.2.0/bin/spire-server 12:11:49 spire-1.2.0/bin/spire-agent 12:11:49 spire-1.2.0/conf/ 12:11:49 spire-1.2.0/conf/server/ 12:11:49 spire-1.2.0/conf/server/server.conf 12:11:49 spire-1.2.0/conf/agent/ 12:11:49 spire-1.2.0/conf/agent/agent.conf 12:11:49 spire-1.2.0/LICENSE 12:11:50 Step 1/24 : ARG BUILDER_BASE=golang:1.17-alpine3.15 12:11:50 Step 2/24 : FROM ${BUILDER_BASE} AS builder 12:11:50 ---> ef634a5db35a 12:11:50 Step 3/24 : WORKDIR /edgex-go 12:11:50 ---> Using cache 12:11:50 ---> 3538c74e418b 12:11:50 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:11:50 ---> Using cache 12:11:50 ---> 431e1c7d7b0c 12:11:50 Step 5/24 : RUN apk add --update --no-cache make git 12:11:50 ---> Using cache 12:11:50 ---> d7875e52873d 12:11:50 Step 6/24 : COPY go.mod vendor* ./ 12:11:50 ---> Using cache 12:11:50 ---> a89aae8202d3 12:11:50 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:11:50 ---> Using cache 12:11:50 ---> bd2b91e88936 12:11:50 Step 8/24 : COPY . . 12:11:50 ---> Using cache 12:11:50 ---> 4b641684f650 12:11:50 Step 9/24 : ARG SPIRE_RELEASE=1.2.0 12:11:50 ---> Using cache 12:11:50 ---> 15fdcd373d15 12:11:50 Step 10/24 : RUN wget -q "https://github.com/spiffe/spire/releases/download/v${SPIRE_RELEASE}/spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" && tar xv --strip-components=1 -f "spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" 12:11:50 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 12:11:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:11:50 ---> ef634a5db35a 12:11:50 Step 3/23 : WORKDIR /edgex-go 12:11:50 ---> Using cache 12:11:50 ---> 3538c74e418b 12:11:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:11:50 ---> Using cache 12:11:50 ---> 431e1c7d7b0c 12:11:50 Step 5/23 : RUN apk add --update --no-cache make git 12:11:50 ---> Using cache 12:11:50 ---> d7875e52873d 12:11:50 Step 6/23 : COPY go.mod vendor* ./ 12:11:50 ---> Using cache 12:11:50 ---> a89aae8202d3 12:11:50 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:11:50 ---> Using cache 12:11:50 ---> bd2b91e88936 12:11:50 Step 8/23 : COPY . . 12:11:50 ---> Using cache 12:11:50 ---> 4b641684f650 12:11:50 Step 9/23 : RUN make cmd/core-command/core-command 12:11:50 ---> Running in 7a562f71735a 12:11:50 ---> Running in b365c1e34bad 12:11:50 Removing intermediate container 9a1a429644dd 12:11:50 ---> ab8ee17c8b66 12:11:50 Successfully built ab8ee17c8b66 12:11:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 12:11:51 + docker inspect -f . ci-base-image-arm64 12:11:51 . [Pipeline] withDockerContainer 12:11:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 12:11:51 spire-1.2.0/ 12:11:51 prd-ubuntu20.04-docker-arm64-4c-16g-10441 does not seem to be running inside a container 12:11:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** ci-base-image-arm64 cat 12:11:52 spire-1.2.0/README.md 12:11:52 spire-1.2.0/bin/ 12:11:52 spire-1.2.0/bin/spire-server 12:11:52 spire-1.2.0/bin/spire-agent 12:11:52 spire-1.2.0/conf/ 12:11:52 spire-1.2.0/conf/server/ 12:11:52 spire-1.2.0/conf/server/server.conf 12:11:52 spire-1.2.0/conf/agent/ 12:11:52 spire-1.2.0/conf/agent/agent.conf 12:11:52 spire-1.2.0/LICENSE 12:11:52 $ docker top edf36040b5a4d77cc0f8412872f1cd407b6e3b4fea45563a98744a08ee8a5194 -eo pid,comm 12:11:52 Removing intermediate container 60a7511de8d3 12:11:52 ---> 3452f1c73a81 12:11:52 12:11:52 Step 11/24 : FROM alpine:3.15 12:11:52 Removing intermediate container f8fdb725cb95 12:11:52 ---> fc0627f49383 12:11:52 Step 14/23 : ENV APP_PORT=58890 12:11:52 ---> Running in 691870190c3e [Pipeline] { [Pipeline] sh 12:11:53 Removing intermediate container 691870190c3e 12:11:53 ---> a443466bf377 12:11:53 Step 15/23 : EXPOSE $APP_PORT 12:11:53 ---> Running in 0bb99345aea0 12:11:53 3.15: Pulling from library/alpine 12:11:53 Removing intermediate container 0bb99345aea0 12:11:53 ---> 4fc6409f140c 12:11:53 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 12:11:53 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 12:11:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:11:53 ---> ef634a5db35a 12:11:53 Step 3/22 : WORKDIR /edgex-go 12:11:53 ---> Using cache 12:11:53 ---> 3538c74e418b 12:11:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:11:53 ---> Using cache 12:11:53 ---> 431e1c7d7b0c 12:11:53 Step 5/22 : RUN apk add --update --no-cache make git 12:11:53 ---> Using cache 12:11:53 ---> d7875e52873d 12:11:53 Step 6/22 : COPY go.mod vendor* ./ 12:11:53 ---> Using cache 12:11:53 ---> a89aae8202d3 12:11:53 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:11:53 ---> Using cache 12:11:53 ---> bd2b91e88936 12:11:53 Step 8/22 : COPY . . 12:11:53 ---> Using cache 12:11:53 ---> 4b641684f650 12:11:53 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 12:11:53 + go version 12:11:53 go version go1.17.6 linux/arm64 [Pipeline] } 12:11:53 $ docker stop --time=1 edf36040b5a4d77cc0f8412872f1cd407b6e3b4fea45563a98744a08ee8a5194 12:11:53 ---> Running in 7a4732d0a8de 12:11:53 Digest: sha256:f22945d45ee2eb4dd463ed5a431d9f04fcd80ca768bb1acf898d91ce51f7bf04 12:11:54 Status: Downloaded newer image for alpine:3.15 12:11:54 ---> 76c8fb57b6fc 12:11:54 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 12:11:54 ---> 7d196e095db6 12:11:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 12:11:54 ---> Running in 6cd19bb0e69e 12:11:54 Removing intermediate container 6cd19bb0e69e 12:11:54 ---> 6e3533d6dadb 12:11:54 Step 13/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:11:54 ---> Running in 425864772bb5 12:11:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 12:11:54 ---> bc292185f93b 12:11:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 12:11:54 ---> 9c4704a0fe2c 12:11:54 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 12:11:54 Removing intermediate container 7a562f71735a 12:11:54 ---> cbde6d9a675c 12:11:54 12:11:54 Step 11/24 : FROM alpine:3.15 12:11:54 ---> 76c8fb57b6fc 12:11:54 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 12:11:54 ---> Using cache 12:11:54 ---> 6e3533d6dadb 12:11:54 Step 13/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:11:54 ---> Running in 04277a24c40c 12:11:54 ---> Running in 4c4a9ab1f8d5 12:11:54 Removing intermediate container 04277a24c40c 12:11:54 ---> 7039d4feb56b 12:11:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:11:55 ---> Running in de2c8b9a3469 12:11:55 Removing intermediate container de2c8b9a3469 12:11:55 ---> b08bace3ae7c 12:11:55 Step 21/23 : LABEL arch=x86_64 12:11:55 $ docker rm -f edf36040b5a4d77cc0f8412872f1cd407b6e3b4fea45563a98744a08ee8a5194 12:11:55 ---> Running in 17a6cb64df16 12:11:55 Removing intermediate container 17a6cb64df16 12:11:55 ---> 1980ba136921 12:11:55 Step 22/23 : LABEL git_sha=319129c869291172227b9a7889e0ae47bfe6e2d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:11:55 Removing intermediate container 425864772bb5 12:11:55 ---> e53ba61aba9b 12:11:55 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 12:11:55 ---> Running in c96473980458 12:11:55 ---> Running in b9b3c49f8ed4 12:11:55 Removing intermediate container c96473980458 12:11:55 ---> 47de2cd6157b 12:11:55 Step 23/23 : LABEL version=0.0.0 12:11:55 ---> Running in 1a0fb5b103e1 12:11:55 + docker inspect -f . ci-base-image-arm64 12:11:55 . [Pipeline] withDockerContainer 12:11:56 Removing intermediate container 1a0fb5b103e1 12:11:56 ---> 17e799eadbbb 12:11:56 12:11:56 Successfully built 17e799eadbbb 12:11:56 Successfully tagged sys-mgmt-agent:latest 12:11:56  Building sys-mgmt-agent ... done Building security-spiffe-token-provider 12:11:56 Removing intermediate container 4c4a9ab1f8d5 12:11:56 ---> bfae43492e52 12:11:56 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 12:11:56 ---> Running in 726ee601f914 12:11:56 prd-ubuntu20.04-docker-arm64-4c-16g-10441 does not seem to be running inside a container 12:11:56 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** ci-base-image-arm64 cat 12:11:56 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 12:11:56 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 12:11:57 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 12:11:57 $ docker top 9c0182dc0786f5ab4ef4dd4ba6faaa60e5b6c191f5f95f53eeea347e05a6e147 -eo pid,comm 12:11:57 v3.15.3-14-g83fcdd9ddc [https://nl.alpinelinux.org/alpine/v3.15/main] 12:11:57 v3.15.3-13-gd905dfa045 [https://nl.alpinelinux.org/alpine/v3.15/community] 12:11:57 OK: 15854 distinct packages available 12:11:57 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] echo 12:11:57 ========================================================= 12:11:57 [edgeXBuildGoParallel] Running Tests and Build... 12:11:57 ========================================================= [Pipeline] fileExists [Pipeline] sh 12:11:58 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 12:11:58 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 12:11:58 v3.15.3-14-g83fcdd9ddc [https://nl.alpinelinux.org/alpine/v3.15/main] 12:11:58 v3.15.3-13-gd905dfa045 [https://nl.alpinelinux.org/alpine/v3.15/community] 12:11:58 OK: 15854 distinct packages available 12:11:58 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 12:11:58 + make test 12:11:58 go mod tidy -compat=1.17 12:11:58 (1/5) Installing dumb-init (1.2.5-r1) 12:11:58 (2/5) Installing musl-obstack (1.2.3-r0) 12:11:58 (3/5) Installing libucontext (1.1-r0) 12:11:58 (4/5) Installing gcompat (1.0.0-r4) 12:11:59 (5/5) Installing openssl (1.1.1n-r0) 12:11:59 Executing busybox-1.34.1-r4.trigger 12:11:59 OK: 6 MiB in 19 packages 12:11:59 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 12:11:59 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 12:11:59 (1/4) Installing dumb-init (1.2.5-r1) 12:11:59 (2/4) Installing musl-obstack (1.2.3-r0) 12:11:59 (3/4) Installing libucontext (1.1-r0) 12:11:59 (4/4) Installing gcompat (1.0.0-r4) 12:11:59 Executing busybox-1.34.1-r4.trigger 12:11:59 OK: 6 MiB in 18 packages 12:12:00 Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 12:12:00 Step 2/20 : FROM ${BUILDER_BASE} AS builder 12:12:00 ---> ef634a5db35a 12:12:00 Step 3/20 : WORKDIR /edgex-go 12:12:00 ---> Using cache 12:12:00 ---> 3538c74e418b 12:12:00 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 12:12:01 ---> Running in 4099493e697e 12:12:02 Removing intermediate container 726ee601f914 12:12:02 ---> 7a88dc830eaa 12:12:02 Step 15/24 : COPY --from=builder /edgex-go/bin/spire-server /usr/local/bin 12:12:02 Removing intermediate container b9b3c49f8ed4 12:12:02 ---> 531771a89f61 12:12:02 Step 15/24 : COPY --from=builder /edgex-go/bin/spire-agent /usr/local/bin 12:12:03 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 12:12:03 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 12:12:03 ---> 285b8c41b4c8 12:12:03 Step 16/24 : COPY --from=builder /edgex-go/bin/spire-server /usr/local/bin 12:12:04 ---> 40092bfbbcc3 12:12:04 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 12:12:04 v3.15.3-14-g83fcdd9ddc [https://nl.alpinelinux.org/alpine/v3.15/main] 12:12:04 v3.15.3-13-gd905dfa045 [https://nl.alpinelinux.org/alpine/v3.15/community] 12:12:04 OK: 15864 distinct packages available 12:12:04 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 12:12:04 ---> 3b6c4a3ae898 12:12:04 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 12:12:04 ---> Running in e64d0d9d2135 12:12:04 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 12:12:05 Removing intermediate container e64d0d9d2135 12:12:05 ---> 20faed4dfca6 12:12:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 12:12:05 OK: 221 MiB in 52 packages 12:12:05 ---> f5feab969bd1 12:12:05 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 12:12:05 ---> 14cc269dfb7d 12:12:05 Step 19/24 : WORKDIR / 12:12:05 ---> Running in e88d96644909 12:12:06 Removing intermediate container e88d96644909 12:12:06 ---> 89cb80856fdb 12:12:06 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 12:12:06 ---> Running in ad95a26d61a7 12:12:06 ---> 2c8c1a9e8f9a 12:12:06 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 12:12:06 Removing intermediate container 4099493e697e 12:12:06 ---> 5b54896bee99 12:12:06 Step 5/20 : COPY go.mod vendor* ./ 12:12:06 Removing intermediate container ad95a26d61a7 12:12:06 ---> 00fa44ddb610 12:12:06 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 12:12:06 ---> 87d688a5036b 12:12:06 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 12:12:06 ---> Running in fdacb2309979 12:12:06 ---> 8bd9b3eec864 12:12:06 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:12:06 ---> Running in 7d6a2e402dba 12:12:07 Removing intermediate container fdacb2309979 12:12:07 ---> 2a3721d34a46 12:12:07 Step 22/24 : LABEL arch=x86_64 12:12:07 ---> 5a35183e36db 12:12:07 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 12:12:07 ---> Running in 0941ebbfc9ca 12:12:07 ---> Running in 204bc50bfbae 12:12:07 Removing intermediate container 204bc50bfbae 12:12:07 ---> 3b9197917f1e 12:12:07 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 12:12:07 Removing intermediate container 0941ebbfc9ca 12:12:07 ---> 8cb8e00441b7 12:12:07 Step 23/24 : LABEL git_sha=319129c869291172227b9a7889e0ae47bfe6e2d5 12:12:07 ---> Running in 69565d361893 12:12:07 ---> Running in c25fec568a65 12:12:07 Removing intermediate container 69565d361893 12:12:07 ---> 4d3d5d3b075c 12:12:07 Step 22/24 : LABEL arch=x86_64 12:12:07 Removing intermediate container c25fec568a65 12:12:07 ---> 1e3da6ab445f 12:12:07 Step 24/24 : LABEL version=0.0.0 12:12:07 ---> Running in 726963ac3dbb 12:12:07 ---> Running in 8938bdc4fde0 12:12:07 Removing intermediate container 726963ac3dbb 12:12:07 ---> 0544ae8bfde5 12:12:07 Step 23/24 : LABEL git_sha=319129c869291172227b9a7889e0ae47bfe6e2d5 12:12:07 Removing intermediate container 8938bdc4fde0 12:12:07 ---> db42010eb7e3 12:12:07 12:12:07 ---> Running in 3e1bb2ca450c 12:12:07 Successfully built db42010eb7e3 12:12:07 Successfully tagged security-spire-config:latest 12:12:07 Building security-spire-server 12:12:08  Building security-spire-config ... done Removing intermediate container 7d6a2e402dba 12:12:08 ---> 48f89a5f8db8 12:12:08 Step 7/20 : COPY . . 12:12:08 Removing intermediate container 3e1bb2ca450c 12:12:08 ---> cbf68a605d38 12:12:08 Step 24/24 : LABEL version=0.0.0 12:12:08 ---> Running in dbf69577c133 12:12:09 Removing intermediate container dbf69577c133 12:12:09 ---> cebb6dce63e5 12:12:09 12:12:09 Successfully built cebb6dce63e5 12:12:09 Successfully tagged security-spire-agent:latest 12:12:09  Building security-spire-agent ... done Building support-notifications 12:12:14 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 12:12:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:12:14 ---> ef634a5db35a 12:12:14 Step 3/23 : WORKDIR /edgex-go 12:12:14 ---> Using cache 12:12:14 ---> 3538c74e418b 12:12:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:12:14 ---> Using cache 12:12:14 ---> 431e1c7d7b0c 12:12:14 Step 5/23 : RUN apk add --update --no-cache make git 12:12:14 ---> Using cache 12:12:14 ---> d7875e52873d 12:12:14 Step 6/23 : COPY go.mod vendor* ./ 12:12:14 ---> Using cache 12:12:14 ---> a89aae8202d3 12:12:14 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:12:14 ---> Using cache 12:12:14 ---> bd2b91e88936 12:12:14 Step 8/23 : COPY . . 12:12:14 ---> Using cache 12:12:14 ---> 4b641684f650 12:12:14 Step 9/23 : ARG SPIRE_RELEASE=1.2.0 12:12:14 ---> Using cache 12:12:14 ---> 15fdcd373d15 12:12:14 Step 10/23 : RUN wget -q "https://github.com/spiffe/spire/releases/download/v${SPIRE_RELEASE}/spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" && tar xv --strip-components=1 -f "spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" 12:12:14 ---> Using cache 12:12:14 ---> cbde6d9a675c 12:12:14 12:12:14 Step 11/23 : FROM alpine:3.15 12:12:14 ---> 76c8fb57b6fc 12:12:14 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 12:12:14 ---> Using cache 12:12:14 ---> 6e3533d6dadb 12:12:14 Step 13/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:12:14 ---> Using cache 12:12:14 ---> bfae43492e52 12:12:14 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 12:12:15 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 12:12:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:12:15 ---> ef634a5db35a 12:12:15 Step 3/22 : WORKDIR /edgex-go 12:12:15 ---> Using cache 12:12:15 ---> 3538c74e418b 12:12:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:12:15 ---> Using cache 12:12:15 ---> 431e1c7d7b0c 12:12:15 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 12:12:16 ---> Running in ee81cbd4b82c 12:12:16 ---> Running in 5f9e2d1065cf 12:12:16 Removing intermediate container b365c1e34bad 12:12:16 ---> b8d8ddbed5b0 12:12:16 12:12:16 Step 10/23 : FROM alpine:3.14 12:12:16 ---> 84b07dd2d1fd 12:12:16 Step 11/23 : RUN apk add --update --no-cache dumb-init 12:12:16 ---> 8bf3c7584852 12:12:16 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 12:12:17 ---> Running in cc977312ccd2 12:12:17 ---> Running in a41c14a576a5 12:12:17 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 12:12:17 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 12:12:17 CGO_ENABLED=0 GO111MODULE=on go build -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 12:12:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 12:12:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 12:12:17 (1/1) Installing dumb-init (1.2.5-r1) 12:12:17 Executing busybox-1.33.1-r6.trigger 12:12:17 OK: 6 MiB in 15 packages 12:12:18 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 12:12:18 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 12:12:18 OK: 221 MiB in 52 packages 12:12:18 v3.15.3-14-g83fcdd9ddc [https://nl.alpinelinux.org/alpine/v3.15/main] 12:12:18 v3.15.3-13-gd905dfa045 [https://nl.alpinelinux.org/alpine/v3.15/community] 12:12:18 OK: 15854 distinct packages available 12:12:18 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 12:12:18 Removing intermediate container 7a4732d0a8de 12:12:18 ---> 64d03d040f88 12:12:18 12:12:18 Step 10/22 : FROM alpine:3.14 12:12:18 ---> 84b07dd2d1fd 12:12:18 Step 11/22 : RUN apk add --update --no-cache dumb-init 12:12:18 ---> Using cache 12:12:18 ---> 064a20367cbc 12:12:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 12:12:18 Removing intermediate container cc977312ccd2 12:12:18 ---> 064a20367cbc 12:12:18 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 12:12:18 ---> Running in 2f2092d6115e 12:12:19 ---> Running in 87f21fea96a2 12:12:19 Removing intermediate container ee81cbd4b82c 12:12:19 ---> b12e54cf0a19 12:12:19 Step 6/22 : COPY go.mod vendor* ./ 12:12:19 Removing intermediate container 2f2092d6115e 12:12:19 ---> 33ecddf52faa 12:12:19 Step 13/22 : ENV APP_PORT=59861 12:12:19 ---> Running in 8a57aa7bb6a3 12:12:19 Removing intermediate container 87f21fea96a2 12:12:19 ---> eea32e3d049e 12:12:19 Step 13/23 : ENV APP_PORT=59882 12:12:19 ---> 49117c945449 12:12:19 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:12:19 ---> Running in 2cb0570f416c 12:12:19 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 12:12:19 ---> Running in 6a23361d9667 12:12:19 Removing intermediate container 8a57aa7bb6a3 12:12:19 ---> 252f37f348ca 12:12:19 Step 14/22 : EXPOSE $APP_PORT 12:12:19 Removing intermediate container 2cb0570f416c 12:12:19 ---> 7bd32417c714 12:12:19 Step 14/23 : EXPOSE $APP_PORT 12:12:19 ---> Running in 893f04f04f95 12:12:19 ---> Running in d3dda2e85d05 12:12:19 Removing intermediate container 893f04f04f95 12:12:19 ---> dc41335221fa 12:12:19 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 12:12:19 Removing intermediate container d3dda2e85d05 12:12:19 ---> 848221a6fc1d 12:12:19 Step 15/23 : WORKDIR / 12:12:19 ---> Running in dd7ee7b59ef2 12:12:19 (1/5) Installing dumb-init (1.2.5-r1) 12:12:19 ---> 8bffd9a5b313 12:12:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 12:12:19 (2/5) Installing musl-obstack (1.2.3-r0) 12:12:19 Removing intermediate container dd7ee7b59ef2 12:12:19 ---> e843ea3af4bc 12:12:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 12:12:19 (3/5) Installing libucontext (1.1-r0) 12:12:19 (4/5) Installing gcompat (1.0.0-r4) 12:12:19 (5/5) Installing openssl (1.1.1n-r0) 12:12:20 Executing busybox-1.34.1-r4.trigger 12:12:20 OK: 6 MiB in 19 packages 12:12:20 ---> 81f8f5a71342 12:12:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 12:12:20 ---> 8111ad8710bd 12:12:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 12:12:20 Removing intermediate container 6a23361d9667 12:12:20 ---> 5c8800f4b10a 12:12:20 Step 8/22 : COPY . . 12:12:20 Removing intermediate container 5f9e2d1065cf 12:12:20 ---> ed0b89e56e2e 12:12:20 Step 15/23 : COPY --from=builder /edgex-go/bin/spire-server /usr/local/bin 12:12:20 ---> 3c2fcd639ad8 12:12:20 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 12:12:20 ---> Running in 7e8871b398a9 12:12:21 Removing intermediate container 7e8871b398a9 12:12:21 ---> 8e6638a0fb93 12:12:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:12:22 ---> 14556ef8ae37 12:12:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 12:12:22 ---> Running in ff85703c8fb4 12:12:22 ---> d7725e842f04 12:12:22 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 12:12:23 Removing intermediate container ff85703c8fb4 12:12:23 ---> bb4888dfbbf8 12:12:23 Step 20/22 : LABEL arch=x86_64 12:12:23 ---> Running in 8acb7274b801 12:12:23 ---> 8acfd815dd83 12:12:23 Step 19/23 : ENTRYPOINT ["/core-command"] 12:12:23 ---> a7822c47b625 12:12:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 12:12:23 ---> Running in c91b18f8d430 12:12:23 Removing intermediate container 8acb7274b801 12:12:23 ---> a46e7fe868f4 12:12:23 Step 21/22 : LABEL git_sha=319129c869291172227b9a7889e0ae47bfe6e2d5 12:12:23 ---> Running in 7a47da00c9b8 12:12:23 Removing intermediate container c91b18f8d430 12:12:23 ---> 3b0c4b3e9a7f 12:12:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:12:23 ---> Running in 8629056d96bf 12:12:23 ---> 42fef4d9508f 12:12:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 12:12:23 Removing intermediate container 7a47da00c9b8 12:12:23 ---> d432eea6dbb0 12:12:23 Step 22/22 : LABEL version=0.0.0 12:12:23 ---> Running in 47f23825e31d 12:12:23 Removing intermediate container 8629056d96bf 12:12:23 ---> 3dc4a2d86e5f 12:12:23 Step 21/23 : LABEL arch=x86_64 12:12:24 ---> Running in 4a998b7c9ce3 12:12:24 Removing intermediate container 47f23825e31d 12:12:24 ---> bb4c3d1f34a1 12:12:24 12:12:24 ---> ca3de568adf0 12:12:24 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 12:12:24 Successfully built bb4c3d1f34a1 12:12:24 ---> Running in baec9ed2ab02 12:12:24 Removing intermediate container 4a998b7c9ce3 12:12:24 ---> d4f35e09b30e 12:12:24 Step 22/23 : LABEL git_sha=319129c869291172227b9a7889e0ae47bfe6e2d5 12:12:24 Successfully tagged support-scheduler:latest 12:12:24 Building core-metadata 12:12:24  Building support-scheduler ... done  ---> Running in d4e7a5e234ae 12:12:24 Removing intermediate container baec9ed2ab02 12:12:24 ---> 5c976e83729c 12:12:24 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 12:12:26 ---> Running in 189ea4d114d1 12:12:26 Removing intermediate container d4e7a5e234ae 12:12:26 ---> 0bd89a149ac1 12:12:26 Step 23/23 : LABEL version=0.0.0 12:12:26 ---> Running in fac0ce20ae51 12:12:26 Removing intermediate container 189ea4d114d1 12:12:26 ---> 1e52298e7624 12:12:26 Step 21/23 : LABEL arch=x86_64 12:12:26 ---> Running in 54c05f6910b5 12:12:26 Removing intermediate container fac0ce20ae51 12:12:26 ---> 15b9ca950ced 12:12:26 12:12:26 Successfully built 15b9ca950ced 12:12:26 Successfully tagged core-command:latest 12:12:26  Building core-command ... done Removing intermediate container 54c05f6910b5 12:12:26 ---> 6125334aaf33 12:12:26 Step 22/23 : LABEL git_sha=319129c869291172227b9a7889e0ae47bfe6e2d5 12:12:27 ---> Running in 443b08935734 12:12:27 Removing intermediate container 443b08935734 12:12:27 ---> 6d690bf1548d 12:12:27 Step 23/23 : LABEL version=0.0.0 12:12:27 ---> Running in 052b9148cef0 12:12:27 Removing intermediate container 052b9148cef0 12:12:27 ---> 92d772cebb27 12:12:27 12:12:27 Successfully built 92d772cebb27 12:12:27 Successfully tagged security-spire-server:latest 12:12:30  Building security-spire-server ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 12:12:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:12:30 ---> ef634a5db35a 12:12:30 Step 3/23 : WORKDIR /edgex-go 12:12:30 ---> Using cache 12:12:30 ---> 3538c74e418b 12:12:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:12:30 ---> Using cache 12:12:30 ---> 431e1c7d7b0c 12:12:30 Step 5/23 : RUN apk add --update --no-cache make git 12:12:30 ---> Using cache 12:12:30 ---> d7875e52873d 12:12:30 Step 6/23 : COPY go.mod vendor* ./ 12:12:30 ---> Using cache 12:12:30 ---> a89aae8202d3 12:12:30 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:12:30 ---> Using cache 12:12:30 ---> bd2b91e88936 12:12:30 Step 8/23 : COPY . . 12:12:30 ---> Using cache 12:12:30 ---> 4b641684f650 12:12:30 Step 9/23 : RUN make cmd/core-metadata/core-metadata 12:12:30 ---> Running in a5f059a27bb6 12:12:30 ---> dc1d33f82f39 12:12:30 Step 9/22 : RUN make cmd/support-notifications/support-notifications 12:12:30 ---> Running in 57df83dc199f 12:12:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 12:12:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 12:12:31 ? github.com/edgexfoundry/edgex-go [no test files] 12:12:34 Removing intermediate container a41c14a576a5 12:12:34 ---> dec79ff507ca 12:12:34 12:12:34 Step 9/20 : FROM alpine:3.15 12:12:34 ---> 76c8fb57b6fc 12:12:34 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 12:12:34 ---> Using cache 12:12:34 ---> 6e3533d6dadb 12:12:34 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:12:34 ---> Using cache 12:12:34 ---> bfae43492e52 12:12:34 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 12:12:34 ---> Running in 0eebf61c699a 12:12:35 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 12:12:35 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 12:12:36 v3.15.3-14-g83fcdd9ddc [https://nl.alpinelinux.org/alpine/v3.15/main] 12:12:36 v3.15.3-13-gd905dfa045 [https://nl.alpinelinux.org/alpine/v3.15/community] 12:12:36 OK: 15854 distinct packages available 12:12:36 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 12:12:37 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 12:12:37 (1/9) Installing ca-certificates (20211220-r0) 12:12:37 (2/9) Installing brotli-libs (1.0.9-r5) 12:12:37 (3/9) Installing nghttp2-libs (1.46.0-r0) 12:12:37 (4/9) Installing libcurl (7.80.0-r0) 12:12:37 (5/9) Installing curl (7.80.0-r0) 12:12:37 (6/9) Installing dumb-init (1.2.5-r1) 12:12:37 (7/9) Installing musl-obstack (1.2.3-r0) 12:12:37 (8/9) Installing libucontext (1.1-r0) 12:12:37 (9/9) Installing gcompat (1.0.0-r4) 12:12:38 Executing busybox-1.34.1-r4.trigger 12:12:38 Executing ca-certificates-20211220-r0.trigger 12:12:38 OK: 8 MiB in 23 packages 12:12:39 Removing intermediate container 0eebf61c699a 12:12:39 ---> f4d79872bafd 12:12:39 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 12:12:39 ---> 76dc47d1cf0d 12:12:39 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 12:12:40 ---> 307b63585742 12:12:40 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 12:12:40 ---> f61f1578fc37 12:12:40 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 12:12:40 ---> Running in b578282c8aef 12:12:41 Removing intermediate container b578282c8aef 12:12:41 ---> dec1bdfae07b 12:12:41 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:12:41 ---> Running in 3f8586716da9 12:12:41 Removing intermediate container 3f8586716da9 12:12:41 ---> 2983c22c3b86 12:12:41 Step 18/20 : LABEL arch=x86_64 12:12:41 ---> Running in b89975d1a833 12:12:41 Removing intermediate container b89975d1a833 12:12:41 ---> df8a1eb34d82 12:12:41 Step 19/20 : LABEL git_sha=319129c869291172227b9a7889e0ae47bfe6e2d5 12:12:41 ---> Running in 8ad04f6c703d 12:12:41 Removing intermediate container 8ad04f6c703d 12:12:41 ---> 1c9c067974eb 12:12:41 Step 20/20 : LABEL version=0.0.0 12:12:41 ---> Running in 247fa61c3a1d 12:12:42 Removing intermediate container 247fa61c3a1d 12:12:42 ---> 49d0a08c19ac 12:12:42 12:12:42 Successfully built 49d0a08c19ac 12:12:42 Successfully tagged security-spiffe-token-provider:latest 12:12:52  Building security-spiffe-token-provider ... done Removing intermediate container 57df83dc199f 12:12:52 ---> 1b46d87fdf7c 12:12:52 12:12:52 Step 10/22 : FROM alpine:3.14 12:12:52 ---> 84b07dd2d1fd 12:12:52 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 12:12:52 Removing intermediate container a5f059a27bb6 12:12:52 ---> fc82dda4a78a 12:12:52 12:12:52 Step 10/23 : FROM alpine:3.14 12:12:52 ---> 84b07dd2d1fd 12:12:52 Step 11/23 : RUN apk add --update --no-cache dumb-init 12:12:52 ---> Using cache 12:12:52 ---> 064a20367cbc 12:12:52 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 12:12:52 ---> Using cache 12:12:52 ---> eea32e3d049e 12:12:52 Step 13/23 : ENV APP_PORT=59881 12:12:52 ---> Running in f5bb2631e3e9 12:12:52 ---> Running in 385e5553c711 12:12:52 Removing intermediate container 385e5553c711 12:12:52 ---> e65fb7501bf5 12:12:52 Step 14/23 : EXPOSE $APP_PORT 12:12:52 ---> Running in fca0f304160a 12:12:52 Removing intermediate container fca0f304160a 12:12:52 ---> f431f0c6a886 12:12:52 Step 15/23 : WORKDIR / 12:12:52 ---> Running in acf50278d6d2 12:12:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 12:12:52 Removing intermediate container acf50278d6d2 12:12:52 ---> dba76446746a 12:12:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 12:12:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 12:12:52 ---> bd2114ad7ef9 12:12:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 12:12:52 (1/2) Installing ca-certificates (20211220-r0) 12:12:52 (2/2) Installing dumb-init (1.2.5-r1) 12:12:52 Executing busybox-1.33.1-r6.trigger 12:12:52 Executing ca-certificates-20211220-r0.trigger 12:12:52 OK: 6 MiB in 16 packages 12:12:52 ---> 23139eebbed1 12:12:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 12:12:52 Removing intermediate container f5bb2631e3e9 12:12:52 ---> 77275f78b96a 12:12:52 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 12:12:52 ---> 3bc1622bff21 12:12:52 Step 19/23 : ENTRYPOINT ["/core-metadata"] 12:12:52 ---> Running in 079f40870ba8 12:12:52 ---> Running in eb329f9ee5bc 12:12:52 Removing intermediate container 079f40870ba8 12:12:52 ---> c74bd5db19f2 12:12:52 Step 13/22 : ENV APP_PORT=59860 12:12:52 ---> Running in e681d12b4eaf 12:12:52 Removing intermediate container eb329f9ee5bc 12:12:52 ---> 5c34cc081efc 12:12:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:12:52 ---> Running in d0c49854c00b 12:12:52 Removing intermediate container e681d12b4eaf 12:12:52 ---> c2a488cc0426 12:12:52 Step 14/22 : EXPOSE $APP_PORT 12:12:52 Removing intermediate container d0c49854c00b 12:12:52 ---> 93959c8707f7 12:12:52 Step 21/23 : LABEL arch=x86_64 12:12:52 ---> Running in 2614f111798f 12:12:52 ---> Running in d0837868a6d1 12:12:52 Removing intermediate container 2614f111798f 12:12:52 ---> b8d85271dec1 12:12:52 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 12:12:52 Removing intermediate container d0837868a6d1 12:12:52 ---> 53581b17f529 12:12:52 Step 22/23 : LABEL git_sha=319129c869291172227b9a7889e0ae47bfe6e2d5 12:12:52 ---> Running in 8a17b575ba3c 12:12:52 ---> 120e4f93f891 12:12:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 12:12:52 Removing intermediate container 8a17b575ba3c 12:12:52 ---> ae1c73c7992a 12:12:52 Step 23/23 : LABEL version=0.0.0 12:12:52 ---> Running in e19b6c485edc 12:12:52 Removing intermediate container e19b6c485edc 12:12:52 ---> c7081e8bea1c 12:12:52 12:12:52 Successfully built c7081e8bea1c 12:12:52 Successfully tagged core-metadata:latest 12:12:52  Building core-metadata ... done  ---> dfa08d144cc6 12:12:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 12:12:53 ---> 5fd7f4aef21a 12:12:53 Step 18/22 : ENTRYPOINT ["/support-notifications"] 12:12:53 ---> Running in 5ec36bd3f273 12:12:53 Removing intermediate container 5ec36bd3f273 12:12:53 ---> 6b160af717fa 12:12:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:12:53 ---> Running in cfacd851d76c 12:12:53 Removing intermediate container cfacd851d76c 12:12:53 ---> 356f48e125e3 12:12:53 Step 20/22 : LABEL arch=x86_64 12:12:53 ---> Running in 9dd0dac5a598 12:12:53 Removing intermediate container 9dd0dac5a598 12:12:53 ---> 425a2ca094c6 12:12:53 Step 21/22 : LABEL git_sha=319129c869291172227b9a7889e0ae47bfe6e2d5 12:12:53 ---> Running in 23b9bcc35270 12:12:53 Removing intermediate container 23b9bcc35270 12:12:53 ---> 695ababe5054 12:12:53 Step 22/22 : LABEL version=0.0.0 12:12:53 ---> Running in 95d0dbfdfaba 12:12:53 Removing intermediate container 95d0dbfdfaba 12:12:53 ---> 5f513913ead3 12:12:53 12:12:53 Successfully built 5f513913ead3 12:12:53 Successfully tagged support-notifications:latest 12:12:53  Building support-notifications ... done  [Pipeline] } 12:12:53 $ docker stop --time=1 c430f44fc6c7061ddccff4c2880437c27559d012aa337b04a68ee8040a5c85b2 12:12:55 $ docker rm -f c430f44fc6c7061ddccff4c2880437c27559d012aa337b04a68ee8040a5c85b2 [Pipeline] // withDockerContainer [Pipeline] sh 12:12:55 + docker images 12:12:55 REPOSITORY TAG IMAGE ID CREATED SIZE 12:12:55 support-notifications latest 5f513913ead3 2 seconds ago 26.6MB 12:12:55 core-metadata latest c7081e8bea1c 3 seconds ago 26.1MB 12:12:55 1b46d87fdf7c 6 seconds ago 1.62GB 12:12:55 fc82dda4a78a 6 seconds ago 1.62GB 12:12:55 security-spiffe-token-provider latest 49d0a08c19ac 14 seconds ago 28.5MB 12:12:55 dec79ff507ca 22 seconds ago 1.61GB 12:12:55 security-spire-server latest 92d772cebb27 28 seconds ago 82.9MB 12:12:55 core-command latest 15b9ca950ced 29 seconds ago 24.5MB 12:12:55 support-scheduler latest bb4c3d1f34a1 32 seconds ago 26MB 12:12:55 64d03d040f88 37 seconds ago 1.62GB 12:12:55 b8d8ddbed5b0 39 seconds ago 1.61GB 12:12:55 security-spire-agent latest cebb6dce63e5 47 seconds ago 119MB 12:12:55 security-spire-config latest db42010eb7e3 48 seconds ago 82.2MB 12:12:55 sys-mgmt-agent latest 17e799eadbbb About a minute ago 307MB 12:12:55 cbde6d9a675c About a minute ago 1.61GB 12:12:55 3452f1c73a81 About a minute ago 1.61GB 12:12:55 security-bootstrapper latest 8b4382c25caa About a minute ago 24.3MB 12:12:55 core-data latest a441e03b204a About a minute ago 35.9MB 12:12:55 security-secretstore-setup latest b3233066fa1e About a minute ago 42.1MB 12:12:55 security-proxy-setup latest 17a1e17cafe7 About a minute ago 43.4MB 12:12:55 36e61b3ce1a1 About a minute ago 1.62GB 12:12:55 72acc053d43e About a minute ago 1.63GB 12:12:55 c301119ed148 About a minute ago 1.63GB 12:12:55 2c57e5d9e907 About a minute ago 1.65GB 12:12:55 e40299e29e94 About a minute ago 1.61GB 12:12:55 ci-base-image-x86_64 latest ef634a5db35a 4 minutes ago 896MB 12:12:55 docker 20.10.14 5f3d65aad428 2 days ago 218MB 12:12:55 alpine 3.14 84b07dd2d1fd 3 days ago 5.59MB 12:12:55 alpine 3.15 76c8fb57b6fc 3 days ago 5.57MB 12:12:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 99d49a6021b9 8 weeks ago 562MB 12:12:55 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 5 months ago 34.5MB 12:12:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 21 months 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) [Pipeline] findFiles [Pipeline] node 12:12:55 Running on prd-ubuntu18.04-docker-8c-8g-9950 in /w/workspace/edgexfoundry_edgex-go_PR-3924 [Pipeline] { [Pipeline] ws 12:12:55 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 12:12:55 The recommended git tool is: git 12:12:57 using credential edgex-jenkins-ssh 12:12:57 Cloning the remote Git repository 12:12:57 Cloning repository git@github.com:edgexfoundry/edgex-go.git 12:12:57 > git init /w/workspace/edgex-go/7 # timeout=10 12:12:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:12:57 > git --version # timeout=10 12:12:57 > git --version # 'git version 2.17.1' 12:12:57 using GIT_SSH to set credentials SSH Credentials for GitHub 12:12:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:13:02 Merging remotes/origin/main commit c716e684b70864673cdf3dc7cabeb53a7964410a into PR head commit c73fc40abdafc3f768e735f6e5e6fb50530cdfb7 12:13:02 Merge succeeded, producing ded824551e9f59122f42b13046eddfb70814056d 12:13:02 Checking out Revision ded824551e9f59122f42b13046eddfb70814056d (PR-3924) 12:13:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:13:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:13:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:13:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:13:01 using GIT_SSH to set credentials SSH Credentials for GitHub 12:13:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3924/head:refs/remotes/origin/PR-3924 +refs/heads/main:refs/remotes/origin/main # timeout=10 12:13:02 > git config core.sparsecheckout # timeout=10 12:13:02 > git checkout -f c73fc40abdafc3f768e735f6e5e6fb50530cdfb7 # timeout=10 12:13:02 > git remote # timeout=10 12:13:02 > git config --get remote.origin.url # timeout=10 12:13:02 using GIT_SSH to set credentials SSH Credentials for GitHub 12:13:02 > git merge c716e684b70864673cdf3dc7cabeb53a7964410a # timeout=10 12:13:02 > git rev-parse HEAD^{commit} # timeout=10 12:13:02 > git config core.sparsecheckout # timeout=10 12:13:02 > git checkout -f ded824551e9f59122f42b13046eddfb70814056d # timeout=10 12:13:06 Commit message: "Merge commit 'c716e684b70864673cdf3dc7cabeb53a7964410a' into HEAD" 12:13:06 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:13:06 + echo snap-build.sh 12:13:06 snap-build.sh 12:13:06 + SNAP_BASE_DIR=. 12:13:06 + '[' '!' -z /w/workspace/edgex-go/7 ']' 12:13:06 + SNAP_BASE_DIR=/w/workspace/edgex-go/7 12:13:06 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' 12:13:06 [snap-build] Building snap in dir [/w/workspace/edgex-go/7] 12:13:06 + cd /w/workspace/edgex-go/7 12:13:06 + sudo apt-get remove -qy --purge lxd lxd-client 12:13:06 Reading package lists... 12:13:06 Building dependency tree... 12:13:06 Reading state information... 12:13:06 The following packages were automatically installed and are no longer required: 12:13:06 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 12:13:06 uidmap xdelta3 12:13:06 Use 'sudo apt autoremove' to remove them. 12:13:06 The following packages will be REMOVED: 12:13:06 lxd* lxd-client* 12:13:06 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 12:13:06 > git rev-list --no-walk 713ff3db5fce3e835e0c0c87a083ec18cdb2b939 # timeout=10 12:13:07 After this operation, 31.7 MB disk space will be freed. 12:13:07 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190666 files and directories currently installed.) 12:13:07 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 12:13:08 Removing lxd dnsmasq configuration 12:13:08 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 12:13:08 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 12:13:09 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 12:13:09 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190491 files and directories currently installed.) 12:13:09 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 12:13:10 Processing triggers for systemd (237-3ubuntu10.52) ... 12:13:10 Processing triggers for ureadahead (0.100.0-21) ... 12:13:11 + sudo snap remove --purge lxd 12:13:11 snap "lxd" is not installed 12:13:11 + sudo groupadd --force --system lxd 12:13:11 ++ whoami 12:13:11 + sudo /usr/sbin/usermod -G lxd -a jenkins 12:13:11 + newgrp - lxd 12:13:11 + sudo snap install lxd 12:13:21 2022-04-01T12:13:18Z INFO Waiting for automatic snapd restart... 12:13:33 lxd 4.24-c92c0b2 from Canonical* installed 12:13:33 + sudo lxd init --auto 12:13:43 + sudo snap install --classic snapcraft 12:13:48 snapcraft 6.1 from Canonical* installed 12:13:48 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 12:13:48 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 12:13:48 % Total % Received % Xferd Average Speed Time Time Time Current 12:13:48 Dload Upload Total Spent Left Speed 12:13:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 658 100 658 0 0 4416 0 --:--:-- --:--:-- --:--:-- 4416 12:13:48 100 3325k 100 3325k 0 0 10.2M 0 --:--:-- --:--:-- --:--:-- 10.2M 12:13:48 ./yq_linux_amd64 12:13:48 + sudo snapcraft prime --use-lxd 12:13:50 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 12:13:50 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 12:13:50 - README.md 12:13:50 12:13:50 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 12:13:50 Launching a container. 12:13:53 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 12:14:00 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 12:14:00 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 12:14:00 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 12:14:00 Waiting for container to be ready 12:14:00 To start your first container, try: lxc launch ubuntu:20.04 12:14:00 Or for a virtual machine: lxc launch ubuntu:20.04 --vm 12:14:00 12:14:05 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 12:14:05 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 12:14:05 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 12:14:05 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 12:14:05 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 12:14:05 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 12:14:05 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 12:14:05 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 12:14:06 Waiting for network to be ready... 12:14:06 Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 12:14:06 Get:2 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1377 kB] 12:14:06 Get:3 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] 12:14:06 Get:4 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [238 kB] 12:14:06 Get:5 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [20.7 kB] 12:14:06 Get:6 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5196 B] 12:14:06 Get:7 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [853 kB] 12:14:06 Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [122 kB] 12:14:06 Get:9 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [695 kB] 12:14:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 12:14:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 12:14:06 ? github.com/edgexfoundry/edgex-go/internal [no test files] 12:14:06 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 12:14:07 Get:10 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [122 kB] 12:14:07 Get:11 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 12:14:07 Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [970 kB] 12:14:07 Get:13 http://archive.ubuntu.com/ubuntu focal/main Translation-en [506 kB] 12:14:07 Get:14 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [144 kB] 12:14:07 Get:15 http://archive.ubuntu.com/ubuntu focal/multiverse Translation-en [104 kB] 12:14:07 Get:16 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [22.0 kB] 12:14:07 Get:17 http://archive.ubuntu.com/ubuntu focal/restricted Translation-en [6212 B] 12:14:07 Get:18 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [8628 kB] 12:14:08 Get:19 http://archive.ubuntu.com/ubuntu focal/universe Translation-en [5124 kB] 12:14:08 Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1703 kB] 12:14:08 Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [319 kB] 12:14:08 Get:22 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [24.4 kB] 12:14:08 Get:23 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7336 B] 12:14:08 Get:24 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [910 kB] 12:14:08 Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [130 kB] 12:14:08 Get:26 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [915 kB] 12:14:08 Get:27 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [204 kB] 12:14:10 Fetched 23.6 MB in 4s (6186 kB/s) 12:14:11 Reading package lists... 12:14:11 Reading package lists... 12:14:11 Building dependency tree... 12:14:11 Reading state information... 12:14:11 The following additional packages will be installed: 12:14:11 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 12:14:11 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 12:14:11 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 12:14:11 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 12:14:11 Suggested packages: 12:14:11 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 12:14:11 Recommended packages: 12:14:11 gnupg libsasl2-modules 12:14:11 The following NEW packages will be installed: 12:14:11 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 12:14:11 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 12:14:11 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 12:14:11 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 12:14:11 The following packages will be upgraded: 12:14:11 gpg gpg-agent gpgconf libudev1 12:14:11 4 upgraded, 18 newly installed, 0 to remove and 81 not upgraded. 12:14:11 Need to get 3859 kB of archives. 12:14:11 After this operation, 14.9 MB of additional disk space will be used. 12:14:11 Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 libudev1 amd64 245.4-4ubuntu3.15 [77.2 kB] 12:14:11 Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libfuse2 amd64 2.9.9-3 [82.0 kB] 12:14:11 Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 fuse amd64 2.9.9-3 [26.0 kB] 12:14:11 Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 udev amd64 245.4-4ubuntu3.15 [1364 kB] 12:14:11 Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.1 [483 kB] 12:14:11 Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgconf amd64 2.2.19-3ubuntu2.1 [124 kB] 12:14:11 Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.1 [232 kB] 12:14:11 Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 12:14:11 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1 [41.8 kB] 12:14:11 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1 [181 kB] 12:14:11 Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1 [29.7 kB] 12:14:11 Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1 [87.9 kB] 12:14:11 Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [48.0 kB] 12:14:11 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1 [107 kB] 12:14:11 Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1 [208 kB] 12:14:11 Get:16 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu0.1 [14.7 kB] 12:14:11 Get:17 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 [49.3 kB] 12:14:11 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [15.1 kB] 12:14:11 Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1 [96.1 kB] 12:14:11 Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.8 [16.6 kB] 12:14:11 Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.8 [155 kB] 12:14:11 Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dirmngr amd64 2.2.19-3ubuntu2.1 [329 kB] 12:14:12 debconf: delaying package configuration, since apt-utils is not installed 12:14:12 Fetched 3859 kB in 0s (14.2 MB/s) 12:14:12 (Reading database ... 12816 files and directories currently installed.) 12:14:12 Preparing to unpack .../libudev1_245.4-4ubuntu3.15_amd64.deb ... 12:14:12 Unpacking libudev1:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... 12:14:12 Setting up libudev1:amd64 (245.4-4ubuntu3.15) ... 12:14:12 Selecting previously unselected package udev. 12:14:12 (Reading database ... 12816 files and directories currently installed.) 12:14:12 Preparing to unpack .../00-udev_245.4-4ubuntu3.15_amd64.deb ... 12:14:12 Unpacking udev (245.4-4ubuntu3.15) ... 12:14:12 Selecting previously unselected package libfuse2:amd64. 12:14:12 Preparing to unpack .../01-libfuse2_2.9.9-3_amd64.deb ... 12:14:12 Unpacking libfuse2:amd64 (2.9.9-3) ... 12:14:12 Selecting previously unselected package fuse. 12:14:12 Preparing to unpack .../02-fuse_2.9.9-3_amd64.deb ... 12:14:12 Unpacking fuse (2.9.9-3) ... 12:14:12 Preparing to unpack .../03-gpg_2.2.19-3ubuntu2.1_amd64.deb ... 12:14:12 Unpacking gpg (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... 12:14:12 Preparing to unpack .../04-gpgconf_2.2.19-3ubuntu2.1_amd64.deb ... 12:14:12 Unpacking gpgconf (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... 12:14:12 Preparing to unpack .../05-gpg-agent_2.2.19-3ubuntu2.1_amd64.deb ... 12:14:12 Unpacking gpg-agent (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... 12:14:12 Selecting previously unselected package libksba8:amd64. 12:14:12 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 12:14:12 Unpacking libksba8:amd64 (1.3.5-2) ... 12:14:12 Selecting previously unselected package libroken18-heimdal:amd64. 12:14:12 Preparing to unpack .../07-libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 12:14:12 Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 12:14:13 Selecting previously unselected package libasn1-8-heimdal:amd64. 12:14:13 Preparing to unpack .../08-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 12:14:13 Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 12:14:13 Selecting previously unselected package libheimbase1-heimdal:amd64. 12:14:13 Preparing to unpack .../09-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 12:14:13 Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 12:14:13 Selecting previously unselected package libhcrypto4-heimdal:amd64. 12:14:13 Preparing to unpack .../10-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 12:14:13 Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 12:14:13 Selecting previously unselected package libwind0-heimdal:amd64. 12:14:13 Preparing to unpack .../11-libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 12:14:13 Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 12:14:13 Selecting previously unselected package libhx509-5-heimdal:amd64. 12:14:13 Preparing to unpack .../12-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 12:14:13 Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 12:14:13 Selecting previously unselected package libkrb5-26-heimdal:amd64. 12:14:13 Preparing to unpack .../13-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 12:14:13 Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 12:14:13 Selecting previously unselected package libheimntlm0-heimdal:amd64. 12:14:13 Preparing to unpack .../14-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 12:14:13 Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 12:14:13 Selecting previously unselected package libgssapi3-heimdal:amd64. 12:14:13 Preparing to unpack .../15-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 12:14:13 Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 12:14:13 Selecting previously unselected package libsasl2-modules-db:amd64. 12:14:13 Preparing to unpack .../16-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... 12:14:13 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ... 12:14:13 Selecting previously unselected package libsasl2-2:amd64. 12:14:13 Preparing to unpack .../17-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... 12:14:13 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ... 12:14:13 Selecting previously unselected package libldap-common. 12:14:13 Preparing to unpack .../18-libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb ... 12:14:13 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.8) ... 12:14:13 Selecting previously unselected package libldap-2.4-2:amd64. 12:14:13 Preparing to unpack .../19-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb ... 12:14:13 Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 12:14:13 Selecting previously unselected package dirmngr. 12:14:13 Preparing to unpack .../20-dirmngr_2.2.19-3ubuntu2.1_amd64.deb ... 12:14:13 Unpacking dirmngr (2.2.19-3ubuntu2.1) ... 12:14:13 Setting up libksba8:amd64 (1.3.5-2) ... 12:14:13 Setting up libfuse2:amd64 (2.9.9-3) ... 12:14:13 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.8) ... 12:14:13 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ... 12:14:13 Setting up udev (245.4-4ubuntu3.15) ... 12:14:14 invoke-rc.d: policy-rc.d denied execution of start. 12:14:14 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ... 12:14:14 Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 12:14:14 Setting up gpgconf (2.2.19-3ubuntu2.1) ... 12:14:14 Setting up gpg (2.2.19-3ubuntu2.1) ... 12:14:14 Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 12:14:14 Setting up fuse (2.9.9-3) ... 12:14:14 Setting up gpg-agent (2.2.19-3ubuntu2.1) ... 12:14:15 Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 12:14:15 Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 12:14:15 Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 12:14:15 Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 12:14:15 Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 12:14:15 Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 12:14:15 Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 12:14:15 Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 12:14:15 Setting up dirmngr (2.2.19-3ubuntu2.1) ... 12:14:15 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket. 12:14:15 Processing triggers for systemd (245.4-4ubuntu3) ... 12:14:15 Processing triggers for libc-bin (2.31-0ubuntu9) ... 12:14:15 The unit files have no installation config (WantedBy=, RequiredBy=, Also=, 12:14:15 Alias= settings in the [Install] section, and DefaultInstance= for template 12:14:15 units). This means they are not meant to be enabled using systemctl. 12:14:15 12:14:15 Possible reasons for having this kind of units are: 12:14:15 • A unit may be statically enabled by being symlinked from another unit's 12:14:15 .wants/ or .requires/ directory. 12:14:15 • A unit's purpose may be to act as a helper for some other unit which has 12:14:15 a requirement dependency on it. 12:14:15 • A unit may be started when needed via activation (socket, path, timer, 12:14:15 D-Bus, udev, scripted systemctl call, ...). 12:14:15 • In case of template units, the unit is meant to be enabled with some 12:14:15 instance name specified. 12:14:16 Reading package lists... 12:14:16 Building dependency tree... 12:14:16 Reading state information... 12:14:16 The following additional packages will be installed: 12:14:16 apparmor dbus dbus-user-session libbsd0 libcbor0.6 libdbus-1-3 libedit2 12:14:16 libexpat1 libfido2-1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 12:14:16 libkrb5support0 liblzo2-2 libmpdec2 libpam-systemd libpython3-stdlib 12:14:16 libpython3.8-minimal libpython3.8-stdlib libsystemd0 mime-support 12:14:16 openssh-client python3 python3-minimal python3.8 python3.8-minimal 12:14:16 squashfs-tools systemd systemd-sysv systemd-timesyncd 12:14:16 Suggested packages: 12:14:16 apparmor-profiles-extra apparmor-utils krb5-doc krb5-user keychain 12:14:16 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 12:14:16 python3.8-venv python3.8-doc binfmt-support zenity | kdialog 12:14:16 systemd-container policykit-1 12:14:16 Recommended packages: 12:14:16 krb5-locales file xauth gnupg networkd-dispatcher libnss-systemd 12:14:16 The following NEW packages will be installed: 12:14:16 apparmor dbus dbus-user-session libbsd0 libcbor0.6 libdbus-1-3 libedit2 12:14:16 libexpat1 libfido2-1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 12:14:16 libkrb5support0 liblzo2-2 libmpdec2 libpam-systemd libpython3-stdlib 12:14:16 libpython3.8-minimal libpython3.8-stdlib mime-support openssh-client python3 12:14:16 python3-minimal python3.8 python3.8-minimal snapd squashfs-tools sudo 12:14:16 The following packages will be upgraded: 12:14:16 libsystemd0 systemd systemd-sysv systemd-timesyncd 12:14:16 4 upgraded, 29 newly installed, 0 to remove and 77 not upgraded. 12:14:16 Need to get 46.5 MB of archives. 12:14:16 After this operation, 181 MB of additional disk space will be used. 12:14:16 Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.15 [28.1 kB] 12:14:16 Get:2 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd-sysv amd64 245.4-4ubuntu3.15 [10.3 kB] 12:14:16 Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd amd64 245.4-4ubuntu3.15 [3811 kB] 12:14:16 Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB] 12:14:16 Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsystemd0 amd64 245.4-4ubuntu3.15 [270 kB] 12:14:16 Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpython3.8-minimal amd64 3.8.10-0ubuntu1~20.04.4 [717 kB] 12:14:16 Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 libexpat1 amd64 2.2.9-1ubuntu0.4 [74.4 kB] 12:14:16 Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 python3.8-minimal amd64 3.8.10-0ubuntu1~20.04.4 [1899 kB] 12:14:16 Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpython3.8-stdlib amd64 3.8.10-0ubuntu1~20.04.4 [1675 kB] 12:14:16 Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 python3.8 amd64 3.8.10-0ubuntu1~20.04.4 [387 kB] 12:14:16 Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 libdbus-1-3 amd64 1.12.16-2ubuntu2.1 [179 kB] 12:14:16 Get:12 http://security.ubuntu.com/ubuntu focal-security/main amd64 dbus amd64 1.12.16-2ubuntu2.1 [151 kB] 12:14:16 Get:13 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpam-systemd amd64 245.4-4ubuntu3.15 [186 kB] 12:14:16 Get:14 http://security.ubuntu.com/ubuntu focal-security/main amd64 sudo amd64 1.8.31-1ubuntu1.2 [514 kB] 12:14:16 Get:15 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.1 [30.9 kB] 12:14:16 Get:16 http://security.ubuntu.com/ubuntu focal-security/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.1 [79.9 kB] 12:14:16 Get:17 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.1 [330 kB] 12:14:16 Get:18 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.1 [121 kB] 12:14:16 Get:19 http://security.ubuntu.com/ubuntu focal-security/main amd64 dbus-user-session amd64 1.12.16-2ubuntu2.1 [9428 B] 12:14:16 Get:20 http://security.ubuntu.com/ubuntu focal-security/main amd64 squashfs-tools amd64 1:4.4-1ubuntu0.3 [117 kB] 12:14:16 Get:21 http://security.ubuntu.com/ubuntu focal-security/main amd64 snapd amd64 2.54.3+20.04.1ubuntu0.2 [34.3 MB] 12:14:16 Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB] 12:14:16 Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB] 12:14:17 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.232s coverage: 28.7% of statements 12:14:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 12:14:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 12:14:17 Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B] 12:14:17 Get:25 http://archive.ubuntu.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB] 12:14:17 Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 libbsd0 amd64 0.10.0-1 [45.4 kB] 12:14:17 Get:27 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apparmor amd64 2.13.3-7ubuntu5.1 [494 kB] 12:14:17 Get:28 http://archive.ubuntu.com/ubuntu focal/main amd64 libcbor0.6 amd64 0.6.0-0ubuntu1 [21.1 kB] 12:14:17 Get:29 http://archive.ubuntu.com/ubuntu focal/main amd64 libedit2 amd64 3.1-20191231-1 [87.0 kB] 12:14:17 Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 libfido2-1 amd64 1.3.1-1ubuntu2 [47.9 kB] 12:14:17 Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 libkeyutils1 amd64 1.6-6ubuntu1 [10.2 kB] 12:14:17 Get:32 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.4 [671 kB] 12:14:17 Get:33 http://archive.ubuntu.com/ubuntu focal/main amd64 liblzo2-2 amd64 2.10-2 [50.8 kB] 12:14:17 debconf: delaying package configuration, since apt-utils is not installed 12:14:17 Fetched 46.5 MB in 1s (51.0 MB/s) 12:14:17 (Reading database ... 13067 files and directories currently installed.) 12:14:17 Preparing to unpack .../systemd-timesyncd_245.4-4ubuntu3.15_amd64.deb ... 12:14:17 Unpacking systemd-timesyncd (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... 12:14:17 Preparing to unpack .../systemd-sysv_245.4-4ubuntu3.15_amd64.deb ... 12:14:17 Unpacking systemd-sysv (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... 12:14:17 Preparing to unpack .../systemd_245.4-4ubuntu3.15_amd64.deb ... 12:14:17 Unpacking systemd (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... 12:14:18 Preparing to unpack .../libsystemd0_245.4-4ubuntu3.15_amd64.deb ... 12:14:18 Unpacking libsystemd0:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... 12:14:18 Setting up libsystemd0:amd64 (245.4-4ubuntu3.15) ... 12:14:18 Selecting previously unselected package libpython3.8-minimal:amd64. 12:14:18 (Reading database ... 13068 files and directories currently installed.) 12:14:18 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.4_amd64.deb ... 12:14:18 Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.4) ... 12:14:19 Selecting previously unselected package libexpat1:amd64. 12:14:19 Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.4_amd64.deb ... 12:14:19 Unpacking libexpat1:amd64 (2.2.9-1ubuntu0.4) ... 12:14:19 Selecting previously unselected package python3.8-minimal. 12:14:19 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.4_amd64.deb ... 12:14:19 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.4) ... 12:14:19 Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.4) ... 12:14:19 Setting up libexpat1:amd64 (2.2.9-1ubuntu0.4) ... 12:14:19 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.4) ... 12:14:19 Selecting previously unselected package python3-minimal. 12:14:19 (Reading database ... 13359 files and directories currently installed.) 12:14:19 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ... 12:14:19 Unpacking python3-minimal (3.8.2-0ubuntu2) ... 12:14:19 Selecting previously unselected package mime-support. 12:14:19 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ... 12:14:19 Unpacking mime-support (3.64ubuntu1) ... 12:14:19 Selecting previously unselected package libmpdec2:amd64. 12:14:19 Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ... 12:14:19 Unpacking libmpdec2:amd64 (2.4.2-3) ... 12:14:19 Selecting previously unselected package libpython3.8-stdlib:amd64. 12:14:20 Preparing to unpack .../3-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.4_amd64.deb ... 12:14:20 Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.4) ... 12:14:20 Selecting previously unselected package python3.8. 12:14:20 Preparing to unpack .../4-python3.8_3.8.10-0ubuntu1~20.04.4_amd64.deb ... 12:14:20 Unpacking python3.8 (3.8.10-0ubuntu1~20.04.4) ... 12:14:20 Selecting previously unselected package libpython3-stdlib:amd64. 12:14:20 Preparing to unpack .../5-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ... 12:14:20 Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... 12:14:20 Setting up python3-minimal (3.8.2-0ubuntu2) ... 12:14:20 Selecting previously unselected package python3. 12:14:20 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.418s coverage: 98.5% of statements 12:14:20 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 12:14:20 (Reading database ... 13761 files and directories currently installed.) 12:14:20 Preparing to unpack .../00-python3_3.8.2-0ubuntu2_amd64.deb ... 12:14:20 Unpacking python3 (3.8.2-0ubuntu2) ... 12:14:20 Selecting previously unselected package libdbus-1-3:amd64. 12:14:20 Preparing to unpack .../01-libdbus-1-3_1.12.16-2ubuntu2.1_amd64.deb ... 12:14:20 Unpacking libdbus-1-3:amd64 (1.12.16-2ubuntu2.1) ... 12:14:20 Selecting previously unselected package dbus. 12:14:20 Preparing to unpack .../02-dbus_1.12.16-2ubuntu2.1_amd64.deb ... 12:14:20 Unpacking dbus (1.12.16-2ubuntu2.1) ... 12:14:20 Selecting previously unselected package libbsd0:amd64. 12:14:20 Preparing to unpack .../03-libbsd0_0.10.0-1_amd64.deb ... 12:14:20 Unpacking libbsd0:amd64 (0.10.0-1) ... 12:14:21 Selecting previously unselected package libpam-systemd:amd64. 12:14:21 Preparing to unpack .../04-libpam-systemd_245.4-4ubuntu3.15_amd64.deb ... 12:14:21 Unpacking libpam-systemd:amd64 (245.4-4ubuntu3.15) ... 12:14:21 Selecting previously unselected package sudo. 12:14:21 Preparing to unpack .../05-sudo_1.8.31-1ubuntu1.2_amd64.deb ... 12:14:21 Unpacking sudo (1.8.31-1ubuntu1.2) ... 12:14:21 Selecting previously unselected package apparmor. 12:14:21 Preparing to unpack .../06-apparmor_2.13.3-7ubuntu5.1_amd64.deb ... 12:14:21 Unpacking apparmor (2.13.3-7ubuntu5.1) ... 12:14:21 Selecting previously unselected package libcbor0.6:amd64. 12:14:21 Preparing to unpack .../07-libcbor0.6_0.6.0-0ubuntu1_amd64.deb ... 12:14:21 Unpacking libcbor0.6:amd64 (0.6.0-0ubuntu1) ... 12:14:21 Selecting previously unselected package libedit2:amd64. 12:14:21 Preparing to unpack .../08-libedit2_3.1-20191231-1_amd64.deb ... 12:14:21 Unpacking libedit2:amd64 (3.1-20191231-1) ... 12:14:21 Selecting previously unselected package libfido2-1:amd64. 12:14:21 Preparing to unpack .../09-libfido2-1_1.3.1-1ubuntu2_amd64.deb ... 12:14:21 Unpacking libfido2-1:amd64 (1.3.1-1ubuntu2) ... 12:14:21 Selecting previously unselected package libkrb5support0:amd64. 12:14:21 Preparing to unpack .../10-libkrb5support0_1.17-6ubuntu4.1_amd64.deb ... 12:14:21 Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.1) ... 12:14:21 Selecting previously unselected package libk5crypto3:amd64. 12:14:21 Preparing to unpack .../11-libk5crypto3_1.17-6ubuntu4.1_amd64.deb ... 12:14:21 Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.1) ... 12:14:21 Selecting previously unselected package libkeyutils1:amd64. 12:14:21 Preparing to unpack .../12-libkeyutils1_1.6-6ubuntu1_amd64.deb ... 12:14:21 Unpacking libkeyutils1:amd64 (1.6-6ubuntu1) ... 12:14:21 Selecting previously unselected package libkrb5-3:amd64. 12:14:21 Preparing to unpack .../13-libkrb5-3_1.17-6ubuntu4.1_amd64.deb ... 12:14:21 Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.1) ... 12:14:21 Selecting previously unselected package libgssapi-krb5-2:amd64. 12:14:21 Preparing to unpack .../14-libgssapi-krb5-2_1.17-6ubuntu4.1_amd64.deb ... 12:14:21 Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ... 12:14:21 Selecting previously unselected package openssh-client. 12:14:21 Preparing to unpack .../15-openssh-client_1%3a8.2p1-4ubuntu0.4_amd64.deb ... 12:14:21 Unpacking openssh-client (1:8.2p1-4ubuntu0.4) ... 12:14:21 Selecting previously unselected package dbus-user-session. 12:14:21 Preparing to unpack .../16-dbus-user-session_1.12.16-2ubuntu2.1_amd64.deb ... 12:14:22 Unpacking dbus-user-session (1.12.16-2ubuntu2.1) ... 12:14:22 Selecting previously unselected package liblzo2-2:amd64. 12:14:22 Preparing to unpack .../17-liblzo2-2_2.10-2_amd64.deb ... 12:14:22 Unpacking liblzo2-2:amd64 (2.10-2) ... 12:14:22 Selecting previously unselected package squashfs-tools. 12:14:22 Preparing to unpack .../18-squashfs-tools_1%3a4.4-1ubuntu0.3_amd64.deb ... 12:14:22 Unpacking squashfs-tools (1:4.4-1ubuntu0.3) ... 12:14:22 Selecting previously unselected package snapd. 12:14:22 Preparing to unpack .../19-snapd_2.54.3+20.04.1ubuntu0.2_amd64.deb ... 12:14:22 Unpacking snapd (2.54.3+20.04.1ubuntu0.2) ... 12:14:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.426s coverage: 54.9% of statements 12:14:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 12:14:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 12:14:25 Setting up libkeyutils1:amd64 (1.6-6ubuntu1) ... 12:14:25 Setting up mime-support (3.64ubuntu1) ... 12:14:25 Setting up liblzo2-2:amd64 (2.10-2) ... 12:14:25 Setting up libcbor0.6:amd64 (0.6.0-0ubuntu1) ... 12:14:25 Setting up libkrb5support0:amd64 (1.17-6ubuntu4.1) ... 12:14:25 Setting up libdbus-1-3:amd64 (1.12.16-2ubuntu2.1) ... 12:14:25 Setting up dbus (1.12.16-2ubuntu2.1) ... 12:14:25 Setting up sudo (1.8.31-1ubuntu1.2) ... 12:14:25 Setting up libk5crypto3:amd64 (1.17-6ubuntu4.1) ... 12:14:25 Setting up libkrb5-3:amd64 (1.17-6ubuntu4.1) ... 12:14:25 Setting up libmpdec2:amd64 (2.4.2-3) ... 12:14:25 Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.4) ... 12:14:25 Setting up libfido2-1:amd64 (1.3.1-1ubuntu2) ... 12:14:25 Setting up python3.8 (3.8.10-0ubuntu1~20.04.4) ... 12:14:26 Setting up libbsd0:amd64 (0.10.0-1) ... 12:14:26 Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... 12:14:26 Setting up squashfs-tools (1:4.4-1ubuntu0.3) ... 12:14:26 Setting up libedit2:amd64 (3.1-20191231-1) ... 12:14:26 Setting up python3 (3.8.2-0ubuntu2) ... 12:14:26 running python rtupdate hooks for python3.8... 12:14:26 running python post-rtupdate hooks for python3.8... 12:14:26 Setting up apparmor (2.13.3-7ubuntu5.1) ... 12:14:27 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 12:14:27 Reloading AppArmor profiles 12:14:27 Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ... 12:14:27 Setting up openssh-client (1:8.2p1-4ubuntu0.4) ... 12:14:27 Setting up systemd-timesyncd (245.4-4ubuntu3.15) ... 12:14:27 /usr/sbin/policy-rc.d returned 101, not running 'restart systemd-timesyncd.service' 12:14:27 Setting up systemd (245.4-4ubuntu3.15) ... 12:14:27 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 12:14:27 Installing new version of config file /etc/systemd/resolved.conf ... 12:14:29 Setting up systemd-sysv (245.4-4ubuntu3.15) ... 12:14:29 Setting up libpam-systemd:amd64 (245.4-4ubuntu3.15) ... 12:14:29 Setting up dbus-user-session (1.12.16-2ubuntu2.1) ... 12:14:29 Setting up snapd (2.54.3+20.04.1ubuntu0.2) ... 12:14:30 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 12:14:30 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 12:14:30 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 12:14:30 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 12:14:30 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 12:14:30 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 12:14:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 12:14:31 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 12:14:31 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 12:14:31 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 12:14:32 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 12:14:32 Processing triggers for libc-bin (2.31-0ubuntu9) ... 12:14:32 Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 12:14:32 Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 12:14:33 Hit:3 http://security.ubuntu.com/ubuntu focal-security InRelease 12:14:33 Reading package lists... 12:14:34 Reading package lists... 12:14:34 Building dependency tree... 12:14:34 Reading state information... 12:14:34 Calculating upgrade... 12:14:34 The following packages will be upgraded: 12:14:34 apt base-files bash binutils binutils-common binutils-x86-64-linux-gnu 12:14:34 bsdutils build-essential ca-certificates cpp-9 fdisk g++-9 gcc-10-base gcc-9 12:14:34 gcc-9-base gpgv libapparmor1 libapt-pkg6.0 libasan5 libatomic1 libbinutils 12:14:34 libblkid1 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcryptsetup12 12:14:34 libctf-nobfd0 libctf0 libfdisk1 libgcc-9-dev libgcc-s1 libgcrypt20 12:14:34 libgnutls30 libgomp1 libhogweed5 libitm1 libjson-c4 liblsan0 liblz4-1 12:14:34 liblzma5 libmount1 libnettle7 libp11-kit0 libpam-modules libpam-modules-bin 12:14:34 libpam-runtime libpam0g libperl5.30 libprocps8 libquadmath0 libseccomp2 12:14:34 libsmartcols1 libsqlite3-0 libssl1.1 libstdc++-9-dev libstdc++6 libtsan0 12:14:34 libubsan1 libuuid1 libzstd1 linux-libc-dev login mount openssl passwd perl 12:14:34 perl-base perl-modules-5.30 procps tar tzdata ubuntu-keyring util-linux 12:14:34 xz-utils zlib1g 12:14:34 77 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 12:14:34 Need to get 65.7 MB of archives. 12:14:34 After this operation, 27.6 MB of additional disk space will be used. 12:14:34 Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 libc6-dev amd64 2.31-0ubuntu9.7 [2518 kB] 12:14:34 Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 base-files amd64 11ubuntu5.5 [60.5 kB] 12:14:34 Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.7 [71.6 kB] 12:14:34 Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 linux-libc-dev amd64 5.4.0-107.121 [1115 kB] 12:14:34 Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 libubsan1 amd64 10.3.0-1ubuntu1~20.04 [784 kB] 12:14:34 Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 libtsan0 amd64 10.3.0-1ubuntu1~20.04 [2009 kB] 12:14:34 Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 libquadmath0 amd64 10.3.0-1ubuntu1~20.04 [146 kB] 12:14:34 Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 liblsan0 amd64 10.3.0-1ubuntu1~20.04 [835 kB] 12:14:34 Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 libitm1 amd64 10.3.0-1ubuntu1~20.04 [26.2 kB] 12:14:34 Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgomp1 amd64 10.3.0-1ubuntu1~20.04 [102 kB] 12:14:34 Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-10-base amd64 10.3.0-1ubuntu1~20.04 [20.2 kB] 12:14:34 Get:12 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcc-s1 amd64 10.3.0-1ubuntu1~20.04 [41.8 kB] 12:14:34 Get:13 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcc1-0 amd64 10.3.0-1ubuntu1~20.04 [48.8 kB] 12:14:34 Get:14 http://security.ubuntu.com/ubuntu focal-security/main amd64 libatomic1 amd64 10.3.0-1ubuntu1~20.04 [9284 B] 12:14:34 Get:15 http://security.ubuntu.com/ubuntu focal-security/main amd64 libstdc++6 amd64 10.3.0-1ubuntu1~20.04 [501 kB] 12:14:34 Get:16 http://security.ubuntu.com/ubuntu focal-security/main amd64 libc6 amd64 2.31-0ubuntu9.7 [2714 kB] 12:14:34 Get:17 http://security.ubuntu.com/ubuntu focal-security/main amd64 bsdutils amd64 1:2.34-0.1ubuntu9.3 [63.0 kB] 12:14:34 Get:18 http://security.ubuntu.com/ubuntu focal-security/main amd64 libperl5.30 amd64 5.30.0-9ubuntu0.2 [3952 kB] 12:14:34 Get:19 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl amd64 5.30.0-9ubuntu0.2 [224 kB] 12:14:34 Get:20 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl-base amd64 5.30.0-9ubuntu0.2 [1513 kB] 12:14:34 Get:21 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl-modules-5.30 all 5.30.0-9ubuntu0.2 [2738 kB] 12:14:34 Get:22 http://security.ubuntu.com/ubuntu focal-security/main amd64 zlib1g amd64 1:1.2.11.dfsg-2ubuntu1.3 [53.8 kB] 12:14:34 Get:23 http://security.ubuntu.com/ubuntu focal-security/main amd64 tar amd64 1.30+dfsg-7ubuntu0.20.04.2 [240 kB] 12:14:34 Get:24 http://security.ubuntu.com/ubuntu focal-security/main amd64 libblkid1 amd64 2.34-0.1ubuntu9.3 [136 kB] 12:14:34 Get:25 http://security.ubuntu.com/ubuntu focal-security/main amd64 libuuid1 amd64 2.34-0.1ubuntu9.3 [19.9 kB] 12:14:34 Get:26 http://security.ubuntu.com/ubuntu focal-security/main amd64 libfdisk1 amd64 2.34-0.1ubuntu9.3 [175 kB] 12:14:34 Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 libmount1 amd64 2.34-0.1ubuntu9.3 [149 kB] 12:14:34 Get:28 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsmartcols1 amd64 2.34-0.1ubuntu9.3 [100 kB] 12:14:34 Get:29 http://security.ubuntu.com/ubuntu focal-security/main amd64 fdisk amd64 2.34-0.1ubuntu9.3 [120 kB] 12:14:34 Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 util-linux amd64 2.34-0.1ubuntu9.3 [1021 kB] 12:14:34 Get:31 http://security.ubuntu.com/ubuntu focal-security/main amd64 libc-bin amd64 2.31-0ubuntu9.7 [636 kB] 12:14:34 Get:32 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcrypt20 amd64 1.8.5-5ubuntu1.1 [420 kB] 12:14:34 Get:33 http://security.ubuntu.com/ubuntu focal-security/main amd64 liblz4-1 amd64 1.9.2-2ubuntu0.20.04.1 [56.1 kB] 12:14:34 Get:34 http://security.ubuntu.com/ubuntu focal-security/main amd64 libzstd1 amd64 1.4.4+dfsg-3ubuntu0.1 [237 kB] 12:14:34 Get:35 http://security.ubuntu.com/ubuntu focal-security/main amd64 libnettle7 amd64 3.5.1+really3.5.1-2ubuntu0.2 [115 kB] 12:14:34 Get:36 http://security.ubuntu.com/ubuntu focal-security/main amd64 libhogweed5 amd64 3.5.1+really3.5.1-2ubuntu0.2 [138 kB] 12:14:34 Get:37 http://security.ubuntu.com/ubuntu focal-security/main amd64 libp11-kit0 amd64 0.23.20-1ubuntu0.1 [188 kB] 12:14:34 Get:38 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgnutls30 amd64 3.6.13-2ubuntu1.6 [828 kB] 12:14:34 Get:39 http://security.ubuntu.com/ubuntu focal-security/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~20.04.2 [42.5 kB] 12:14:34 Get:40 http://security.ubuntu.com/ubuntu focal-security/main amd64 mount amd64 2.34-0.1ubuntu9.3 [115 kB] 12:14:34 Get:41 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 bash amd64 5.0-6ubuntu1.1 [638 kB] 12:14:34 Get:42 http://security.ubuntu.com/ubuntu focal-security/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.12 [1322 kB] 12:14:34 Get:43 http://security.ubuntu.com/ubuntu focal-security/main amd64 openssl amd64 1.1.1f-1ubuntu2.12 [620 kB] 12:14:34 Get:44 http://security.ubuntu.com/ubuntu focal-security/main amd64 ca-certificates all 20210119~20.04.2 [145 kB] 12:14:34 Get:45 http://security.ubuntu.com/ubuntu focal-security/main amd64 libjson-c4 amd64 0.13.1+dfsg-7ubuntu0.3 [29.3 kB] 12:14:34 Get:46 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcryptsetup12 amd64 2:2.2.2-3ubuntu2.4 [166 kB] 12:14:34 Get:47 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.2 [549 kB] 12:14:34 Get:48 http://security.ubuntu.com/ubuntu focal-security/main amd64 tzdata all 2022a-0ubuntu0.20.04 [294 kB] 12:14:34 Get:49 http://security.ubuntu.com/ubuntu focal-security/main amd64 libctf0 amd64 2.34-6ubuntu1.3 [46.6 kB] 12:14:34 Get:50 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.3 [1613 kB] 12:14:35 Get:51 http://security.ubuntu.com/ubuntu focal-security/main amd64 libbinutils amd64 2.34-6ubuntu1.3 [474 kB] 12:14:35 Get:52 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils amd64 2.34-6ubuntu1.3 [3380 B] 12:14:35 Get:53 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils-common amd64 2.34-6ubuntu1.3 [207 kB] 12:14:35 Get:54 http://security.ubuntu.com/ubuntu focal-security/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.3 [47.4 kB] 12:14:35 Get:55 http://security.ubuntu.com/ubuntu focal-security/main amd64 libasan5 amd64 9.4.0-1ubuntu1~20.04.1 [2751 kB] 12:14:35 Get:56 http://security.ubuntu.com/ubuntu focal-security/main amd64 g++-9 amd64 9.4.0-1ubuntu1~20.04.1 [8420 kB] 12:14:35 Get:57 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-9 amd64 9.4.0-1ubuntu1~20.04.1 [8274 kB] 12:14:35 Get:58 http://security.ubuntu.com/ubuntu focal-security/main amd64 libstdc++-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [1722 kB] 12:14:35 Get:59 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcc-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [2359 kB] 12:14:35 Get:60 http://security.ubuntu.com/ubuntu focal-security/main amd64 cpp-9 amd64 9.4.0-1ubuntu1~20.04.1 [7500 kB] 12:14:35 Get:61 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 login amd64 1:4.8.1-1ubuntu5.20.04.1 [220 kB] 12:14:35 Get:62 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-9-base amd64 9.4.0-1ubuntu1~20.04.1 [19.4 kB] 12:14:35 Get:63 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 liblzma5 amd64 5.2.4-1ubuntu1 [91.7 kB] 12:14:35 Get:64 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapt-pkg6.0 amd64 2.0.6 [835 kB] 12:14:35 Get:65 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgv amd64 2.2.19-3ubuntu2.1 [199 kB] 12:14:35 Get:66 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ubuntu-keyring all 2020.02.11.4 [22.1 kB] 12:14:35 Get:67 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apt amd64 2.0.6 [1296 kB] 12:14:35 Get:68 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam0g amd64 1.3.1-5ubuntu4.3 [55.4 kB] 12:14:35 Get:69 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-modules-bin amd64 1.3.1-5ubuntu4.3 [41.2 kB] 12:14:35 Get:70 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-modules amd64 1.3.1-5ubuntu4.3 [260 kB] 12:14:35 Get:71 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-runtime all 1.3.1-5ubuntu4.3 [37.3 kB] 12:14:35 Get:72 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 passwd amd64 1:4.8.1-1ubuntu5.20.04.1 [799 kB] 12:14:35 Get:73 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libprocps8 amd64 2:3.3.16-1ubuntu2.3 [33.0 kB] 12:14:35 Get:74 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 procps amd64 2:3.3.16-1ubuntu2.3 [233 kB] 12:14:35 Get:75 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapparmor1 amd64 2.13.3-7ubuntu5.1 [34.1 kB] 12:14:35 Get:76 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xz-utils amd64 5.2.4-1ubuntu1 [82.5 kB] 12:14:35 Get:77 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4664 B] 12:14:35 debconf: delaying package configuration, since apt-utils is not installed 12:14:35 Fetched 65.7 MB in 1s (57.8 MB/s) 12:14:36 (Reading database ... 14313 files and directories currently installed.) 12:14:36 Preparing to unpack .../0-libc6-dev_2.31-0ubuntu9.7_amd64.deb ... 12:14:36 Unpacking libc6-dev:amd64 (2.31-0ubuntu9.7) over (2.31-0ubuntu9) ... 12:14:36 Preparing to unpack .../1-libc-dev-bin_2.31-0ubuntu9.7_amd64.deb ... 12:14:36 Unpacking libc-dev-bin (2.31-0ubuntu9.7) over (2.31-0ubuntu9) ... 12:14:36 Preparing to unpack .../2-linux-libc-dev_5.4.0-107.121_amd64.deb ... 12:14:36 Unpacking linux-libc-dev:amd64 (5.4.0-107.121) over (5.4.0-26.30) ... 12:14:37 Preparing to unpack .../3-libubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ... 12:14:37 Unpacking libubsan1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 12:14:37 Preparing to unpack .../4-libtsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... 12:14:37 Unpacking libtsan0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 12:14:37 Preparing to unpack .../5-libquadmath0_10.3.0-1ubuntu1~20.04_amd64.deb ... 12:14:37 Unpacking libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 12:14:37 Preparing to unpack .../6-liblsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... 12:14:37 Unpacking liblsan0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 12:14:37 Preparing to unpack .../7-libitm1_10.3.0-1ubuntu1~20.04_amd64.deb ... 12:14:37 Unpacking libitm1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 12:14:37 Preparing to unpack .../8-libgomp1_10.3.0-1ubuntu1~20.04_amd64.deb ... 12:14:37 Unpacking libgomp1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 12:14:37 Preparing to unpack .../9-gcc-10-base_10.3.0-1ubuntu1~20.04_amd64.deb ... 12:14:38 Unpacking gcc-10-base:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 12:14:38 Setting up gcc-10-base:amd64 (10.3.0-1ubuntu1~20.04) ... 12:14:38 (Reading database ... 14312 files and directories currently installed.) 12:14:38 Preparing to unpack .../libgcc-s1_10.3.0-1ubuntu1~20.04_amd64.deb ... 12:14:38 Unpacking libgcc-s1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 12:14:38 Setting up libgcc-s1:amd64 (10.3.0-1ubuntu1~20.04) ... 12:14:38 (Reading database ... 14312 files and directories currently installed.) 12:14:38 Preparing to unpack .../libcc1-0_10.3.0-1ubuntu1~20.04_amd64.deb ... 12:14:38 Unpacking libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 12:14:38 Preparing to unpack .../libatomic1_10.3.0-1ubuntu1~20.04_amd64.deb ... 12:14:38 Unpacking libatomic1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 12:14:38 Preparing to unpack .../libstdc++6_10.3.0-1ubuntu1~20.04_amd64.deb ... 12:14:38 Unpacking libstdc++6:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 12:14:38 Setting up libstdc++6:amd64 (10.3.0-1ubuntu1~20.04) ... 12:14:38 (Reading database ... 14312 files and directories currently installed.) 12:14:38 Preparing to unpack .../libc6_2.31-0ubuntu9.7_amd64.deb ... 12:14:38 Unpacking libc6:amd64 (2.31-0ubuntu9.7) over (2.31-0ubuntu9) ... 12:14:39 Setting up libc6:amd64 (2.31-0ubuntu9.7) ... 12:14:39 (Reading database ... 14312 files and directories currently installed.) 12:14:39 Preparing to unpack .../base-files_11ubuntu5.5_amd64.deb ... 12:14:39 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 12:14:39 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 12:14:39 Unpacking base-files (11ubuntu5.5) over (11ubuntu5) ... 12:14:39 Setting up base-files (11ubuntu5.5) ... 12:14:39 Installing new version of config file /etc/issue ... 12:14:39 Installing new version of config file /etc/issue.net ... 12:14:39 Installing new version of config file /etc/lsb-release ... 12:14:39 Installing new version of config file /etc/update-motd.d/50-motd-news ... 12:14:40 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 12:14:40 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 12:14:40 Removing obsolete conffile /etc/default/motd-news ... 12:14:40 (Reading database ... 14311 files and directories currently installed.) 12:14:40 Preparing to unpack .../bash_5.0-6ubuntu1.1_amd64.deb ... 12:14:40 Unpacking bash (5.0-6ubuntu1.1) over (5.0-6ubuntu1) ... 12:14:40 Setting up bash (5.0-6ubuntu1.1) ... 12:14:40 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 12:14:40 (Reading database ... 14311 files and directories currently installed.) 12:14:40 Preparing to unpack .../bsdutils_1%3a2.34-0.1ubuntu9.3_amd64.deb ... 12:14:40 Unpacking bsdutils (1:2.34-0.1ubuntu9.3) over (1:2.34-0.1ubuntu9) ... 12:14:40 Setting up bsdutils (1:2.34-0.1ubuntu9.3) ... 12:14:40 (Reading database ... 14311 files and directories currently installed.) 12:14:40 Preparing to unpack .../login_1%3a4.8.1-1ubuntu5.20.04.1_amd64.deb ... 12:14:40 Unpacking login (1:4.8.1-1ubuntu5.20.04.1) over (1:4.8.1-1ubuntu5) ... 12:14:41 Setting up login (1:4.8.1-1ubuntu5.20.04.1) ... 12:14:41 (Reading database ... 14311 files and directories currently installed.) 12:14:41 Preparing to unpack .../libperl5.30_5.30.0-9ubuntu0.2_amd64.deb ... 12:14:41 Unpacking libperl5.30:amd64 (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... 12:14:41 Preparing to unpack .../perl_5.30.0-9ubuntu0.2_amd64.deb ... 12:14:41 Unpacking perl (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... 12:14:41 Preparing to unpack .../perl-base_5.30.0-9ubuntu0.2_amd64.deb ... 12:14:41 Unpacking perl-base (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... 12:14:42 Setting up perl-base (5.30.0-9ubuntu0.2) ... 12:14:42 (Reading database ... 14311 files and directories currently installed.) 12:14:42 Preparing to unpack .../perl-modules-5.30_5.30.0-9ubuntu0.2_all.deb ... 12:14:42 Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... 12:14:43 Preparing to unpack .../zlib1g_1%3a1.2.11.dfsg-2ubuntu1.3_amd64.deb ... 12:14:43 Unpacking zlib1g:amd64 (1:1.2.11.dfsg-2ubuntu1.3) over (1:1.2.11.dfsg-2ubuntu1) ... 12:14:43 Setting up zlib1g:amd64 (1:1.2.11.dfsg-2ubuntu1.3) ... 12:14:43 (Reading database ... 14311 files and directories currently installed.) 12:14:43 Preparing to unpack .../tar_1.30+dfsg-7ubuntu0.20.04.2_amd64.deb ... 12:14:43 Unpacking tar (1.30+dfsg-7ubuntu0.20.04.2) over (1.30+dfsg-7) ... 12:14:43 Setting up tar (1.30+dfsg-7ubuntu0.20.04.2) ... 12:14:43 (Reading database ... 14311 files and directories currently installed.) 12:14:43 Preparing to unpack .../libblkid1_2.34-0.1ubuntu9.3_amd64.deb ... 12:14:43 Unpacking libblkid1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... 12:14:43 Setting up libblkid1:amd64 (2.34-0.1ubuntu9.3) ... 12:14:43 (Reading database ... 14311 files and directories currently installed.) 12:14:43 Preparing to unpack .../libuuid1_2.34-0.1ubuntu9.3_amd64.deb ... 12:14:43 Unpacking libuuid1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... 12:14:43 Setting up libuuid1:amd64 (2.34-0.1ubuntu9.3) ... 12:14:43 (Reading database ... 14311 files and directories currently installed.) 12:14:43 Preparing to unpack .../libfdisk1_2.34-0.1ubuntu9.3_amd64.deb ... 12:14:43 Unpacking libfdisk1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... 12:14:43 Preparing to unpack .../libmount1_2.34-0.1ubuntu9.3_amd64.deb ... 12:14:43 Unpacking libmount1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... 12:14:43 Setting up libmount1:amd64 (2.34-0.1ubuntu9.3) ... 12:14:43 (Reading database ... 14311 files and directories currently installed.) 12:14:43 Preparing to unpack .../libsmartcols1_2.34-0.1ubuntu9.3_amd64.deb ... 12:14:43 Unpacking libsmartcols1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... 12:14:43 Setting up libsmartcols1:amd64 (2.34-0.1ubuntu9.3) ... 12:14:44 (Reading database ... 14311 files and directories currently installed.) 12:14:44 Preparing to unpack .../fdisk_2.34-0.1ubuntu9.3_amd64.deb ... 12:14:44 Unpacking fdisk (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... 12:14:44 Preparing to unpack .../util-linux_2.34-0.1ubuntu9.3_amd64.deb ... 12:14:44 Unpacking util-linux (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... 12:14:44 Setting up util-linux (2.34-0.1ubuntu9.3) ... 12:14:44 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 12:14:45 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 12:14:45 (Reading database ... 14311 files and directories currently installed.) 12:14:45 Preparing to unpack .../libc-bin_2.31-0ubuntu9.7_amd64.deb ... 12:14:45 Unpacking libc-bin (2.31-0ubuntu9.7) over (2.31-0ubuntu9) ... 12:14:45 Setting up libc-bin (2.31-0ubuntu9.7) ... 12:14:45 (Reading database ... 14311 files and directories currently installed.) 12:14:45 Preparing to unpack .../libgcrypt20_1.8.5-5ubuntu1.1_amd64.deb ... 12:14:45 Unpacking libgcrypt20:amd64 (1.8.5-5ubuntu1.1) over (1.8.5-5ubuntu1) ... 12:14:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 19.198s coverage: 89.2% of statements 12:14:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 12:14:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 12:14:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 12:14:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.259s coverage: 84.4% of statements 12:14:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 12:14:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 12:14:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 12:14:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 12:14:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 12:14:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.486s coverage: 94.7% of statements 12:14:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 12:14:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 12:14:45 ok github.com/edgexfoundry/edgex-go/internal/io 0.244s coverage: 72.2% of statements 12:14:45 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 12:14:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 12:14:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 12:14:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 12:14:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 12:14:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.231s coverage: 60.0% of statements 12:14:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 12:14:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 12:14:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 12:14:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.559s coverage: 0.9% of statements 12:14:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 12:14:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.360s coverage: 58.8% of statements 12:14:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.524s coverage: 24.0% of statements 12:14:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 12:14:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.301s coverage: 47.1% of statements 12:14:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.335s coverage: 79.5% of statements 12:14:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.255s coverage: 94.1% of statements 12:14:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.278s coverage: 96.3% of statements 12:14:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.239s coverage: 87.5% of statements 12:14:45 Setting up libgcrypt20:amd64 (1.8.5-5ubuntu1.1) ... 12:14:45 (Reading database ... 14311 files and directories currently installed.) 12:14:45 Preparing to unpack .../liblz4-1_1.9.2-2ubuntu0.20.04.1_amd64.deb ... 12:14:45 Unpacking liblz4-1:amd64 (1.9.2-2ubuntu0.20.04.1) over (1.9.2-2) ... 12:14:45 Setting up liblz4-1:amd64 (1.9.2-2ubuntu0.20.04.1) ... 12:14:45 (Reading database ... 14311 files and directories currently installed.) 12:14:45 Preparing to unpack .../liblzma5_5.2.4-1ubuntu1_amd64.deb ... 12:14:45 Unpacking liblzma5:amd64 (5.2.4-1ubuntu1) over (5.2.4-1) ... 12:14:45 Setting up liblzma5:amd64 (5.2.4-1ubuntu1) ... 12:14:45 (Reading database ... 14311 files and directories currently installed.) 12:14:45 Preparing to unpack .../libzstd1_1.4.4+dfsg-3ubuntu0.1_amd64.deb ... 12:14:45 Unpacking libzstd1:amd64 (1.4.4+dfsg-3ubuntu0.1) over (1.4.4+dfsg-3) ... 12:14:45 Setting up libzstd1:amd64 (1.4.4+dfsg-3ubuntu0.1) ... 12:14:46 (Reading database ... 14311 files and directories currently installed.) 12:14:46 Preparing to unpack .../libapt-pkg6.0_2.0.6_amd64.deb ... 12:14:46 Unpacking libapt-pkg6.0:amd64 (2.0.6) over (2.0.2) ... 12:14:46 Setting up libapt-pkg6.0:amd64 (2.0.6) ... 12:14:46 (Reading database ... 14311 files and directories currently installed.) 12:14:46 Preparing to unpack .../gpgv_2.2.19-3ubuntu2.1_amd64.deb ... 12:14:46 Unpacking gpgv (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... 12:14:46 Setting up gpgv (2.2.19-3ubuntu2.1) ... 12:14:46 (Reading database ... 14311 files and directories currently installed.) 12:14:46 Preparing to unpack .../ubuntu-keyring_2020.02.11.4_all.deb ... 12:14:46 Unpacking ubuntu-keyring (2020.02.11.4) over (2020.02.11.2) ... 12:14:46 Setting up ubuntu-keyring (2020.02.11.4) ... 12:14:46 (Reading database ... 14311 files and directories currently installed.) 12:14:46 Preparing to unpack .../libnettle7_3.5.1+really3.5.1-2ubuntu0.2_amd64.deb ... 12:14:46 Unpacking libnettle7:amd64 (3.5.1+really3.5.1-2ubuntu0.2) over (3.5.1+really3.5.1-2) ... 12:14:46 Setting up libnettle7:amd64 (3.5.1+really3.5.1-2ubuntu0.2) ... 12:14:46 (Reading database ... 14311 files and directories currently installed.) 12:14:46 Preparing to unpack .../libhogweed5_3.5.1+really3.5.1-2ubuntu0.2_amd64.deb ... 12:14:46 Unpacking libhogweed5:amd64 (3.5.1+really3.5.1-2ubuntu0.2) over (3.5.1+really3.5.1-2) ... 12:14:46 Setting up libhogweed5:amd64 (3.5.1+really3.5.1-2ubuntu0.2) ... 12:14:46 (Reading database ... 14311 files and directories currently installed.) 12:14:46 Preparing to unpack .../libp11-kit0_0.23.20-1ubuntu0.1_amd64.deb ... 12:14:46 Unpacking libp11-kit0:amd64 (0.23.20-1ubuntu0.1) over (0.23.20-1build1) ... 12:14:47 Setting up libp11-kit0:amd64 (0.23.20-1ubuntu0.1) ... 12:14:47 (Reading database ... 14311 files and directories currently installed.) 12:14:47 Preparing to unpack .../libgnutls30_3.6.13-2ubuntu1.6_amd64.deb ... 12:14:47 Unpacking libgnutls30:amd64 (3.6.13-2ubuntu1.6) over (3.6.13-2ubuntu1) ... 12:14:47 Setting up libgnutls30:amd64 (3.6.13-2ubuntu1.6) ... 12:14:47 (Reading database ... 14311 files and directories currently installed.) 12:14:47 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~20.04.2_amd64.deb ... 12:14:47 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~20.04.2) over (2.4.3-1ubuntu1) ... 12:14:47 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~20.04.2) ... 12:14:47 (Reading database ... 14311 files and directories currently installed.) 12:14:47 Preparing to unpack .../archives/apt_2.0.6_amd64.deb ... 12:14:47 Unpacking apt (2.0.6) over (2.0.2) ... 12:14:47 Setting up apt (2.0.6) ... 12:14:48 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 12:14:48 (Reading database ... 14311 files and directories currently installed.) 12:14:48 Preparing to unpack .../libpam0g_1.3.1-5ubuntu4.3_amd64.deb ... 12:14:48 Unpacking libpam0g:amd64 (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... 12:14:48 Setting up libpam0g:amd64 (1.3.1-5ubuntu4.3) ... 12:14:48 (Reading database ... 14311 files and directories currently installed.) 12:14:48 Preparing to unpack .../libpam-modules-bin_1.3.1-5ubuntu4.3_amd64.deb ... 12:14:48 Unpacking libpam-modules-bin (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... 12:14:48 Setting up libpam-modules-bin (1.3.1-5ubuntu4.3) ... 12:14:48 (Reading database ... 14313 files and directories currently installed.) 12:14:48 Preparing to unpack .../libpam-modules_1.3.1-5ubuntu4.3_amd64.deb ... 12:14:48 Unpacking libpam-modules:amd64 (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... 12:14:48 Setting up libpam-modules:amd64 (1.3.1-5ubuntu4.3) ... 12:14:49 (Reading database ... 14317 files and directories currently installed.) 12:14:49 Preparing to unpack .../mount_2.34-0.1ubuntu9.3_amd64.deb ... 12:14:49 Unpacking mount (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... 12:14:49 Preparing to unpack .../libpam-runtime_1.3.1-5ubuntu4.3_all.deb ... 12:14:49 Unpacking libpam-runtime (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... 12:14:49 Setting up libpam-runtime (1.3.1-5ubuntu4.3) ... 12:14:49 (Reading database ... 14317 files and directories currently installed.) 12:14:49 Preparing to unpack .../passwd_1%3a4.8.1-1ubuntu5.20.04.1_amd64.deb ... 12:14:49 Unpacking passwd (1:4.8.1-1ubuntu5.20.04.1) over (1:4.8.1-1ubuntu5) ... 12:14:49 Setting up passwd (1:4.8.1-1ubuntu5.20.04.1) ... 12:14:50 (Reading database ... 14317 files and directories currently installed.) 12:14:50 Preparing to unpack .../00-libprocps8_2%3a3.3.16-1ubuntu2.3_amd64.deb ... 12:14:50 Unpacking libprocps8:amd64 (2:3.3.16-1ubuntu2.3) over (2:3.3.16-1ubuntu2) ... 12:14:50 Preparing to unpack .../01-procps_2%3a3.3.16-1ubuntu2.3_amd64.deb ... 12:14:50 Unpacking procps (2:3.3.16-1ubuntu2.3) over (2:3.3.16-1ubuntu2) ... 12:14:50 Preparing to unpack .../02-libssl1.1_1.1.1f-1ubuntu2.12_amd64.deb ... 12:14:50 Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.12) over (1.1.1f-1ubuntu2) ... 12:14:50 Preparing to unpack .../03-openssl_1.1.1f-1ubuntu2.12_amd64.deb ... 12:14:50 Unpacking openssl (1.1.1f-1ubuntu2.12) over (1.1.1f-1ubuntu2) ... 12:14:50 Preparing to unpack .../04-ca-certificates_20210119~20.04.2_all.deb ... 12:14:50 Unpacking ca-certificates (20210119~20.04.2) over (20190110ubuntu1) ... 12:14:51 Preparing to unpack .../05-libapparmor1_2.13.3-7ubuntu5.1_amd64.deb ... 12:14:51 Unpacking libapparmor1:amd64 (2.13.3-7ubuntu5.1) over (2.13.3-7ubuntu5) ... 12:14:51 Preparing to unpack .../06-libjson-c4_0.13.1+dfsg-7ubuntu0.3_amd64.deb ... 12:14:51 Unpacking libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) over (0.13.1+dfsg-7) ... 12:14:51 Preparing to unpack .../07-libcryptsetup12_2%3a2.2.2-3ubuntu2.4_amd64.deb ... 12:14:51 Unpacking libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) over (2:2.2.2-3ubuntu2) ... 12:14:51 Preparing to unpack .../08-libsqlite3-0_3.31.1-4ubuntu0.2_amd64.deb ... 12:14:51 Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) over (3.31.1-4) ... 12:14:51 Preparing to unpack .../09-tzdata_2022a-0ubuntu0.20.04_all.deb ... 12:14:51 Unpacking tzdata (2022a-0ubuntu0.20.04) over (2019c-3ubuntu1) ... 12:14:51 Preparing to unpack .../10-xz-utils_5.2.4-1ubuntu1_amd64.deb ... 12:14:51 Unpacking xz-utils (5.2.4-1ubuntu1) over (5.2.4-1) ... 12:14:51 Preparing to unpack .../11-libctf0_2.34-6ubuntu1.3_amd64.deb ... 12:14:51 Unpacking libctf0:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 12:14:51 Preparing to unpack .../12-binutils-x86-64-linux-gnu_2.34-6ubuntu1.3_amd64.deb ... 12:14:51 Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 12:14:52 Preparing to unpack .../13-libbinutils_2.34-6ubuntu1.3_amd64.deb ... 12:14:52 Unpacking libbinutils:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 12:14:52 Preparing to unpack .../14-binutils_2.34-6ubuntu1.3_amd64.deb ... 12:14:52 Unpacking binutils (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 12:14:52 Preparing to unpack .../15-binutils-common_2.34-6ubuntu1.3_amd64.deb ... 12:14:52 Unpacking binutils-common:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 12:14:52 Preparing to unpack .../16-libctf-nobfd0_2.34-6ubuntu1.3_amd64.deb ... 12:14:52 Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 12:14:52 Preparing to unpack .../17-build-essential_12.8ubuntu1.1_amd64.deb ... 12:14:52 Unpacking build-essential (12.8ubuntu1.1) over (12.8ubuntu1) ... 12:14:52 Preparing to unpack .../18-libasan5_9.4.0-1ubuntu1~20.04.1_amd64.deb ... 12:14:52 Unpacking libasan5:amd64 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... 12:14:52 Preparing to unpack .../19-g++-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ... 12:14:52 Unpacking g++-9 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... 12:14:53 Preparing to unpack .../20-gcc-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ... 12:14:53 Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... 12:14:54 Preparing to unpack .../21-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ... 12:14:54 Unpacking libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... 12:14:54 Preparing to unpack .../22-libgcc-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ... 12:14:54 Unpacking libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... 12:14:55 Preparing to unpack .../23-cpp-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ... 12:14:55 Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... 12:14:55 Preparing to unpack .../24-gcc-9-base_9.4.0-1ubuntu1~20.04.1_amd64.deb ... 12:14:55 Unpacking gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... 12:14:55 Setting up libapparmor1:amd64 (2.13.3-7ubuntu5.1) ... 12:14:55 Setting up perl-modules-5.30 (5.30.0-9ubuntu0.2) ... 12:14:55 Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.12) ... 12:14:55 Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) ... 12:14:55 Setting up binutils-common:amd64 (2.34-6ubuntu1.3) ... 12:14:55 Setting up linux-libc-dev:amd64 (5.4.0-107.121) ... 12:14:55 Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.3) ... 12:14:55 Setting up libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ... 12:14:55 Setting up tzdata (2022a-0ubuntu0.20.04) ... 12:14:56 12:14:56 Current default time zone: 'Etc/UTC' 12:14:56 Local time is now: Fri Apr 1 12:14:55 UTC 2022. 12:14:56 Universal Time is now: Fri Apr 1 12:14:55 UTC 2022. 12:14:56 Run 'dpkg-reconfigure tzdata' if you wish to change it. 12:14:56 12:14:56 Setting up xz-utils (5.2.4-1ubuntu1) ... 12:14:56 Setting up libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ... 12:14:56 Setting up libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ... 12:14:56 Setting up libfdisk1:amd64 (2.34-0.1ubuntu9.3) ... 12:14:56 Setting up libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ... 12:14:56 Setting up mount (2.34-0.1ubuntu9.3) ... 12:14:56 Setting up libperl5.30:amd64 (5.30.0-9ubuntu0.2) ... 12:14:56 Setting up libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) ... 12:14:56 Setting up libbinutils:amd64 (2.34-6ubuntu1.3) ... 12:14:56 Setting up libc-dev-bin (2.31-0ubuntu9.7) ... 12:14:56 Setting up openssl (1.1.1f-1ubuntu2.12) ... 12:14:56 Setting up libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ... 12:14:56 Setting up liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ... 12:14:56 Setting up libprocps8:amd64 (2:3.3.16-1ubuntu2.3) ... 12:14:56 Setting up libitm1:amd64 (10.3.0-1ubuntu1~20.04) ... 12:14:56 Setting up gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.1) ... 12:14:56 Setting up libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ... 12:14:56 Setting up libctf0:amd64 (2.34-6ubuntu1.3) ... 12:14:56 Setting up fdisk (2.34-0.1ubuntu9.3) ... 12:14:56 Setting up ca-certificates (20210119~20.04.2) ... 12:14:57 Updating certificates in /etc/ssl/certs... 12:14:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.245s coverage: 94.4% of statements 12:14:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.183s coverage: 44.8% of statements 12:14:58 21 added, 21 removed; done. 12:14:58 Setting up libasan5:amd64 (9.4.0-1ubuntu1~20.04.1) ... 12:14:58 Setting up perl (5.30.0-9ubuntu0.2) ... 12:14:58 Setting up procps (2:3.3.16-1ubuntu2.3) ... 12:14:58 Setting up cpp-9 (9.4.0-1ubuntu1~20.04.1) ... 12:14:58 Setting up libc6-dev:amd64 (2.31-0ubuntu9.7) ... 12:14:58 Setting up libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) ... 12:14:58 Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) ... 12:14:58 Setting up binutils (2.34-6ubuntu1.3) ... 12:14:58 Setting up libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... 12:14:58 Setting up build-essential (12.8ubuntu1.1) ... 12:14:58 Setting up gcc-9 (9.4.0-1ubuntu1~20.04.1) ... 12:14:58 Setting up libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... 12:14:58 Setting up g++-9 (9.4.0-1ubuntu1~20.04.1) ... 12:14:58 Processing triggers for libc-bin (2.31-0ubuntu9.7) ... 12:14:58 Processing triggers for systemd (245.4-4ubuntu3.15) ... 12:14:59 Processing triggers for mime-support (3.64ubuntu1) ... 12:14:59 Processing triggers for ca-certificates (20210119~20.04.2) ... 12:14:59 Updating certificates in /etc/ssl/certs... 12:14:59 0 added, 0 removed; done. 12:14:59 Running hooks in /etc/ca-certificates/update.d... 12:14:59 done. 12:15:01 Reading package lists... 12:15:01 Building dependency tree... 12:15:01 Reading state information... 12:15:01 The following NEW packages will be installed: 12:15:01 apt-transport-https 12:15:01 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 12:15:01 Need to get 4680 B of archives. 12:15:01 After this operation, 162 kB of additional disk space will be used. 12:15:01 Get:1 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 apt-transport-https all 2.0.6 [4680 B] 12:15:01 debconf: delaying package configuration, since apt-utils is not installed 12:15:01 Fetched 4680 B in 0s (88.5 kB/s) 12:15:01 Selecting previously unselected package apt-transport-https. 12:15:01 (Reading database ... 14320 files and directories currently installed.) 12:15:01 Preparing to unpack .../apt-transport-https_2.0.6_all.deb ... 12:15:01 Unpacking apt-transport-https (2.0.6) ... 12:15:01 Setting up apt-transport-https (2.0.6) ... 12:15:01 Waiting for network to be ready... 12:15:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.689s coverage: 82.5% of statements 12:15:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 12:15:08 2022-04-01T12:15:05Z INFO Waiting for automatic snapd restart... 12:15:09 snapd 2.54.4 from Canonical* installed 12:15:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.273s coverage: 92.9% of statements 12:15:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 12:15:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 12:15:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 12:15:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.069s coverage: 65.1% of statements 12:15:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 12:15:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 12:15:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 12:15:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 12:15:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 12:15:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.217s coverage: 87.2% of statements 12:15:10 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 12:15:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 12:15:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.175s coverage: 100.0% of statements 12:15:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 12:15:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.281s coverage: 58.8% of statements 12:15:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 12:15:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.248s coverage: 80.0% of statements 12:15:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.263s coverage: 87.2% of statements 12:15:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.284s coverage: 85.4% of statements 12:15:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.755s coverage: 91.2% of statements 12:15:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 12:15:10 "snapd" switched to the "latest/stable" channel 12:15:10 12:15:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.842s coverage: 64.4% of statements 12:15:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 12:15:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 12:15:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.227s coverage: 100.0% of statements 12:15:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.092s coverage: 89.4% of statements 12:15:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.070s coverage: 100.0% of statements 12:15:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.082s coverage: 73.7% of statements 12:15:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.073s coverage: 100.0% of statements 12:15:13 core20 20220318 from Canonical* installed 12:15:13 "core20" switched to the "latest/stable" channel 12:15:13 12:15:15 snapcraft 6.1 from Canonical* installed 12:15:15 "snapcraft" switched to the "latest/stable" channel 12:15:15 12:15:19 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.349s coverage: 65.4% of statements 12:15:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 12:15:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 12:15:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 12:15:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.757s coverage: 43.8% of statements 12:15:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 12:15:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 12:15:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.215s coverage: 89.5% of statements 12:15:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 12:15:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.279s coverage: 84.8% of statements 12:15:20 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 12:15:20 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 12:15:20 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 12:15:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 12:15:21 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 12:15:21 - README.md 12:15:21 12:15:21 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 12:15:21 Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 12:15:21 Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 12:15:21 Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 12:15:21 Reading package lists... 12:15:22 Installing build dependencies: comerr-dev=2.1-1.45.5-2ubuntu1 git=1:2.25.1-1ubuntu3.2 git-man=1:2.25.1-1ubuntu3.2 krb5-multidev=1.17-6ubuntu4.1 libbrotli1=1.0.7-6ubuntu0.1 libcurl3-gnutls=7.68.0-1ubuntu2.7 liberror-perl=0.17029-1 libglib2.0-0=2.64.6-1~ubuntu20.04.4 libgssrpc4=1.17-6ubuntu4.1 libkadm5clnt-mit11=1.17-6ubuntu4.1 libkadm5srv-mit11=1.17-6ubuntu4.1 libkdb5-9=1.17-6ubuntu4.1 libkrb5-dev=1.17-6ubuntu4.1 libnghttp2-14=1.40.0-1build1 libnorm-dev=1.5.8+dfsg2-2build1 libnorm1=1.5.8+dfsg2-2build1 libpgm-5.2-0=5.2.122~dfsg-3ubuntu1 libpgm-dev=5.2.122~dfsg-3ubuntu1 libpsl5=0.21.0-1ubuntu1 librtmp1=2.4+20151223.gitfa8646d.1-2build1 libsodium-dev=1.0.18-1 libsodium23=1.0.18-1 libssh-4=0.9.3-2ubuntu2.2 libzmq3-dev=4.3.2-2ubuntu1 libzmq5=4.3.2-2ubuntu1 pkg-config=0.29.1-0ubuntu4 zip=3.0-11build1 12:15:22 Reading package lists... 12:15:22 Building dependency tree... 12:15:22 Reading state information... 12:15:22 Suggested packages: 12:15:22 doc-base gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el 12:15:22 git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn krb5-doc 12:15:22 krb5-user libnorm-doc 12:15:22 Recommended packages: 12:15:22 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 12:15:22 The following NEW packages will be installed: 12:15:22 comerr-dev git git-man krb5-multidev libbrotli1 libcurl3-gnutls 12:15:22 liberror-perl libglib2.0-0 libgssrpc4 libkadm5clnt-mit11 libkadm5srv-mit11 12:15:22 libkdb5-9 libkrb5-dev libnghttp2-14 libnorm-dev libnorm1 libpgm-5.2-0 12:15:22 libpgm-dev libpsl5 librtmp1 libsodium-dev libsodium23 libssh-4 libzmq3-dev 12:15:22 libzmq5 pkg-config zip 12:15:23 0 upgraded, 27 newly installed, 0 to remove and 0 not upgraded. 12:15:23 Need to get 10.3 MB of archives. 12:15:23 After this operation, 56.5 MB of additional disk space will be used. 12:15:23 Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB] 12:15:23 Get:2 http://security.ubuntu.com/ubuntu focal-security/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.2 [170 kB] 12:15:23 Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcurl3-gnutls amd64 7.68.0-1ubuntu2.7 [232 kB] 12:15:23 Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 git-man all 1:2.25.1-1ubuntu3.2 [884 kB] 12:15:23 Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-0 amd64 2.64.6-1~ubuntu20.04.4 [1287 kB] 12:15:23 Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 git amd64 1:2.25.1-1ubuntu3.2 [4554 kB] 12:15:23 Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgssrpc4 amd64 1.17-6ubuntu4.1 [55.4 kB] 12:15:23 Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkdb5-9 amd64 1.17-6ubuntu4.1 [37.3 kB] 12:15:23 Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkadm5srv-mit11 amd64 1.17-6ubuntu4.1 [49.5 kB] 12:15:23 Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkadm5clnt-mit11 amd64 1.17-6ubuntu4.1 [37.6 kB] 12:15:23 Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 krb5-multidev amd64 1.17-6ubuntu4.1 [120 kB] 12:15:23 Get:12 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5-dev amd64 1.17-6ubuntu4.1 [11.7 kB] 12:15:23 Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libsodium23 amd64 1.0.18-1 [150 kB] 12:15:23 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB] 12:15:23 Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 libnghttp2-14 amd64 1.40.0-1build1 [78.7 kB] 12:15:23 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB] 12:15:23 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 liberror-perl all 0.17029-1 [26.5 kB] 12:15:23 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 comerr-dev amd64 2.1-1.45.5-2ubuntu1 [39.9 kB] 12:15:23 Get:19 http://archive.ubuntu.com/ubuntu focal/universe amd64 libnorm1 amd64 1.5.8+dfsg2-2build1 [290 kB] 12:15:23 Get:20 http://archive.ubuntu.com/ubuntu focal/universe amd64 libnorm-dev amd64 1.5.8+dfsg2-2build1 [463 kB] 12:15:23 Get:21 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-3ubuntu1 [158 kB] 12:15:23 Get:22 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-dev amd64 5.2.122~dfsg-3ubuntu1 [189 kB] 12:15:23 Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 libsodium-dev amd64 1.0.18-1 [169 kB] 12:15:24 Get:24 http://archive.ubuntu.com/ubuntu focal/universe amd64 libzmq5 amd64 4.3.2-2ubuntu1 [242 kB] 12:15:24 Get:25 http://archive.ubuntu.com/ubuntu focal/universe amd64 libzmq3-dev amd64 4.3.2-2ubuntu1 [455 kB] 12:15:24 Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] 12:15:24 Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 zip amd64 3.0-11build1 [167 kB] 12:15:24 debconf: delaying package configuration, since apt-utils is not installed 12:15:24 Fetched 10.3 MB in 1s (9638 kB/s) 12:15:24 Selecting previously unselected package libglib2.0-0:amd64. 12:15:24 (Reading database ... 14324 files and directories currently installed.) 12:15:24 Preparing to unpack .../00-libglib2.0-0_2.64.6-1~ubuntu20.04.4_amd64.deb ... 12:15:24 Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ... 12:15:24 Selecting previously unselected package libsodium23:amd64. 12:15:24 Preparing to unpack .../01-libsodium23_1.0.18-1_amd64.deb ... 12:15:24 Unpacking libsodium23:amd64 (1.0.18-1) ... 12:15:24 Selecting previously unselected package libpsl5:amd64. 12:15:24 Preparing to unpack .../02-libpsl5_0.21.0-1ubuntu1_amd64.deb ... 12:15:24 Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ... 12:15:24 Selecting previously unselected package libbrotli1:amd64. 12:15:24 Preparing to unpack .../03-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ... 12:15:24 Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... 12:15:24 Selecting previously unselected package libnghttp2-14:amd64. 12:15:24 Preparing to unpack .../04-libnghttp2-14_1.40.0-1build1_amd64.deb ... 12:15:24 Unpacking libnghttp2-14:amd64 (1.40.0-1build1) ... 12:15:24 Selecting previously unselected package librtmp1:amd64. 12:15:24 Preparing to unpack .../05-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ... 12:15:24 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... 12:15:24 Selecting previously unselected package libssh-4:amd64. 12:15:24 Preparing to unpack .../06-libssh-4_0.9.3-2ubuntu2.2_amd64.deb ... 12:15:24 Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.2) ... 12:15:24 Selecting previously unselected package libcurl3-gnutls:amd64. 12:15:24 Preparing to unpack .../07-libcurl3-gnutls_7.68.0-1ubuntu2.7_amd64.deb ... 12:15:24 Unpacking libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.7) ... 12:15:24 Selecting previously unselected package liberror-perl. 12:15:24 Preparing to unpack .../08-liberror-perl_0.17029-1_all.deb ... 12:15:24 Unpacking liberror-perl (0.17029-1) ... 12:15:24 Selecting previously unselected package git-man. 12:15:24 Preparing to unpack .../09-git-man_1%3a2.25.1-1ubuntu3.2_all.deb ... 12:15:24 Unpacking git-man (1:2.25.1-1ubuntu3.2) ... 12:15:25 Selecting previously unselected package git. 12:15:25 Preparing to unpack .../10-git_1%3a2.25.1-1ubuntu3.2_amd64.deb ... 12:15:25 Unpacking git (1:2.25.1-1ubuntu3.2) ... 12:15:25 Selecting previously unselected package libgssrpc4:amd64. 12:15:25 Preparing to unpack .../11-libgssrpc4_1.17-6ubuntu4.1_amd64.deb ... 12:15:25 Unpacking libgssrpc4:amd64 (1.17-6ubuntu4.1) ... 12:15:25 Selecting previously unselected package libkdb5-9:amd64. 12:15:25 Preparing to unpack .../12-libkdb5-9_1.17-6ubuntu4.1_amd64.deb ... 12:15:25 Unpacking libkdb5-9:amd64 (1.17-6ubuntu4.1) ... 12:15:25 Selecting previously unselected package libkadm5srv-mit11:amd64. 12:15:25 Preparing to unpack .../13-libkadm5srv-mit11_1.17-6ubuntu4.1_amd64.deb ... 12:15:25 Unpacking libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... 12:15:25 Selecting previously unselected package libkadm5clnt-mit11:amd64. 12:15:25 Preparing to unpack .../14-libkadm5clnt-mit11_1.17-6ubuntu4.1_amd64.deb ... 12:15:25 Unpacking libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... 12:15:26 Selecting previously unselected package comerr-dev:amd64. 12:15:26 Preparing to unpack .../15-comerr-dev_2.1-1.45.5-2ubuntu1_amd64.deb ... 12:15:26 Unpacking comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... 12:15:26 Selecting previously unselected package krb5-multidev:amd64. 12:15:26 Preparing to unpack .../16-krb5-multidev_1.17-6ubuntu4.1_amd64.deb ... 12:15:26 Unpacking krb5-multidev:amd64 (1.17-6ubuntu4.1) ... 12:15:26 Selecting previously unselected package libnorm1:amd64. 12:15:26 Preparing to unpack .../17-libnorm1_1.5.8+dfsg2-2build1_amd64.deb ... 12:15:26 Unpacking libnorm1:amd64 (1.5.8+dfsg2-2build1) ... 12:15:26 Selecting previously unselected package libnorm-dev:amd64. 12:15:26 Preparing to unpack .../18-libnorm-dev_1.5.8+dfsg2-2build1_amd64.deb ... 12:15:26 Unpacking libnorm-dev:amd64 (1.5.8+dfsg2-2build1) ... 12:15:26 Selecting previously unselected package libpgm-5.2-0:amd64. 12:15:26 Preparing to unpack .../19-libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb ... 12:15:26 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... 12:15:26 Selecting previously unselected package libpgm-dev:amd64. 12:15:26 Preparing to unpack .../20-libpgm-dev_5.2.122~dfsg-3ubuntu1_amd64.deb ... 12:15:26 Unpacking libpgm-dev:amd64 (5.2.122~dfsg-3ubuntu1) ... 12:15:26 Selecting previously unselected package libsodium-dev:amd64. 12:15:26 Preparing to unpack .../21-libsodium-dev_1.0.18-1_amd64.deb ... 12:15:26 Unpacking libsodium-dev:amd64 (1.0.18-1) ... 12:15:26 Selecting previously unselected package libzmq5:amd64. 12:15:26 Preparing to unpack .../22-libzmq5_4.3.2-2ubuntu1_amd64.deb ... 12:15:26 Unpacking libzmq5:amd64 (4.3.2-2ubuntu1) ... 12:15:26 Selecting previously unselected package libkrb5-dev:amd64. 12:15:26 Preparing to unpack .../23-libkrb5-dev_1.17-6ubuntu4.1_amd64.deb ... 12:15:26 Unpacking libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... 12:15:26 Selecting previously unselected package libzmq3-dev:amd64. 12:15:26 Preparing to unpack .../24-libzmq3-dev_4.3.2-2ubuntu1_amd64.deb ... 12:15:26 Unpacking libzmq3-dev:amd64 (4.3.2-2ubuntu1) ... 12:15:26 Selecting previously unselected package pkg-config. 12:15:26 Preparing to unpack .../25-pkg-config_0.29.1-0ubuntu4_amd64.deb ... 12:15:26 Unpacking pkg-config (0.29.1-0ubuntu4) ... 12:15:26 Selecting previously unselected package zip. 12:15:26 Preparing to unpack .../26-zip_3.0-11build1_amd64.deb ... 12:15:26 Unpacking zip (3.0-11build1) ... 12:15:26 Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ... 12:15:26 Setting up libsodium23:amd64 (1.0.18-1) ... 12:15:26 Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ... 12:15:26 No schema files found: doing nothing. 12:15:26 Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... 12:15:26 Setting up libnorm1:amd64 (1.5.8+dfsg2-2build1) ... 12:15:26 Setting up libnghttp2-14:amd64 (1.40.0-1build1) ... 12:15:26 Setting up libnorm-dev:amd64 (1.5.8+dfsg2-2build1) ... 12:15:26 Setting up liberror-perl (0.17029-1) ... 12:15:26 Setting up libgssrpc4:amd64 (1.17-6ubuntu4.1) ... 12:15:27 Setting up zip (3.0-11build1) ... 12:15:27 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... 12:15:27 Setting up comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... 12:15:27 Setting up pkg-config (0.29.1-0ubuntu4) ... 12:15:27 Setting up libsodium-dev:amd64 (1.0.18-1) ... 12:15:27 Setting up libssh-4:amd64 (0.9.3-2ubuntu2.2) ... 12:15:27 Setting up libkdb5-9:amd64 (1.17-6ubuntu4.1) ... 12:15:27 Setting up git-man (1:2.25.1-1ubuntu3.2) ... 12:15:27 Setting up libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... 12:15:27 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... 12:15:27 Setting up libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... 12:15:27 Setting up libzmq5:amd64 (4.3.2-2ubuntu1) ... 12:15:27 Setting up libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.7) ... 12:15:27 Setting up libpgm-dev:amd64 (5.2.122~dfsg-3ubuntu1) ... 12:15:27 Setting up git (1:2.25.1-1ubuntu3.2) ... 12:15:27 Setting up krb5-multidev:amd64 (1.17-6ubuntu4.1) ... 12:15:27 Setting up libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... 12:15:27 Setting up libzmq3-dev:amd64 (4.3.2-2ubuntu1) ... 12:15:27 Processing triggers for libc-bin (2.31-0ubuntu9.7) ... 12:15:27 comerr-dev set to automatically installed. 12:15:27 git set to automatically installed. 12:15:27 git-man set to automatically installed. 12:15:27 krb5-multidev set to automatically installed. 12:15:27 libbrotli1 set to automatically installed. 12:15:27 libcurl3-gnutls set to automatically installed. 12:15:27 liberror-perl set to automatically installed. 12:15:27 libglib2.0-0 set to automatically installed. 12:15:27 libgssrpc4 set to automatically installed. 12:15:27 libkadm5clnt-mit11 set to automatically installed. 12:15:27 libkadm5srv-mit11 set to automatically installed. 12:15:27 libkdb5-9 set to automatically installed. 12:15:27 libkrb5-dev set to automatically installed. 12:15:27 libnghttp2-14 set to automatically installed. 12:15:27 libnorm-dev set to automatically installed. 12:15:27 libnorm1 set to automatically installed. 12:15:27 libpgm-5.2-0 set to automatically installed. 12:15:27 libpgm-dev set to automatically installed. 12:15:27 libpsl5 set to automatically installed. 12:15:27 librtmp1 set to automatically installed. 12:15:27 libsodium-dev set to automatically installed. 12:15:27 libsodium23 set to automatically installed. 12:15:27 libssh-4 set to automatically installed. 12:15:27 libzmq3-dev set to automatically installed. 12:15:27 libzmq5 set to automatically installed. 12:15:27 pkg-config set to automatically installed. 12:15:27 zip set to automatically installed. 12:15:28 snapd is not logged in, snap install commands will use sudo 12:15:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.287s coverage: 17.7% of statements 12:15:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 12:15:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 12:15:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 12:15:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 12:15:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.693s coverage: 92.3% of statements 12:15:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 12:15:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 12:15:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 12:15:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 12:15:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.277s coverage: 63.2% of statements 12:15:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 12:15:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 12:15:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.535s coverage: 97.7% of statements 12:15:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 12:15:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 12:15:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 12:15:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 12:15:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.186s coverage: 28.9% of statements 12:15:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 12:15:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 12:15:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 12:15:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 12:15:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 12:15:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 12:15:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.190s coverage: 100.0% of statements 12:15:28 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.080s coverage: 96.9% of statements 12:15:28 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 12:15:28 WARNING: Linting skipped (not on x86_64 or linter not installed) 12:15:28 GO111MODULE=on go vet ./... 12:15:40 go (1.17/stable) 1.17.8 from Michael Hudson-Doyle (mwhudson) installed 12:15:41 Downloading snap 'edgex-app-service-configurable' 12:15:43 Pulling app-service-configurable 12:15:43 + snapcraftctl pull 12:15:45 Pulling config-common 12:15:45 + snapcraftctl pull 12:15:46 Pulling go-build-helper 12:15:46 + snapcraftctl pull 12:15:48 'edgex-go' has dependencies that need to be staged: go-build-helper 12:15:48 Skipping pull go-build-helper (already ran) 12:15:48 Building go-build-helper 12:15:48 + snapcraftctl build 12:15:49 + cp --archive --link --no-dereference . /root/parts/go-build-helper/install 12:15:50 Staging go-build-helper 12:15:50 + snapcraftctl stage 12:15:55 Get:1 libnorm1_1.5.8+dfsg2-2build1_amd64.deb [290 kB] 12:15:55 Fetched 290 kB in 0s (0 B/s) 12:15:55 Get:1 libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb [158 kB] 12:15:55 Fetched 158 kB in 0s (0 B/s) 12:15:55 Get:1 libzmq5_4.3.2-2ubuntu1_amd64.deb [242 kB] 12:15:55 Fetched 242 kB in 0s (0 B/s) 12:15:55 Get:1 libsodium23_1.0.18-1_amd64.deb [150 kB] 12:15:55 Fetched 150 kB in 0s (0 B/s) 12:15:55 Pulling edgex-go 12:15:55 + snapcraftctl pull 12:15:56 Pulling hooks 12:15:56 + snapcraftctl pull 12:16:08 Removing suid/guid from /root/parts/static-packages/install/bin/su 12:16:08 Get:1 libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [96.1 kB] 12:16:08 Fetched 96.1 kB in 0s (0 B/s) 12:16:08 Get:1 libnghttp2-14_1.40.0-1build1_amd64.deb [78.7 kB] 12:16:08 Fetched 78.7 kB in 0s (0 B/s) 12:16:08 Get:1 libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [48.0 kB] 12:16:08 Fetched 48.0 kB in 0s (0 B/s) 12:16:08 Get:1 jq_1.6-1ubuntu0.20.04.1_amd64.deb [50.2 kB] 12:16:08 Fetched 50.2 kB in 0s (0 B/s) 12:16:08 Get:1 libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb [14.7 kB] 12:16:08 Fetched 14.7 kB in 0s (0 B/s) 12:16:08 Get:1 libcurl4_7.68.0-1ubuntu2.7_amd64.deb [234 kB] 12:16:08 Fetched 234 kB in 0s (0 B/s) 12:16:08 Get:1 libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb [155 kB] 12:16:08 Fetched 155 kB in 0s (0 B/s) 12:16:08 Get:1 libssh-4_0.9.3-2ubuntu2.2_amd64.deb [170 kB] 12:16:08 Fetched 170 kB in 0s (0 B/s) 12:16:08 Get:1 libbrotli1_1.0.7-6ubuntu0.1_amd64.deb [267 kB] 12:16:08 Fetched 267 kB in 0s (0 B/s) 12:16:08 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 12:16:08 Fetched 50.6 kB in 0s (0 B/s) 12:16:08 Get:1 libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [15.1 kB] 12:16:08 Fetched 15.1 kB in 0s (0 B/s) 12:16:08 Get:1 libpsl5_0.21.0-1ubuntu1_amd64.deb [51.5 kB] 12:16:08 Fetched 51.5 kB in 0s (0 B/s) 12:16:08 Get:1 libjq1_1.6-1ubuntu0.20.04.1_amd64.deb [121 kB] 12:16:08 Fetched 121 kB in 0s (0 B/s) 12:16:08 Get:1 libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [29.7 kB] 12:16:08 Fetched 29.7 kB in 0s (0 B/s) 12:16:08 Get:1 util-linux_2.34-0.1ubuntu9.3_amd64.deb [1021 kB] 12:16:08 Fetched 1021 kB in 0s (0 B/s) 12:16:08 Get:1 libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb [49.3 kB] 12:16:08 Fetched 49.3 kB in 0s (0 B/s) 12:16:08 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb [54.9 kB] 12:16:08 Fetched 54.9 kB in 0s (0 B/s) 12:16:08 Get:1 libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb [16.6 kB] 12:16:08 Fetched 16.6 kB in 0s (0 B/s) 12:16:08 Get:1 libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [87.9 kB] 12:16:08 Fetched 87.9 kB in 0s (0 B/s) 12:16:08 Get:1 libonig5_6.9.4-1_amd64.deb [142 kB] 12:16:08 Fetched 142 kB in 0s (0 B/s) 12:16:08 Get:1 libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [41.8 kB] 12:16:08 Fetched 41.8 kB in 0s (0 B/s) 12:16:08 Get:1 libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [181 kB] 12:16:08 Fetched 181 kB in 0s (0 B/s) 12:16:08 Get:1 libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [208 kB] 12:16:08 Fetched 208 kB in 0s (0 B/s) 12:16:08 Get:1 curl_7.68.0-1ubuntu2.7_amd64.deb [161 kB] 12:16:08 Fetched 161 kB in 0s (0 B/s) 12:16:08 Get:1 libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [107 kB] 12:16:08 Fetched 107 kB in 0s (0 B/s) 12:16:08 Pulling static-packages 12:16:08 + snapcraftctl pull 12:16:08 Pulling version 12:16:08 + cd /root/project 12:16:08 ++ git describe --tags --abbrev=0 12:16:08 ++ sed s/v// 12:16:08 + GIT_VERSION=2.2.0-dev.54 12:16:08 + '[' -z 2.2.0-dev.54 ']' 12:16:08 + snapcraftctl set-version 2.2.0-dev.54 12:16:09 Building app-service-configurable 12:16:09 + snapcraftctl build 12:16:11 Building config-common 12:16:11 + snapcraftctl build 12:16:12 + cp --archive --link --no-dereference . /root/parts/config-common/install 12:16:13 Skipping build go-build-helper (already ran) 12:16:13 Building edgex-go 12:16:14 + cd /root/parts/edgex-go/src 12:16:14 ++ git describe --tags --abbrev=0 12:16:14 ++ sed s/v// 12:16:14 + GIT_VERSION=2.2.0-dev.54 12:16:14 + '[' -z 2.2.0-dev.54 ']' 12:16:14 + echo 2.2.0-dev.54 12:16:14 + '[' '!' -d vendor ']' 12:16:14 + go mod download all 12:16:19 + make build 12:16:19 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.54" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 12:16:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.54" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 12:16:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.54" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 12:16:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.54" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 12:16:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.54" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 12:16:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.54" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 12:16:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.54" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 12:16:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.54" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 12:16:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.54" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 12:17:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.54" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 12:17:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.54" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 12:17:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.54" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 12:17:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.54" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 12:17:05 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 12:17:06 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 12:17:06 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 12:17:06 + case "$service" in 12:17:06 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 12:17:06 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 12:17:06 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 12:17:06 + case "$service" in 12:17:06 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 12:17:06 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 12:17:06 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 12:17:06 + case "$service" in 12:17:06 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 12:17:06 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 12:17:06 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 12:17:06 + case "$service" in 12:17:06 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 12:17:06 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 12:17:06 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 12:17:06 + case "$service" in 12:17:06 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 12:17:06 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 12:17:06 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 12:17:06 + case "$service" in 12:17:06 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 12:17:06 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 12:17:06 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 12:17:06 + case "$service" in 12:17:06 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 12:17:06 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 12:17:06 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 12:17:06 + case "$service" in 12:17:06 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 12:17:06 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 12:17:06 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 12:17:06 + case "$service" in 12:17:06 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 12:17:06 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 12:17:06 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 12:17:06 + case "$service" in 12:17:06 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 12:17:06 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 12:17:06 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 12:17:06 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 12:17:06 + case "$service" in 12:17:06 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 12:17:06 + install -DT ./cmd/security-secretstore-setup/res/kong-admin-config.template.yml /root/parts/edgex-go/install/config/security-secretstore-setup/res/kong-admin-config.template.yml 12:17:06 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 12:17:06 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 12:17:06 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 12:17:06 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 12:17:07 Building hooks 12:17:07 + cd /root/parts/hooks/src 12:17:07 + make build 12:17:07 go mod tidy 12:17:07 go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.2.0 12:17:07 ./bin/test-attribution-txt.sh 12:17:08 github.com/canonical/edgex-go/hooks/cmd/configure imports 12:17:08 github.com/canonical/edgex-snap-hooks/v2: reading github.com/canonical/edgex-snap-hooks/go.mod at revision v2.2.0: unknown revision v2.2.0 12:17:08 github.com/canonical/edgex-go/hooks/cmd/configure imports 12:17:08 github.com/canonical/edgex-snap-hooks/v2/options: reading github.com/canonical/edgex-snap-hooks/go.mod at revision v2.2.0: unknown revision v2.2.0 12:17:08 make: *** [Makefile:5: tidy] Error 1 12:17:09 Failed to run 'override-build': Exit code was 2. 12:17:09 Run the same command again with --debug to shell into the environment if you wish to introspect this failure. [Pipeline] echo 12:17:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 12:17:12 + ls -al . 12:17:12 total 660 12:17:12 drwxrwxr-x 9 1001 1001 4096 Apr 1 12:17 . 12:17:12 drwxr-xr-x 4 root root 4096 Apr 1 12:11 .. 12:17:12 -rw-rw-r-- 1 1001 1001 11 Apr 1 12:10 .dockerignore 12:17:12 drwxrwxr-x 8 1001 1001 4096 Apr 1 12:10 .git 12:17:12 drwxrwxr-x 4 1001 1001 4096 Apr 1 12:10 .github 12:17:12 -rw-rw-r-- 1 1001 1001 870 Apr 1 12:10 .gitignore 12:17:12 -rw-rw-r-- 1 1001 1001 42 Apr 1 12:10 .golangci.yml 12:17:12 -rw-rw-r-- 1 1001 1001 87 Apr 1 12:10 .hadolint.yml 12:17:12 -rw-rw-r-- 1 1001 1001 166 Apr 1 12:10 .sonarcloud.properties 12:17:12 -rw-rw-r-- 1 1001 1001 1171 Apr 1 12:10 ADOPTERS.md 12:17:12 -rw-rw-r-- 1 1001 1001 9953 Apr 1 12:10 Attribution.txt 12:17:12 -rw-rw-r-- 1 1001 1001 51732 Apr 1 12:10 CHANGELOG.md 12:17:12 -rw-rw-r-- 1 1001 1001 3804 Apr 1 12:10 CONTRIBUTING.md 12:17:12 -rw-rw-r-- 1 1001 1001 677 Apr 1 12:10 GOVERNANCE.md 12:17:12 -rw-rw-r-- 1 1001 1001 849 Apr 1 12:10 Jenkinsfile 12:17:12 -rw-rw-r-- 1 1001 1001 10775 Apr 1 12:10 LICENSE 12:17:12 -rw-rw-r-- 1 1001 1001 8478 Apr 1 12:10 Makefile 12:17:12 -rw-rw-r-- 1 1001 1001 582 Apr 1 12:10 OWNERS.md 12:17:12 -rw-rw-r-- 1 1001 1001 8207 Apr 1 12:10 README.md 12:17:12 -rw-rw-r-- 1 1001 1001 6912 Apr 1 12:10 SECURITY.md 12:17:12 -rw-rw-r-- 1 1001 1001 5 Apr 1 12:07 VERSION 12:17:12 -rw-rw-r-- 1 1001 1001 4131 Apr 1 12:10 ZMQWindows.md 12:17:12 drwxrwxr-x 2 1001 1001 4096 Apr 1 12:10 bin 12:17:12 drwxrwxr-x 18 1001 1001 4096 Apr 1 12:10 cmd 12:17:12 -rw-r--r-- 1 root root 429121 Apr 1 12:15 coverage.out 12:17:12 -rw-rw-r-- 1 1001 1001 3175 Apr 1 12:10 go.mod 12:17:12 -rw-rw-r-- 1 1001 1001 34990 Apr 1 12:11 go.sum 12:17:12 drwxrwxr-x 8 1001 1001 4096 Apr 1 12:10 internal 12:17:12 drwxrwxr-x 3 1001 1001 4096 Apr 1 12:10 openapi 12:17:12 drwxrwxr-x 4 1001 1001 4096 Apr 1 12:10 snap 12:17:12 -rw-rw-r-- 1 1001 1001 204 Apr 1 12:10 version.go [Pipeline] sh 12:17:12 + '[' -e coverage.out ] 12:17:12 + chown 1001:1001 coverage.out [Pipeline] stash 12:17:12 Warning: overwriting stash ‘coverage-report’ [Pipeline] } [Pipeline] // withEnv 12:17:13 Stashed 1 file(s) [Pipeline] } [Pipeline] // ws [Pipeline] sh [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 12:17:13 Failed in branch amd64 12:17:14 + make build 12:17:14 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 12:19:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 12:20:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 12:20:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 12:20:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 12:20:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 12:20:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 12:21:01 CGO_ENABLED=0 GO111MODULE=on go build -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 12:21:07 CGO_ENABLED=0 GO111MODULE=on go build -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 12:21:13 CGO_ENABLED=0 GO111MODULE=on go build -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 12:21:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 12:21:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 12:21:35 CGO_ENABLED=0 GO111MODULE=on go build -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] } 12:21:39 $ docker stop --time=1 9c0182dc0786f5ab4ef4dd4ba6faaa60e5b6c191f5f95f53eeea347e05a6e147 12:21:41 $ docker rm -f 9c0182dc0786f5ab4ef4dd4ba6faaa60e5b6c191f5f95f53eeea347e05a6e147 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:21:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:21:44 12:21:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 12:21:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:21:44 latest: Pulling from edgex-devops/edgex-compose-arm64 12:21:44 29e5d40040c1: Pulling fs layer 12:21:44 1ce36da41761: Pulling fs layer 12:21:44 25b303627fd3: Pulling fs layer 12:21:44 29e5d40040c1: Verifying Checksum 12:21:44 29e5d40040c1: Download complete 12:21:44 1ce36da41761: Verifying Checksum 12:21:44 1ce36da41761: Download complete 12:21:45 29e5d40040c1: Pull complete 12:21:46 25b303627fd3: Verifying Checksum 12:21:46 25b303627fd3: Download complete 12:21:46 1ce36da41761: Pull complete 12:21:59 25b303627fd3: Pull complete 12:21:59 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 12:21:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:21:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 12:21:59 prd-ubuntu20.04-docker-arm64-4c-16g-10441 does not seem to be running inside a container 12:21:59 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 12:22:02 $ docker top 78b0fd24dc97aa4d2cd9e80cb67b220e2e2b1cb0d6b3cae4fc5a75b3179bb3b7 -eo pid,comm [Pipeline] { [Pipeline] sh 12:22:03 + grep parallel 12:22:03 + docker-compose build --help 12:22:08 --parallel Build images in parallel. [Pipeline] } 12:22:08 $ docker stop --time=1 78b0fd24dc97aa4d2cd9e80cb67b220e2e2b1cb0d6b3cae4fc5a75b3179bb3b7 12:22:10 $ docker rm -f 78b0fd24dc97aa4d2cd9e80cb67b220e2e2b1cb0d6b3cae4fc5a75b3179bb3b7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:22:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:22:10 . [Pipeline] withDockerContainer 12:22:11 prd-ubuntu20.04-docker-arm64-4c-16g-10441 does not seem to be running inside a container 12:22:11 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 12:22:12 $ docker top 4e0570db0e08bead71b15fa3e04089076fa07034e3bdaa33b2fbb3c80eba6657 -eo pid,comm [Pipeline] { [Pipeline] sh 12:22:13 + docker-compose -f ./docker-compose-build.yml build --parallel 12:22:18 Building core-command ... 12:22:18 Building core-data ... 12:22:18 Building core-metadata ... 12:22:18 Building security-bootstrapper ... 12:22:18 Building security-proxy-setup ... 12:22:18 Building security-secretstore-setup ... 12:22:18 Building security-spiffe-token-provider ... 12:22:18 Building security-spire-agent ... 12:22:18 Building security-spire-config ... 12:22:18 Building security-spire-server ... 12:22:18 Building support-notifications ... 12:22:18 Building support-scheduler ... 12:22:18 Building sys-mgmt-agent ... 12:22:18 Building support-notifications 12:22:18 Building core-data 12:22:18 Building core-metadata 12:22:18 Building security-proxy-setup 12:22:18 Building security-spire-config 12:24:10 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 12:24:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:24:10 ---> ab8ee17c8b66 12:24:10 Step 3/22 : WORKDIR /edgex-go 12:24:10 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 12:24:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:24:10 ---> ab8ee17c8b66 12:24:10 Step 3/22 : WORKDIR /edgex-go 12:24:10 Step 1/24 : ARG BUILDER_BASE=golang:1.17-alpine3.15 12:24:10 Step 2/24 : FROM ${BUILDER_BASE} AS builder 12:24:10 ---> ab8ee17c8b66 12:24:10 Step 3/24 : WORKDIR /edgex-go 12:24:10 ---> Running in f49de76fac71 12:24:10 ---> Running in 6b1dcf6a7360 12:24:10 ---> Running in e7baa27bb64b 12:24:10 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 12:24:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:24:10 ---> ab8ee17c8b66 12:24:10 Step 3/23 : WORKDIR /edgex-go 12:24:10 ---> Running in 567359f09314 12:24:10 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 12:24:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:24:10 ---> ab8ee17c8b66 12:24:10 Step 3/23 : WORKDIR /edgex-go 12:24:10 ---> Running in 482cb5f1a900 12:24:10 Removing intermediate container f49de76fac71 12:24:10 ---> a8d01a14c2ef 12:24:10 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:24:10 Removing intermediate container e7baa27bb64b 12:24:10 ---> df6bdc5ca47c 12:24:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:24:10 ---> Running in 223adce15b7a 12:24:10 Removing intermediate container 567359f09314 12:24:10 ---> 26a14aec90df 12:24:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:24:10 Removing intermediate container 6b1dcf6a7360 12:24:10 ---> 61c5ea68ac2c 12:24:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:24:10 ---> Running in 8172af04a567 12:24:10 ---> Running in 578f39152e18 12:24:10 ---> Running in a63b7111fe2c 12:24:10 Removing intermediate container 482cb5f1a900 12:24:10 ---> f7ba66ae9d78 12:24:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:24:10 ---> Running in 564c17c6c2ff 12:24:10 Removing intermediate container 223adce15b7a 12:24:10 ---> fd6ecc8a9d43 12:24:10 Step 5/24 : RUN apk add --update --no-cache make git 12:24:10 ---> Running in 5d55eb3d552c 12:24:10 Removing intermediate container 8172af04a567 12:24:10 ---> 8194af08a863 12:24:10 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 12:24:10 Removing intermediate container a63b7111fe2c 12:24:10 ---> 13df6de96078 12:24:10 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 12:24:10 ---> Running in 3f0ec8bf2f0c 12:24:10 ---> Running in dcaa7636a908 12:24:10 Removing intermediate container 564c17c6c2ff 12:24:10 ---> 3d4f3a31112e 12:24:10 Step 5/23 : RUN apk add --update --no-cache make git 12:24:10 ---> Running in b68a67ba2f65 12:24:10 Removing intermediate container 578f39152e18 12:24:10 ---> e967549d6594 12:24:10 Step 5/22 : RUN apk add --update --no-cache make git 12:24:10 ---> Running in cdf9480e16e6 12:24:10 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 12:24:10 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 12:24:10 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 12:24:10 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 12:24:10 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 12:24:10 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 12:24:10 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 12:24:10 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 12:24:10 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 12:24:10 OK: 220 MiB in 52 packages 12:24:10 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 12:24:10 OK: 220 MiB in 52 packages 12:24:10 OK: 220 MiB in 52 packages 12:24:10 OK: 220 MiB in 52 packages 12:24:10 OK: 220 MiB in 52 packages 12:24:10 Removing intermediate container 5d55eb3d552c 12:24:10 ---> 61cd3df633b6 12:24:10 Step 6/24 : COPY go.mod vendor* ./ 12:24:10 Removing intermediate container 3f0ec8bf2f0c 12:24:10 ---> 07daa22e6c11 12:24:10 Step 6/22 : COPY go.mod vendor* ./ 12:24:10 Removing intermediate container b68a67ba2f65 12:24:10 ---> 7e236263a414 12:24:10 Step 6/23 : COPY go.mod vendor* ./ 12:24:10 Removing intermediate container dcaa7636a908 12:24:10 ---> 05f4d66a12e7 12:24:10 Step 6/23 : COPY go.mod vendor* ./ 12:24:10 Removing intermediate container cdf9480e16e6 12:24:10 ---> 64595cd9beb8 12:24:10 Step 6/22 : COPY go.mod vendor* ./ 12:24:11 ---> fb75317ecdf4 12:24:11 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:24:11 ---> 9d06cd2bd931 12:24:11 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:24:11 ---> Running in 7036d2ce69a5 12:24:11 ---> Running in a0e17de6f4df 12:24:11 ---> 2b3f004845ab 12:24:11 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:24:12 ---> cb7573ee17a2 12:24:12 ---> cccd0c013238 12:24:12 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:24:12 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:24:12 ---> Running in 84a2972accdd 12:24:12 ---> Running in 2d69382717bc 12:24:12 ---> Running in 86960d5653ff 12:24:16 Removing intermediate container a0e17de6f4df 12:24:16 ---> 866610301373 12:24:16 Step 8/22 : COPY . . 12:24:17 Removing intermediate container 7036d2ce69a5 12:24:17 ---> 184971db50da 12:24:17 Step 8/24 : COPY . . 12:24:17 Removing intermediate container 84a2972accdd 12:24:17 ---> 2f34b3b9f230 12:24:17 Step 8/23 : COPY . . 12:24:18 Removing intermediate container 2d69382717bc 12:24:18 ---> 5bdd9b368bc2 12:24:18 Step 8/23 : COPY . . 12:24:18 Removing intermediate container 86960d5653ff 12:24:18 ---> 63dc3b29e0cd 12:24:18 Step 8/22 : COPY . . 12:24:50 ---> b41d954fd898 12:24:50 Step 9/22 : RUN make cmd/support-notifications/support-notifications 12:24:50 ---> 66f3bc7778d8 12:24:50 Step 9/24 : ARG SPIRE_RELEASE=1.2.0 12:24:50 ---> 9df543c7cfb1 12:24:50 Step 9/23 : RUN make cmd/core-metadata/core-metadata 12:24:50 ---> Running in 16cc121738ab 12:24:50 ---> 8b2bc8383aa2 12:24:50 Step 9/23 : RUN make cmd/core-data/core-data 12:24:50 ---> Running in 0732a5f0ecd8 12:24:50 ---> Running in f09142fe07a5 12:24:50 ---> Running in 6f2160cf9d6d 12:24:50 Removing intermediate container 0732a5f0ecd8 12:24:50 ---> 11fd4a5b5bb6 12:24:50 Step 10/24 : RUN wget -q "https://github.com/spiffe/spire/releases/download/v${SPIRE_RELEASE}/spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" && tar xv --strip-components=1 -f "spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" 12:24:50 ---> 6d565186beb6 12:24:50 Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 12:24:50 ---> Running in c9f9cc51f2ac 12:24:50 ---> Running in eed6c2756f29 12:24:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 12:24:52 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 12:24:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 12:24:53 CGO_ENABLED=0 GO111MODULE=on go build -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 12:24:55 spire-1.2.0/ 12:24:59 spire-1.2.0/README.md 12:24:59 spire-1.2.0/bin/ 12:24:59 spire-1.2.0/bin/spire-server 12:24:59 spire-1.2.0/bin/spire-agent 12:24:59 spire-1.2.0/conf/ 12:24:59 spire-1.2.0/conf/server/ 12:24:59 spire-1.2.0/conf/server/server.conf 12:24:59 spire-1.2.0/conf/agent/ 12:24:59 spire-1.2.0/conf/agent/agent.conf 12:24:59 spire-1.2.0/LICENSE 12:25:06 Removing intermediate container c9f9cc51f2ac 12:25:06 ---> b59046dbe281 12:25:06 12:25:06 Step 11/24 : FROM alpine:3.15 12:25:06 3.15: Pulling from library/alpine 12:25:07 Digest: sha256:f22945d45ee2eb4dd463ed5a431d9f04fcd80ca768bb1acf898d91ce51f7bf04 12:25:07 Status: Downloaded newer image for alpine:3.15 12:25:07 ---> 03078ca19a05 12:25:07 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 12:25:07 ---> Running in 5827377dac81 12:25:07 Removing intermediate container 5827377dac81 12:25:07 ---> ebb4fcdbde25 12:25:07 Step 13/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:25:07 ---> Running in b72402ae44ee 12:25:11 Removing intermediate container b72402ae44ee 12:25:11 ---> c72b344eb54b 12:25:11 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 12:25:11 ---> Running in 26afebb55bfc 12:25:12 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 12:25:13 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 12:25:15 v3.15.3-14-g83fcdd9ddc [https://nl.alpinelinux.org/alpine/v3.15/main] 12:25:15 v3.15.3-13-gd905dfa045 [https://nl.alpinelinux.org/alpine/v3.15/community] 12:25:15 OK: 15729 distinct packages available 12:25:15 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 12:25:16 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 12:25:17 (1/4) Installing dumb-init (1.2.5-r1) 12:25:17 (2/4) Installing musl-obstack (1.2.3-r0) 12:25:17 (3/4) Installing libucontext (1.1-r0) 12:25:17 (4/4) Installing gcompat (1.0.0-r4) 12:25:18 Executing busybox-1.34.1-r4.trigger 12:25:18 OK: 6 MiB in 18 packages 12:25:19 Removing intermediate container 26afebb55bfc 12:25:19 ---> cca682d099c5 12:25:19 Step 15/24 : COPY --from=builder /edgex-go/bin/spire-server /usr/local/bin 12:25:24 ---> 0abc2ee9a9df 12:25:24 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 12:25:25 ---> b2c2a68b3149 12:25:25 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 12:25:25 ---> Running in ded4bf3c7e2e 12:25:25 Removing intermediate container ded4bf3c7e2e 12:25:25 ---> 420b2eca0760 12:25:25 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 12:25:26 ---> 9181a51ad0d8 12:25:26 Step 19/24 : WORKDIR / 12:25:26 ---> Running in cbfe6cf9d760 12:25:27 Removing intermediate container cbfe6cf9d760 12:25:27 ---> 9df86093a597 12:25:27 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 12:25:27 ---> Running in 172a1390f82d 12:25:28 Removing intermediate container 172a1390f82d 12:25:28 ---> 51545261fe05 12:25:28 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 12:25:28 ---> Running in febe683dfd04 12:25:28 Removing intermediate container febe683dfd04 12:25:28 ---> f80d1588b9ed 12:25:28 Step 22/24 : LABEL arch=arm64 12:25:28 ---> Running in a613f309cbd0 12:25:29 Removing intermediate container a613f309cbd0 12:25:29 ---> 64b4373b50ea 12:25:29 Step 23/24 : LABEL git_sha=b0f882bed63e090e7eb60baa9186560de7f15524 12:25:29 ---> Running in 9b012715c82e 12:25:30 Removing intermediate container 9b012715c82e 12:25:30 ---> 1d6c1229086d 12:25:30 Step 24/24 : LABEL version=0.0.0 12:25:30 ---> Running in b9ae41832f26 12:25:30 Removing intermediate container b9ae41832f26 12:25:30 ---> 326c05f5b6ee 12:25:30 12:25:31 Successfully built 326c05f5b6ee 12:25:31 Successfully tagged security-spire-config-arm64:latest 12:25:31  Building security-spire-config ... done Building security-secretstore-setup 12:26:10 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 12:26:10 Step 2/25 : FROM ${BUILDER_BASE} AS builder 12:26:10 ---> ab8ee17c8b66 12:26:10 Step 3/25 : WORKDIR /edgex-go 12:26:10 ---> Using cache 12:26:10 ---> f7ba66ae9d78 12:26:10 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:26:10 ---> Using cache 12:26:10 ---> 3d4f3a31112e 12:26:10 Step 5/25 : RUN apk add --update --no-cache make git 12:26:10 ---> Using cache 12:26:10 ---> 7e236263a414 12:26:10 Step 6/25 : COPY go.mod vendor* ./ 12:26:10 ---> Using cache 12:26:10 ---> cccd0c013238 12:26:10 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:26:10 ---> Using cache 12:26:10 ---> 5bdd9b368bc2 12:26:10 Step 8/25 : COPY . . 12:26:10 ---> Using cache 12:26:10 ---> 9df543c7cfb1 12:26:10 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 12:26:10 ---> Running in 5c153bc4720c 12:26:10 CGO_ENABLED=0 GO111MODULE=on go build -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 12:31:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 12:31:27 Removing intermediate container eed6c2756f29 12:31:27 ---> c492d8aae7e6 12:31:27 12:31:27 Step 10/22 : FROM alpine:3.14 12:31:27 3.14: Pulling from library/alpine 12:31:29 Digest: sha256:85c63ff404e9b4daf18f264447161b50ffa70047cc4c03381478cf2c6edfa9da 12:31:29 Status: Downloaded newer image for alpine:3.14 12:31:29 ---> cc3d11fa2d52 12:31:29 Step 11/22 : RUN apk add --update --no-cache curl dumb-init 12:31:29 ---> Running in ee1ffd758a4e 12:31:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 12:31:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 12:31:33 (1/6) Installing ca-certificates (20211220-r0) 12:31:33 (2/6) Installing brotli-libs (1.0.9-r5) 12:31:33 (3/6) Installing nghttp2-libs (1.43.0-r0) 12:31:33 (4/6) Installing libcurl (7.79.1-r0) 12:31:33 (5/6) Installing curl (7.79.1-r0) 12:31:33 (6/6) Installing dumb-init (1.2.5-r1) 12:31:33 Executing busybox-1.33.1-r6.trigger 12:31:33 Executing ca-certificates-20211220-r0.trigger 12:31:33 OK: 8 MiB in 20 packages 12:31:37 Removing intermediate container ee1ffd758a4e 12:31:37 ---> a4107c5e1cac 12:31:37 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:31:37 ---> Running in 3d188ecab04a 12:31:38 Removing intermediate container 3d188ecab04a 12:31:38 ---> b4513024fa40 12:31:38 Step 13/22 : WORKDIR /edgex 12:31:38 ---> Running in d37ca1c707f3 12:31:39 Removing intermediate container d37ca1c707f3 12:31:39 ---> bbfc55a04954 12:31:39 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 12:31:41 ---> 3650ad415edc 12:31:41 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 12:31:42 Removing intermediate container 16cc121738ab 12:31:42 ---> a3b89137cd2d 12:31:42 12:31:42 Step 10/22 : FROM alpine:3.14 12:31:42 ---> cc3d11fa2d52 12:31:42 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 12:31:42 ---> Running in bf4cf806a02d 12:31:44 ---> 724e9f598f32 12:31:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 12:31:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 12:31:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 12:31:45 Removing intermediate container f09142fe07a5 12:31:45 ---> a37184abc3e6 12:31:45 12:31:45 Step 10/23 : FROM alpine:3.14 12:31:45 ---> cc3d11fa2d52 12:31:45 Step 11/23 : RUN apk add --update --no-cache dumb-init 12:31:45 ---> Running in a867cc482287 12:31:46 (1/2) Installing ca-certificates (20211220-r0) 12:31:46 (2/2) Installing dumb-init (1.2.5-r1) 12:31:46 Executing busybox-1.33.1-r6.trigger 12:31:47 Executing ca-certificates-20211220-r0.trigger 12:31:47 OK: 6 MiB in 16 packages 12:31:47 ---> 1d4f1d96d94a 12:31:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 12:31:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 12:31:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 12:31:49 ---> 80e917691adb 12:31:49 Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:31:49 ---> Running in a64e72723cba 12:31:49 (1/1) Installing dumb-init (1.2.5-r1) 12:31:49 Executing busybox-1.33.1-r6.trigger 12:31:49 OK: 5 MiB in 15 packages 12:31:50 Removing intermediate container bf4cf806a02d 12:31:50 ---> eaff56fb073e 12:31:50 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 12:31:50 ---> Running in f3c27dcebe62 12:31:51 Removing intermediate container f3c27dcebe62 12:31:51 ---> 423fbf74a7b0 12:31:51 Step 13/22 : ENV APP_PORT=59860 12:31:52 Removing intermediate container a867cc482287 12:31:52 ---> 532130a3b5e0 12:31:52 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 12:31:52 ---> Running in abefc3eefa99 12:31:52 ---> Running in 41f7d6bfe74f 12:31:53 Removing intermediate container abefc3eefa99 12:31:53 ---> df3382cfc6f4 12:31:53 Step 14/22 : EXPOSE $APP_PORT 12:31:53 ---> Running in bc56d22e7d95 12:31:53 Removing intermediate container 41f7d6bfe74f 12:31:53 ---> c45e8e3afeae 12:31:53 Step 13/23 : ENV APP_PORT=59881 12:31:53 ---> Running in 2b944b5fc038 12:31:53 Removing intermediate container a64e72723cba 12:31:53 ---> 38a3d7cb2c3d 12:31:53 Step 19/22 : ENTRYPOINT ["entrypoint.sh"] 12:31:54 Removing intermediate container 2b944b5fc038 12:31:54 ---> 5f2761312efc 12:31:54 Step 14/23 : EXPOSE $APP_PORT 12:31:54 Removing intermediate container bc56d22e7d95 12:31:54 ---> 5993df1ce012 12:31:54 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 12:31:54 ---> Running in e804daa691ca 12:31:54 ---> Running in 48e4c351dee5 12:31:55 Removing intermediate container 48e4c351dee5 12:31:55 ---> 6400759e955c 12:31:55 Step 15/23 : WORKDIR / 12:31:55 Removing intermediate container e804daa691ca 12:31:55 ---> 2852e9d7de97 12:31:55 Step 20/22 : LABEL arch=arm64 12:31:55 ---> Running in d894f9623107 12:31:55 ---> da0d3ae784b7 12:31:55 ---> Running in 925a08e2c2f2 12:31:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 12:31:55 Removing intermediate container 925a08e2c2f2 12:31:55 ---> 5273560eeb0c 12:31:55 Step 21/22 : LABEL git_sha=b0f882bed63e090e7eb60baa9186560de7f15524 12:31:56 ---> Running in 63cdc6ba1a3f 12:31:56 Removing intermediate container d894f9623107 12:31:56 ---> b3dc598acf58 12:31:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 12:31:56 Removing intermediate container 63cdc6ba1a3f 12:31:56 ---> af58b68fb6dd 12:31:56 Step 22/22 : LABEL version=0.0.0 12:31:56 ---> Running in 98447ad4f181 12:31:57 ---> be5fa180631c 12:31:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 12:31:57 Removing intermediate container 98447ad4f181 12:31:57 ---> c05f81cc08c0 12:31:57 12:31:58 ---> 9f047b096dc0 12:31:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 12:31:58 Successfully built c05f81cc08c0 12:31:58 Successfully tagged security-proxy-setup-arm64:latest 12:31:58 Building sys-mgmt-agent 12:31:59  Building security-proxy-setup ... done  ---> 227b6088f438 12:31:59 Step 18/22 : ENTRYPOINT ["/support-notifications"] 12:32:00 ---> Running in e18f7623f7a7 12:32:00 ---> 74270ef186f5 12:32:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 12:32:01 Removing intermediate container e18f7623f7a7 12:32:01 ---> 0afb2ca94629 12:32:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:32:01 ---> Running in aef771b3e062 12:32:02 Removing intermediate container aef771b3e062 12:32:02 ---> 33aed6e5b003 12:32:02 Step 20/22 : LABEL arch=arm64 12:32:02 ---> dee478e2b23b 12:32:02 Step 19/23 : ENTRYPOINT ["/core-metadata"] 12:32:02 ---> Running in bd4adf09a7b2 12:32:02 ---> Running in 2f136bacf03a 12:32:03 CGO_ENABLED=0 GO111MODULE=on go build -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 12:32:03 Removing intermediate container bd4adf09a7b2 12:32:03 ---> 99aa2665a448 12:32:03 Step 21/22 : LABEL git_sha=b0f882bed63e090e7eb60baa9186560de7f15524 12:32:03 Removing intermediate container 2f136bacf03a 12:32:03 ---> 9f132c02e56b 12:32:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:32:03 ---> Running in ba970cb71be9 12:32:03 ---> Running in 531c602d2f28 12:32:04 Removing intermediate container 531c602d2f28 12:32:04 ---> 2c18581c645d 12:32:04 Step 22/22 : LABEL version=0.0.0 12:32:04 Removing intermediate container ba970cb71be9 12:32:04 ---> 6cdbe07e2e8d 12:32:04 Step 21/23 : LABEL arch=arm64 12:32:05 ---> Running in 0e025f7d4a9f 12:32:05 ---> Running in d5ccabccae75 12:32:06 Removing intermediate container d5ccabccae75 12:32:06 ---> 916510b32559 12:32:06 Step 22/23 : LABEL git_sha=b0f882bed63e090e7eb60baa9186560de7f15524 12:32:06 Removing intermediate container 0e025f7d4a9f 12:32:06 ---> 31079ccda04a 12:32:06 12:32:06 ---> Running in ee9766311c98 12:32:07 Successfully built 31079ccda04a 12:32:07 Successfully tagged support-notifications-arm64:latest 12:32:07 Building security-spire-agent 12:32:07  Building support-notifications ... done Removing intermediate container ee9766311c98 12:32:07 ---> add26177e3ee 12:32:07 Step 23/23 : LABEL version=0.0.0 12:32:07 ---> Running in d93c8594cc52 12:32:08 Removing intermediate container d93c8594cc52 12:32:08 ---> 56d08ad6ca75 12:32:08 12:32:09 Successfully built 56d08ad6ca75 12:32:09 Successfully tagged core-metadata-arm64:latest 12:32:09 Building security-bootstrapper 12:32:11  Building core-metadata ... done Removing intermediate container 6f2160cf9d6d 12:32:11 ---> ca781625dbac 12:32:11 12:32:11 Step 10/23 : FROM alpine:3.14 12:32:11 ---> cc3d11fa2d52 12:32:11 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:32:11 ---> Running in 3b8dc77cc624 12:32:12 Removing intermediate container 3b8dc77cc624 12:32:12 ---> 222517784b09 12:32:12 Step 12/23 : ENV APP_PORT=59880 12:32:12 ---> Running in f187874a0743 12:32:13 Removing intermediate container f187874a0743 12:32:13 ---> 023cbba8bdf8 12:32:13 Step 13/23 : EXPOSE $APP_PORT 12:32:13 ---> Running in d9a7eeb7b9cf 12:32:13 Removing intermediate container d9a7eeb7b9cf 12:32:13 ---> 11ebae3f12b5 12:32:13 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:32:13 ---> Running in a68523f996fe 12:32:17 Removing intermediate container a68523f996fe 12:32:17 ---> 53412758f154 12:32:17 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 12:32:17 Removing intermediate container 5c153bc4720c 12:32:17 ---> d7750a35f4ca 12:32:17 12:32:17 Step 10/25 : FROM alpine:3.14 12:32:17 ---> cc3d11fa2d52 12:32:17 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 12:32:17 ---> Running in 09686b38b09a 12:32:17 ---> Running in caf91e2334ad 12:32:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 12:32:18 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 12:32:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 12:32:19 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 12:32:19 (1/3) Installing ca-certificates (20211220-r0) 12:32:20 (2/3) Installing dumb-init (1.2.5-r1) 12:32:20 (3/3) Installing su-exec (0.2-r1) 12:32:20 Executing busybox-1.33.1-r6.trigger 12:32:20 Executing ca-certificates-20211220-r0.trigger 12:32:20 OK: 6 MiB in 17 packages 12:32:20 (1/6) Installing dumb-init (1.2.5-r1) 12:32:20 (2/6) Installing libgcc (10.3.1_git20210424-r2) 12:32:20 (3/6) Installing libsodium (1.0.18-r0) 12:32:21 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 12:32:21 (5/6) Installing libzmq (4.3.4-r0) 12:32:21 (6/6) Installing zeromq (4.3.4-r0) 12:32:21 Executing busybox-1.33.1-r6.trigger 12:32:21 OK: 8 MiB in 20 packages 12:32:23 Removing intermediate container caf91e2334ad 12:32:23 ---> e8200c3524e1 12:32:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 12:32:23 Removing intermediate container 09686b38b09a 12:32:23 ---> 07b4097744fc 12:32:23 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:32:23 ---> Running in be9d05e123aa 12:32:23 Removing intermediate container be9d05e123aa 12:32:23 ---> 15e0a16bb769 12:32:23 Step 13/25 : WORKDIR / 12:32:23 ---> Running in a927f7d29337 12:32:24 ---> 36b3615ea3f3 12:32:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 12:32:24 Removing intermediate container a927f7d29337 12:32:24 ---> 59f7879127f3 12:32:24 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 12:32:25 ---> cfdbfc9471f1 12:32:25 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 12:32:26 ---> dcee0b03167b 12:32:26 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 12:32:27 ---> 0022b75e398a 12:32:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 12:32:27 ---> 0f5ba75f207f 12:32:27 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 12:32:27 ---> a208d3e58b92 12:32:27 Step 19/23 : ENTRYPOINT ["/core-data"] 12:32:28 ---> 7cc73ebda94d 12:32:28 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 12:32:28 ---> Running in 283edbfb8548 12:32:28 Removing intermediate container 283edbfb8548 12:32:28 ---> ec8e0397454b 12:32:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:32:28 ---> Running in 389b3b51d2c6 12:32:29 Removing intermediate container 389b3b51d2c6 12:32:29 ---> 84a73d08ab47 12:32:29 Step 21/23 : LABEL arch=arm64 12:32:29 ---> Running in e3a779da4655 12:32:30 Removing intermediate container e3a779da4655 12:32:30 ---> 225a21e1156b 12:32:30 Step 22/23 : LABEL git_sha=b0f882bed63e090e7eb60baa9186560de7f15524 12:32:30 ---> Running in f5ad1a171952 12:32:30 Removing intermediate container f5ad1a171952 12:32:30 ---> 3eb478677b90 12:32:30 Step 23/23 : LABEL version=0.0.0 12:32:30 ---> 0bf2a21e1de5 12:32:30 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 12:32:30 ---> Running in f0db5df262b7 12:32:31 Removing intermediate container f0db5df262b7 12:32:31 ---> 1430825db868 12:32:31 12:32:32 Successfully built 1430825db868 12:32:32 Successfully tagged core-data-arm64:latest 12:32:32  Building core-data ... done Building core-command 12:32:32 ---> f01734f547d3 12:32:32 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 12:32:33 ---> 4f891218aca2 12:32:33 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 12:32:33 ---> Running in cc2ef7ba55f5 12:32:36 Removing intermediate container cc2ef7ba55f5 12:32:36 ---> 628d5625bd6a 12:32:36 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 12:32:36 ---> Running in bedd151d1412 12:32:36 Removing intermediate container bedd151d1412 12:32:36 ---> 46ef46652c00 12:32:36 Step 23/25 : LABEL arch=arm64 12:32:36 ---> Running in 2b171e11db2f 12:32:37 Removing intermediate container 2b171e11db2f 12:32:37 ---> 7c036e554db7 12:32:37 Step 24/25 : LABEL git_sha=b0f882bed63e090e7eb60baa9186560de7f15524 12:32:37 ---> Running in 8a2c3ba7a1d0 12:32:37 Removing intermediate container 8a2c3ba7a1d0 12:32:37 ---> 42e3e4fa1a81 12:32:37 Step 25/25 : LABEL version=0.0.0 12:32:37 ---> Running in 20d8c26795a2 12:32:38 Removing intermediate container 20d8c26795a2 12:32:38 ---> 1edc1297aba7 12:32:38 12:32:38 Successfully built 1edc1297aba7 12:32:38 Successfully tagged security-secretstore-setup-arm64:latest 12:32:38 Building support-scheduler 12:33:01  Building security-secretstore-setup ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 12:33:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:33:01 ---> ab8ee17c8b66 12:33:01 Step 3/23 : WORKDIR /edgex-go 12:33:01 ---> Using cache 12:33:01 ---> f7ba66ae9d78 12:33:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:33:01 ---> Using cache 12:33:01 ---> 3d4f3a31112e 12:33:01 Step 5/23 : RUN apk add --update --no-cache make bash git 12:33:01 ---> Running in dae785b683ad 12:33:01 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 12:33:01 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 12:33:02 OK: 220 MiB in 52 packages 12:33:03 Removing intermediate container dae785b683ad 12:33:03 ---> 9b464bdcd66c 12:33:03 Step 6/23 : COPY go.mod vendor* ./ 12:33:04 ---> 143c1838f24d 12:33:04 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:33:04 ---> Running in c98862304a47 12:33:07 Removing intermediate container c98862304a47 12:33:07 ---> b6362265e5b4 12:33:07 Step 8/23 : COPY . . 12:33:23 Step 1/24 : ARG BUILDER_BASE=golang:1.17-alpine3.15 12:33:23 Step 2/24 : FROM ${BUILDER_BASE} AS builder 12:33:23 ---> ab8ee17c8b66 12:33:23 Step 3/24 : WORKDIR /edgex-go 12:33:23 ---> Using cache 12:33:23 ---> f7ba66ae9d78 12:33:23 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:33:23 ---> Using cache 12:33:23 ---> 3d4f3a31112e 12:33:23 Step 5/24 : RUN apk add --update --no-cache make git 12:33:23 ---> Using cache 12:33:23 ---> 7e236263a414 12:33:23 Step 6/24 : COPY go.mod vendor* ./ 12:33:23 ---> Using cache 12:33:23 ---> cccd0c013238 12:33:23 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:33:23 ---> Using cache 12:33:23 ---> 5bdd9b368bc2 12:33:23 Step 8/24 : COPY . . 12:33:23 ---> Using cache 12:33:23 ---> 9df543c7cfb1 12:33:23 Step 9/24 : ARG SPIRE_RELEASE=1.2.0 12:33:23 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 12:33:23 Step 2/31 : FROM ${BUILDER_BASE} AS builder 12:33:23 ---> ab8ee17c8b66 12:33:23 Step 3/31 : WORKDIR /edgex-go 12:33:23 ---> Using cache 12:33:23 ---> f7ba66ae9d78 12:33:23 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:33:23 ---> Using cache 12:33:23 ---> 3d4f3a31112e 12:33:23 Step 5/31 : RUN apk add --update --no-cache make git 12:33:23 ---> Using cache 12:33:23 ---> 7e236263a414 12:33:23 Step 6/31 : COPY go.mod vendor* ./ 12:33:23 ---> Using cache 12:33:23 ---> cccd0c013238 12:33:23 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:33:23 ---> Using cache 12:33:23 ---> 5bdd9b368bc2 12:33:23 Step 8/31 : COPY . . 12:33:23 ---> Running in 833186fad569 12:33:23 ---> Using cache 12:33:23 ---> 9df543c7cfb1 12:33:23 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 12:33:23 ---> Running in 43232a965a39 12:33:23 Removing intermediate container 833186fad569 12:33:23 ---> 477355003a34 12:33:23 Step 10/24 : RUN wget -q "https://github.com/spiffe/spire/releases/download/v${SPIRE_RELEASE}/spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" && tar xv --strip-components=1 -f "spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" 12:33:23 ---> Running in 38a13d098253 12:33:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 12:33:27 spire-1.2.0/ 12:33:31 spire-1.2.0/README.md 12:33:31 spire-1.2.0/bin/ 12:33:31 spire-1.2.0/bin/spire-server 12:33:31 spire-1.2.0/bin/spire-agent 12:33:31 spire-1.2.0/conf/ 12:33:31 spire-1.2.0/conf/server/ 12:33:31 spire-1.2.0/conf/server/server.conf 12:33:31 spire-1.2.0/conf/agent/ 12:33:31 spire-1.2.0/conf/agent/agent.conf 12:33:31 spire-1.2.0/LICENSE 12:33:38 ---> 0332df0f5b3d 12:33:38 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 12:33:38 ---> Running in d3607b64dd0c 12:33:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 12:33:41 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 12:33:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:33:41 ---> ab8ee17c8b66 12:33:41 Step 3/23 : WORKDIR /edgex-go 12:33:41 ---> Using cache 12:33:41 ---> f7ba66ae9d78 12:33:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:33:41 ---> Using cache 12:33:41 ---> 3d4f3a31112e 12:33:41 Step 5/23 : RUN apk add --update --no-cache make git 12:33:41 ---> Using cache 12:33:41 ---> 7e236263a414 12:33:41 Step 6/23 : COPY go.mod vendor* ./ 12:33:41 ---> Using cache 12:33:41 ---> cccd0c013238 12:33:41 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:33:41 ---> Using cache 12:33:41 ---> 5bdd9b368bc2 12:33:41 Step 8/23 : COPY . . 12:33:41 ---> Using cache 12:33:41 ---> 9df543c7cfb1 12:33:41 Step 9/23 : RUN make cmd/core-command/core-command 12:33:41 ---> Running in bb74fcd455da 12:33:42 Removing intermediate container 38a13d098253 12:33:42 ---> 79a64bebd2bc 12:33:42 12:33:42 Step 11/24 : FROM alpine:3.15 12:33:42 ---> 03078ca19a05 12:33:42 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 12:33:42 ---> Using cache 12:33:42 ---> ebb4fcdbde25 12:33:42 Step 13/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:33:42 ---> Using cache 12:33:42 ---> c72b344eb54b 12:33:42 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 12:33:43 ---> Running in 86b96e204574 12:33:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 12:33:45 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 12:33:45 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 12:33:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:33:45 ---> ab8ee17c8b66 12:33:45 Step 3/22 : WORKDIR /edgex-go 12:33:45 ---> Using cache 12:33:45 ---> f7ba66ae9d78 12:33:45 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:33:45 ---> Using cache 12:33:45 ---> 3d4f3a31112e 12:33:45 Step 5/22 : RUN apk add --update --no-cache make git 12:33:45 ---> Using cache 12:33:45 ---> 7e236263a414 12:33:45 Step 6/22 : COPY go.mod vendor* ./ 12:33:45 ---> Using cache 12:33:45 ---> cccd0c013238 12:33:45 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:33:45 ---> Using cache 12:33:45 ---> 5bdd9b368bc2 12:33:45 Step 8/22 : COPY . . 12:33:45 ---> Using cache 12:33:45 ---> 9df543c7cfb1 12:33:45 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 12:33:45 ---> Running in 6593f4ca435d 12:33:46 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 12:33:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 12:33:47 v3.15.3-14-g83fcdd9ddc [https://nl.alpinelinux.org/alpine/v3.15/main] 12:33:47 v3.15.3-13-gd905dfa045 [https://nl.alpinelinux.org/alpine/v3.15/community] 12:33:47 OK: 15729 distinct packages available 12:33:47 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 12:33:48 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 12:33:49 (1/5) Installing dumb-init (1.2.5-r1) 12:33:50 (2/5) Installing musl-obstack (1.2.3-r0) 12:33:50 (3/5) Installing libucontext (1.1-r0) 12:33:50 (4/5) Installing gcompat (1.0.0-r4) 12:33:50 (5/5) Installing openssl (1.1.1n-r0) 12:33:50 Executing busybox-1.34.1-r4.trigger 12:33:50 OK: 6 MiB in 19 packages 12:33:51 Removing intermediate container 86b96e204574 12:33:52 ---> 8259d7c0b876 12:33:52 Step 15/24 : COPY --from=builder /edgex-go/bin/spire-agent /usr/local/bin 12:33:55 ---> 881cfd4610df 12:33:55 Step 16/24 : COPY --from=builder /edgex-go/bin/spire-server /usr/local/bin 12:34:00 ---> 516450e22353 12:34:00 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 12:34:01 ---> c66854c45861 12:34:01 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 12:34:02 ---> 74a9fb51b7dc 12:34:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 12:34:03 ---> ac382ad238cd 12:34:03 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 12:34:03 ---> Running in f61c9e5c7d55 12:34:04 Removing intermediate container f61c9e5c7d55 12:34:04 ---> 0565b9e243a7 12:34:04 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 12:34:04 ---> Running in 7830babd4aef 12:34:04 Removing intermediate container 7830babd4aef 12:34:04 ---> b59d817b34ce 12:34:04 Step 22/24 : LABEL arch=arm64 12:34:04 ---> Running in 82c01521f94f 12:34:05 Removing intermediate container 82c01521f94f 12:34:05 ---> f650f43105eb 12:34:05 Step 23/24 : LABEL git_sha=b0f882bed63e090e7eb60baa9186560de7f15524 12:34:05 ---> Running in d7b4600eab74 12:34:05 Removing intermediate container d7b4600eab74 12:34:05 ---> ee56a7591f95 12:34:05 Step 24/24 : LABEL version=0.0.0 12:34:05 ---> Running in e478cd13f39c 12:34:06 Removing intermediate container e478cd13f39c 12:34:06 ---> 05302101d2cf 12:34:06 12:34:06 Successfully built 05302101d2cf 12:34:06 Successfully tagged security-spire-agent-arm64:latest 12:34:06  Building security-spire-agent ... done Building security-spiffe-token-provider 12:34:45 Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 12:34:45 Step 2/20 : FROM ${BUILDER_BASE} AS builder 12:34:45 ---> ab8ee17c8b66 12:34:45 Step 3/20 : WORKDIR /edgex-go 12:34:45 ---> Using cache 12:34:45 ---> f7ba66ae9d78 12:34:45 Step 4/20 : RUN apk update && apk --no-cache --update add build-base 12:34:45 ---> Running in 0544ac324d22 12:34:45 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 12:34:45 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 12:34:45 v3.15.3-14-g83fcdd9ddc [https://nl.alpinelinux.org/alpine/v3.15/main] 12:34:45 v3.15.3-13-gd905dfa045 [https://nl.alpinelinux.org/alpine/v3.15/community] 12:34:45 OK: 15739 distinct packages available 12:34:46 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 12:34:47 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 12:34:48 OK: 220 MiB in 52 packages 12:34:50 Removing intermediate container 0544ac324d22 12:34:50 ---> c33818b869a6 12:34:50 Step 5/20 : COPY go.mod vendor* ./ 12:34:51 ---> a368b37530a3 12:34:51 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:34:51 ---> Running in 8fe6d83faddb 12:34:57 Removing intermediate container 8fe6d83faddb 12:34:57 ---> 22ba44a5b35d 12:34:57 Step 7/20 : COPY . . 12:35:24 ---> e838ed0d20fe 12:35:24 Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 12:35:24 ---> Running in 6959f4e1caad 12:35:24 CGO_ENABLED=0 GO111MODULE=on go build -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 12:40:01 Removing intermediate container 43232a965a39 12:40:01 ---> c40098ad622e 12:40:01 12:40:01 Step 10/31 : FROM alpine:3.14 12:40:01 ---> cc3d11fa2d52 12:40:01 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 12:40:01 ---> Running in 0e11b44ca3bb 12:40:01 Removing intermediate container 0e11b44ca3bb 12:40:01 ---> 6c44ba08e770 12:40:01 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 12:40:01 ---> Running in 05a5eb402b8e 12:40:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 12:40:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 12:40:01 (1/2) Installing dumb-init (1.2.5-r1) 12:40:01 (2/2) Installing su-exec (0.2-r1) 12:40:01 Executing busybox-1.33.1-r6.trigger 12:40:01 OK: 6 MiB in 16 packages 12:40:01 Removing intermediate container 05a5eb402b8e 12:40:01 ---> ea0162ac5e72 12:40:01 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 12:40:01 ---> Running in 8ef6cd872580 12:40:01 Removing intermediate container 8ef6cd872580 12:40:01 ---> b744aa0f46e6 12:40:01 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 12:40:01 ---> Running in bb5d6b6adfd2 12:40:01 Removing intermediate container bb5d6b6adfd2 12:40:01 ---> 36dd0a5c1d13 12:40:01 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 12:40:01 ---> Running in d8f5e4cb725d 12:40:01 Removing intermediate container d8f5e4cb725d 12:40:01 ---> 1b6c598c8d18 12:40:01 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 12:40:01 ---> Running in 551f737b1ad7 12:40:01 Removing intermediate container 551f737b1ad7 12:40:01 ---> 4c13a829a6c8 12:40:01 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 12:40:01 ---> 5ec83d294f27 12:40:02 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 12:40:02 ---> Running in 01073870dfaa 12:40:06 Removing intermediate container 01073870dfaa 12:40:06 ---> 758c7f457303 12:40:06 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 12:40:07 ---> bab2936826bb 12:40:07 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 12:40:14 ---> 538d3f0d1211 12:40:14 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 12:40:17 ---> e43f5ae41821 12:40:17 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 12:40:19 ---> b335b8bc3624 12:40:19 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 12:40:21 Removing intermediate container d3607b64dd0c 12:40:21 ---> 534b721573cb 12:40:21 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 12:40:21 ---> 67982f43f55f 12:40:21 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 12:40:21 ---> Running in 3b42de0b2762 12:40:22 ---> Running in 20be2658a50e 12:40:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 12:40:23 Removing intermediate container 20be2658a50e 12:40:23 ---> 192d101f47ea 12:40:23 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 12:40:25 ---> 6d6bcf84928a 12:40:25 Step 26/31 : RUN chmod +x /entrypoint.sh 12:40:26 ---> Running in adf4c572a5ba 12:40:26 Removing intermediate container bb74fcd455da 12:40:26 ---> 5e2754acf692 12:40:26 12:40:26 Step 10/23 : FROM alpine:3.14 12:40:26 ---> cc3d11fa2d52 12:40:26 Step 11/23 : RUN apk add --update --no-cache dumb-init 12:40:26 ---> Using cache 12:40:26 ---> 532130a3b5e0 12:40:26 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 12:40:26 ---> Using cache 12:40:26 ---> c45e8e3afeae 12:40:26 Step 13/23 : ENV APP_PORT=59882 12:40:27 ---> Running in b72429b0367b 12:40:27 Removing intermediate container 3b42de0b2762 12:40:27 ---> add31751aca0 12:40:27 12:40:27 Step 11/23 : FROM docker:20.10.14 12:40:27 Removing intermediate container b72429b0367b 12:40:27 ---> 039a8e20bd74 12:40:27 Step 14/23 : EXPOSE $APP_PORT 12:40:27 20.10.14: Pulling from library/docker 12:40:28 ---> Running in 487f9e31df18 12:40:29 Removing intermediate container 487f9e31df18 12:40:29 ---> c07ccc1d5084 12:40:29 Step 15/23 : WORKDIR / 12:40:29 ---> Running in 27a80969588d 12:40:31 Removing intermediate container 27a80969588d 12:40:31 ---> c216ba9f5201 12:40:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 12:40:31 Removing intermediate container adf4c572a5ba 12:40:31 ---> f836c3293eb2 12:40:31 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 12:40:31 ---> Running in 393310474b0a 12:40:32 ---> 84de1e2d18dc 12:40:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 12:40:32 Removing intermediate container 393310474b0a 12:40:32 ---> 366e8acb7cd2 12:40:32 Step 28/31 : CMD ["gate"] 12:40:33 ---> Running in 11bf71b79f23 12:40:34 Removing intermediate container 11bf71b79f23 12:40:34 ---> 42c8d36994f4 12:40:34 Step 29/31 : LABEL arch=arm64 12:40:35 ---> Running in c18364625d6f 12:40:36 Removing intermediate container c18364625d6f 12:40:36 ---> 30a66cd314e9 12:40:36 Step 30/31 : LABEL git_sha=b0f882bed63e090e7eb60baa9186560de7f15524 12:40:36 ---> ca7a24505f14 12:40:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 12:40:37 ---> Running in a3b1094a638f 12:40:38 ---> 714795329136 12:40:38 Step 19/23 : ENTRYPOINT ["/core-command"] 12:40:38 ---> Running in 9a6efa1105e8 12:40:38 Removing intermediate container a3b1094a638f 12:40:38 ---> f3dd8c5f0dbb 12:40:38 Step 31/31 : LABEL version=0.0.0 12:40:39 ---> Running in 216d3ef48cd2 12:40:39 Removing intermediate container 9a6efa1105e8 12:40:39 ---> bf9a9117381e 12:40:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:40:39 ---> Running in de7461b895f2 12:40:40 Removing intermediate container 216d3ef48cd2 12:40:40 ---> 1bfbe02984c5 12:40:40 12:40:40 Removing intermediate container de7461b895f2 12:40:40 ---> 4848c6d05764 12:40:40 Step 21/23 : LABEL arch=arm64 12:40:40 ---> Running in f1bdd8fe65e5 12:40:41 Removing intermediate container f1bdd8fe65e5 12:40:41 ---> 72eb175e6eea 12:40:41 Step 22/23 : LABEL git_sha=b0f882bed63e090e7eb60baa9186560de7f15524 12:40:41 ---> Running in cd638509f34e 12:40:41 Removing intermediate container 6593f4ca435d 12:40:41 ---> 6af4e8902ea7 12:40:41 12:40:41 Step 10/22 : FROM alpine:3.14 12:40:41 ---> cc3d11fa2d52 12:40:41 Step 11/22 : RUN apk add --update --no-cache dumb-init 12:40:41 ---> Using cache 12:40:41 ---> 532130a3b5e0 12:40:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 12:40:41 ---> Using cache 12:40:41 ---> c45e8e3afeae 12:40:41 Step 13/22 : ENV APP_PORT=59861 12:40:41 Successfully built 1bfbe02984c5 12:40:41 Successfully tagged security-bootstrapper-arm64:latest 12:40:41  Building security-bootstrapper ... done Building security-spire-server 12:40:41 ---> Running in c76eaa5f180e 12:40:42 Removing intermediate container cd638509f34e 12:40:42 ---> 73727e0c7f2a 12:40:42 Step 23/23 : LABEL version=0.0.0 12:40:42 Removing intermediate container c76eaa5f180e 12:40:42 ---> 8886fa154950 12:40:42 Step 14/22 : EXPOSE $APP_PORT 12:40:42 ---> Running in 6ffbd4f34e1b 12:40:42 ---> Running in 083ce927ffd6 12:40:43 Removing intermediate container 6ffbd4f34e1b 12:40:43 ---> b8db2f4fd7d8 12:40:43 12:40:43 Removing intermediate container 083ce927ffd6 12:40:43 ---> 8b51f61a99d1 12:40:43 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 12:40:44 Successfully built b8db2f4fd7d8 12:40:44 Successfully tagged core-command-arm64:latest 12:40:44  Building core-command ... done  ---> 267a19058738 12:40:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 12:40:48 ---> 97a41a846749 12:40:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 12:40:49 ---> d865789bab76 12:40:49 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 12:40:49 ---> Running in dd7489e4aa6c 12:40:50 Removing intermediate container dd7489e4aa6c 12:40:50 ---> bd2f5063e64d 12:40:50 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:40:50 Digest: sha256:7dad83861f0b28bd6a0b281dc5f72144927b9f8173e388e461c8feba6be20bec 12:40:50 Status: Downloaded newer image for docker:20.10.14 12:40:50 ---> c52727829a8a 12:40:50 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 12:40:50 ---> Running in 6675cff66c8a 12:40:50 ---> Running in 718e0293e8c0 12:40:51 Removing intermediate container 6675cff66c8a 12:40:51 ---> df940a9a3d3a 12:40:51 Step 20/22 : LABEL arch=arm64 12:40:51 Removing intermediate container 718e0293e8c0 12:40:51 ---> ebd42023a6f7 12:40:51 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 12:40:51 ---> Running in df86864a15fc 12:40:51 ---> Running in d79f904a812c 12:40:52 Removing intermediate container df86864a15fc 12:40:52 ---> a17db0efd041 12:40:52 Step 21/22 : LABEL git_sha=b0f882bed63e090e7eb60baa9186560de7f15524 12:40:52 ---> Running in 1d92f2e4cdd3 12:40:52 Removing intermediate container 1d92f2e4cdd3 12:40:52 ---> 34c4ad5a81c8 12:40:52 Step 22/22 : LABEL version=0.0.0 12:40:52 ---> Running in a892fc667b59 12:40:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 12:40:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 12:40:53 Removing intermediate container a892fc667b59 12:40:53 ---> e5952e32e403 12:40:53 12:40:54 Successfully built e5952e32e403 12:40:54 Successfully tagged support-scheduler-arm64:latest 12:40:54  Building support-scheduler ... done (1/43) Installing readline (8.1.1-r0) 12:40:54 (2/43) Installing bash (5.1.16-r0) 12:40:54 Executing bash-5.1.16-r0.post-install 12:40:54 (3/43) Installing brotli-libs (1.0.9-r5) 12:40:54 (4/43) Installing nghttp2-libs (1.46.0-r0) 12:40:54 (5/43) Installing libcurl (7.80.0-r0) 12:40:54 (6/43) Installing curl (7.80.0-r0) 12:40:54 (7/43) Installing dumb-init (1.2.5-r1) 12:40:54 (8/43) Installing libbz2 (1.0.8-r1) 12:40:54 (9/43) Installing expat (2.4.7-r0) 12:40:54 (10/43) Installing libffi (3.4.2-r1) 12:40:54 (11/43) Installing gdbm (1.22-r0) 12:40:54 (12/43) Installing xz-libs (5.2.5-r0) 12:40:54 (13/43) Installing libgcc (10.3.1_git20211027-r0) 12:40:54 (14/43) Installing libstdc++ (10.3.1_git20211027-r0) 12:40:54 (15/43) Installing mpdecimal (2.5.1-r1) 12:40:54 (16/43) Installing sqlite-libs (3.36.0-r0) 12:40:54 (17/43) Installing python3 (3.9.7-r4) 12:40:56 (18/43) Installing py3-appdirs (1.4.4-r2) 12:40:56 (19/43) Installing py3-certifi (2020.12.5-r1) 12:40:56 (20/43) Installing py3-charset-normalizer (2.0.7-r0) 12:40:56 (21/43) Installing py3-idna (3.3-r0) 12:40:56 (22/43) Installing py3-urllib3 (1.26.7-r0) 12:40:56 (23/43) Installing py3-requests (2.26.0-r1) 12:40:56 (24/43) Installing py3-msgpack (1.0.2-r1) 12:40:56 (25/43) Installing py3-lockfile (0.12.2-r4) 12:40:56 (26/43) Installing py3-cachecontrol (0.12.10-r0) 12:40:56 (27/43) Installing py3-colorama (0.4.4-r1) 12:40:57 (28/43) Installing py3-contextlib2 (21.6.0-r1) 12:40:57 (29/43) Installing py3-distlib (0.3.3-r0) 12:40:57 (30/43) Installing py3-distro (1.6.0-r0) 12:40:57 (31/43) Installing py3-six (1.16.0-r0) 12:40:57 (32/43) Installing py3-webencodings (0.5.1-r4) 12:40:57 (33/43) Installing py3-html5lib (1.1-r1) 12:40:57 (34/43) Installing py3-parsing (2.4.7-r2) 12:40:57 (35/43) Installing py3-packaging (20.9-r1) 12:40:57 (36/43) Installing py3-tomli (1.2.2-r0) 12:40:57 (37/43) Installing py3-pep517 (0.12.0-r0) 12:40:57 (38/43) Installing py3-progress (1.6-r0) 12:40:57 (39/43) Installing py3-retrying (1.3.3-r2) 12:40:57 (40/43) Installing py3-ordered-set (4.0.2-r2) 12:40:57 (41/43) Installing py3-setuptools (52.0.0-r4) 12:40:57 (42/43) Installing py3-toml (0.10.2-r2) 12:40:57 (43/43) Installing py3-pip (20.3.4-r1) 12:40:57 Executing busybox-1.34.1-r4.trigger 12:40:57 OK: 82 MiB in 65 packages 12:41:01 Removing intermediate container 6959f4e1caad 12:41:01 ---> cafe2ea7c6f4 12:41:01 12:41:01 Step 9/20 : FROM alpine:3.15 12:41:01 ---> 03078ca19a05 12:41:01 Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 12:41:01 ---> Using cache 12:41:01 ---> ebb4fcdbde25 12:41:01 Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:41:01 ---> Using cache 12:41:01 ---> c72b344eb54b 12:41:01 Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 12:41:01 ---> Running in e73260ab5db9 12:41:02 Collecting docker-compose==1.23.2 12:41:02 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 12:41:02 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 12:41:03 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 12:41:03 Collecting PyYAML<4,>=3.10 12:41:03 Downloading PyYAML-3.13.tar.gz (270 kB) 12:41:04 v3.15.3-14-g83fcdd9ddc [https://nl.alpinelinux.org/alpine/v3.15/main] 12:41:04 v3.15.3-13-gd905dfa045 [https://nl.alpinelinux.org/alpine/v3.15/community] 12:41:04 OK: 15729 distinct packages available 12:41:04 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 12:41:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:41:04 ---> ab8ee17c8b66 12:41:04 Step 3/23 : WORKDIR /edgex-go 12:41:04 ---> Using cache 12:41:04 ---> f7ba66ae9d78 12:41:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:41:04 ---> Using cache 12:41:04 ---> 3d4f3a31112e 12:41:04 Step 5/23 : RUN apk add --update --no-cache make git 12:41:04 ---> Using cache 12:41:04 ---> 7e236263a414 12:41:04 Step 6/23 : COPY go.mod vendor* ./ 12:41:04 ---> Using cache 12:41:04 ---> cccd0c013238 12:41:04 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:41:04 ---> Using cache 12:41:04 ---> 5bdd9b368bc2 12:41:04 Step 8/23 : COPY . . 12:41:04 ---> Using cache 12:41:04 ---> 9df543c7cfb1 12:41:04 Step 9/23 : ARG SPIRE_RELEASE=1.2.0 12:41:04 ---> Using cache 12:41:04 ---> 477355003a34 12:41:04 Step 10/23 : RUN wget -q "https://github.com/spiffe/spire/releases/download/v${SPIRE_RELEASE}/spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" && tar xv --strip-components=1 -f "spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" 12:41:04 ---> Using cache 12:41:04 ---> 79a64bebd2bc 12:41:04 12:41:04 Step 11/23 : FROM alpine:3.15 12:41:04 ---> 03078ca19a05 12:41:04 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 12:41:04 ---> Using cache 12:41:04 ---> ebb4fcdbde25 12:41:04 Step 13/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:41:04 ---> Using cache 12:41:04 ---> c72b344eb54b 12:41:04 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 12:41:04 ---> Using cache 12:41:04 ---> 8259d7c0b876 12:41:04 Step 15/23 : COPY --from=builder /edgex-go/bin/spire-server /usr/local/bin 12:41:04 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 12:41:05 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 12:41:06 (1/9) Installing ca-certificates (20211220-r0) 12:41:06 (2/9) Installing brotli-libs (1.0.9-r5) 12:41:07 (3/9) Installing nghttp2-libs (1.46.0-r0) 12:41:07 (4/9) Installing libcurl (7.80.0-r0) 12:41:07 (5/9) Installing curl (7.80.0-r0) 12:41:07 (6/9) Installing dumb-init (1.2.5-r1) 12:41:07 (7/9) Installing musl-obstack (1.2.3-r0) 12:41:07 (8/9) Installing libucontext (1.1-r0) 12:41:07 (9/9) Installing gcompat (1.0.0-r4) 12:41:07 Executing busybox-1.34.1-r4.trigger 12:41:07 Executing ca-certificates-20211220-r0.trigger 12:41:07 OK: 8 MiB in 23 packages 12:41:07 ---> 83c9eff0637c 12:41:07 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 12:41:08 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 12:41:08 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 12:41:08 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) 12:41:08 ---> 8bce6118cf9e 12:41:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 12:41:09 Collecting websocket-client<1.0,>=0.32.0 12:41:09 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 12:41:09 Collecting dockerpty<0.5,>=0.4.1 12:41:09 Downloading dockerpty-0.4.1.tar.gz (13 kB) 12:41:09 ---> 04a941c51901 12:41:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 12:41:09 Removing intermediate container e73260ab5db9 12:41:09 ---> 855828445c37 12:41:09 Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / 12:41:10 ---> 1fbdc1446a7f 12:41:10 ---> 6ed085256ec9 12:41:10 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 12:41:10 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 12:41:10 ---> Running in d968fe58bf8c 12:41:10 Removing intermediate container d968fe58bf8c 12:41:10 ---> 550cb3e72ada 12:41:10 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 12:41:11 ---> Running in a30f1356d59c 12:41:11 Removing intermediate container a30f1356d59c 12:41:11 ---> b56613d15658 12:41:11 Step 21/23 : LABEL arch=arm64 12:41:11 ---> Running in 824d36bdacf8 12:41:11 Collecting docker<4.0,>=3.6.0 12:41:11 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 12:41:11 Removing intermediate container 824d36bdacf8 12:41:11 ---> 090832ef1c94 12:41:11 Step 22/23 : LABEL git_sha=b0f882bed63e090e7eb60baa9186560de7f15524 12:41:11 ---> 14071e715a54 12:41:11 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 12:41:12 ---> Running in 2d45f87de8f8 12:41:12 Collecting jsonschema<3,>=2.5.1 12:41:12 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 12:41:12 Collecting docopt<0.7,>=0.6.1 12:41:12 Removing intermediate container 2d45f87de8f8 12:41:12 ---> 91855fd18f75 12:41:12 Step 23/23 : LABEL version=0.0.0 12:41:12 Downloading docopt-0.6.2.tar.gz (25 kB) 12:41:12 ---> Running in 06f648b8debd 12:41:12 ---> 1aec093cdf35 12:41:12 Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 12:41:12 ---> Running in 54f6ce1971f3 12:41:13 Removing intermediate container 06f648b8debd 12:41:13 ---> 5fa0f8b1116a 12:41:13 12:41:13 Removing intermediate container 54f6ce1971f3 12:41:13 ---> 14cd02c8b6de 12:41:13 Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:41:13 ---> Running in 0e3dbf1cdb9e 12:41:13 Successfully built 5fa0f8b1116a 12:41:13 Successfully tagged security-spire-server-arm64:latest 12:41:13  Building security-spire-server ... done Removing intermediate container 0e3dbf1cdb9e 12:41:13 ---> 7321305393a9 12:41:13 Step 18/20 : LABEL arch=arm64 12:41:13 ---> Running in 019d189d6a32 12:41:14 Removing intermediate container 019d189d6a32 12:41:14 ---> 9ec757e11782 12:41:14 Step 19/20 : LABEL git_sha=b0f882bed63e090e7eb60baa9186560de7f15524 12:41:14 ---> Running in 532bf3c759a1 12:41:14 Removing intermediate container 532bf3c759a1 12:41:14 ---> 8d892bb1e7f6 12:41:14 Step 20/20 : LABEL version=0.0.0 12:41:14 Collecting texttable<0.10,>=0.9.0 12:41:14 Downloading texttable-0.9.1.tar.gz (11 kB) 12:41:14 ---> Running in 0f1591a96fba 12:41:15 Removing intermediate container 0f1591a96fba 12:41:15 ---> 0b2870bd1ccd 12:41:15 12:41:15 Successfully built 0b2870bd1ccd 12:41:15 Successfully tagged security-spiffe-token-provider-arm64:latest 12:41:16  Building security-spiffe-token-provider ... done Collecting cached-property<2,>=1.2.0 12:41:16 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 12:41:16 Collecting docker-pycreds>=0.4.0 12:41:16 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 12:41:17 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) 12:41:17 Collecting urllib3<1.25,>=1.21.1 12:41:17 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 12:41:17 Collecting chardet<3.1.0,>=3.0.2 12:41:17 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 12:41:17 Collecting idna<2.8,>=2.5 12:41:17 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 12:41:18 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 12:41:18 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 12:41:18 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 12:41:18 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 12:41:18 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 12:41:18 Attempting uninstall: urllib3 12:41:18 Found existing installation: urllib3 1.26.7 12:41:18 Uninstalling urllib3-1.26.7: 12:41:18 Successfully uninstalled urllib3-1.26.7 12:41:19 Attempting uninstall: idna 12:41:19 Found existing installation: idna 3.3 12:41:19 Uninstalling idna-3.3: 12:41:19 Successfully uninstalled idna-3.3 12:41:21 Attempting uninstall: requests 12:41:21 Found existing installation: requests 2.26.0 12:41:21 Uninstalling requests-2.26.0: 12:41:21 Successfully uninstalled requests-2.26.0 12:41:21 Running setup.py install for texttable: started 12:41:23 Running setup.py install for texttable: finished with status 'done' 12:41:23 Running setup.py install for PyYAML: started 12:41:25 Running setup.py install for PyYAML: finished with status 'done' 12:41:25 Running setup.py install for docopt: started 12:41:27 Running setup.py install for docopt: finished with status 'done' 12:41:27 Running setup.py install for dockerpty: started 12:41:29 Running setup.py install for dockerpty: finished with status 'done' 12:41:31 Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 12:41:39 Removing intermediate container d79f904a812c 12:41:39 ---> 3398765427f4 12:41:39 Step 14/23 : ENV APP_PORT=58890 12:41:39 ---> Running in 71049fa4eb2d 12:41:39 Removing intermediate container 71049fa4eb2d 12:41:39 ---> e2df4feaeb42 12:41:39 Step 15/23 : EXPOSE $APP_PORT 12:41:39 ---> Running in 4ccba49bced9 12:41:40 Removing intermediate container 4ccba49bced9 12:41:40 ---> 9bb6885de6e5 12:41:40 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 12:41:41 ---> 1f35bfd17bff 12:41:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 12:41:41 ---> c64dafbe2a4f 12:41:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 12:41:42 ---> 3001ae43343b 12:41:42 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 12:41:42 ---> Running in a1d358c1cbf3 12:41:42 Removing intermediate container a1d358c1cbf3 12:41:42 ---> a53ca6382c91 12:41:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:41:42 ---> Running in 05d70553e317 12:41:43 Removing intermediate container 05d70553e317 12:41:43 ---> ce27fac6531f 12:41:43 Step 21/23 : LABEL arch=arm64 12:41:43 ---> Running in 0f9b4ede0f8a 12:41:43 Removing intermediate container 0f9b4ede0f8a 12:41:43 ---> 2d3f54145e97 12:41:43 Step 22/23 : LABEL git_sha=b0f882bed63e090e7eb60baa9186560de7f15524 12:41:43 ---> Running in b27819da075e 12:41:43 Removing intermediate container b27819da075e 12:41:43 ---> e5113d29aa50 12:41:43 Step 23/23 : LABEL version=0.0.0 12:41:43 ---> Running in 16bdd956ffb1 12:41:44 Removing intermediate container 16bdd956ffb1 12:41:44 ---> afeeebbeb31b 12:41:44 12:41:44 Successfully built afeeebbeb31b 12:41:44 Successfully tagged sys-mgmt-agent-arm64:latest 12:41:45  Building sys-mgmt-agent ... done  [Pipeline] } 12:41:45 $ docker stop --time=1 4e0570db0e08bead71b15fa3e04089076fa07034e3bdaa33b2fbb3c80eba6657 12:41:46 $ docker rm -f 4e0570db0e08bead71b15fa3e04089076fa07034e3bdaa33b2fbb3c80eba6657 [Pipeline] // withDockerContainer [Pipeline] sh 12:41:47 + docker images 12:41:47 REPOSITORY TAG IMAGE ID CREATED SIZE 12:41:47 sys-mgmt-agent-arm64 latest afeeebbeb31b 3 seconds ago 290MB 12:41:47 security-spiffe-token-provider-arm64 latest 0b2870bd1ccd 33 seconds ago 27.7MB 12:41:47 security-spire-server-arm64 latest 5fa0f8b1116a 35 seconds ago 82.6MB 12:41:47 cafe2ea7c6f4 48 seconds ago 1.42GB 12:41:47 support-scheduler-arm64 latest e5952e32e403 54 seconds ago 24.9MB 12:41:47 core-command-arm64 latest b8db2f4fd7d8 About a minute ago 23.7MB 12:41:47 6af4e8902ea7 About a minute ago 1.43GB 12:41:47 security-bootstrapper-arm64 latest 1bfbe02984c5 About a minute ago 23.6MB 12:41:47 add31751aca0 About a minute ago 1.43GB 12:41:47 5e2754acf692 About a minute ago 1.43GB 12:41:47 c40098ad622e About a minute ago 1.43GB 12:41:47 security-spire-agent-arm64 latest 05302101d2cf 7 minutes ago 118MB 12:41:47 79a64bebd2bc 8 minutes ago 1.42GB 12:41:47 security-secretstore-setup-arm64 latest 1edc1297aba7 9 minutes ago 40.8MB 12:41:47 core-data-arm64 latest 1430825db868 9 minutes ago 34.4MB 12:41:47 d7750a35f4ca 9 minutes ago 1.44GB 12:41:47 ca781625dbac 9 minutes ago 1.46GB 12:41:47 core-metadata-arm64 latest 56d08ad6ca75 9 minutes ago 25.1MB 12:41:47 support-notifications-arm64 latest 31079ccda04a 9 minutes ago 25.5MB 12:41:47 security-proxy-setup-arm64 latest c05f81cc08c0 9 minutes ago 42.1MB 12:41:47 a37184abc3e6 10 minutes ago 1.43GB 12:41:47 a3b89137cd2d 10 minutes ago 1.43GB 12:41:47 c492d8aae7e6 10 minutes ago 1.44GB 12:41:47 security-spire-config-arm64 latest 326c05f5b6ee 16 minutes ago 81.9MB 12:41:47 b59046dbe281 16 minutes ago 1.42GB 12:41:47 ci-base-image-arm64 latest ab8ee17c8b66 30 minutes ago 886MB 12:41:47 docker 20.10.14 c52727829a8a 3 days ago 202MB 12:41:47 alpine 3.14 cc3d11fa2d52 3 days ago 5.34MB 12:41:47 alpine 3.15 03078ca19a05 3 days ago 5.32MB 12:41:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine f79e39bc4007 8 weeks ago 551MB 12:41:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 21 months 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] sh 12:41:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:41:48 12:41:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 12:41:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:41:48 arm64: Pulling from edgex-lftools-log-publisher 12:41:48 8998bd30e6a1: Pulling fs layer 12:41:48 04944245beec: Pulling fs layer 12:41:48 699f458cf7ca: Pulling fs layer 12:41:48 765212b225bb: Pulling fs layer 12:41:48 f23df028b6ca: Pulling fs layer 12:41:48 d65c8cfc05b1: Pulling fs layer 12:41:48 2437ff75d9bd: Pulling fs layer 12:41:48 765212b225bb: Waiting 12:41:48 f23df028b6ca: Waiting 12:41:48 2437ff75d9bd: Waiting 12:41:48 d65c8cfc05b1: Waiting 12:41:48 04944245beec: Download complete 12:41:48 765212b225bb: Verifying Checksum 12:41:48 765212b225bb: Download complete 12:41:48 f23df028b6ca: Verifying Checksum 12:41:48 f23df028b6ca: Download complete 12:41:48 d65c8cfc05b1: Verifying Checksum 12:41:48 d65c8cfc05b1: Download complete 12:41:48 699f458cf7ca: Verifying Checksum 12:41:48 699f458cf7ca: Download complete 12:41:49 8998bd30e6a1: Verifying Checksum 12:41:49 8998bd30e6a1: Download complete 12:41:51 2437ff75d9bd: Verifying Checksum 12:41:51 2437ff75d9bd: Download complete 12:41:53 8998bd30e6a1: Pull complete 12:41:54 04944245beec: Pull complete 12:41:55 699f458cf7ca: Pull complete 12:41:55 765212b225bb: Pull complete 12:41:56 f23df028b6ca: Pull complete 12:41:56 d65c8cfc05b1: Pull complete 12:42:11 2437ff75d9bd: Pull complete 12:42:11 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 12:42:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:42:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 12:42:12 prd-ubuntu20.04-docker-arm64-4c-16g-10441 does not seem to be running inside a container 12:42:12 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-lftools-log-publisher:arm64 cat 12:42:15 $ docker top 949d08d9bfe5751fbda0803da22e916cd26cbfc083e020facabf93ab87856595 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:42:16 ---> job-cost.sh 12:42:16 lf-activate-venv: SKIPPING 12:42:16 INFO: No Stack... 12:42:16 INFO: Retrieving Pricing Info for: v3-standard-4 12:42:17 INFO: Archiving Costs [Pipeline] sh 12:42:18 + cat /w/workspace/edgex-go/7/archives/cost.csv 12:42:18 + cut -d, -f6 [Pipeline] lock 12:42:18 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3924-7-stack-cost] 12:42:18 Resource [jenkins-edgexfoundry-edgex-go-PR-3924-7-stack-cost] did not exist. Created. 12:42:18 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3924-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:42:19 + echo total: 0.10999999940395355 [Pipeline] stash 12:42:19 Stashed 1 file(s) [Pipeline] } 12:42:19 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3924-7-stack-cost] [Pipeline] // lock [Pipeline] } 12:42:19 $ docker stop --time=1 949d08d9bfe5751fbda0803da22e916cd26cbfc083e020facabf93ab87856595 12:42:20 $ docker rm -f 949d08d9bfe5751fbda0803da22e916cd26cbfc083e020facabf93ab87856595 [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) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 12:42:21 + [ -d /w/workspace/edgex-go/7/archives ] [Pipeline] libraryResource [Pipeline] sh 12:42:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:42:23 ---> package-listing.sh 12:42:23 ++ facter osfamily 12:42:23 ++ tr '[:upper:]' '[:lower:]' 12:42:23 + OS_FAMILY=debian 12:42:23 + workspace=/w/workspace/edgex-go/7 12:42:23 + START_PACKAGES=/tmp/packages_start.txt 12:42:23 + END_PACKAGES=/tmp/packages_end.txt 12:42:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:42:23 + PACKAGES=/tmp/packages_start.txt 12:42:23 + '[' /w/workspace/edgex-go/7 ']' 12:42:23 + PACKAGES=/tmp/packages_end.txt 12:42:23 + case "${OS_FAMILY}" in 12:42:23 + dpkg -l 12:42:23 + grep '^ii' 12:42:23 + '[' -f /tmp/packages_start.txt ']' 12:42:23 + '[' -f /tmp/packages_end.txt ']' 12:42:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:42:23 + '[' /w/workspace/edgex-go/7 ']' 12:42:23 + mkdir -p /w/workspace/edgex-go/7/archives/ 12:42:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo 12:42:23 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 12:42:23 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 12:42:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:42:24 12:42:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 12:42:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:42:24 latest: Pulling from edgex-lftools-log-publisher 12:42:24 5eb5b503b376: Pulling fs layer 12:42:24 5c69ac0246d0: Pulling fs layer 12:42:24 ec43610c2a17: Pulling fs layer 12:42:24 3a2ae6a8a46f: Pulling fs layer 12:42:24 33b1e0a273af: Pulling fs layer 12:42:24 5d3b04190fa2: Pulling fs layer 12:42:24 2f39f015ded8: Pulling fs layer 12:42:24 3a2ae6a8a46f: Waiting 12:42:24 33b1e0a273af: Waiting 12:42:24 2f39f015ded8: Waiting 12:42:24 5c69ac0246d0: Verifying Checksum 12:42:24 5c69ac0246d0: Download complete 12:42:24 3a2ae6a8a46f: Verifying Checksum 12:42:24 3a2ae6a8a46f: Download complete 12:42:24 33b1e0a273af: Verifying Checksum 12:42:24 33b1e0a273af: Download complete 12:42:24 ec43610c2a17: Verifying Checksum 12:42:24 ec43610c2a17: Download complete 12:42:24 5d3b04190fa2: Verifying Checksum 12:42:24 5d3b04190fa2: Download complete 12:42:24 5eb5b503b376: Verifying Checksum 12:42:24 5eb5b503b376: Download complete 12:42:25 2f39f015ded8: Download complete 12:42:26 5eb5b503b376: Pull complete 12:42:26 5c69ac0246d0: Pull complete 12:42:27 ec43610c2a17: Pull complete 12:42:27 3a2ae6a8a46f: Pull complete 12:42:27 33b1e0a273af: Pull complete 12:42:27 5d3b04190fa2: Pull complete 12:42:31 2f39f015ded8: Pull complete 12:42:31 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 12:42:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:42:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 12:42:31 prd-ubuntu20.04-docker-8c-8g-10440 does not seem to be running inside a container 12:42:31 $ 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/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 12:42:33 $ docker top 1188710bfea0c5ba9c830d4af78efe3f1c118e150d698482ff42bbe9f0fe72a2 -eo pid,comm [Pipeline] { [Pipeline] sh 12:42:33 + touch /tmp/pre-build-complete [Pipeline] sh 12:42:34 + mkdir -p /var/log/sysstat [Pipeline] sh 12:42:34 + ls /var/log/sa-host 12:42:34 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:42:34 provisioning config files... 12:42:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config1279284302145483899tmp [Pipeline] { [Pipeline] echo 12:42:34 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:42:35 ---> create-netrc.sh [Pipeline] } 12:42:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 12:42:35 ---> python-tools-install.sh [Pipeline] echo 12:42:35 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:42:35 ---> sudo-logs.sh 12:42:35 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 12:42:35 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:42:36 ---> job-cost.sh 12:42:36 lf-activate-venv: SKIPPING 12:42:36 DEBUG: total: 0.10999999940395355 12:42:36 INFO: Retrieving Stack Cost... 12:42:36 INFO: Retrieving Pricing Info for: v3-standard-8 12:42:37 INFO: Archiving Costs [Pipeline] echo 12:42:37 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:42:37 ---> logs-deploy.sh 12:42:37 lf-activate-venv: SKIPPING 12:42:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3924/7 12:42:37 INFO: archiving workspace using pattern(s): 12:42:38 Archives upload complete. 12:42:38 INFO: archiving logs to Nexus 12:42:39 ---> uname -a: 12:42:39 Linux prd-ubuntu20-04-docker-8c-8g-10440 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 12:42:39 12:42:39 12:42:39 ---> lscpu: 12:42:39 Architecture: x86_64 12:42:39 CPU op-mode(s): 32-bit, 64-bit 12:42:39 Byte Order: Little Endian 12:42:39 Address sizes: 40 bits physical, 48 bits virtual 12:42:39 CPU(s): 8 12:42:39 On-line CPU(s) list: 0-7 12:42:39 Thread(s) per core: 1 12:42:39 Core(s) per socket: 1 12:42:39 Socket(s): 8 12:42:39 NUMA node(s): 1 12:42:39 Vendor ID: AuthenticAMD 12:42:39 CPU family: 23 12:42:39 Model: 49 12:42:39 Model name: AMD EPYC-Rome Processor 12:42:39 Stepping: 0 12:42:39 CPU MHz: 2800.000 12:42:39 BogoMIPS: 5600.00 12:42:39 Virtualization: AMD-V 12:42:39 Hypervisor vendor: KVM 12:42:39 Virtualization type: full 12:42:39 L1d cache: 256 KiB 12:42:39 L1i cache: 256 KiB 12:42:39 L2 cache: 4 MiB 12:42:39 L3 cache: 128 MiB 12:42:39 NUMA node0 CPU(s): 0-7 12:42:39 Vulnerability Itlb multihit: Not affected 12:42:39 Vulnerability L1tf: Not affected 12:42:39 Vulnerability Mds: Not affected 12:42:39 Vulnerability Meltdown: Not affected 12:42:39 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 12:42:39 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 12:42:39 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 12:42:39 Vulnerability Srbds: Not affected 12:42:39 Vulnerability Tsx async abort: Not affected 12:42:39 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 12:42:39 12:42:39 12:42:39 ---> nproc: 12:42:39 8 12:42:39 12:42:39 12:42:39 ---> df -h: 12:42:39 Filesystem Size Used Avail Use% Mounted on 12:42:39 overlay 155G 17G 139G 11% / 12:42:39 tmpfs 64M 0 64M 0% /dev 12:42:39 tmpfs 16G 0 16G 0% /sys/fs/cgroup 12:42:39 shm 64M 0 64M 0% /dev/shm 12:42:39 /dev/vda1 155G 17G 139G 11% /facter-os 12:42:39 12:42:39 12:42:39 ---> sar -b -r -n DEV: 12:42:39 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-10440) 04/01/22 _x86_64_ (8 CPU) 12:42:39 12:42:39 12:06:41 LINUX RESTART (8 CPU) 12:42:39 12:42:39 12:07:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 12:42:39 12:08:01 390.24 46.14 344.09 0.00 4149.81 189014.34 0.00 12:42:39 12:09:01 80.94 1.07 79.87 0.00 8.93 37285.65 0.00 12:42:39 12:10:01 44.77 0.15 44.62 0.00 1.87 11858.06 0.00 12:42:39 12:11:01 414.40 0.13 414.26 0.00 17.73 394933.64 0.00 12:42:39 12:12:01 916.58 0.15 916.43 0.00 1.20 317311.30 0.00 12:42:39 12:13:01 939.14 0.12 939.03 0.00 5.33 287084.55 0.00 12:42:39 12:14:01 2.07 0.00 2.07 0.00 0.00 23.60 0.00 12:42:39 12:15:02 1.03 0.00 1.03 0.00 0.00 12.26 0.00 12:42:39 12:16:01 1.46 0.00 1.46 0.00 0.00 16.54 0.00 12:42:39 12:17:01 1.20 0.02 1.18 0.00 0.13 17.59 0.00 12:42:39 12:18:01 1.55 0.00 1.55 0.00 0.00 16.66 0.00 12:42:39 12:19:01 1.12 0.00 1.12 0.00 0.00 13.60 0.00 12:42:39 12:20:01 1.18 0.00 1.18 0.00 0.00 13.20 0.00 12:42:39 12:21:01 0.92 0.00 0.92 0.00 0.00 11.73 0.00 12:42:39 12:22:01 1.32 0.02 1.30 0.00 0.13 14.93 0.00 12:42:39 12:23:01 1.30 0.00 1.30 0.00 0.00 15.86 0.00 12:42:39 12:24:01 1.22 0.00 1.22 0.00 0.00 14.93 0.00 12:42:39 12:25:01 0.98 0.00 0.98 0.00 0.00 12.66 0.00 12:42:39 12:26:01 1.12 0.00 1.12 0.00 0.00 13.86 0.00 12:42:39 12:27:01 1.53 0.00 1.53 0.00 0.00 20.40 0.00 12:42:39 12:28:01 0.98 0.00 0.98 0.00 0.00 11.46 0.00 12:42:39 12:29:01 0.97 0.00 0.97 0.00 0.00 12.40 0.00 12:42:39 12:30:01 1.15 0.00 1.15 0.00 0.00 13.46 0.00 12:42:39 12:31:01 2.77 0.87 1.90 0.00 18.39 26.66 0.00 12:42:39 12:32:01 1.53 0.00 1.53 0.00 0.00 17.99 0.00 12:42:39 12:33:01 0.92 0.00 0.92 0.00 0.00 11.60 0.00 12:42:39 12:34:01 1.18 0.00 1.18 0.00 0.00 14.00 0.00 12:42:39 12:35:01 1.48 0.00 1.48 0.00 0.00 17.46 0.00 12:42:39 12:36:01 1.02 0.00 1.02 0.00 0.00 10.93 0.00 12:42:39 12:37:01 1.43 0.00 1.43 0.00 0.00 16.79 0.00 12:42:39 12:38:01 0.95 0.00 0.95 0.00 0.00 12.13 0.00 12:42:39 12:39:01 1.02 0.00 1.02 0.00 0.00 13.06 0.00 12:42:39 12:40:01 1.22 0.00 1.22 0.00 0.00 13.73 0.00 12:42:39 12:41:01 1.68 0.00 1.68 0.00 0.00 19.33 0.00 12:42:39 12:42:01 1.08 0.00 1.08 0.00 0.00 13.20 0.00 12:42:39 Average: 80.56 1.37 79.19 0.00 118.23 35313.10 0.00 12:42:39 12:42:39 12:07:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:42:39 12:08:01 28572032 31758788 545144 1.66 109852 3349776 2116496 6.24 1198348 2737912 2416 12:42:39 12:09:01 28137420 31679132 607660 1.85 150564 3593640 2404120 7.09 1394252 2889492 150592 12:42:39 12:10:01 27499824 31760348 525324 1.60 154124 4266788 2075192 6.12 1456944 3422444 518104 12:42:39 12:11:01 21189656 30722780 1533588 4.66 172376 9322224 5358272 15.79 3027584 7916008 385468 12:42:39 12:12:01 20359124 31346288 919356 2.80 200220 10702864 3491964 10.29 2543568 9199960 3796 12:42:39 12:13:01 21556180 31760748 517772 1.57 228452 9908660 1852032 5.46 2351352 8230112 480 12:42:39 12:14:01 21559064 31763512 515276 1.57 228468 9908664 1852032 5.46 2350476 8230116 48 12:42:39 12:15:02 21560000 31764472 514264 1.56 228476 9908668 1852032 5.46 2349336 8230120 212 12:42:39 12:16:01 21572156 31776616 502316 1.53 228476 9908676 1868152 5.51 2336704 8230128 12 12:42:39 12:17:01 21573564 31778004 500916 1.52 228504 9908648 1868152 5.51 2335644 8230104 224 12:42:39 12:18:01 21573428 31777956 500796 1.52 228524 9908656 1868152 5.51 2336136 8230108 28 12:42:39 12:19:01 21573348 31777912 500792 1.52 228552 9908660 1868152 5.51 2336364 8230112 180 12:42:39 12:20:01 21573796 31778372 500276 1.52 228560 9908660 1868152 5.51 2335800 8230112 12 12:42:39 12:21:01 21573536 31778316 500488 1.52 228576 9908664 1868152 5.51 2335560 8230304 176 12:42:39 12:22:01 21574820 31779748 499172 1.52 228612 9908668 1865308 5.50 2335872 8230316 220 12:42:39 12:23:01 21574804 31779748 499132 1.52 228616 9908672 1865308 5.50 2335972 8230316 184 12:42:39 12:24:01 21574712 31779672 499380 1.52 228628 9908676 1865308 5.50 2335996 8230324 176 12:42:39 12:25:01 21575020 31780000 499056 1.52 228656 9908676 1865308 5.50 2335636 8230324 180 12:42:39 12:26:01 21574736 31779752 499308 1.52 228668 9908680 1865308 5.50 2336028 8230328 180 12:42:39 12:27:01 21574980 31780016 499004 1.52 228696 9908676 1865308 5.50 2335680 8230332 52 12:42:39 12:28:01 21574428 31779488 499472 1.52 228712 9908684 1865308 5.50 2336008 8230332 12 12:42:39 12:29:01 21574348 31779424 499472 1.52 228728 9908688 1865308 5.50 2335716 8230336 192 12:42:39 12:30:01 21574584 31779680 499152 1.52 228740 9908692 1865308 5.50 2335716 8230340 12 12:42:39 12:31:01 21572700 31778660 500184 1.52 228812 9909336 1890116 5.57 2335888 8230900 176 12:42:39 12:32:01 21572676 31778660 500164 1.52 228828 9909340 1890116 5.57 2335888 8230908 12 12:42:39 12:33:01 21572912 31778912 499856 1.52 228848 9909344 1890116 5.57 2336300 8230908 188 12:42:39 12:34:01 21573080 31779100 499840 1.52 228860 9909348 1890116 5.57 2335944 8230912 12 12:42:39 12:35:01 21573032 31779060 499848 1.52 228876 9909352 1890116 5.57 2335944 8230916 48 12:42:39 12:36:01 21572984 31779012 499840 1.52 228884 9909352 1890116 5.57 2335928 8230916 12 12:42:39 12:37:01 21572936 31779028 499788 1.52 228924 9909356 1890116 5.57 2336000 8230924 184 12:42:39 12:38:01 21572920 31779040 499728 1.52 228936 9909356 1890116 5.57 2336332 8230920 12 12:42:39 12:39:01 21572620 31778760 499940 1.52 228956 9909360 1890116 5.57 2336040 8230924 184 12:42:39 12:40:01 21572824 31778972 499760 1.52 228972 9909364 1890116 5.57 2336024 8230928 12 12:42:39 12:41:01 21572960 31779168 499756 1.52 229000 9909368 1890116 5.57 2336276 8230936 32 12:42:39 12:42:01 21572692 31778908 499980 1.52 229028 9909360 1890116 5.57 2336080 8230940 12 12:42:39 Average: 22083426 31731087 547880 1.67 218534 9385817 2048006 6.04 2278381 7802315 30395 12:42:39 12:42:39 12:07:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:42:39 12:08:01 ens3 1559.77 1757.11 9987.30 236.76 0.00 0.00 0.00 0.00 12:42:39 12:08:01 veth4037e6c 52.18 63.41 5.02 63.35 0.00 0.00 0.00 0.01 12:42:39 12:08:01 lo 4.81 4.81 0.47 0.47 0.00 0.00 0.00 0.00 12:42:39 12:08:01 docker0 868.23 502.61 73.05 2822.27 0.00 0.00 0.00 0.00 12:42:39 12:09:01 ens3 126.70 110.13 958.87 73.71 0.00 0.00 0.00 0.00 12:42:39 12:09:01 vethce7eb57 1.43 1.62 0.11 0.14 0.00 0.00 0.00 0.00 12:42:39 12:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:42:39 12:09:01 docker0 44.78 62.49 3.65 924.74 0.00 0.00 0.00 0.00 12:42:39 12:10:01 ens3 27.97 15.54 23.99 12.44 0.00 0.00 0.00 0.00 12:42:39 12:10:01 vethce7eb57 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:11:01 veth6fb6b0c 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 12:42:39 12:11:01 ens3 170.65 122.00 1899.63 65.74 0.00 0.00 0.00 0.00 12:42:39 12:11:01 veth73836e2 0.05 0.20 0.00 0.01 0.00 0.00 0.00 0.00 12:42:39 12:11:01 veth52001ca 0.05 0.20 0.00 0.01 0.00 0.00 0.00 0.00 12:42:39 12:11:01 veth5d00dae 0.05 0.20 0.00 0.01 0.00 0.00 0.00 0.00 12:42:39 12:11:01 veth7232fea 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 12:42:39 12:11:01 veth6b8189b 0.00 1.27 0.00 0.07 0.00 0.00 0.00 0.00 12:42:39 12:11:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 12:42:39 12:11:01 docker0 36.04 46.08 2.05 190.66 0.00 0.00 0.00 0.00 12:42:39 12:12:01 veth1ac376a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:12:01 ens3 210.95 136.67 2955.72 24.48 0.00 0.00 0.00 0.00 12:42:39 12:12:01 vethc87f8f6 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 12:42:39 12:12:01 veth990e383 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 12:42:39 12:12:01 veth6b8189b 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 12:42:39 12:12:01 lo 2.80 2.80 0.28 0.28 0.00 0.00 0.00 0.00 12:42:39 12:12:01 veth83412d7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:12:01 docker0 85.10 131.67 5.14 1743.93 0.00 0.00 0.00 0.00 12:42:39 12:13:01 ens3 139.96 104.57 400.49 86.96 0.00 0.00 0.00 0.00 12:42:39 12:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:42:39 12:13:01 docker0 52.44 69.19 3.02 362.60 0.00 0.00 0.00 0.00 12:42:39 12:14:01 ens3 1.10 0.55 0.32 0.22 0.00 0.00 0.00 0.00 12:42:39 12:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:15:02 ens3 0.20 0.20 0.01 0.02 0.00 0.00 0.00 0.00 12:42:39 12:15:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:42:39 12:15:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:16:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:17:01 ens3 0.38 0.10 0.02 0.01 0.00 0.00 0.00 0.00 12:42:39 12:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:42:39 12:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:18:01 ens3 0.62 0.18 0.21 0.13 0.00 0.00 0.00 0.00 12:42:39 12:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:19:01 ens3 0.80 0.48 1.34 0.22 0.00 0.00 0.00 0.00 12:42:39 12:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:42:39 12:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:20:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:21:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 12:42:39 12:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:42:39 12:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:22:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:23:01 ens3 0.35 0.22 0.09 0.07 0.00 0.00 0.00 0.00 12:42:39 12:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:42:39 12:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:24:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:25:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 12:42:39 12:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:42:39 12:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:26:01 ens3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:27:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 12:42:39 12:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:42:39 12:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:28:01 ens3 0.15 0.10 0.08 0.07 0.00 0.00 0.00 0.00 12:42:39 12:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:29:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 12:42:39 12:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:42:39 12:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:30:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:31:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 12:42:39 12:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:42:39 12:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:32:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:33:01 ens3 0.25 0.25 0.08 0.08 0.00 0.00 0.00 0.00 12:42:39 12:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:42:39 12:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:34:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:35:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 12:42:39 12:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:42:39 12:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:36:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:37:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 12:42:39 12:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:42:39 12:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:38:01 ens3 0.13 0.15 0.08 0.07 0.00 0.00 0.00 0.00 12:42:39 12:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:39:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 12:42:39 12:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:42:39 12:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:40:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:41:01 ens3 0.25 0.25 0.23 0.02 0.00 0.00 0.00 0.00 12:42:39 12:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:42:39 12:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:42:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 12:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:39 Average: ens3 63.35 63.49 459.35 14.22 0.00 0.00 0.00 0.00 12:42:39 Average: lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 12:42:39 Average: docker0 30.66 22.98 2.45 171.51 0.00 0.00 0.00 0.00 12:42:39 12:42:39 12:42:39 ---> sar -P ALL: 12:42:39 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-10440) 04/01/22 _x86_64_ (8 CPU) 12:42:39 12:42:39 12:06:41 LINUX RESTART (8 CPU) 12:42:39 12:42:39 12:07:02 CPU %user %nice %system %iowait %steal %idle 12:42:39 12:08:01 all 11.79 0.00 4.08 1.67 0.06 82.40 12:42:39 12:08:01 0 7.83 0.00 3.29 0.19 0.05 88.65 12:42:39 12:08:01 1 15.85 0.00 5.13 3.66 0.07 75.29 12:42:39 12:08:01 2 8.57 0.00 2.62 1.32 0.03 87.47 12:42:39 12:08:01 3 11.96 0.00 6.72 2.26 0.05 79.00 12:42:39 12:08:01 4 11.28 0.00 3.47 2.70 0.07 82.49 12:42:39 12:08:01 5 11.13 0.00 3.32 0.24 0.05 85.26 12:42:39 12:08:01 6 15.31 0.00 3.93 2.73 0.07 77.97 12:42:39 12:08:01 7 12.45 0.00 4.18 0.24 0.07 83.05 12:42:39 12:09:01 all 28.18 0.00 6.02 0.55 0.07 65.18 12:42:39 12:09:01 0 29.24 0.00 6.21 0.05 0.05 64.45 12:42:39 12:09:01 1 29.76 0.00 5.97 0.99 0.07 63.20 12:42:39 12:09:01 2 22.79 0.00 4.60 0.49 0.08 72.03 12:42:39 12:09:01 3 28.13 0.00 7.09 0.17 0.08 64.53 12:42:39 12:09:01 4 28.27 0.00 6.04 0.10 0.07 65.52 12:42:39 12:09:01 5 29.36 0.00 5.24 0.69 0.08 64.62 12:42:39 12:09:01 6 29.25 0.00 6.52 1.84 0.07 62.32 12:42:39 12:09:01 7 28.62 0.00 6.47 0.05 0.08 64.78 12:42:39 12:10:01 all 49.44 0.00 6.77 0.09 0.10 43.60 12:42:39 12:10:01 0 49.82 0.00 6.73 0.02 0.10 43.33 12:42:39 12:10:01 1 50.81 0.00 6.70 0.02 0.10 42.37 12:42:39 12:10:01 2 47.89 0.00 6.12 0.02 0.10 45.87 12:42:39 12:10:01 3 50.02 0.00 6.60 0.02 0.10 43.26 12:42:39 12:10:01 4 47.73 0.00 7.24 0.07 0.10 44.86 12:42:39 12:10:01 5 48.87 0.00 6.71 0.12 0.10 44.20 12:42:39 12:10:01 6 50.75 0.00 6.87 0.47 0.08 41.82 12:42:39 12:10:01 7 49.65 0.00 7.18 0.02 0.08 43.07 12:42:39 12:11:01 all 30.61 0.00 13.32 3.77 0.10 52.19 12:42:39 12:11:01 0 31.99 0.00 13.30 0.73 0.09 53.89 12:42:39 12:11:01 1 32.43 0.00 13.33 2.07 0.09 52.09 12:42:39 12:11:01 2 28.54 0.00 11.39 4.04 0.10 55.93 12:42:39 12:11:01 3 30.10 0.00 12.07 1.46 0.09 56.28 12:42:39 12:11:01 4 31.70 0.00 13.78 1.08 0.09 53.36 12:42:39 12:11:01 5 32.32 0.00 14.27 1.31 0.10 52.00 12:42:39 12:11:01 6 29.13 0.00 14.96 17.98 0.12 37.81 12:42:39 12:11:01 7 28.70 0.00 13.49 1.64 0.10 56.06 12:42:39 12:12:01 all 55.97 0.00 13.01 5.36 0.13 25.53 12:42:39 12:12:01 0 57.81 0.00 12.89 3.22 0.12 25.96 12:42:39 12:12:01 1 57.05 0.00 13.61 5.65 0.14 23.55 12:42:39 12:12:01 2 56.18 0.00 12.50 5.28 0.13 25.91 12:42:39 12:12:01 3 55.70 0.00 13.39 3.82 0.15 26.94 12:42:39 12:12:01 4 54.43 0.00 13.67 10.39 0.12 21.39 12:42:39 12:12:01 5 55.19 0.00 13.15 6.15 0.12 25.39 12:42:39 12:12:01 6 55.46 0.00 13.58 5.58 0.12 25.27 12:42:39 12:12:01 7 55.95 0.00 11.31 2.77 0.15 29.81 12:42:39 12:13:01 all 51.32 0.00 12.40 3.14 0.13 33.01 12:42:39 12:13:01 0 51.80 0.00 11.45 1.49 0.14 35.12 12:42:39 12:13:01 1 50.99 0.00 12.92 2.00 0.12 33.98 12:42:39 12:13:01 2 48.33 0.00 12.26 2.16 0.12 37.13 12:42:39 12:13:01 3 51.96 0.00 12.67 2.49 0.12 32.77 12:42:39 12:13:01 4 54.52 0.00 11.54 1.90 0.14 31.91 12:42:39 12:13:01 5 51.80 0.00 12.84 4.64 0.14 30.59 12:42:39 12:13:01 6 50.74 0.00 13.57 7.53 0.14 28.03 12:42:39 12:13:01 7 50.41 0.00 11.99 2.95 0.12 34.53 12:42:39 12:14:01 all 0.02 0.00 0.01 0.01 0.01 99.95 12:42:39 12:14:01 0 0.02 0.00 0.02 0.00 0.00 99.97 12:42:39 12:14:01 1 0.00 0.00 0.02 0.05 0.02 99.92 12:42:39 12:14:01 2 0.00 0.00 0.00 0.00 0.00 100.00 12:42:39 12:14:01 3 0.02 0.00 0.00 0.02 0.02 99.95 12:42:39 12:14:01 4 0.00 0.00 0.00 0.00 0.02 99.98 12:42:39 12:14:01 5 0.07 0.00 0.07 0.00 0.02 99.85 12:42:39 12:14:01 6 0.03 0.00 0.00 0.00 0.00 99.97 12:42:39 12:14:01 7 0.00 0.00 0.00 0.00 0.00 100.00 12:42:39 12:15:02 all 0.01 0.00 0.01 0.00 0.00 99.98 12:42:39 12:15:02 0 0.02 0.00 0.03 0.00 0.00 99.95 12:42:39 12:15:02 1 0.00 0.00 0.00 0.02 0.00 99.98 12:42:39 12:15:02 2 0.00 0.00 0.00 0.00 0.00 100.00 12:42:39 12:15:02 3 0.00 0.00 0.00 0.00 0.00 100.00 12:42:39 12:15:02 4 0.02 0.00 0.02 0.00 0.00 99.97 12:42:39 12:15:02 5 0.02 0.00 0.02 0.00 0.02 99.95 12:42:39 12:15:02 6 0.00 0.00 0.02 0.00 0.00 99.98 12:42:39 12:15:02 7 0.00 0.00 0.00 0.00 0.00 100.00 12:42:39 12:16:01 all 0.02 0.00 0.01 0.00 0.01 99.95 12:42:39 12:16:01 0 0.02 0.00 0.00 0.00 0.02 99.97 12:42:39 12:16:01 1 0.02 0.00 0.02 0.02 0.00 99.95 12:42:39 12:16:01 2 0.07 0.00 0.02 0.00 0.02 99.90 12:42:39 12:16:01 3 0.02 0.00 0.03 0.02 0.00 99.93 12:42:39 12:16:01 4 0.00 0.00 0.00 0.00 0.02 99.98 12:42:39 12:16:01 5 0.05 0.00 0.05 0.00 0.00 99.90 12:42:39 12:16:01 6 0.02 0.00 0.00 0.00 0.00 99.98 12:42:39 12:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 12:42:39 12:17:01 all 0.07 0.00 0.01 0.00 0.00 99.92 12:42:39 12:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 12:42:39 12:17:01 1 0.00 0.00 0.00 0.00 0.00 100.00 12:42:39 12:17:01 2 0.05 0.00 0.03 0.00 0.02 99.90 12:42:39 12:17:01 3 0.02 0.00 0.00 0.03 0.00 99.95 12:42:39 12:17:01 4 0.40 0.00 0.02 0.00 0.00 99.58 12:42:39 12:17:01 5 0.02 0.00 0.00 0.00 0.00 99.98 12:42:39 12:17:01 6 0.02 0.00 0.00 0.00 0.00 99.98 12:42:39 12:17:01 7 0.02 0.00 0.00 0.00 0.02 99.97 12:42:39 12:18:01 all 0.27 0.00 0.01 0.00 0.00 99.72 12:42:39 12:18:01 0 0.03 0.00 0.03 0.00 0.00 99.93 12:42:39 12:18:01 1 0.07 0.00 0.03 0.00 0.00 99.90 12:42:39 12:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 12:42:39 12:18:01 3 0.00 0.00 0.00 0.03 0.00 99.97 12:42:39 12:18:01 4 1.99 0.00 0.00 0.00 0.00 98.01 12:42:39 12:18:01 5 0.02 0.00 0.02 0.00 0.02 99.95 12:42:39 12:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 12:42:39 12:18:01 7 0.00 0.00 0.02 0.00 0.00 99.98 12:42:39 12:42:39 12:18:01 CPU %user %nice %system %iowait %steal %idle 12:42:39 12:19:01 all 0.20 0.00 0.02 0.01 0.01 99.77 12:42:39 12:19:01 0 0.00 0.00 0.02 0.00 0.02 99.97 12:42:39 12:19:01 1 0.07 0.00 0.03 0.02 0.02 99.87 12:42:39 12:19:01 2 0.02 0.00 0.00 0.00 0.00 99.98 12:42:39 12:19:01 3 0.00 0.00 0.00 0.05 0.00 99.95 12:42:39 12:19:01 4 1.42 0.00 0.07 0.00 0.02 98.50 12:42:39 12:19:01 5 0.03 0.00 0.02 0.00 0.00 99.95 12:42:39 12:19:01 6 0.00 0.00 0.00 0.00 0.00 100.00 12:42:39 12:19:01 7 0.02 0.00 0.02 0.00 0.00 99.97 12:42:39 12:20:01 all 0.02 0.00 0.02 0.01 0.01 99.95 12:42:39 12:20:01 0 0.00 0.00 0.02 0.00 0.00 99.98 12:42:39 12:20:01 1 0.12 0.00 0.03 0.03 0.03 99.78 12:42:39 12:20:01 2 0.00 0.00 0.00 0.00 0.00 100.00 12:42:39 12:20:01 3 0.02 0.00 0.02 0.02 0.03 99.92 12:42:39 12:20:01 4 0.00 0.00 0.02 0.00 0.00 99.98 12:42:39 12:20:01 5 0.02 0.00 0.03 0.00 0.02 99.93 12:42:39 12:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 12:42:39 12:20:01 7 0.00 0.00 0.02 0.00 0.00 99.98 12:42:39 12:21:01 all 0.02 0.00 0.02 0.01 0.00 99.95 12:42:39 12:21:01 0 0.02 0.00 0.02 0.00 0.00 99.97 12:42:39 12:21:01 1 0.05 0.00 0.05 0.08 0.02 99.80 12:42:39 12:21:01 2 0.02 0.00 0.02 0.00 0.00 99.97 12:42:39 12:21:01 3 0.02 0.00 0.02 0.00 0.00 99.97 12:42:39 12:21:01 4 0.00 0.00 0.05 0.00 0.00 99.95 12:42:39 12:21:01 5 0.02 0.00 0.00 0.00 0.00 99.98 12:42:39 12:21:01 6 0.02 0.00 0.03 0.00 0.02 99.93 12:42:39 12:21:01 7 0.00 0.00 0.00 0.00 0.00 100.00 12:42:39 12:22:01 all 0.02 0.00 0.02 0.00 0.01 99.95 12:42:39 12:22:01 0 0.03 0.00 0.02 0.00 0.02 99.93 12:42:39 12:22:01 1 0.07 0.00 0.05 0.02 0.02 99.85 12:42:39 12:22:01 2 0.02 0.00 0.02 0.00 0.00 99.97 12:42:39 12:22:01 3 0.02 0.00 0.02 0.02 0.02 99.93 12:42:39 12:22:01 4 0.00 0.00 0.02 0.00 0.00 99.98 12:42:39 12:22:01 5 0.02 0.00 0.00 0.00 0.02 99.97 12:42:39 12:22:01 6 0.00 0.00 0.00 0.00 0.00 100.00 12:42:39 12:22:01 7 0.02 0.00 0.03 0.00 0.00 99.95 12:42:39 12:23:01 all 0.02 0.00 0.01 0.00 0.00 99.96 12:42:39 12:23:01 0 0.03 0.00 0.02 0.00 0.00 99.95 12:42:39 12:23:01 1 0.07 0.00 0.02 0.00 0.02 99.90 12:42:39 12:23:01 2 0.02 0.00 0.00 0.00 0.00 99.98 12:42:39 12:23:01 3 0.02 0.00 0.02 0.03 0.00 99.93 12:42:39 12:23:01 4 0.02 0.00 0.00 0.00 0.02 99.97 12:42:39 12:23:01 5 0.02 0.00 0.02 0.00 0.00 99.97 12:42:39 12:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 12:42:39 12:23:01 7 0.00 0.00 0.00 0.00 0.00 100.00 12:42:39 12:24:01 all 0.01 0.00 0.01 0.01 0.00 99.97 12:42:39 12:24:01 0 0.00 0.00 0.02 0.00 0.00 99.98 12:42:39 12:24:01 1 0.02 0.00 0.03 0.00 0.00 99.95 12:42:39 12:24:01 2 0.02 0.00 0.02 0.00 0.02 99.95 12:42:39 12:24:01 3 0.02 0.00 0.00 0.05 0.00 99.93 12:42:39 12:24:01 4 0.00 0.00 0.00 0.00 0.00 100.00 12:42:39 12:24:01 5 0.03 0.00 0.00 0.00 0.02 99.95 12:42:39 12:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 12:42:39 12:24:01 7 0.02 0.00 0.00 0.00 0.00 99.98 12:42:39 12:25:01 all 0.13 0.00 0.01 0.00 0.00 99.85 12:42:39 12:25:01 0 0.02 0.00 0.02 0.00 0.02 99.95 12:42:39 12:25:01 1 0.07 0.00 0.00 0.02 0.02 99.90 12:42:39 12:25:01 2 0.00 0.00 0.00 0.00 0.00 100.00 12:42:39 12:25:01 3 0.03 0.00 0.00 0.02 0.00 99.95 12:42:39 12:25:01 4 0.00 0.00 0.02 0.00 0.00 99.98 12:42:39 12:25:01 5 0.91 0.00 0.03 0.00 0.00 99.05 12:42:39 12:25:01 6 0.03 0.00 0.02 0.00 0.00 99.95 12:42:39 12:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 12:42:39 12:26:01 all 0.04 0.00 0.01 0.00 0.01 99.93 12:42:39 12:26:01 0 0.03 0.00 0.03 0.00 0.00 99.93 12:42:39 12:26:01 1 0.07 0.00 0.02 0.00 0.02 99.90 12:42:39 12:26:01 2 0.05 0.00 0.02 0.00 0.00 99.93 12:42:39 12:26:01 3 0.10 0.00 0.02 0.03 0.02 99.83 12:42:39 12:26:01 4 0.02 0.00 0.00 0.00 0.00 99.98 12:42:39 12:26:01 5 0.03 0.00 0.00 0.00 0.02 99.95 12:42:39 12:26:01 6 0.03 0.00 0.00 0.00 0.00 99.97 12:42:39 12:26:01 7 0.00 0.00 0.02 0.00 0.02 99.97 12:42:39 12:27:01 all 0.02 0.00 0.01 0.01 0.00 99.96 12:42:39 12:27:01 0 0.03 0.00 0.00 0.00 0.00 99.97 12:42:39 12:27:01 1 0.07 0.00 0.05 0.00 0.00 99.88 12:42:39 12:27:01 2 0.00 0.00 0.00 0.00 0.00 100.00 12:42:39 12:27:01 3 0.02 0.00 0.03 0.03 0.00 99.92 12:42:39 12:27:01 4 0.02 0.00 0.02 0.03 0.00 99.93 12:42:39 12:27:01 5 0.00 0.00 0.00 0.00 0.00 100.00 12:42:39 12:27:01 6 0.00 0.00 0.02 0.00 0.02 99.97 12:42:39 12:27:01 7 0.02 0.00 0.00 0.00 0.00 99.98 12:42:39 12:28:01 all 0.03 0.00 0.01 0.01 0.00 99.95 12:42:39 12:28:01 0 0.05 0.00 0.02 0.00 0.02 99.92 12:42:39 12:28:01 1 0.05 0.00 0.02 0.00 0.02 99.92 12:42:39 12:28:01 2 0.03 0.00 0.00 0.00 0.00 99.97 12:42:39 12:28:01 3 0.03 0.00 0.00 0.08 0.00 99.88 12:42:39 12:28:01 4 0.02 0.00 0.02 0.00 0.00 99.97 12:42:39 12:28:01 5 0.02 0.00 0.00 0.00 0.00 99.98 12:42:39 12:28:01 6 0.00 0.00 0.02 0.00 0.00 99.98 12:42:39 12:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 12:42:39 12:29:01 all 0.01 0.00 0.01 0.00 0.00 99.97 12:42:39 12:29:01 0 0.00 0.00 0.02 0.00 0.00 99.98 12:42:39 12:29:01 1 0.03 0.00 0.03 0.00 0.00 99.93 12:42:39 12:29:01 2 0.02 0.00 0.00 0.00 0.00 99.98 12:42:39 12:29:01 3 0.00 0.00 0.00 0.02 0.00 99.98 12:42:39 12:29:01 4 0.02 0.00 0.02 0.00 0.00 99.97 12:42:39 12:29:01 5 0.00 0.00 0.02 0.00 0.02 99.97 12:42:39 12:29:01 6 0.00 0.00 0.00 0.00 0.00 100.00 12:42:39 12:29:01 7 0.00 0.00 0.02 0.00 0.00 99.98 12:42:39 12:42:39 12:29:01 CPU %user %nice %system %iowait %steal %idle 12:42:39 12:30:01 all 0.02 0.00 0.01 0.00 0.00 99.96 12:42:39 12:30:01 0 0.03 0.00 0.00 0.00 0.00 99.97 12:42:39 12:30:01 1 0.07 0.00 0.03 0.00 0.02 99.88 12:42:39 12:30:01 2 0.02 0.00 0.00 0.00 0.00 99.98 12:42:39 12:30:01 3 0.00 0.00 0.02 0.03 0.00 99.95 12:42:39 12:30:01 4 0.02 0.00 0.00 0.00 0.00 99.98 12:42:39 12:30:01 5 0.02 0.00 0.00 0.00 0.00 99.98 12:42:39 12:30:01 6 0.02 0.00 0.02 0.00 0.00 99.97 12:42:39 12:30:01 7 0.00 0.00 0.02 0.00 0.00 99.98 12:42:39 12:31:01 all 0.04 0.00 0.03 0.01 0.01 99.90 12:42:39 12:31:01 0 0.20 0.00 0.08 0.03 0.00 99.68 12:42:39 12:31:01 1 0.03 0.00 0.03 0.00 0.02 99.92 12:42:39 12:31:01 2 0.02 0.00 0.02 0.03 0.00 99.93 12:42:39 12:31:01 3 0.03 0.00 0.02 0.00 0.02 99.93 12:42:39 12:31:01 4 0.05 0.00 0.02 0.00 0.03 99.90 12:42:39 12:31:01 5 0.02 0.00 0.03 0.00 0.02 99.93 12:42:39 12:31:01 6 0.00 0.00 0.03 0.02 0.02 99.93 12:42:39 12:31:01 7 0.00 0.00 0.02 0.00 0.00 99.98 12:42:39 12:32:01 all 0.02 0.00 0.01 0.00 0.00 99.97 12:42:39 12:32:01 0 0.02 0.00 0.03 0.00 0.00 99.95 12:42:39 12:32:01 1 0.05 0.00 0.00 0.00 0.00 99.95 12:42:39 12:32:01 2 0.02 0.00 0.02 0.02 0.00 99.95 12:42:39 12:32:01 3 0.05 0.00 0.00 0.02 0.00 99.93 12:42:39 12:32:01 4 0.00 0.00 0.00 0.00 0.00 100.00 12:42:39 12:32:01 5 0.02 0.00 0.00 0.00 0.00 99.98 12:42:39 12:32:01 6 0.02 0.00 0.00 0.00 0.00 99.98 12:42:39 12:32:01 7 0.00 0.00 0.00 0.00 0.00 100.00 12:42:39 12:33:01 all 0.12 0.00 0.01 0.00 0.00 99.86 12:42:39 12:33:01 0 0.03 0.00 0.00 0.00 0.00 99.97 12:42:39 12:33:01 1 0.05 0.00 0.05 0.00 0.00 99.90 12:42:39 12:33:01 2 0.03 0.00 0.00 0.00 0.00 99.97 12:42:39 12:33:01 3 0.02 0.00 0.02 0.03 0.00 99.93 12:42:39 12:33:01 4 0.03 0.00 0.02 0.00 0.00 99.95 12:42:39 12:33:01 5 0.81 0.00 0.00 0.00 0.00 99.19 12:42:39 12:33:01 6 0.02 0.00 0.02 0.00 0.00 99.97 12:42:39 12:33:01 7 0.00 0.00 0.02 0.00 0.00 99.98 12:42:39 12:34:01 all 0.14 0.00 0.01 0.00 0.01 99.84 12:42:39 12:34:01 0 0.00 0.00 0.00 0.00 0.03 99.97 12:42:39 12:34:01 1 0.02 0.00 0.03 0.00 0.02 99.93 12:42:39 12:34:01 2 0.02 0.00 0.00 0.00 0.00 99.98 12:42:39 12:34:01 3 0.00 0.00 0.00 0.03 0.00 99.97 12:42:39 12:34:01 4 0.00 0.00 0.00 0.00 0.00 100.00 12:42:39 12:34:01 5 1.11 0.00 0.02 0.00 0.02 98.86 12:42:39 12:34:01 6 0.00 0.00 0.00 0.00 0.00 100.00 12:42:39 12:34:01 7 0.00 0.00 0.00 0.00 0.00 100.00 12:42:39 12:35:01 all 0.02 0.00 0.01 0.01 0.01 99.95 12:42:39 12:35:01 0 0.03 0.00 0.02 0.00 0.00 99.95 12:42:39 12:35:01 1 0.07 0.00 0.05 0.02 0.02 99.85 12:42:39 12:35:01 2 0.00 0.00 0.00 0.03 0.02 99.95 12:42:39 12:35:01 3 0.02 0.00 0.02 0.00 0.00 99.97 12:42:39 12:35:01 4 0.02 0.00 0.00 0.00 0.00 99.98 12:42:39 12:35:01 5 0.02 0.00 0.02 0.00 0.00 99.97 12:42:39 12:35:01 6 0.02 0.00 0.02 0.00 0.02 99.95 12:42:39 12:35:01 7 0.02 0.00 0.00 0.00 0.00 99.98 12:42:39 12:36:01 all 0.01 0.00 0.01 0.00 0.01 99.96 12:42:39 12:36:01 0 0.02 0.00 0.00 0.00 0.02 99.97 12:42:39 12:36:01 1 0.03 0.00 0.02 0.03 0.03 99.88 12:42:39 12:36:01 2 0.00 0.00 0.03 0.00 0.00 99.97 12:42:39 12:36:01 3 0.00 0.00 0.00 0.00 0.02 99.98 12:42:39 12:36:01 4 0.02 0.00 0.00 0.00 0.02 99.97 12:42:39 12:36:01 5 0.00 0.00 0.00 0.00 0.02 99.98 12:42:39 12:36:01 6 0.03 0.00 0.02 0.00 0.00 99.95 12:42:39 12:36:01 7 0.00 0.00 0.00 0.00 0.02 99.98 12:42:39 12:37:01 all 0.02 0.00 0.01 0.01 0.00 99.96 12:42:39 12:37:01 0 0.03 0.00 0.03 0.00 0.00 99.93 12:42:39 12:37:01 1 0.07 0.00 0.03 0.03 0.00 99.87 12:42:39 12:37:01 2 0.02 0.00 0.00 0.00 0.00 99.98 12:42:39 12:37:01 3 0.03 0.00 0.00 0.02 0.00 99.95 12:42:39 12:37:01 4 0.02 0.00 0.02 0.00 0.00 99.97 12:42:39 12:37:01 5 0.00 0.00 0.00 0.00 0.00 100.00 12:42:39 12:37:01 6 0.00 0.00 0.02 0.00 0.00 99.98 12:42:39 12:37:01 7 0.00 0.00 0.02 0.00 0.00 99.98 12:42:39 12:38:01 all 0.01 0.00 0.00 0.01 0.00 99.97 12:42:39 12:38:01 0 0.02 0.00 0.00 0.00 0.02 99.97 12:42:39 12:38:01 1 0.02 0.00 0.03 0.03 0.02 99.90 12:42:39 12:38:01 2 0.00 0.00 0.00 0.00 0.00 100.00 12:42:39 12:38:01 3 0.00 0.00 0.00 0.02 0.00 99.98 12:42:39 12:38:01 4 0.00 0.00 0.00 0.00 0.00 100.00 12:42:39 12:38:01 5 0.02 0.00 0.00 0.00 0.00 99.98 12:42:39 12:38:01 6 0.03 0.00 0.00 0.00 0.00 99.97 12:42:39 12:38:01 7 0.00 0.00 0.00 0.00 0.00 100.00 12:42:39 12:39:01 all 0.02 0.00 0.01 0.00 0.01 99.96 12:42:39 12:39:01 0 0.05 0.00 0.00 0.00 0.00 99.95 12:42:39 12:39:01 1 0.05 0.00 0.03 0.00 0.03 99.88 12:42:39 12:39:01 2 0.00 0.00 0.02 0.02 0.00 99.97 12:42:39 12:39:01 3 0.02 0.00 0.00 0.00 0.00 99.98 12:42:39 12:39:01 4 0.00 0.00 0.00 0.00 0.00 100.00 12:42:39 12:39:01 5 0.00 0.00 0.03 0.00 0.00 99.97 12:42:39 12:39:01 6 0.00 0.00 0.02 0.00 0.02 99.97 12:42:39 12:39:01 7 0.02 0.00 0.02 0.00 0.00 99.97 12:42:39 12:40:01 all 0.01 0.00 0.01 0.00 0.00 99.97 12:42:39 12:40:01 0 0.02 0.00 0.02 0.00 0.00 99.97 12:42:39 12:40:01 1 0.02 0.00 0.03 0.02 0.02 99.92 12:42:39 12:40:01 2 0.00 0.00 0.02 0.00 0.00 99.98 12:42:39 12:40:01 3 0.00 0.00 0.02 0.02 0.00 99.97 12:42:39 12:40:01 4 0.02 0.00 0.02 0.00 0.00 99.97 12:42:39 12:40:01 5 0.00 0.00 0.00 0.00 0.00 100.00 12:42:39 12:40:01 6 0.00 0.00 0.00 0.00 0.00 100.00 12:42:39 12:40:01 7 0.00 0.00 0.02 0.00 0.00 99.98 12:42:39 12:42:39 12:40:01 CPU %user %nice %system %iowait %steal %idle 12:42:39 12:41:01 all 0.01 0.00 0.01 0.01 0.01 99.96 12:42:39 12:41:01 0 0.00 0.00 0.00 0.00 0.02 99.98 12:42:39 12:41:01 1 0.03 0.00 0.02 0.05 0.02 99.88 12:42:39 12:41:01 2 0.00 0.00 0.00 0.00 0.00 100.00 12:42:39 12:41:01 3 0.00 0.00 0.02 0.02 0.02 99.95 12:42:39 12:41:01 4 0.02 0.00 0.02 0.00 0.00 99.97 12:42:39 12:41:01 5 0.02 0.00 0.00 0.00 0.02 99.97 12:42:39 12:41:01 6 0.02 0.00 0.02 0.00 0.00 99.97 12:42:39 12:41:01 7 0.00 0.00 0.00 0.00 0.02 99.98 12:42:39 12:42:01 all 0.02 0.00 0.01 0.00 0.00 99.97 12:42:39 12:42:01 0 0.02 0.00 0.02 0.00 0.00 99.97 12:42:39 12:42:01 1 0.00 0.00 0.00 0.02 0.00 99.98 12:42:39 12:42:01 2 0.03 0.00 0.02 0.00 0.02 99.93 12:42:39 12:42:01 3 0.00 0.00 0.00 0.02 0.00 99.98 12:42:39 12:42:01 4 0.02 0.00 0.00 0.00 0.00 99.98 12:42:39 12:42:01 5 0.08 0.00 0.03 0.00 0.00 99.88 12:42:39 12:42:01 6 0.00 0.00 0.00 0.00 0.00 100.00 12:42:39 12:42:01 7 0.00 0.00 0.00 0.00 0.00 100.00 12:42:39 Average: all 6.45 0.00 1.58 0.41 0.02 91.53 12:42:39 Average: 0 6.48 0.00 1.53 0.16 0.02 91.80 12:42:39 Average: 1 6.72 0.00 1.65 0.42 0.03 91.18 12:42:39 Average: 2 6.00 0.00 1.40 0.38 0.02 92.20 12:42:39 Average: 3 6.44 0.00 1.65 0.31 0.02 91.58 12:42:39 Average: 4 6.55 0.00 1.58 0.46 0.02 91.39 12:42:39 Average: 5 6.57 0.00 1.58 0.37 0.02 91.46 12:42:39 Average: 6 6.50 0.00 1.68 1.01 0.02 90.79 12:42:39 Average: 7 6.36 0.00 1.54 0.22 0.02 91.86 12:42:39 12:42:39 12:42:39