Pull request #3410 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from de671d521d9c86c4e79c888266647b5538b20374+58f175f39c326a963567c19064a72a1694fab97f (9fc8f40d43d8a2e57562b25c472c8a9622fc1075) Running in Durability level: PERFORMANCE_OPTIMIZED 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 > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # 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 > 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # 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 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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 > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # 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 > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3220’ Running on prd-centos7-docker-4c-2g-3224 in /w/workspace/edgexfoundry_edgex-go_PR-3410 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout 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/8 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' 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/master commit 58f175f39c326a963567c19064a72a1694fab97f into PR head commit de671d521d9c86c4e79c888266647b5538b20374 Merge succeeded, producing de671d521d9c86c4e79c888266647b5538b20374 Checking out Revision de671d521d9c86c4e79c888266647b5538b20374 (PR-3410) > 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/3410/head:refs/remotes/origin/PR-3410 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f de671d521d9c86c4e79c888266647b5538b20374 # 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 58f175f39c326a963567c19064a72a1694fab97f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f de671d521d9c86c4e79c888266647b5538b20374 # timeout=10 Commit message: "fix: Address PR feedback" > git rev-list --no-walk b1290fed56f71f399650eea23c74a9fb48ab7d36 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-06T15:14:17.003Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-06T15:14:17.109Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-06T15:14:17.139Z] ========================================================= [2021-05-06T15:14:17.139Z] EdgeX Global Pipelines Version Info [2021-05-06T15:14:17.139Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-06T15:14:19.533Z] ------------------- [2021-05-06T15:14:19.534Z] stable info: [2021-05-06T15:14:19.534Z] ------------------- [2021-05-06T15:14:19.534Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-06T15:14:19.534Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-06T15:14:19.534Z] Message: update stable to v1.0.191 [2021-05-06T15:14:20.512Z] ------------------- [2021-05-06T15:14:20.512Z] experimental info: [2021-05-06T15:14:20.512Z] ------------------- [2021-05-06T15:14:20.512Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-06T15:14:20.512Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-06T15:14:20.512Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-06T15:14:20.660Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-06T15:14:20.684Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-06T15:14:20.705Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-06T15:14:20.727Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-06T15:14:20.749Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-06T15:14:20.772Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-06T15:14:20.794Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-06T15:14:20.816Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-06T15:14:20.864Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-05-06T15:14:20.902Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-05-06T15:14:20.926Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-06T15:14:20.949Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-06T15:14:20.972Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-06T15:14:20.994Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-06T15:14:21.018Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-06T15:14:21.040Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-06T15:14:21.063Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-06T15:14:21.085Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-06T15:14:21.112Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-06T15:14:21.135Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-06T15:14:21.173Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-06T15:14:21.195Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-06T15:14:21.217Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3410 [Pipeline] echo [2021-05-06T15:14:21.239Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3410 [Pipeline] echo [2021-05-06T15:14:21.261Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3410 [Pipeline] echo [2021-05-06T15:14:21.284Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = de671d521d9c86c4e79c888266647b5538b20374 [Pipeline] echo [2021-05-06T15:14:21.306Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = de671d5 [Pipeline] echo [2021-05-06T15:14:21.331Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-06T15:14:21.413Z] provisioning config files... [2021-05-06T15:14:21.459Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config5847040293759775238tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-06T15:14:21.832Z] ---> docker-login.sh [2021-05-06T15:14:21.832Z] nexus3.edgexfoundry.org:10001 [2021-05-06T15:14:22.107Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T15:14:22.373Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T15:14:22.373Z] Configure a credential helper to remove this warning. See [2021-05-06T15:14:22.373Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T15:14:22.373Z] [2021-05-06T15:14:22.373Z] Login Succeeded [2021-05-06T15:14:22.373Z] nexus3.edgexfoundry.org:10002 [2021-05-06T15:14:22.640Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T15:14:22.640Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T15:14:22.640Z] Configure a credential helper to remove this warning. See [2021-05-06T15:14:22.640Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T15:14:22.640Z] [2021-05-06T15:14:22.640Z] Login Succeeded [2021-05-06T15:14:22.640Z] nexus3.edgexfoundry.org:10003 [2021-05-06T15:14:22.910Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T15:14:22.910Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T15:14:22.910Z] Configure a credential helper to remove this warning. See [2021-05-06T15:14:22.910Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T15:14:22.910Z] [2021-05-06T15:14:22.910Z] Login Succeeded [2021-05-06T15:14:22.910Z] nexus3.edgexfoundry.org:10004 [2021-05-06T15:14:23.178Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T15:14:23.178Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T15:14:23.178Z] Configure a credential helper to remove this warning. See [2021-05-06T15:14:23.178Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T15:14:23.178Z] [2021-05-06T15:14:23.178Z] Login Succeeded [2021-05-06T15:14:23.178Z] docker.io [2021-05-06T15:14:23.460Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T15:14:23.729Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T15:14:23.729Z] Configure a credential helper to remove this warning. See [2021-05-06T15:14:23.729Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T15:14:23.729Z] [2021-05-06T15:14:23.729Z] Login Succeeded [2021-05-06T15:14:23.729Z] ---> docker-login.sh ends [Pipeline] } [2021-05-06T15:14:23.751Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-06T15:14:24.114Z] ++ 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/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-05-06T15:14:24.114Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T15:14:24.114Z] ++ dirname cmd/core-command/Dockerfile [2021-05-06T15:14:24.114Z] ++ cut -d/ -f2 [2021-05-06T15:14:24.114Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-06T15:14:24.114Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T15:14:24.114Z] ++ dirname cmd/core-data/Dockerfile [2021-05-06T15:14:24.114Z] ++ cut -d/ -f2 [2021-05-06T15:14:24.114Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-06T15:14:24.114Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T15:14:24.114Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-06T15:14:24.114Z] ++ cut -d/ -f2 [2021-05-06T15:14:24.114Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-06T15:14:24.114Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T15:14:24.114Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-06T15:14:24.114Z] ++ cut -d/ -f2 [2021-05-06T15:14:24.114Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-06T15:14:24.114Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T15:14:24.114Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-06T15:14:24.114Z] ++ cut -d/ -f2 [2021-05-06T15:14:24.114Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-06T15:14:24.114Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T15:14:24.114Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-06T15:14:24.114Z] ++ cut -d/ -f2 [2021-05-06T15:14:24.114Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-06T15:14:24.114Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T15:14:24.114Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-06T15:14:24.114Z] ++ cut -d/ -f2 [2021-05-06T15:14:24.114Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-06T15:14:24.114Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T15:14:24.114Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-06T15:14:24.114Z] ++ cut -d/ -f2 [2021-05-06T15:14:24.114Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-06T15:14:24.114Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T15:14:24.114Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-06T15:14:24.114Z] ++ cut -d/ -f2 [2021-05-06T15:14:24.114Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-06T15:14:24.261Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-05-06T15:14:25.700Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T15:14:25.700Z] [2021-05-06T15:14:25.700Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-06T15:14:26.068Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T15:14:26.068Z] latest: Pulling from edgex-devops/git-semver [2021-05-06T15:14:26.068Z] 31603596830f: Pulling fs layer [2021-05-06T15:14:26.068Z] 54011a49482f: Pulling fs layer [2021-05-06T15:14:26.068Z] a6820b24f6d8: Pulling fs layer [2021-05-06T15:14:26.068Z] f581987b2513: Pulling fs layer [2021-05-06T15:14:26.068Z] f581987b2513: Waiting [2021-05-06T15:14:26.068Z] 54011a49482f: Verifying Checksum [2021-05-06T15:14:26.068Z] 54011a49482f: Download complete [2021-05-06T15:14:26.343Z] 31603596830f: Verifying Checksum [2021-05-06T15:14:26.343Z] 31603596830f: Download complete [2021-05-06T15:14:26.343Z] f581987b2513: Download complete [2021-05-06T15:14:26.343Z] a6820b24f6d8: Verifying Checksum [2021-05-06T15:14:26.343Z] a6820b24f6d8: Download complete [2021-05-06T15:14:26.612Z] 31603596830f: Pull complete [2021-05-06T15:14:26.875Z] 54011a49482f: Pull complete [2021-05-06T15:14:27.856Z] a6820b24f6d8: Pull complete [2021-05-06T15:14:28.118Z] f581987b2513: Pull complete [2021-05-06T15:14:28.119Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-06T15:14:28.119Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T15:14:28.119Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-06T15:14:28.246Z] prd-centos7-docker-4c-2g-3224 does not seem to be running inside a container [2021-05-06T15:14:28.314Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 [2021-05-06T15:14:31.024Z] $ docker top fa4a28228e8905c8cf08dacfefcc223909e3b9106dd4d8603d90a4ef5c8f2ac2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-06T15:14:31.292Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-06T15:14:31.292Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-06T15:14:31.626Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-06T15:14:31.633Z] $ docker exec fa4a28228e8905c8cf08dacfefcc223909e3b9106dd4d8603d90a4ef5c8f2ac2 ssh-agent [2021-05-06T15:14:31.857Z] SSH_AUTH_SOCK=/tmp/ssh-6swmkEanUbEE/agent.12 [2021-05-06T15:14:31.857Z] SSH_AGENT_PID=17 [2021-05-06T15:14:31.881Z] Running ssh-add (command line suppressed) [2021-05-06T15:14:32.052Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_3235186457418315508.key (/w/workspace/edgex-go/8@tmp/private_key_3235186457418315508.key) [2021-05-06T15:14:32.116Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-06T15:14:32.432Z] + git tag --points-at HEAD [Pipeline] } [2021-05-06T15:14:32.458Z] $ docker exec --env ******** --env ******** fa4a28228e8905c8cf08dacfefcc223909e3b9106dd4d8603d90a4ef5c8f2ac2 ssh-agent -k [2021-05-06T15:14:32.595Z] unset SSH_AUTH_SOCK; [2021-05-06T15:14:32.595Z] unset SSH_AGENT_PID; [2021-05-06T15:14:32.596Z] echo Agent pid 17 killed; [2021-05-06T15:14:32.647Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-06T15:14:32.690Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-06T15:14:32.690Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-06T15:14:32.908Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-06T15:14:32.915Z] $ docker exec fa4a28228e8905c8cf08dacfefcc223909e3b9106dd4d8603d90a4ef5c8f2ac2 ssh-agent [2021-05-06T15:14:33.135Z] SSH_AUTH_SOCK=/tmp/ssh-jUFgw0GSaSnZ/agent.47 [2021-05-06T15:14:33.135Z] SSH_AGENT_PID=52 [2021-05-06T15:14:33.144Z] Running ssh-add (command line suppressed) [2021-05-06T15:14:33.276Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_7880370292298519941.key (/w/workspace/edgex-go/8@tmp/private_key_7880370292298519941.key) [2021-05-06T15:14:33.332Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-06T15:14:33.651Z] + git semver init [2021-05-06T15:14:33.651Z] # -> Open(): unable to determine branch for HEAD [2021-05-06T15:14:33.651Z] # $GIT_DIR = /w/workspace/edgex-go/8/.git [2021-05-06T15:14:33.651Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/8 [2021-05-06T15:14:33.651Z] # $SEMVER_REMOTE_NAME = origin [2021-05-06T15:14:33.651Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-06T15:14:33.651Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-06T15:14:33.651Z] # $SEMVER_BRANCH = PR-3410 [2021-05-06T15:14:33.651Z] # $SEMVER_TEMP = /tmp/semver-424180283 [2021-05-06T15:14:33.651Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-06T15:14:55.764Z] # '/tmp/semver-424180283' -> '/w/workspace/edgex-go/8/.semver' [2021-05-06T15:14:55.764Z] # -> Force: false [2021-05-06T15:14:55.764Z] # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } [2021-05-06T15:14:55.783Z] $ docker exec --env ******** --env ******** fa4a28228e8905c8cf08dacfefcc223909e3b9106dd4d8603d90a4ef5c8f2ac2 ssh-agent -k [2021-05-06T15:14:56.013Z] unset SSH_AUTH_SOCK; [2021-05-06T15:14:56.013Z] unset SSH_AGENT_PID; [2021-05-06T15:14:56.014Z] echo Agent pid 52 killed; [2021-05-06T15:14:56.080Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-06T15:14:56.418Z] + git semver [Pipeline] } [2021-05-06T15:14:56.439Z] $ docker stop --time=1 fa4a28228e8905c8cf08dacfefcc223909e3b9106dd4d8603d90a4ef5c8f2ac2 [2021-05-06T15:14:58.098Z] $ docker rm -f fa4a28228e8905c8cf08dacfefcc223909e3b9106dd4d8603d90a4ef5c8f2ac2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-06T15:14:58.595Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-06T15:14:59.099Z] Stashed 1 file(s) [Pipeline] echo [2021-05-06T15:14:59.103Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-06T15:14:59.626Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-06T15:14:59.930Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-06T15:15:00.234Z] + sudo service docker restart [2021-05-06T15:15:00.234Z] + true [2021-05-06T15:15:00.234Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-06T15:15:00.823Z] ========================================================= [2021-05-06T15:15:00.823Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-06T15:15:00.823Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-06T15:15:01.141Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-06T15:15:06.553Z] Sending build context to Docker daemon 330MB [2021-05-06T15:15:06.553Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-05-06T15:15:06.553Z] Step 2/6 : FROM ${BASE} [2021-05-06T15:15:06.553Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-06T15:15:06.553Z] 540db60ca938: Pulling fs layer [2021-05-06T15:15:06.553Z] adcc1eea9eea: Pulling fs layer [2021-05-06T15:15:06.553Z] 4c4ab2625f07: Pulling fs layer [2021-05-06T15:15:06.553Z] 0510c868ecb4: Pulling fs layer [2021-05-06T15:15:06.553Z] afea3b2eda06: Pulling fs layer [2021-05-06T15:15:06.553Z] 7809a108b3ef: Pulling fs layer [2021-05-06T15:15:06.553Z] f706445af74f: Pulling fs layer [2021-05-06T15:15:06.553Z] afea3b2eda06: Waiting [2021-05-06T15:15:06.553Z] 7809a108b3ef: Waiting [2021-05-06T15:15:06.553Z] 0510c868ecb4: Waiting [2021-05-06T15:15:06.553Z] f706445af74f: Waiting [2021-05-06T15:15:06.553Z] 4c4ab2625f07: Verifying Checksum [2021-05-06T15:15:06.553Z] 4c4ab2625f07: Download complete [2021-05-06T15:15:06.553Z] adcc1eea9eea: Verifying Checksum [2021-05-06T15:15:06.553Z] adcc1eea9eea: Download complete [2021-05-06T15:15:06.553Z] afea3b2eda06: Verifying Checksum [2021-05-06T15:15:06.553Z] afea3b2eda06: Download complete [2021-05-06T15:15:06.553Z] 7809a108b3ef: Verifying Checksum [2021-05-06T15:15:06.553Z] 7809a108b3ef: Download complete [2021-05-06T15:15:06.553Z] 540db60ca938: Verifying Checksum [2021-05-06T15:15:06.553Z] 540db60ca938: Download complete [2021-05-06T15:15:07.160Z] 540db60ca938: Pull complete [2021-05-06T15:15:07.430Z] adcc1eea9eea: Pull complete [2021-05-06T15:15:07.430Z] 4c4ab2625f07: Pull complete [2021-05-06T15:15:08.868Z] f706445af74f: Verifying Checksum [2021-05-06T15:15:08.868Z] f706445af74f: Download complete [2021-05-06T15:15:10.483Z] 0510c868ecb4: Verifying Checksum [2021-05-06T15:15:10.484Z] 0510c868ecb4: Download complete [2021-05-06T15:15:14.251Z] Still waiting to schedule task [2021-05-06T15:15:14.251Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-06T15:15:18.822Z] 0510c868ecb4: Pull complete [2021-05-06T15:15:18.822Z] afea3b2eda06: Pull complete [2021-05-06T15:15:18.822Z] 7809a108b3ef: Pull complete [2021-05-06T15:15:22.208Z] f706445af74f: Pull complete [2021-05-06T15:15:22.208Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-06T15:15:22.208Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-06T15:15:22.208Z] ---> b068be0155e3 [2021-05-06T15:15:22.208Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-05-06T15:15:22.473Z] ---> Running in 75e1645f0d55 [2021-05-06T15:15:23.435Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T15:15:24.013Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T15:15:24.970Z] (1/12) Installing libmagic (5.39-r0) [2021-05-06T15:15:25.548Z] (2/12) Installing file (5.39-r0) [2021-05-06T15:15:25.548Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-06T15:15:25.548Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-06T15:15:30.887Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-06T15:15:30.887Z] (6/12) Installing patch (2.7.6-r6) [2021-05-06T15:15:30.887Z] (7/12) Installing build-base (0.5-r2) [2021-05-06T15:15:30.887Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-06T15:15:31.153Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-06T15:15:31.153Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-06T15:15:31.153Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-06T15:15:31.423Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-06T15:15:31.423Z] Executing busybox-1.32.1-r6.trigger [2021-05-06T15:15:31.423Z] OK: 219 MiB in 52 packages [2021-05-06T15:15:34.807Z] Removing intermediate container 75e1645f0d55 [2021-05-06T15:15:34.807Z] ---> b337e5c1cf7e [2021-05-06T15:15:34.807Z] Step 4/6 : WORKDIR /edgex-go [2021-05-06T15:15:35.079Z] ---> Running in aee9ac56b57f [2021-05-06T15:15:35.079Z] Removing intermediate container aee9ac56b57f [2021-05-06T15:15:35.079Z] ---> b3ab87c055c1 [2021-05-06T15:15:35.079Z] Step 5/6 : COPY go.mod . [2021-05-06T15:15:35.682Z] ---> a6a392ef7117 [2021-05-06T15:15:35.682Z] Step 6/6 : RUN go mod download [2021-05-06T15:15:35.682Z] ---> Running in ac3b23758095 [2021-05-06T15:15:57.801Z] Removing intermediate container ac3b23758095 [2021-05-06T15:15:57.801Z] ---> a19ce694813b [2021-05-06T15:15:57.801Z] Successfully built a19ce694813b [2021-05-06T15:15:57.801Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-06T15:15:58.146Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-06T15:15:58.413Z] . [Pipeline] withDockerContainer [2021-05-06T15:15:58.570Z] prd-centos7-docker-4c-2g-3224 does not seem to be running inside a container [2021-05-06T15:15:58.665Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 [2021-05-06T15:15:59.558Z] $ docker top e385d41f6ee4aff869a89ca29d6264f8c527940406379ebf44f1e8941d08dc39 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T15:16:00.037Z] + go version [2021-05-06T15:16:00.037Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-06T15:16:00.055Z] $ docker stop --time=1 e385d41f6ee4aff869a89ca29d6264f8c527940406379ebf44f1e8941d08dc39 [2021-05-06T15:16:01.561Z] $ docker rm -f e385d41f6ee4aff869a89ca29d6264f8c527940406379ebf44f1e8941d08dc39 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T15:16:02.127Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-06T15:16:02.127Z] . [Pipeline] withDockerContainer [2021-05-06T15:16:02.255Z] prd-centos7-docker-4c-2g-3224 does not seem to be running inside a container [2021-05-06T15:16:02.320Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 [2021-05-06T15:16:03.265Z] $ docker top 2af0c85b1335f118c3ddf69e304efaa133e67579cae33009f4e530741e399cd3 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-06T15:16:03.478Z] ========================================================= [2021-05-06T15:16:03.478Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-06T15:16:03.478Z] ========================================================= [Pipeline] sh [2021-05-06T15:16:03.824Z] + go mod tidy [Pipeline] sh [2021-05-06T15:16:06.723Z] + make test [2021-05-06T15:16:06.724Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-06T15:16:16.881Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-06T15:16:56.604Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-06T15:16:56.604Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-06T15:17:01.067Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-06T15:17:01.067Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-06T15:17:03.064Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-06T15:17:03.344Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-06T15:17:03.344Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-06T15:17:03.344Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-06T15:17:05.414Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-06T15:17:06.026Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-06T15:17:09.465Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-06T15:17:09.465Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-06T15:17:09.465Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-06T15:17:11.465Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.154s coverage: 45.9% of statements [2021-05-06T15:17:11.465Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-06T15:17:11.465Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-06T15:17:11.465Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-06T15:17:11.465Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-06T15:17:11.465Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-06T15:17:11.465Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-06T15:17:11.465Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.071s coverage: 19.8% of statements [2021-05-06T15:17:11.465Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.146s coverage: 100.0% of statements [2021-05-06T15:17:15.809Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.194s coverage: 27.1% of statements [2021-05-06T15:17:15.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-06T15:17:15.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-06T15:17:15.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-06T15:17:15.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-06T15:17:15.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-06T15:17:15.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-06T15:17:15.809Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.072s coverage: 100.0% of statements [2021-05-06T15:17:15.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-06T15:17:15.809Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.062s coverage: 100.0% of statements [2021-05-06T15:17:15.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-06T15:17:15.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-06T15:17:15.809Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.076s coverage: 71.3% of statements [2021-05-06T15:17:15.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-06T15:17:15.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-06T15:17:15.809Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.166s coverage: 87.7% of statements [2021-05-06T15:17:15.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-06T15:17:15.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-06T15:17:15.809Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.065s coverage: 78.9% of statements [2021-05-06T15:17:15.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-06T15:17:19.240Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.410s coverage: 28.6% of statements [2021-05-06T15:17:19.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-06T15:17:19.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-06T15:17:19.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-06T15:17:19.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-06T15:17:19.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-06T15:17:19.240Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.085s coverage: 100.0% of statements [2021-05-06T15:17:19.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-06T15:17:19.240Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.061s coverage: 100.0% of statements [2021-05-06T15:17:19.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-06T15:17:19.240Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.189s coverage: 86.7% of statements [2021-05-06T15:17:19.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-06T15:17:19.240Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.191s coverage: 97.5% of statements [2021-05-06T15:17:19.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-06T15:17:19.240Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.101s coverage: 78.3% of statements [2021-05-06T15:17:19.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-06T15:17:19.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-06T15:17:19.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-06T15:17:19.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-06T15:17:22.005Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.551s coverage: 95.1% of statements [2021-05-06T15:17:22.005Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-06T15:17:22.005Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-06T15:17:22.005Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-06T15:17:22.005Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-06T15:17:22.005Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-06T15:17:22.005Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-06T15:17:22.005Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-06T15:17:22.005Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-06T15:17:22.005Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-06T15:17:22.005Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-06T15:17:22.005Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-06T15:17:22.005Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-06T15:17:22.005Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-06T15:17:22.005Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-06T15:17:22.005Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-06T15:17:22.005Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-06T15:17:22.005Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-06T15:17:22.005Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-06T15:17:22.005Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-05-06T15:17:22.005Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-06T15:17:22.005Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-06T15:17:22.005Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.135s coverage: 0.9% of statements [2021-05-06T15:17:22.005Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-06T15:17:22.005Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.121s coverage: 22.6% of statements [2021-05-06T15:17:22.005Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-06T15:17:22.005Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.086s coverage: 47.1% of statements [2021-05-06T15:17:22.005Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.092s coverage: 79.5% of statements [2021-05-06T15:17:22.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.099s coverage: 94.1% of statements [2021-05-06T15:17:22.665Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.088s coverage: 96.3% of statements [2021-05-06T15:17:22.665Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements [2021-05-06T15:17:35.418Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.125s coverage: 94.4% of statements [2021-05-06T15:17:35.418Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.112s coverage: 44.8% of statements [2021-05-06T15:17:38.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.757s coverage: 81.8% of statements [2021-05-06T15:17:38.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-06T15:17:48.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.418s coverage: 92.9% of statements [2021-05-06T15:17:48.812Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-06T15:17:48.812Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-06T15:17:48.812Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-06T15:17:48.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.082s coverage: 65.1% of statements [2021-05-06T15:17:48.812Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-06T15:17:48.812Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-06T15:17:48.812Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-06T15:17:48.812Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-06T15:17:48.812Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-06T15:17:48.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.235s coverage: 87.2% of statements [2021-05-06T15:17:48.812Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-06T15:17:48.812Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-06T15:17:48.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.172s coverage: 100.0% of statements [2021-05-06T15:17:48.812Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-06T15:17:48.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.115s coverage: 76.0% of statements [2021-05-06T15:17:48.812Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-06T15:17:48.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.130s coverage: 80.0% of statements [2021-05-06T15:17:48.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.127s coverage: 87.2% of statements [2021-05-06T15:17:48.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.151s coverage: 85.4% of statements [2021-05-06T15:17:48.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.123s coverage: 91.2% of statements [2021-05-06T15:17:48.812Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-06T15:17:48.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.463s coverage: 64.4% of statements [2021-05-06T15:17:48.812Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-06T15:17:48.812Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-06T15:17:48.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.080s coverage: 100.0% of statements [2021-05-06T15:17:48.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.126s coverage: 91.3% of statements [2021-05-06T15:17:48.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.045s coverage: 100.0% of statements [2021-05-06T15:17:48.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.052s coverage: 73.7% of statements [2021-05-06T15:17:48.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements [2021-05-06T15:17:48.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.114s coverage: 66.9% of statements [2021-05-06T15:17:48.812Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-06T15:17:48.813Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-06T15:17:48.813Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-06T15:17:48.813Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.557s coverage: 43.4% of statements [2021-05-06T15:17:48.813Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-06T15:17:48.813Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-06T15:17:48.813Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.079s coverage: 89.5% of statements [2021-05-06T15:17:48.813Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-06T15:17:48.813Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.062s coverage: 84.8% of statements [2021-05-06T15:17:50.846Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.356s coverage: 47.0% of statements [2021-05-06T15:17:50.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-06T15:17:50.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-06T15:17:50.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-06T15:17:50.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-06T15:17:50.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-06T15:17:50.846Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.161s coverage: 100.0% of statements [2021-05-06T15:17:50.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-06T15:17:50.846Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.074s coverage: 100.0% of statements [2021-05-06T15:17:50.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-06T15:17:50.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-06T15:17:50.846Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.097s coverage: 9.6% of statements [2021-05-06T15:17:50.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-06T15:17:52.997Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.368s coverage: 92.6% of statements [2021-05-06T15:17:52.997Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-06T15:17:52.997Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-06T15:17:52.997Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-06T15:17:56.737Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.372s coverage: 28.7% of statements [2021-05-06T15:17:56.737Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-06T15:17:56.737Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-06T15:17:56.737Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-06T15:17:56.737Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-06T15:17:56.737Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-06T15:17:56.737Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.122s coverage: 99.0% of statements [2021-05-06T15:17:56.737Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-06T15:17:56.737Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.153s coverage: 100.0% of statements [2021-05-06T15:17:56.737Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-06T15:17:56.737Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-06T15:17:56.737Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-06T15:17:56.737Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.278s coverage: 64.6% of statements [2021-05-06T15:17:56.737Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-06T15:17:57.742Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.301s coverage: 97.6% of statements [2021-05-06T15:17:57.742Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-06T15:17:57.742Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-06T15:17:57.742Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-06T15:17:57.742Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2021-05-06T15:17:57.742Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-06T15:17:57.742Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements [2021-05-06T15:17:57.742Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-06T15:17:57.742Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-06T15:17:57.742Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-06T15:17:57.742Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-06T15:17:57.742Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements [2021-05-06T15:17:57.742Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-06T15:17:57.742Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-06T15:17:57.742Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.111s coverage: 100.0% of statements [2021-05-06T15:17:58.031Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.105s coverage: 28.1% of statements [2021-05-06T15:17:58.031Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-06T15:17:58.659Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.074s coverage: 100.0% of statements [2021-05-06T15:17:59.261Z] GO111MODULE=on go vet ./... [2021-05-06T15:18:53.960Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3225 in /w/workspace/edgexfoundry_edgex-go_PR-3410 [Pipeline] { [Pipeline] ws [2021-05-06T15:18:54.005Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [2021-05-06T15:18:59.333Z] using credential edgex-jenkins-ssh [2021-05-06T15:18:59.355Z] Cloning the remote Git repository [2021-05-06T15:18:59.500Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-06T15:18:59.721Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2021-05-06T15:18:59.823Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-06T15:18:59.824Z] > git --version # timeout=10 [2021-05-06T15:18:59.841Z] > git --version # 'git version 2.17.1' [2021-05-06T15:18:59.842Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T15:18:59.923Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-06T15:19:08.456Z] gofmt -l . [2021-05-06T15:19:08.456Z] [ "`gofmt -l .`" = "" ] [2021-05-06T15:19:08.456Z] ./bin/test-go-mod-tidy.sh [2021-05-06T15:19:08.456Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-06T15:19:09.144Z] + ls -al . [2021-05-06T15:19:09.144Z] total 816 [2021-05-06T15:19:09.144Z] drwxrwxr-x 10 1001 1001 4096 May 6 15:19 . [2021-05-06T15:19:09.144Z] drwxr-xr-x 4 root root 28 May 6 15:16 .. [2021-05-06T15:19:09.144Z] -rw-rw-r-- 1 1001 1001 11 May 6 15:14 .dockerignore [2021-05-06T15:19:09.144Z] drwxrwxr-x 8 1001 1001 179 May 6 15:14 .git [2021-05-06T15:19:09.144Z] drwxrwxr-x 3 1001 1001 125 May 6 15:14 .github [2021-05-06T15:19:09.144Z] -rw-rw-r-- 1 1001 1001 818 May 6 15:14 .gitignore [2021-05-06T15:19:09.144Z] drwx------ 3 1001 1001 60 May 6 15:14 .semver [2021-05-06T15:19:09.144Z] -rw-rw-r-- 1 1001 1001 166 May 6 15:14 .sonarcloud.properties [2021-05-06T15:19:09.144Z] -rw-rw-r-- 1 1001 1001 8609 May 6 15:14 Attribution.txt [2021-05-06T15:19:09.144Z] -rw-rw-r-- 1 1001 1001 3804 May 6 15:14 CONTRIBUTING.md [2021-05-06T15:19:09.144Z] -rw-rw-r-- 1 1001 1001 931 May 6 15:14 Dockerfile.build [2021-05-06T15:19:09.144Z] -rw-rw-r-- 1 1001 1001 863 May 6 15:14 Jenkinsfile [2021-05-06T15:19:09.144Z] -rw-rw-r-- 1 1001 1001 10775 May 6 15:14 LICENSE [2021-05-06T15:19:09.144Z] -rw-rw-r-- 1 1001 1001 5774 May 6 15:14 Makefile [2021-05-06T15:19:09.144Z] -rw-rw-r-- 1 1001 1001 7978 May 6 15:14 README.md [2021-05-06T15:19:09.144Z] -rw-rw-r-- 1 1001 1001 6755 May 6 15:14 SECURITY.md [2021-05-06T15:19:09.144Z] -rw-rw-r-- 1 1001 1001 5 May 6 15:14 VERSION [2021-05-06T15:19:09.144Z] -rw-rw-r-- 1 1001 1001 4131 May 6 15:14 ZMQWindows.md [2021-05-06T15:19:09.144Z] drwxrwxr-x 2 1001 1001 117 May 6 15:14 bin [2021-05-06T15:19:09.144Z] drwxrwxr-x 14 1001 1001 4096 May 6 15:14 cmd [2021-05-06T15:19:09.144Z] -rw-r--r-- 1 root root 705232 May 6 15:17 coverage.out [2021-05-06T15:19:09.144Z] -rw-r--r-- 1 root root 1060 May 6 15:18 go.mod [2021-05-06T15:19:09.144Z] -rw-r--r-- 1 root root 22091 May 6 15:16 go.sum [2021-05-06T15:19:09.144Z] drwxrwxr-x 8 1001 1001 127 May 6 15:14 internal [2021-05-06T15:19:09.144Z] drwxrwxr-x 4 1001 1001 26 May 6 15:14 openapi [2021-05-06T15:19:09.144Z] drwxrwxr-x 4 1001 1001 71 May 6 15:14 snap [2021-05-06T15:19:09.144Z] -rw-rw-r-- 1 1001 1001 168 May 6 15:14 version.go [Pipeline] sh [2021-05-06T15:19:09.483Z] + '[' -e coverage.out ] [2021-05-06T15:19:09.483Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-06T15:19:09.786Z] Stashed 1 file(s) [Pipeline] sh [2021-05-06T15:19:10.097Z] + make build [2021-05-06T15:19:10.097Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-05-06T15:19:12.681Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-06T15:19:21.868Z] Merging remotes/origin/master commit 58f175f39c326a963567c19064a72a1694fab97f into PR head commit de671d521d9c86c4e79c888266647b5538b20374 [2021-05-06T15:19:22.293Z] Merge succeeded, producing de671d521d9c86c4e79c888266647b5538b20374 [2021-05-06T15:19:22.294Z] Checking out Revision de671d521d9c86c4e79c888266647b5538b20374 (PR-3410) [2021-05-06T15:19:20.925Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-06T15:19:20.948Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-06T15:19:20.973Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-06T15:19:21.006Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-06T15:19:21.007Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T15:19:21.018Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3410/head:refs/remotes/origin/PR-3410 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-06T15:19:21.890Z] > git config core.sparsecheckout # timeout=10 [2021-05-06T15:19:21.915Z] > git checkout -f de671d521d9c86c4e79c888266647b5538b20374 # timeout=10 [2021-05-06T15:19:22.219Z] > git remote # timeout=10 [2021-05-06T15:19:22.234Z] > git config --get remote.origin.url # timeout=10 [2021-05-06T15:19:22.247Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T15:19:22.257Z] > git merge 58f175f39c326a963567c19064a72a1694fab97f # timeout=10 [2021-05-06T15:19:22.282Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-06T15:19:22.301Z] > git config core.sparsecheckout # timeout=10 [2021-05-06T15:19:22.310Z] > git checkout -f de671d521d9c86c4e79c888266647b5538b20374 # timeout=10 [2021-05-06T15:19:26.647Z] Commit message: "fix: Address PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-06T15:19:27.876Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-05-06T15:19:28.177Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-06T15:19:28.569Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-06T15:19:28.906Z] + true [2021-05-06T15:19:28.906Z] + sudo service docker restart [2021-05-06T15:19:30.451Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-06T15:19:30.934Z] provisioning config files... [2021-05-06T15:19:30.983Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config1565790309748489991tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-06T15:19:31.355Z] ---> docker-login.sh [2021-05-06T15:19:31.355Z] nexus3.edgexfoundry.org:10001 [2021-05-06T15:19:32.334Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T15:19:32.449Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-06T15:19:32.615Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T15:19:32.615Z] Configure a credential helper to remove this warning. See [2021-05-06T15:19:32.615Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T15:19:32.615Z] [2021-05-06T15:19:32.615Z] Login Succeeded [2021-05-06T15:19:32.615Z] nexus3.edgexfoundry.org:10002 [2021-05-06T15:19:32.721Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-06T15:19:32.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T15:19:33.162Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T15:19:33.162Z] Configure a credential helper to remove this warning. See [2021-05-06T15:19:33.162Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T15:19:33.162Z] [2021-05-06T15:19:33.162Z] Login Succeeded [2021-05-06T15:19:33.162Z] nexus3.edgexfoundry.org:10003 [2021-05-06T15:19:33.436Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T15:19:33.436Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T15:19:33.436Z] Configure a credential helper to remove this warning. See [2021-05-06T15:19:33.436Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T15:19:33.436Z] [2021-05-06T15:19:33.436Z] Login Succeeded [2021-05-06T15:19:33.710Z] nexus3.edgexfoundry.org:10004 [2021-05-06T15:19:33.987Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T15:19:33.987Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T15:19:33.987Z] Configure a credential helper to remove this warning. See [2021-05-06T15:19:33.987Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T15:19:33.987Z] [2021-05-06T15:19:33.987Z] Login Succeeded [2021-05-06T15:19:33.987Z] docker.io [2021-05-06T15:19:34.600Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T15:19:34.689Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-06T15:19:34.872Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T15:19:34.872Z] Configure a credential helper to remove this warning. See [2021-05-06T15:19:34.872Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T15:19:34.872Z] [2021-05-06T15:19:34.872Z] Login Succeeded [2021-05-06T15:19:34.872Z] ---> docker-login.sh ends [Pipeline] } [2021-05-06T15:19:34.890Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-06T15:19:35.226Z] ========================================================= [2021-05-06T15:19:35.226Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-06T15:19:35.226Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-06T15:19:35.568Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-06T15:19:37.344Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-06T15:19:38.222Z] Sending build context to Docker daemon 167.6MB [2021-05-06T15:19:38.222Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-05-06T15:19:38.222Z] Step 2/6 : FROM ${BASE} [2021-05-06T15:19:38.222Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-06T15:19:38.222Z] 595b0fe564bb: Pulling fs layer [2021-05-06T15:19:38.222Z] 7186ed65a4f7: Pulling fs layer [2021-05-06T15:19:38.222Z] 316046926c0a: Pulling fs layer [2021-05-06T15:19:38.222Z] 4ebd0625c992: Pulling fs layer [2021-05-06T15:19:38.222Z] 207e8628e3a3: Pulling fs layer [2021-05-06T15:19:38.222Z] c791037a9be2: Pulling fs layer [2021-05-06T15:19:38.222Z] ffd874e62e21: Pulling fs layer [2021-05-06T15:19:38.222Z] 4ebd0625c992: Waiting [2021-05-06T15:19:38.222Z] c791037a9be2: Waiting [2021-05-06T15:19:38.222Z] 207e8628e3a3: Waiting [2021-05-06T15:19:38.222Z] ffd874e62e21: Waiting [2021-05-06T15:19:38.222Z] 316046926c0a: Verifying Checksum [2021-05-06T15:19:38.222Z] 316046926c0a: Download complete [2021-05-06T15:19:38.222Z] 7186ed65a4f7: Verifying Checksum [2021-05-06T15:19:38.222Z] 7186ed65a4f7: Download complete [2021-05-06T15:19:38.222Z] 207e8628e3a3: Verifying Checksum [2021-05-06T15:19:38.222Z] 207e8628e3a3: Download complete [2021-05-06T15:19:38.222Z] c791037a9be2: Verifying Checksum [2021-05-06T15:19:38.222Z] c791037a9be2: Download complete [2021-05-06T15:19:38.222Z] 595b0fe564bb: Verifying Checksum [2021-05-06T15:19:38.222Z] 595b0fe564bb: Download complete [2021-05-06T15:19:38.318Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-06T15:19:38.828Z] 595b0fe564bb: Pull complete [2021-05-06T15:19:39.428Z] 7186ed65a4f7: Pull complete [2021-05-06T15:19:39.708Z] 316046926c0a: Pull complete [2021-05-06T15:19:40.288Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-06T15:19:41.137Z] ffd874e62e21: Download complete [2021-05-06T15:19:41.730Z] 4ebd0625c992: Verifying Checksum [2021-05-06T15:19:41.730Z] 4ebd0625c992: Download complete [2021-05-06T15:19:42.320Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-06T15:19:44.947Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-05-06T15:19:47.602Z] $ docker stop --time=1 2af0c85b1335f118c3ddf69e304efaa133e67579cae33009f4e530741e399cd3 [2021-05-06T15:19:49.378Z] $ docker rm -f 2af0c85b1335f118c3ddf69e304efaa133e67579cae33009f4e530741e399cd3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-05-06T15:19:51.939Z] 4ebd0625c992: Pull complete [2021-05-06T15:19:52.216Z] 207e8628e3a3: Pull complete [2021-05-06T15:19:52.501Z] c791037a9be2: Pull complete [Pipeline] isUnix [Pipeline] sh [2021-05-06T15:19:53.038Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-06T15:19:53.327Z] [2021-05-06T15:19:53.328Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-06T15:19:53.684Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-06T15:19:53.684Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-06T15:19:53.684Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-06T15:19:53.684Z] ca9280d653b3: Pulling fs layer [2021-05-06T15:19:53.684Z] 7e9c9ca2126c: Pulling fs layer [2021-05-06T15:19:53.956Z] cbdbe7a5bc2a: Download complete [2021-05-06T15:19:54.553Z] cbdbe7a5bc2a: Pull complete [2021-05-06T15:19:54.553Z] ca9280d653b3: Verifying Checksum [2021-05-06T15:19:54.553Z] ca9280d653b3: Download complete [2021-05-06T15:19:55.895Z] ffd874e62e21: Pull complete [2021-05-06T15:19:55.895Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-06T15:19:55.895Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-06T15:19:55.895Z] ---> cfc18b08335c [2021-05-06T15:19:55.895Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-05-06T15:19:56.545Z] ca9280d653b3: Pull complete [2021-05-06T15:19:56.545Z] 7e9c9ca2126c: Download complete [2021-05-06T15:19:59.512Z] ---> Running in 8e01d21c2591 [2021-05-06T15:20:00.494Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-06T15:20:01.468Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-06T15:20:02.447Z] (1/12) Installing libmagic (5.39-r0) [2021-05-06T15:20:02.447Z] (2/12) Installing file (5.39-r0) [2021-05-06T15:20:02.447Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-06T15:20:02.720Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-06T15:20:04.880Z] 7e9c9ca2126c: Pull complete [2021-05-06T15:20:04.880Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-06T15:20:04.880Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-06T15:20:04.880Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-06T15:20:05.170Z] prd-centos7-docker-4c-2g-3224 does not seem to be running inside a container [2021-05-06T15:20:05.238Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 [2021-05-06T15:20:06.125Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-06T15:20:06.125Z] (6/12) Installing patch (2.7.6-r6) [2021-05-06T15:20:06.125Z] (7/12) Installing build-base (0.5-r2) [2021-05-06T15:20:06.125Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-06T15:20:06.125Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-06T15:20:06.125Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-06T15:20:06.125Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-06T15:20:06.125Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-06T15:20:06.399Z] Executing busybox-1.32.1-r6.trigger [2021-05-06T15:20:06.399Z] OK: 218 MiB in 52 packages [2021-05-06T15:20:07.949Z] $ docker top ded443c9c3eee775c2bc16d920fd09dcefff5bc8fb1ac377c13d2b2d56414ccc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T15:20:08.374Z] + docker-compose build --help [2021-05-06T15:20:08.374Z] + grep parallel [2021-05-06T15:20:09.336Z] --parallel Build images in parallel. [Pipeline] } [2021-05-06T15:20:09.616Z] $ docker stop --time=1 ded443c9c3eee775c2bc16d920fd09dcefff5bc8fb1ac377c13d2b2d56414ccc [2021-05-06T15:20:10.721Z] Removing intermediate container 8e01d21c2591 [2021-05-06T15:20:10.722Z] ---> 8ae8ce479e07 [2021-05-06T15:20:10.722Z] Step 4/6 : WORKDIR /edgex-go [2021-05-06T15:20:10.722Z] ---> Running in e861303cc5b2 [2021-05-06T15:20:11.026Z] $ docker rm -f ded443c9c3eee775c2bc16d920fd09dcefff5bc8fb1ac377c13d2b2d56414ccc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T15:20:11.315Z] Removing intermediate container e861303cc5b2 [2021-05-06T15:20:11.315Z] ---> c7ef749b6e72 [2021-05-06T15:20:11.315Z] Step 5/6 : COPY go.mod . [2021-05-06T15:20:11.539Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-06T15:20:11.539Z] . [Pipeline] withDockerContainer [2021-05-06T15:20:11.648Z] prd-centos7-docker-4c-2g-3224 does not seem to be running inside a container [2021-05-06T15:20:11.702Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 [2021-05-06T15:20:11.909Z] ---> 793c9c2dd8f5 [2021-05-06T15:20:11.909Z] Step 6/6 : RUN go mod download [2021-05-06T15:20:11.909Z] ---> Running in 31e2a246f60e [2021-05-06T15:20:12.377Z] $ docker top ac476c21e00d3e714129f9d9a81db3483c4178464136a1eced9645d545b7c5f1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T15:20:12.799Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-06T15:20:13.756Z] Building docker-core-command-go ... [2021-05-06T15:20:13.756Z] Building docker-core-data-go ... [2021-05-06T15:20:13.756Z] Building docker-core-metadata-go ... [2021-05-06T15:20:13.756Z] Building docker-security-bootstrapper-go ... [2021-05-06T15:20:13.756Z] Building docker-security-proxy-setup-go ... [2021-05-06T15:20:13.756Z] Building docker-security-secretstore-setup-go ... [2021-05-06T15:20:13.756Z] Building docker-support-notifications-go ... [2021-05-06T15:20:13.756Z] Building docker-support-scheduler-go ... [2021-05-06T15:20:13.756Z] Building docker-sys-mgmt-agent-go ... [2021-05-06T15:20:13.756Z] Building docker-security-proxy-setup-go [2021-05-06T15:20:13.756Z] Building docker-core-command-go [2021-05-06T15:20:13.756Z] Building docker-security-secretstore-setup-go [2021-05-06T15:20:13.756Z] Building docker-core-metadata-go [2021-05-06T15:20:13.756Z] Building docker-core-data-go [2021-05-06T15:20:38.751Z] Removing intermediate container 31e2a246f60e [2021-05-06T15:20:38.751Z] ---> d485fa01db73 [2021-05-06T15:20:38.751Z] Successfully built d485fa01db73 [2021-05-06T15:20:38.751Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-06T15:20:39.101Z] + docker inspect -f . ci-base-image-arm64 [2021-05-06T15:20:39.101Z] . [Pipeline] withDockerContainer [2021-05-06T15:20:39.336Z] prd-ubuntu18.04-docker-arm64-4c-16g-3225 does not seem to be running inside a container [2021-05-06T15:20:39.424Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-06T15:20:40.879Z] $ docker top 6c01f349cc966921dcc1a29d7bb701715ca465fba8d56c3465860927a79402f7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T15:20:41.847Z] + go version [2021-05-06T15:20:41.847Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-06T15:20:41.870Z] $ docker stop --time=1 6c01f349cc966921dcc1a29d7bb701715ca465fba8d56c3465860927a79402f7 [2021-05-06T15:20:43.786Z] $ docker rm -f 6c01f349cc966921dcc1a29d7bb701715ca465fba8d56c3465860927a79402f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T15:20:44.483Z] + docker inspect -f . ci-base-image-arm64 [2021-05-06T15:20:44.483Z] . [Pipeline] withDockerContainer [2021-05-06T15:20:44.741Z] prd-ubuntu18.04-docker-arm64-4c-16g-3225 does not seem to be running inside a container [2021-05-06T15:20:44.820Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-06T15:20:46.229Z] $ docker top b1124b76fd24120d97085a014038004497dd1ccb6b883e79b596c287c9091e60 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-06T15:20:46.539Z] ========================================================= [2021-05-06T15:20:46.539Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-06T15:20:46.539Z] ========================================================= [Pipeline] sh [2021-05-06T15:20:47.184Z] + go mod tidy [Pipeline] sh [2021-05-06T15:20:48.826Z] + make test [2021-05-06T15:20:48.826Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-06T15:21:01.182Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T15:21:01.182Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-06T15:21:01.182Z] ---> a19ce694813b [2021-05-06T15:21:01.182Z] Step 3/23 : WORKDIR /edgex-go [2021-05-06T15:21:01.182Z] Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T15:21:01.182Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-06T15:21:01.182Z] ---> a19ce694813b [2021-05-06T15:21:01.182Z] Step 3/25 : WORKDIR /edgex-go [2021-05-06T15:21:01.182Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T15:21:01.182Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-06T15:21:01.182Z] ---> a19ce694813b [2021-05-06T15:21:01.182Z] Step 3/23 : WORKDIR /edgex-go [2021-05-06T15:21:01.182Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T15:21:01.182Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-06T15:21:01.182Z] ---> a19ce694813b [2021-05-06T15:21:01.182Z] Step 3/21 : WORKDIR /edgex-go [2021-05-06T15:21:01.182Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T15:21:01.182Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-06T15:21:01.182Z] ---> a19ce694813b [2021-05-06T15:21:01.182Z] Step 3/23 : WORKDIR /edgex-go [2021-05-06T15:21:01.182Z] ---> Running in 3daa851083e1 [2021-05-06T15:21:01.182Z] ---> Running in 9479e69dd0e1 [2021-05-06T15:21:01.182Z] ---> Running in 3e16064b8eac [2021-05-06T15:21:01.182Z] ---> Running in 7edb0c9b7fb5 [2021-05-06T15:21:01.182Z] ---> Running in 90462aba9650 [2021-05-06T15:21:01.182Z] Removing intermediate container 9479e69dd0e1 [2021-05-06T15:21:01.182Z] ---> 3132360fd6dd [2021-05-06T15:21:01.182Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T15:21:01.182Z] Removing intermediate container 90462aba9650 [2021-05-06T15:21:01.182Z] ---> 329c4e451872 [2021-05-06T15:21:01.182Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T15:21:01.182Z] Removing intermediate container 3e16064b8eac [2021-05-06T15:21:01.182Z] ---> a98a9f6f751a [2021-05-06T15:21:01.183Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T15:21:01.183Z] Removing intermediate container 3daa851083e1 [2021-05-06T15:21:01.183Z] ---> f78442544da3 [2021-05-06T15:21:01.183Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T15:21:01.183Z] Removing intermediate container 7edb0c9b7fb5 [2021-05-06T15:21:01.183Z] ---> 14d8596e1549 [2021-05-06T15:21:01.183Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T15:21:01.183Z] ---> Running in 49b89fb0e489 [2021-05-06T15:21:01.183Z] ---> Running in a9b61b1e77a1 [2021-05-06T15:21:01.183Z] ---> Running in db57469516ef [2021-05-06T15:21:01.183Z] ---> Running in 32542668c1e6 [2021-05-06T15:21:01.183Z] ---> Running in ae435d613e2e [2021-05-06T15:21:02.149Z] Removing intermediate container 49b89fb0e489 [2021-05-06T15:21:02.149Z] ---> 23cb663dbce4 [2021-05-06T15:21:02.149Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-06T15:21:02.149Z] ---> Running in 1812f3632f5e [2021-05-06T15:21:02.413Z] Removing intermediate container a9b61b1e77a1 [2021-05-06T15:21:02.413Z] ---> 5f074cab8e0c [2021-05-06T15:21:02.413Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-06T15:21:02.413Z] Removing intermediate container 32542668c1e6 [2021-05-06T15:21:02.413Z] ---> 885e02f3a5f7 [2021-05-06T15:21:02.413Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-06T15:21:02.687Z] ---> Running in 6fe0d1fbeff6 [2021-05-06T15:21:02.687Z] Removing intermediate container ae435d613e2e [2021-05-06T15:21:02.687Z] ---> 89abc8c5edc9 [2021-05-06T15:21:02.687Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-06T15:21:02.687Z] ---> Running in 938fa5ce54bd [2021-05-06T15:21:02.958Z] Removing intermediate container db57469516ef [2021-05-06T15:21:02.958Z] ---> 3f2b650fd61c [2021-05-06T15:21:02.958Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-06T15:21:02.958Z] ---> Running in bb7fd9e6b15d [2021-05-06T15:21:03.250Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T15:21:03.250Z] ---> Running in 8ee4d0b274a3 [2021-05-06T15:21:04.242Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T15:21:04.242Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T15:21:04.242Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T15:21:04.242Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T15:21:04.242Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T15:21:04.821Z] OK: 219 MiB in 52 packages [2021-05-06T15:21:04.821Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T15:21:05.099Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T15:21:05.099Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T15:21:05.099Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T15:21:05.379Z] Removing intermediate container 1812f3632f5e [2021-05-06T15:21:05.379Z] ---> cf824e2f1d99 [2021-05-06T15:21:05.379Z] Step 6/23 : COPY go.mod . [2021-05-06T15:21:05.677Z] OK: 219 MiB in 52 packages [2021-05-06T15:21:05.677Z] OK: 219 MiB in 52 packages [2021-05-06T15:21:05.677Z] OK: 219 MiB in 52 packages [2021-05-06T15:21:05.677Z] OK: 219 MiB in 52 packages [2021-05-06T15:21:05.949Z] ---> 5e279cea84c9 [2021-05-06T15:21:05.949Z] Step 7/23 : RUN go mod download [2021-05-06T15:21:05.949Z] ---> Running in 92833fe8cf36 [2021-05-06T15:21:06.531Z] Removing intermediate container 938fa5ce54bd [2021-05-06T15:21:06.531Z] ---> 5e73be4ef76e [2021-05-06T15:21:06.531Z] Step 6/23 : COPY go.mod . [2021-05-06T15:21:06.797Z] Removing intermediate container 6fe0d1fbeff6 [2021-05-06T15:21:06.797Z] ---> a4c841375e26 [2021-05-06T15:21:06.797Z] Step 6/21 : COPY go.mod . [2021-05-06T15:21:07.064Z] ---> e0201d2f2214 [2021-05-06T15:21:07.064Z] Step 7/23 : RUN go mod download [2021-05-06T15:21:07.064Z] ---> Running in c5314936f18e [2021-05-06T15:21:07.064Z] Removing intermediate container 8ee4d0b274a3 [2021-05-06T15:21:07.064Z] ---> eae87bb28bca [2021-05-06T15:21:07.064Z] Step 6/25 : COPY go.mod . [2021-05-06T15:21:07.330Z] Removing intermediate container bb7fd9e6b15d [2021-05-06T15:21:07.330Z] ---> 956e641865be [2021-05-06T15:21:07.330Z] Step 6/23 : COPY go.mod . [2021-05-06T15:21:07.330Z] ---> 78352f250aae [2021-05-06T15:21:07.330Z] Step 7/21 : RUN go mod download [2021-05-06T15:21:07.604Z] ---> Running in b459bf2ab589 [2021-05-06T15:21:07.604Z] ---> 9b42095a4b77 [2021-05-06T15:21:07.604Z] Step 7/25 : RUN go mod download [2021-05-06T15:21:07.872Z] ---> Running in 2764b1593809 [2021-05-06T15:21:07.872Z] ---> d7afa355a67d [2021-05-06T15:21:07.872Z] Step 7/23 : RUN go mod download [2021-05-06T15:21:08.155Z] ---> Running in c064692d832e [2021-05-06T15:21:08.736Z] Removing intermediate container 92833fe8cf36 [2021-05-06T15:21:08.736Z] ---> 0b938d316309 [2021-05-06T15:21:08.736Z] Step 8/23 : COPY . . [2021-05-06T15:21:09.038Z] Removing intermediate container c5314936f18e [2021-05-06T15:21:09.038Z] ---> e7129de86c05 [2021-05-06T15:21:09.038Z] Step 8/23 : COPY . . [2021-05-06T15:21:12.550Z] Removing intermediate container b459bf2ab589 [2021-05-06T15:21:12.550Z] ---> 02d927536107 [2021-05-06T15:21:12.550Z] Step 8/21 : COPY . . [2021-05-06T15:21:15.659Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-06T15:21:16.137Z] Removing intermediate container 2764b1593809 [2021-05-06T15:21:16.137Z] ---> b64871596a84 [2021-05-06T15:21:16.137Z] Step 8/25 : COPY . . [2021-05-06T15:21:16.421Z] Removing intermediate container c064692d832e [2021-05-06T15:21:16.421Z] ---> 8ca38a1e29dc [2021-05-06T15:21:16.421Z] Step 8/23 : COPY . . [2021-05-06T15:21:55.714Z] ---> 81cb9bd0a38e [2021-05-06T15:21:55.714Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-06T15:21:55.714Z] ---> cb0cf1a2cbf2 [2021-05-06T15:21:55.714Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-06T15:21:55.714Z] ---> Running in 3016384c53c9 [2021-05-06T15:21:55.714Z] ---> Running in 5722ecb82465 [2021-05-06T15:21:55.714Z] ---> aba73d58e877 [2021-05-06T15:21:55.714Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-06T15:21:55.714Z] ---> 3f09e6ee9fa9 [2021-05-06T15:21:55.714Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-06T15:21:55.714Z] ---> 95a521417a4a [2021-05-06T15:21:55.714Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-06T15:21:55.714Z] ---> Running in eb7aee2a469a [2021-05-06T15:21:55.714Z] ---> Running in 94408c0338d2 [2021-05-06T15:21:55.714Z] ---> Running in b0d320de3556 [2021-05-06T15:21:56.684Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-05-06T15:21:56.684Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-05-06T15:21:56.684Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-06T15:21:56.684Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-06T15:21:56.684Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-06T15:22:12.282Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-06T15:22:19.042Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-06T15:22:27.361Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-06T15:22:27.361Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-06T15:22:31.708Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-06T15:22:31.986Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-06T15:22:31.986Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-06T15:22:31.986Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-06T15:22:36.332Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-06T15:22:36.937Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-06T15:22:45.236Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-06T15:22:45.236Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-06T15:22:45.236Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-06T15:22:50.653Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.317s coverage: 45.9% of statements [2021-05-06T15:22:50.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-06T15:22:50.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-06T15:22:50.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-06T15:22:50.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-06T15:22:50.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-06T15:22:50.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-06T15:22:50.653Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.153s coverage: 19.8% of statements [2021-05-06T15:22:50.933Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.225s coverage: 100.0% of statements [2021-05-06T15:22:53.723Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-06T15:22:53.723Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-06T15:22:57.703Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.572s coverage: 27.1% of statements [2021-05-06T15:22:57.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-06T15:22:57.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-06T15:22:57.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-06T15:22:57.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-06T15:22:57.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-06T15:22:57.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-06T15:22:57.703Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.146s coverage: 100.0% of statements [2021-05-06T15:22:57.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-06T15:22:57.703Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.175s coverage: 100.0% of statements [2021-05-06T15:22:57.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-06T15:22:57.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-06T15:22:57.703Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.251s coverage: 71.3% of statements [2021-05-06T15:22:57.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-06T15:22:57.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-06T15:23:01.135Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.509s coverage: 87.7% of statements [2021-05-06T15:23:01.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-06T15:23:01.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-06T15:23:01.136Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.162s coverage: 78.9% of statements [2021-05-06T15:23:01.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-06T15:23:02.084Z] Removing intermediate container 94408c0338d2 [2021-05-06T15:23:02.085Z] ---> 217f834135cd [2021-05-06T15:23:02.085Z] [2021-05-06T15:23:02.085Z] Step 10/25 : FROM alpine:3.12 [2021-05-06T15:23:02.085Z] 3.12: Pulling from library/alpine [2021-05-06T15:23:02.085Z] Removing intermediate container eb7aee2a469a [2021-05-06T15:23:02.085Z] ---> 59468e40bbfa [2021-05-06T15:23:02.085Z] [2021-05-06T15:23:02.085Z] Step 10/21 : FROM alpine:3.12 [2021-05-06T15:23:02.085Z] Removing intermediate container 3016384c53c9 [2021-05-06T15:23:02.085Z] ---> 9c728b4f3238 [2021-05-06T15:23:02.085Z] [2021-05-06T15:23:02.085Z] Step 10/23 : FROM alpine:3.12 [2021-05-06T15:23:02.085Z] 3.12: Pulling from library/alpine [2021-05-06T15:23:02.085Z] 3.12: Pulling from library/alpine [2021-05-06T15:23:03.440Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-06T15:23:03.440Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-06T15:23:03.440Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-06T15:23:03.440Z] Status: Downloaded newer image for alpine:3.12 [2021-05-06T15:23:03.440Z] ---> 13621d1b12d4 [2021-05-06T15:23:03.440Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-06T15:23:03.440Z] Status: Image is up to date for alpine:3.12 [2021-05-06T15:23:03.440Z] ---> 13621d1b12d4 [2021-05-06T15:23:03.440Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-06T15:23:03.440Z] Status: Downloaded newer image for alpine:3.12 [2021-05-06T15:23:03.440Z] ---> 13621d1b12d4 [2021-05-06T15:23:03.440Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-06T15:23:05.706Z] ---> Running in 79608b25f975 [2021-05-06T15:23:05.996Z] ---> Running in a99f8a9b5fff [2021-05-06T15:23:05.996Z] ---> Running in 45bacbcbe371 [2021-05-06T15:23:06.998Z] Removing intermediate container 5722ecb82465 [2021-05-06T15:23:06.998Z] ---> 8b0f21a5d90e [2021-05-06T15:23:06.998Z] [2021-05-06T15:23:06.998Z] Step 10/23 : FROM alpine:3.12 [2021-05-06T15:23:06.998Z] ---> 13621d1b12d4 [2021-05-06T15:23:06.998Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-06T15:23:06.998Z] Removing intermediate container b0d320de3556 [2021-05-06T15:23:06.998Z] ---> b2aa2ba1b707 [2021-05-06T15:23:06.998Z] [2021-05-06T15:23:06.998Z] Step 10/23 : FROM alpine:3.12 [2021-05-06T15:23:06.998Z] ---> 13621d1b12d4 [2021-05-06T15:23:06.998Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-06T15:23:07.301Z] ---> Running in a256e4f061cc [2021-05-06T15:23:07.575Z] ---> Running in 4a21b38608b5 [2021-05-06T15:23:07.872Z] Removing intermediate container 4a21b38608b5 [2021-05-06T15:23:07.872Z] ---> 91dd351c70c1 [2021-05-06T15:23:07.872Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-06T15:23:07.872Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-06T15:23:08.197Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-06T15:23:08.197Z] ---> Running in 95d9f0c4c2ec [2021-05-06T15:23:08.197Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-06T15:23:08.197Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-06T15:23:08.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-06T15:23:08.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-06T15:23:08.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-06T15:23:08.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-06T15:23:08.552Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-06T15:23:08.854Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-06T15:23:08.854Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T15:23:08.854Z] Removing intermediate container 95d9f0c4c2ec [2021-05-06T15:23:08.854Z] ---> ca0a390fb294 [2021-05-06T15:23:08.854Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-06T15:23:08.854Z] OK: 6 MiB in 15 packages [2021-05-06T15:23:08.854Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-06T15:23:08.854Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-06T15:23:08.854Z] (4/6) Installing curl (7.76.1-r0) [2021-05-06T15:23:08.854Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-06T15:23:08.854Z] (6/6) Installing su-exec (0.2-r1) [2021-05-06T15:23:08.854Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T15:23:08.854Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-06T15:23:08.854Z] Executing ca-certificates-20191127-r4.trigger [2021-05-06T15:23:08.854Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-06T15:23:08.854Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T15:23:08.854Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-06T15:23:08.854Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-06T15:23:09.139Z] (4/4) Installing curl (7.76.1-r0) [2021-05-06T15:23:09.139Z] OK: 6 MiB in 15 packages [2021-05-06T15:23:09.139Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T15:23:09.139Z] OK: 7 MiB in 20 packages [2021-05-06T15:23:09.449Z] Executing ca-certificates-20191127-r4.trigger [2021-05-06T15:23:09.449Z] OK: 7 MiB in 18 packages [2021-05-06T15:23:09.449Z] ---> Running in 05086c6150ae [2021-05-06T15:23:10.079Z] Removing intermediate container 05086c6150ae [2021-05-06T15:23:10.079Z] ---> 56583d53ef61 [2021-05-06T15:23:10.079Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T15:23:10.079Z] ---> Running in 84b76b5173fe [2021-05-06T15:23:11.325Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.243s coverage: 28.6% of statements [2021-05-06T15:23:11.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-06T15:23:11.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-06T15:23:11.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-06T15:23:11.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-06T15:23:11.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-06T15:23:11.325Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.214s coverage: 100.0% of statements [2021-05-06T15:23:11.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-06T15:23:11.325Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.207s coverage: 100.0% of statements [2021-05-06T15:23:11.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-06T15:23:11.325Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.373s coverage: 86.7% of statements [2021-05-06T15:23:11.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-06T15:23:11.325Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.430s coverage: 97.5% of statements [2021-05-06T15:23:11.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-06T15:23:11.325Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.202s coverage: 78.3% of statements [2021-05-06T15:23:11.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-06T15:23:11.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-06T15:23:11.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-06T15:23:11.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-06T15:23:11.529Z] Removing intermediate container 79608b25f975 [2021-05-06T15:23:11.529Z] ---> bda21bbe627f [2021-05-06T15:23:11.529Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-06T15:23:11.832Z] ---> Running in 6ec63490d6a8 [2021-05-06T15:23:12.128Z] Removing intermediate container a256e4f061cc [2021-05-06T15:23:12.128Z] ---> aca9b120d360 [2021-05-06T15:23:12.128Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-06T15:23:12.128Z] Removing intermediate container 45bacbcbe371 [2021-05-06T15:23:12.128Z] ---> 06a32c4f28f9 [2021-05-06T15:23:12.128Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-06T15:23:12.420Z] ---> Running in 069f2b1d0f63 [2021-05-06T15:23:12.420Z] ---> Running in 465ade02e3ad [2021-05-06T15:23:12.747Z] Removing intermediate container 6ec63490d6a8 [2021-05-06T15:23:12.747Z] ---> d8f721bb871b [2021-05-06T15:23:12.747Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-06T15:23:13.020Z] Removing intermediate container a99f8a9b5fff [2021-05-06T15:23:13.020Z] ---> 37d58f1f91d8 [2021-05-06T15:23:13.020Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-06T15:23:13.021Z] ---> Running in 8cb4d7d2368a [2021-05-06T15:23:13.357Z] Removing intermediate container 069f2b1d0f63 [2021-05-06T15:23:13.357Z] ---> cd99257dcbd1 [2021-05-06T15:23:13.357Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-06T15:23:13.357Z] Removing intermediate container 465ade02e3ad [2021-05-06T15:23:13.357Z] ---> e825dfc31ae7 [2021-05-06T15:23:13.357Z] Step 13/25 : WORKDIR / [2021-05-06T15:23:13.713Z] ---> Running in c7c7cc14c1e4 [2021-05-06T15:23:13.713Z] ---> Running in 6b100ac50387 [2021-05-06T15:23:13.713Z] ---> Running in 6ebd6f06b682 [2021-05-06T15:23:14.000Z] Removing intermediate container 8cb4d7d2368a [2021-05-06T15:23:14.000Z] ---> 0ccf7b0c2de5 [2021-05-06T15:23:14.000Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-06T15:23:14.599Z] ---> Running in 79e8bd17bf92 [2021-05-06T15:23:14.599Z] Removing intermediate container c7c7cc14c1e4 [2021-05-06T15:23:14.599Z] ---> fecdc453cf81 [2021-05-06T15:23:14.599Z] Step 13/21 : WORKDIR /edgex [2021-05-06T15:23:14.599Z] Removing intermediate container 6b100ac50387 [2021-05-06T15:23:14.599Z] ---> 1e37a5b347fa [2021-05-06T15:23:14.599Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-06T15:23:14.930Z] Removing intermediate container 6ebd6f06b682 [2021-05-06T15:23:14.930Z] ---> e2255e229dd6 [2021-05-06T15:23:14.930Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-06T15:23:14.930Z] Removing intermediate container 84b76b5173fe [2021-05-06T15:23:14.930Z] ---> e6cde2dbd2b7 [2021-05-06T15:23:14.930Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-06T15:23:15.229Z] ---> Running in f80505cf6d74 [2021-05-06T15:23:15.229Z] ---> Running in b0b71f70087e [2021-05-06T15:23:15.229Z] ---> Running in 61cc94c3021b [2021-05-06T15:23:15.229Z] Removing intermediate container 79e8bd17bf92 [2021-05-06T15:23:15.229Z] ---> aa8a369f55ef [2021-05-06T15:23:15.229Z] Step 15/23 : WORKDIR / [2021-05-06T15:23:15.612Z] ---> Running in c51d74016c96 [2021-05-06T15:23:15.613Z] ---> 41ae2bcd776e [2021-05-06T15:23:15.613Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-06T15:23:15.935Z] Removing intermediate container b0b71f70087e [2021-05-06T15:23:15.935Z] ---> bf60739cc5c7 [2021-05-06T15:23:15.935Z] Step 15/23 : WORKDIR / [2021-05-06T15:23:15.935Z] Removing intermediate container f80505cf6d74 [2021-05-06T15:23:15.935Z] ---> bc517287cd55 [2021-05-06T15:23:15.935Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-06T15:23:15.935Z] ---> Running in ff90dd6dc5b5 [2021-05-06T15:23:16.771Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.187s coverage: 95.1% of statements [2021-05-06T15:23:16.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-06T15:23:16.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-06T15:23:16.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-06T15:23:16.771Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-06T15:23:16.771Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-06T15:23:16.771Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-06T15:23:16.771Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-06T15:23:16.771Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-06T15:23:16.771Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-06T15:23:16.771Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-06T15:23:16.771Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-06T15:23:16.771Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-06T15:23:16.771Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-06T15:23:16.771Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-06T15:23:16.771Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-06T15:23:16.771Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-06T15:23:16.771Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-06T15:23:16.771Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-06T15:23:16.771Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.118s coverage: 58.8% of statements [2021-05-06T15:23:16.771Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-06T15:23:16.771Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-06T15:23:16.771Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.200s coverage: 0.9% of statements [2021-05-06T15:23:16.771Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-06T15:23:16.771Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.114s coverage: 22.6% of statements [2021-05-06T15:23:16.771Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-06T15:23:16.771Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.131s coverage: 47.1% of statements [2021-05-06T15:23:16.771Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.171s coverage: 79.5% of statements [2021-05-06T15:23:16.771Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.169s coverage: 94.1% of statements [2021-05-06T15:23:16.779Z] Removing intermediate container c51d74016c96 [2021-05-06T15:23:16.779Z] ---> 6b0ae1cc1a8b [2021-05-06T15:23:16.779Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T15:23:16.779Z] ---> 80a0aa9d8f32 [2021-05-06T15:23:16.779Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-06T15:23:16.779Z] Removing intermediate container ff90dd6dc5b5 [2021-05-06T15:23:16.779Z] ---> 99c5639e1289 [2021-05-06T15:23:16.779Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T15:23:16.779Z] ---> b489a83299cc [2021-05-06T15:23:16.779Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-06T15:23:17.076Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-06T15:23:17.390Z] ---> 764c921ab9ce [2021-05-06T15:23:17.390Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-06T15:23:17.712Z] ---> 5c6bef2850e8 [2021-05-06T15:23:17.712Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-06T15:23:17.712Z] ---> 9dc1356e3378 [2021-05-06T15:23:17.712Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-06T15:23:17.712Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-06T15:23:17.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.145s coverage: 96.3% of statements [2021-05-06T15:23:18.024Z] ---> bb2d0bdff8fa [2021-05-06T15:23:18.024Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-06T15:23:18.320Z] ---> d36fee719b40 [2021-05-06T15:23:18.320Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-06T15:23:18.616Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-06T15:23:18.616Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-06T15:23:18.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.113s coverage: 87.5% of statements [2021-05-06T15:23:18.946Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-06T15:23:18.946Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-06T15:23:19.328Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-06T15:23:19.328Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-06T15:23:19.640Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T15:23:19.640Z] OK: 8 MiB in 20 packages [2021-05-06T15:23:19.966Z] ---> 8d8b83db62ff [2021-05-06T15:23:19.966Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-06T15:23:19.966Z] ---> 892dbf79e2d9 [2021-05-06T15:23:19.966Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-06T15:23:20.364Z] ---> e4787511585b [2021-05-06T15:23:20.364Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-06T15:23:20.738Z] ---> 4e1590975a1c [2021-05-06T15:23:20.738Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-06T15:23:20.738Z] ---> Running in 30fd60c410a4 [2021-05-06T15:23:21.117Z] ---> d5f858d46da0 [2021-05-06T15:23:21.117Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-06T15:23:21.117Z] ---> c2b2dc991f55 [2021-05-06T15:23:21.117Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-06T15:23:21.468Z] ---> Running in 954c3b0b69e4 [2021-05-06T15:23:21.468Z] ---> Running in 44fb4030558a [2021-05-06T15:23:21.468Z] Removing intermediate container 61cc94c3021b [2021-05-06T15:23:21.468Z] ---> 0ca3a43e24d1 [2021-05-06T15:23:21.468Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T15:23:21.468Z] Removing intermediate container 30fd60c410a4 [2021-05-06T15:23:21.468Z] ---> ac786b84feea [2021-05-06T15:23:21.468Z] Step 18/21 : CMD ["--init=true"] [2021-05-06T15:23:21.751Z] ---> Running in f064aa4cb03b [2021-05-06T15:23:21.751Z] Removing intermediate container 954c3b0b69e4 [2021-05-06T15:23:21.751Z] ---> 011127155555 [2021-05-06T15:23:21.751Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T15:23:21.751Z] ---> 9d7515148184 [2021-05-06T15:23:21.751Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-06T15:23:22.041Z] Removing intermediate container 44fb4030558a [2021-05-06T15:23:22.041Z] ---> 36970b085b27 [2021-05-06T15:23:22.041Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T15:23:22.041Z] ---> Running in 35a336a9c22f [2021-05-06T15:23:22.041Z] ---> b0ac04bf9bc3 [2021-05-06T15:23:22.041Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-06T15:23:22.342Z] ---> Running in 24ab7a5c5707 [2021-05-06T15:23:22.342Z] Removing intermediate container f064aa4cb03b [2021-05-06T15:23:22.342Z] ---> 9523dceb5c80 [2021-05-06T15:23:22.342Z] Step 19/21 : LABEL arch=x86_64 [2021-05-06T15:23:22.665Z] ---> Running in 0a1831288be2 [2021-05-06T15:23:22.666Z] ---> 072df4e958ee [2021-05-06T15:23:22.666Z] 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/ [2021-05-06T15:23:22.666Z] Removing intermediate container 24ab7a5c5707 [2021-05-06T15:23:22.666Z] ---> 119092f8bd30 [2021-05-06T15:23:22.666Z] Step 21/23 : LABEL arch=x86_64 [2021-05-06T15:23:22.984Z] Removing intermediate container 35a336a9c22f [2021-05-06T15:23:22.984Z] ---> d431f930341b [2021-05-06T15:23:22.984Z] Step 21/23 : LABEL arch=x86_64 [2021-05-06T15:23:23.355Z] ---> Running in a24a396baa95 [2021-05-06T15:23:23.355Z] ---> Running in b801f44ae577 [2021-05-06T15:23:23.355Z] ---> Running in cb492d2b484f [2021-05-06T15:23:23.655Z] Removing intermediate container 0a1831288be2 [2021-05-06T15:23:23.656Z] ---> 0280ae204d16 [2021-05-06T15:23:23.656Z] Step 20/21 : LABEL git_sha=de671d521d9c86c4e79c888266647b5538b20374 [2021-05-06T15:23:24.032Z] ---> Running in d10cb1e98086 [2021-05-06T15:23:24.032Z] Removing intermediate container a24a396baa95 [2021-05-06T15:23:24.032Z] ---> 79ec478e4fe9 [2021-05-06T15:23:24.032Z] Step 22/23 : LABEL git_sha=de671d521d9c86c4e79c888266647b5538b20374 [2021-05-06T15:23:24.032Z] Removing intermediate container cb492d2b484f [2021-05-06T15:23:24.032Z] ---> cf520d48c431 [2021-05-06T15:23:24.032Z] Step 22/23 : LABEL git_sha=de671d521d9c86c4e79c888266647b5538b20374 [2021-05-06T15:23:24.435Z] ---> e3ab82297cbd [2021-05-06T15:23:24.435Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-06T15:23:24.435Z] ---> Running in 0a8418c9b9b8 [2021-05-06T15:23:24.435Z] ---> Running in 9233b6e32636 [2021-05-06T15:23:24.851Z] Removing intermediate container d10cb1e98086 [2021-05-06T15:23:24.851Z] ---> 4895e357dcc4 [2021-05-06T15:23:24.851Z] Step 21/21 : LABEL version=0.0.0 [2021-05-06T15:23:24.851Z] ---> Running in 06529307fcaf [2021-05-06T15:23:25.178Z] Removing intermediate container 0a8418c9b9b8 [2021-05-06T15:23:25.178Z] ---> 3eee47d51614 [2021-05-06T15:23:25.178Z] Step 23/23 : LABEL version=0.0.0 [2021-05-06T15:23:25.178Z] Removing intermediate container 9233b6e32636 [2021-05-06T15:23:25.178Z] ---> ba7bc195f045 [2021-05-06T15:23:25.178Z] Step 23/23 : LABEL version=0.0.0 [2021-05-06T15:23:25.178Z] ---> c2ef406ddd90 [2021-05-06T15:23:25.178Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-06T15:23:25.178Z] ---> Running in e32a3921b4b5 [2021-05-06T15:23:25.600Z] ---> Running in 05ecd70cc5d0 [2021-05-06T15:23:25.600Z] ---> Running in 49a49e748005 [2021-05-06T15:23:25.600Z] Removing intermediate container 06529307fcaf [2021-05-06T15:23:25.600Z] ---> 3084197aa2e4 [2021-05-06T15:23:25.600Z] [2021-05-06T15:23:25.992Z] Removing intermediate container e32a3921b4b5 [2021-05-06T15:23:25.992Z] ---> c998f48d86f1 [2021-05-06T15:23:25.992Z] [2021-05-06T15:23:26.394Z] Removing intermediate container 05ecd70cc5d0 [2021-05-06T15:23:26.394Z] ---> c03a1919ae44 [2021-05-06T15:23:26.394Z] [2021-05-06T15:23:26.394Z] Removing intermediate container 49a49e748005 [2021-05-06T15:23:26.394Z] ---> 1a4de4cf0c89 [2021-05-06T15:23:26.394Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T15:23:26.394Z] Removing intermediate container b801f44ae577 [2021-05-06T15:23:26.394Z] ---> a52cea2ddef7 [2021-05-06T15:23:26.394Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-06T15:23:26.698Z] ---> Running in eeab3f309b78 [2021-05-06T15:23:26.698Z] ---> Running in 81ab1178c7fc [2021-05-06T15:23:26.698Z] Successfully built 3084197aa2e4 [2021-05-06T15:23:26.698Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-05-06T15:23:26.698Z] Successfully built c998f48d86f1 [2021-05-06T15:23:26.698Z] Successfully built c03a1919ae44 [2021-05-06T15:23:26.698Z] Successfully tagged docker-core-metadata-go:latest [2021-05-06T15:23:26.698Z] Successfully tagged docker-core-command-go:latest [2021-05-06T15:23:26.698Z] Building docker-security-bootstrapper-go [2021-05-06T15:23:26.698Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-05-06T15:23:26.698Z]  Building docker-core-command-go ... done  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-05-06T15:23:27.022Z] Removing intermediate container eeab3f309b78 [2021-05-06T15:23:27.022Z] ---> ffe9776f0a04 [2021-05-06T15:23:27.022Z] Step 21/23 : LABEL arch=x86_64 [2021-05-06T15:23:27.022Z] Removing intermediate container 81ab1178c7fc [2021-05-06T15:23:27.022Z] ---> 6ae65d5a4142 [2021-05-06T15:23:27.022Z] Step 23/25 : LABEL arch=x86_64 [2021-05-06T15:23:27.022Z] ---> Running in 76f699549ab9 [2021-05-06T15:23:27.022Z] ---> Running in 28e77c8054c0 [2021-05-06T15:23:27.362Z] Removing intermediate container 76f699549ab9 [2021-05-06T15:23:27.362Z] ---> 9a3f2b729d81 [2021-05-06T15:23:27.362Z] Step 22/23 : LABEL git_sha=de671d521d9c86c4e79c888266647b5538b20374 [2021-05-06T15:23:27.754Z] ---> Running in d0030ba7c9f3 [2021-05-06T15:23:27.754Z] Removing intermediate container 28e77c8054c0 [2021-05-06T15:23:27.754Z] ---> 3d7c99b3bb65 [2021-05-06T15:23:27.754Z] Step 24/25 : LABEL git_sha=de671d521d9c86c4e79c888266647b5538b20374 [2021-05-06T15:23:27.754Z] ---> Running in 716a5527e3e2 [2021-05-06T15:23:28.056Z] Removing intermediate container d0030ba7c9f3 [2021-05-06T15:23:28.056Z] ---> cb8158d56ae6 [2021-05-06T15:23:28.056Z] Step 23/23 : LABEL version=0.0.0 [2021-05-06T15:23:28.372Z] Removing intermediate container 716a5527e3e2 [2021-05-06T15:23:28.372Z] ---> 291f7f6b4692 [2021-05-06T15:23:28.372Z] Step 25/25 : LABEL version=0.0.0 [2021-05-06T15:23:28.372Z] ---> Running in d80f21026f63 [2021-05-06T15:23:28.372Z] ---> Running in cca09aedcd44 [2021-05-06T15:23:30.740Z] Removing intermediate container d80f21026f63 [2021-05-06T15:23:30.740Z] ---> b72bdbfe4c25 [2021-05-06T15:23:30.740Z] [2021-05-06T15:23:30.741Z] Removing intermediate container cca09aedcd44 [2021-05-06T15:23:30.741Z] ---> af6a829a4cd6 [2021-05-06T15:23:30.741Z] [2021-05-06T15:23:31.155Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.197s coverage: 94.4% of statements [2021-05-06T15:23:31.155Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.131s coverage: 44.8% of statements [2021-05-06T15:23:31.799Z] Successfully built af6a829a4cd6 [2021-05-06T15:23:31.799Z] Successfully built b72bdbfe4c25 [2021-05-06T15:23:32.072Z] Successfully tagged docker-core-data-go:latest [2021-05-06T15:23:32.072Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-05-06T15:23:32.072Z]  Building docker-core-data-go ... done  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2021-05-06T15:23:36.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.595s coverage: 81.8% of statements [2021-05-06T15:23:36.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-06T15:23:43.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.191s coverage: 92.9% of statements [2021-05-06T15:23:43.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-06T15:23:43.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-06T15:23:43.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-06T15:23:43.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 65.1% of statements [2021-05-06T15:23:43.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-06T15:23:43.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-06T15:23:43.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-06T15:23:43.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-06T15:23:43.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-06T15:23:43.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.089s coverage: 87.2% of statements [2021-05-06T15:23:43.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-06T15:23:43.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-06T15:23:43.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.110s coverage: 100.0% of statements [2021-05-06T15:23:43.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-06T15:23:43.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.139s coverage: 76.0% of statements [2021-05-06T15:23:43.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-06T15:23:43.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.144s coverage: 80.0% of statements [2021-05-06T15:23:43.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.208s coverage: 87.2% of statements [2021-05-06T15:23:43.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.230s coverage: 85.4% of statements [2021-05-06T15:23:43.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.241s coverage: 91.2% of statements [2021-05-06T15:23:43.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-06T15:23:43.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.751s coverage: 64.4% of statements [2021-05-06T15:23:43.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-06T15:23:43.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-06T15:23:43.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.119s coverage: 100.0% of statements [2021-05-06T15:23:43.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements [2021-05-06T15:23:43.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements [2021-05-06T15:23:44.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.089s coverage: 73.7% of statements [2021-05-06T15:23:45.207Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements [2021-05-06T15:23:49.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.904s coverage: 66.9% of statements [2021-05-06T15:23:49.557Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-06T15:23:49.557Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-06T15:23:49.557Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-06T15:23:50.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.719s coverage: 43.4% of statements [2021-05-06T15:23:50.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-06T15:23:50.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-06T15:23:50.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.090s coverage: 89.5% of statements [2021-05-06T15:23:50.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-06T15:23:50.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.128s coverage: 84.8% of statements [2021-05-06T15:23:56.914Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.455s coverage: 47.0% of statements [2021-05-06T15:23:56.914Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-06T15:23:56.914Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-06T15:23:56.914Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-06T15:23:56.914Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-06T15:23:56.914Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-06T15:23:56.914Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.130s coverage: 100.0% of statements [2021-05-06T15:23:56.914Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-06T15:23:56.914Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.183s coverage: 100.0% of statements [2021-05-06T15:23:56.914Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-06T15:23:56.914Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-06T15:23:56.914Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.186s coverage: 9.6% of statements [2021-05-06T15:23:56.914Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-06T15:23:57.188Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.412s coverage: 92.6% of statements [2021-05-06T15:23:57.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-06T15:23:57.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-06T15:23:57.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-06T15:24:04.824Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T15:24:04.824Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-06T15:24:04.824Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T15:24:04.824Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-06T15:24:04.824Z] ---> a19ce694813b [2021-05-06T15:24:04.824Z] Step 3/22 : WORKDIR /edgex-go [2021-05-06T15:24:04.824Z] ---> a19ce694813b [2021-05-06T15:24:04.824Z] Step 3/31 : WORKDIR /edgex-go [2021-05-06T15:24:04.824Z] ---> Using cache [2021-05-06T15:24:04.824Z] ---> 14d8596e1549 [2021-05-06T15:24:04.824Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T15:24:04.824Z] ---> Using cache [2021-05-06T15:24:04.824Z] ---> 14d8596e1549 [2021-05-06T15:24:04.824Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T15:24:04.824Z] ---> Using cache [2021-05-06T15:24:04.824Z] ---> Using cache [2021-05-06T15:24:04.824Z] ---> 89abc8c5edc9 [2021-05-06T15:24:04.824Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-06T15:24:04.824Z] ---> Using cache [2021-05-06T15:24:04.824Z] ---> 956e641865be [2021-05-06T15:24:04.824Z] Step 6/31 : COPY go.mod . [2021-05-06T15:24:04.824Z] ---> 89abc8c5edc9 [2021-05-06T15:24:04.824Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-06T15:24:04.824Z] ---> Using cache [2021-05-06T15:24:04.824Z] ---> d7afa355a67d [2021-05-06T15:24:04.824Z] Step 7/31 : RUN go mod download [2021-05-06T15:24:04.824Z] ---> Using cache [2021-05-06T15:24:04.824Z] ---> 8ca38a1e29dc [2021-05-06T15:24:04.824Z] Step 8/31 : COPY . . [2021-05-06T15:24:04.824Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T15:24:04.824Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-06T15:24:04.824Z] ---> a19ce694813b [2021-05-06T15:24:04.824Z] Step 3/22 : WORKDIR /edgex-go [2021-05-06T15:24:04.824Z] ---> Using cache [2021-05-06T15:24:04.824Z] ---> 14d8596e1549 [2021-05-06T15:24:04.824Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T15:24:04.824Z] ---> Using cache [2021-05-06T15:24:04.824Z] ---> 89abc8c5edc9 [2021-05-06T15:24:04.824Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-06T15:24:04.824Z] ---> Using cache [2021-05-06T15:24:04.824Z] ---> 956e641865be [2021-05-06T15:24:04.824Z] Step 6/22 : COPY go.mod . [2021-05-06T15:24:04.824Z] ---> Using cache [2021-05-06T15:24:04.824Z] ---> d7afa355a67d [2021-05-06T15:24:04.824Z] Step 7/22 : RUN go mod download [2021-05-06T15:24:04.824Z] ---> Using cache [2021-05-06T15:24:04.824Z] ---> 8ca38a1e29dc [2021-05-06T15:24:04.824Z] Step 8/22 : COPY . . [2021-05-06T15:24:04.824Z] ---> Using cache [2021-05-06T15:24:04.824Z] ---> 95a521417a4a [2021-05-06T15:24:04.824Z] ---> Using cache [2021-05-06T15:24:04.824Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper ---> 95a521417a4a [2021-05-06T15:24:04.824Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-06T15:24:04.824Z] [2021-05-06T15:24:04.824Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T15:24:04.824Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-06T15:24:04.824Z] ---> a19ce694813b [2021-05-06T15:24:04.824Z] Step 3/23 : WORKDIR /edgex-go [2021-05-06T15:24:04.824Z] ---> Using cache [2021-05-06T15:24:04.824Z] ---> 14d8596e1549 [2021-05-06T15:24:04.824Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T15:24:04.824Z] ---> Using cache [2021-05-06T15:24:04.824Z] ---> 89abc8c5edc9 [2021-05-06T15:24:04.824Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-06T15:24:05.486Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.509s coverage: 28.7% of statements [2021-05-06T15:24:05.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-06T15:24:05.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-06T15:24:05.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-06T15:24:05.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-06T15:24:05.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-06T15:24:05.486Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.192s coverage: 99.0% of statements [2021-05-06T15:24:05.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-06T15:24:05.486Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.218s coverage: 100.0% of statements [2021-05-06T15:24:05.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-06T15:24:05.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-06T15:24:05.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-06T15:24:05.487Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.159s coverage: 64.6% of statements [2021-05-06T15:24:05.487Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-06T15:24:05.487Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.365s coverage: 97.6% of statements [2021-05-06T15:24:05.487Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-06T15:24:05.487Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-06T15:24:05.487Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-06T15:24:05.487Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-05-06T15:24:05.487Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-06T15:24:05.487Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements [2021-05-06T15:24:05.487Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-06T15:24:05.487Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-06T15:24:05.487Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-06T15:24:05.487Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-06T15:24:05.487Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.097s coverage: 87.9% of statements [2021-05-06T15:24:05.487Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-06T15:24:05.487Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-06T15:24:05.487Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.076s coverage: 100.0% of statements [2021-05-06T15:24:05.763Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.127s coverage: 28.1% of statements [2021-05-06T15:24:05.763Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-06T15:24:06.049Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements [2021-05-06T15:24:06.762Z] ---> Running in 2b2ccbd41c89 [2021-05-06T15:24:06.762Z] ---> Running in a8b81885fa3f [2021-05-06T15:24:06.762Z] ---> Running in 0a446f0bf257 [2021-05-06T15:24:06.762Z] ---> Running in 321c59fa0e86 [2021-05-06T15:24:07.028Z] GO111MODULE=on go vet ./... [2021-05-06T15:24:07.745Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-06T15:24:07.745Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-06T15:24:07.745Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T15:24:07.745Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T15:24:08.728Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T15:24:08.728Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T15:24:09.314Z] OK: 219 MiB in 52 packages [2021-05-06T15:24:09.314Z] OK: 219 MiB in 52 packages [2021-05-06T15:24:11.322Z] Removing intermediate container 2b2ccbd41c89 [2021-05-06T15:24:11.322Z] ---> 425f1900867d [2021-05-06T15:24:11.322Z] Step 6/23 : COPY go.mod . [2021-05-06T15:24:11.322Z] Removing intermediate container 0a446f0bf257 [2021-05-06T15:24:11.322Z] ---> 4aaa6b932514 [2021-05-06T15:24:11.322Z] Step 6/22 : COPY go.mod . [2021-05-06T15:24:11.610Z] ---> 47315c9fdbce [2021-05-06T15:24:11.610Z] Step 7/23 : RUN go mod download [2021-05-06T15:24:11.610Z] ---> 6ac5ff3d1eaa [2021-05-06T15:24:11.610Z] Step 7/22 : RUN go mod download [2021-05-06T15:24:11.610Z] ---> Running in e90c7d684faa [2021-05-06T15:24:11.911Z] ---> Running in 52014492887a [2021-05-06T15:24:15.390Z] Removing intermediate container e90c7d684faa [2021-05-06T15:24:15.390Z] ---> 54063ed6acea [2021-05-06T15:24:15.390Z] Step 8/23 : COPY . . [2021-05-06T15:24:15.390Z] Removing intermediate container 52014492887a [2021-05-06T15:24:15.390Z] ---> 1a25a22cd508 [2021-05-06T15:24:15.390Z] Step 8/22 : COPY . . [2021-05-06T15:24:56.220Z] Removing intermediate container 321c59fa0e86 [2021-05-06T15:24:56.220Z] ---> ede2339f7e78 [2021-05-06T15:24:56.220Z] [2021-05-06T15:24:56.220Z] Step 10/31 : FROM alpine:3.12 [2021-05-06T15:24:56.220Z] ---> 13621d1b12d4 [2021-05-06T15:24:56.220Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-06T15:24:56.220Z] Removing intermediate container a8b81885fa3f [2021-05-06T15:24:56.220Z] ---> 3039616b1b17 [2021-05-06T15:24:56.220Z] [2021-05-06T15:24:56.220Z] Step 10/22 : FROM alpine:3.12 [2021-05-06T15:24:56.220Z] ---> 13621d1b12d4 [2021-05-06T15:24:56.220Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-06T15:24:56.220Z] ---> Using cache [2021-05-06T15:24:56.220Z] ---> aca9b120d360 [2021-05-06T15:24:56.220Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-06T15:24:56.220Z] ---> Using cache [2021-05-06T15:24:56.220Z] ---> cd99257dcbd1 [2021-05-06T15:24:56.220Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-06T15:24:56.220Z] ---> Running in 7bf98554baa8 [2021-05-06T15:24:56.220Z] ---> Running in fc7ef3c803de [2021-05-06T15:24:56.220Z] ---> 8a23ed1ddf99 [2021-05-06T15:24:56.220Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-06T15:24:56.220Z] ---> Running in f55594fc6c4b [2021-05-06T15:24:56.220Z] Removing intermediate container fc7ef3c803de [2021-05-06T15:24:56.220Z] ---> 8f61ddbd6264 [2021-05-06T15:24:56.220Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-06T15:24:56.220Z] Removing intermediate container 7bf98554baa8 [2021-05-06T15:24:56.220Z] ---> a853f384544e [2021-05-06T15:24:56.220Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-06T15:24:56.220Z] ---> fc1026359a85 [2021-05-06T15:24:56.220Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-06T15:24:56.220Z] ---> Running in 3143876589e4 [2021-05-06T15:24:56.220Z] ---> Running in e825a968b052 [2021-05-06T15:24:56.220Z] ---> Running in 824a1ac0dad2 [2021-05-06T15:24:56.220Z] Removing intermediate container 3143876589e4 [2021-05-06T15:24:56.220Z] ---> ba9cad016ce6 [2021-05-06T15:24:56.220Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T15:24:56.585Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-06T15:24:56.585Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-06T15:24:56.968Z] ---> a84c5ca5548d [2021-05-06T15:24:56.968Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-06T15:24:56.968Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-06T15:24:57.447Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-06T15:24:57.447Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-06T15:24:57.447Z] (2/2) Installing su-exec (0.2-r1) [2021-05-06T15:24:57.447Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T15:24:57.802Z] OK: 6 MiB in 16 packages [2021-05-06T15:24:57.802Z] ---> 1d2ea135f696 [2021-05-06T15:24:57.802Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-06T15:24:58.544Z] ---> e31e51a6de7d [2021-05-06T15:24:58.544Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-06T15:24:58.544Z] ---> Running in a78c5f64d3c7 [2021-05-06T15:24:58.544Z] Removing intermediate container e825a968b052 [2021-05-06T15:24:58.544Z] ---> e1eed924a095 [2021-05-06T15:24:58.544Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-06T15:24:58.830Z] ---> Running in 94fb1b4bff18 [2021-05-06T15:24:58.830Z] Removing intermediate container a78c5f64d3c7 [2021-05-06T15:24:58.830Z] ---> 3af709022901 [2021-05-06T15:24:58.830Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T15:24:58.830Z] ---> Running in 1221f6d2ddfc [2021-05-06T15:25:00.265Z] Removing intermediate container 94fb1b4bff18 [2021-05-06T15:25:00.265Z] ---> 865ddb2cf3df [2021-05-06T15:25:00.265Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-06T15:25:00.265Z] Removing intermediate container 1221f6d2ddfc [2021-05-06T15:25:00.265Z] ---> f969fdcd08c2 [2021-05-06T15:25:00.265Z] Step 20/22 : LABEL arch=x86_64 [2021-05-06T15:25:00.265Z] ---> Running in 377280f0d3f1 [2021-05-06T15:25:00.557Z] ---> Running in 7c336baa7e6f [2021-05-06T15:25:01.173Z] Removing intermediate container 7c336baa7e6f [2021-05-06T15:25:01.173Z] ---> 567b0353c225 [2021-05-06T15:25:01.173Z] Step 21/22 : LABEL git_sha=de671d521d9c86c4e79c888266647b5538b20374 [2021-05-06T15:25:01.173Z] Removing intermediate container 377280f0d3f1 [2021-05-06T15:25:01.174Z] ---> cd709ea91df6 [2021-05-06T15:25:01.174Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-06T15:25:01.174Z] ---> Running in c0f1e10d2a8f [2021-05-06T15:25:01.174Z] ---> Running in 18f34b786cc3 [2021-05-06T15:25:01.780Z] Removing intermediate container 18f34b786cc3 [2021-05-06T15:25:01.780Z] ---> d8e2004bf5df [2021-05-06T15:25:01.780Z] Step 22/22 : LABEL version=0.0.0 [2021-05-06T15:25:02.050Z] ---> Running in c9c09eb75f84 [2021-05-06T15:25:02.361Z] Removing intermediate container c9c09eb75f84 [2021-05-06T15:25:02.361Z] ---> c12af6a512ca [2021-05-06T15:25:02.361Z] [2021-05-06T15:25:03.373Z] Successfully built c12af6a512ca [2021-05-06T15:25:03.373Z] Successfully tagged docker-support-scheduler-go:latest [2021-05-06T15:25:03.996Z]  Building docker-support-scheduler-go ... done Removing intermediate container c0f1e10d2a8f [2021-05-06T15:25:03.996Z] ---> 28255b3e5d64 [2021-05-06T15:25:03.996Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-06T15:25:03.996Z] ---> Running in 681004db2ccc [2021-05-06T15:25:04.279Z] Removing intermediate container 681004db2ccc [2021-05-06T15:25:04.279Z] ---> 0a026e8da051 [2021-05-06T15:25:04.279Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-06T15:25:04.884Z] ---> 490406487b53 [2021-05-06T15:25:04.884Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-06T15:25:05.179Z] ---> Running in 257bc81f47ff [2021-05-06T15:25:07.228Z] Removing intermediate container 257bc81f47ff [2021-05-06T15:25:07.228Z] ---> 79986a60f087 [2021-05-06T15:25:07.228Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T15:25:07.830Z] ---> e0681ed90689 [2021-05-06T15:25:07.830Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-06T15:25:09.279Z] ---> 4d5fdc60c657 [2021-05-06T15:25:09.279Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-06T15:25:09.566Z] ---> 15c6a26cc805 [2021-05-06T15:25:09.566Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-06T15:25:10.179Z] ---> e703351f44a2 [2021-05-06T15:25:10.179Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-06T15:25:11.161Z] ---> c4131c2dc7ff [2021-05-06T15:25:11.161Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-06T15:25:11.161Z] ---> Running in cde00874842e [2021-05-06T15:25:11.440Z] Removing intermediate container cde00874842e [2021-05-06T15:25:11.440Z] ---> 900bae3f7ca7 [2021-05-06T15:25:11.440Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-06T15:25:12.051Z] ---> 1bd24f2a6e87 [2021-05-06T15:25:12.051Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-06T15:25:12.051Z] ---> Running in 54c8d41f0a1f [2021-05-06T15:25:13.671Z] Removing intermediate container 54c8d41f0a1f [2021-05-06T15:25:13.671Z] ---> bbae36ccbf5e [2021-05-06T15:25:13.671Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-06T15:25:13.970Z] ---> Running in 63a143364965 [2021-05-06T15:25:14.562Z] Removing intermediate container 63a143364965 [2021-05-06T15:25:14.562Z] ---> 776d0f7b49c3 [2021-05-06T15:25:14.562Z] Step 28/31 : CMD ["gate"] [2021-05-06T15:25:14.831Z] ---> Running in 7f00eaa11279 [2021-05-06T15:25:15.101Z] Removing intermediate container 7f00eaa11279 [2021-05-06T15:25:15.101Z] ---> feb2552990ac [2021-05-06T15:25:15.101Z] Step 29/31 : LABEL arch=x86_64 [2021-05-06T15:25:16.084Z] ---> Running in 7e7088323d88 [2021-05-06T15:25:16.685Z] Removing intermediate container 7e7088323d88 [2021-05-06T15:25:16.685Z] ---> 24cff7da1532 [2021-05-06T15:25:16.685Z] Step 30/31 : LABEL git_sha=de671d521d9c86c4e79c888266647b5538b20374 [2021-05-06T15:25:16.957Z] ---> Running in 6ec2ddc89d1d [2021-05-06T15:25:17.550Z] Removing intermediate container 6ec2ddc89d1d [2021-05-06T15:25:17.550Z] ---> 3e267a17342c [2021-05-06T15:25:17.550Z] Step 31/31 : LABEL version=0.0.0 [2021-05-06T15:25:17.821Z] ---> Running in cd1ba4f377aa [2021-05-06T15:25:18.414Z] Removing intermediate container cd1ba4f377aa [2021-05-06T15:25:18.414Z] ---> d6b0945e84ed [2021-05-06T15:25:18.414Z] [2021-05-06T15:25:18.709Z] Successfully built d6b0945e84ed [2021-05-06T15:25:19.002Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-05-06T15:25:24.411Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container f55594fc6c4b [2021-05-06T15:25:24.411Z] ---> fd34fa55d07c [2021-05-06T15:25:24.411Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-06T15:25:25.000Z] ---> Running in f34e69842433 [2021-05-06T15:25:25.000Z] Removing intermediate container 824a1ac0dad2 [2021-05-06T15:25:25.000Z] ---> 283d67df676b [2021-05-06T15:25:25.000Z] [2021-05-06T15:25:25.000Z] Step 10/22 : FROM alpine:3.12 [2021-05-06T15:25:25.000Z] ---> 13621d1b12d4 [2021-05-06T15:25:25.000Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-06T15:25:25.298Z] ---> Running in 72482d557b25 [2021-05-06T15:25:25.897Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-06T15:25:25.897Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-06T15:25:26.175Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-06T15:25:26.175Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-06T15:25:26.463Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-06T15:25:26.463Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T15:25:26.463Z] Executing ca-certificates-20191127-r4.trigger [2021-05-06T15:25:26.463Z] OK: 6 MiB in 16 packages [2021-05-06T15:25:27.964Z] Removing intermediate container f34e69842433 [2021-05-06T15:25:27.964Z] ---> 3384af046aca [2021-05-06T15:25:27.964Z] [2021-05-06T15:25:27.964Z] Step 11/23 : FROM docker:20.10.0 [2021-05-06T15:25:27.964Z] Removing intermediate container 72482d557b25 [2021-05-06T15:25:27.964Z] ---> 91e1e3208c8d [2021-05-06T15:25:27.964Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-06T15:25:27.964Z] 20.10.0: Pulling from library/docker [2021-05-06T15:25:27.964Z] ---> Running in 654ff1c451a2 [2021-05-06T15:25:28.241Z] Removing intermediate container 654ff1c451a2 [2021-05-06T15:25:28.241Z] ---> de9a47ecb3bf [2021-05-06T15:25:28.241Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-06T15:25:28.515Z] ---> Running in 27d1fd93a590 [2021-05-06T15:25:28.799Z] Removing intermediate container 27d1fd93a590 [2021-05-06T15:25:28.799Z] ---> 6639044cc29f [2021-05-06T15:25:28.799Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-06T15:25:29.792Z] ---> Running in 437f326bfd62 [2021-05-06T15:25:31.233Z] Removing intermediate container 437f326bfd62 [2021-05-06T15:25:31.233Z] ---> a51f96a8afff [2021-05-06T15:25:31.233Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T15:25:31.520Z] ---> ce023349f9b2 [2021-05-06T15:25:31.520Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-06T15:25:32.965Z] ---> b9ad85cc6243 [2021-05-06T15:25:32.965Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-06T15:25:33.239Z] ---> eeae19ff0fab [2021-05-06T15:25:33.239Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-06T15:25:33.541Z] ---> Running in a6d053ecdcce [2021-05-06T15:25:34.147Z] Removing intermediate container a6d053ecdcce [2021-05-06T15:25:34.147Z] ---> 711292e9f9c9 [2021-05-06T15:25:34.147Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T15:25:34.147Z] ---> Running in 9a0219a9c681 [2021-05-06T15:25:34.417Z] Removing intermediate container 9a0219a9c681 [2021-05-06T15:25:34.417Z] ---> aff55f474107 [2021-05-06T15:25:34.417Z] Step 20/22 : LABEL arch=x86_64 [2021-05-06T15:25:34.688Z] ---> Running in fc519529f4d9 [2021-05-06T15:25:35.294Z] Removing intermediate container fc519529f4d9 [2021-05-06T15:25:35.294Z] ---> b2d9592ad634 [2021-05-06T15:25:35.294Z] Step 21/22 : LABEL git_sha=de671d521d9c86c4e79c888266647b5538b20374 [2021-05-06T15:25:35.294Z] ---> Running in 3d38ea82c112 [2021-05-06T15:25:35.584Z] Removing intermediate container 3d38ea82c112 [2021-05-06T15:25:35.584Z] ---> 143743c2ffce [2021-05-06T15:25:35.584Z] Step 22/22 : LABEL version=0.0.0 [2021-05-06T15:25:35.893Z] ---> Running in 97363e852bb8 [2021-05-06T15:25:36.187Z] Removing intermediate container 97363e852bb8 [2021-05-06T15:25:36.187Z] ---> 9d349cd3b63a [2021-05-06T15:25:36.187Z] [2021-05-06T15:25:36.482Z] Successfully built 9d349cd3b63a [2021-05-06T15:25:36.762Z] Successfully tagged docker-support-notifications-go:latest [2021-05-06T15:25:37.725Z]  Building docker-support-notifications-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-06T15:25:37.725Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-06T15:25:37.725Z] ---> aefe523efa57 [2021-05-06T15:25:37.725Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-06T15:25:37.990Z] ---> Running in 601a567c6278 [2021-05-06T15:25:38.278Z] Removing intermediate container 601a567c6278 [2021-05-06T15:25:38.278Z] ---> acd62298fc47 [2021-05-06T15:25:38.278Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-06T15:25:38.278Z] ---> Running in 77a4cdc2da51 [2021-05-06T15:25:38.855Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-06T15:25:39.119Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-06T15:25:39.386Z] (1/39) Installing readline (8.0.4-r0) [2021-05-06T15:25:39.386Z] (2/39) Installing bash (5.0.17-r0) [2021-05-06T15:25:39.386Z] Executing bash-5.0.17-r0.post-install [2021-05-06T15:25:39.386Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-06T15:25:39.386Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-06T15:25:39.386Z] (5/39) Installing curl (7.76.1-r0) [2021-05-06T15:25:39.386Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-06T15:25:39.386Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-06T15:25:39.386Z] (8/39) Installing expat (2.2.9-r1) [2021-05-06T15:25:39.386Z] (9/39) Installing libffi (3.3-r2) [2021-05-06T15:25:39.386Z] (10/39) Installing gdbm (1.13-r1) [2021-05-06T15:25:39.386Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-06T15:25:39.386Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-06T15:25:39.386Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-06T15:25:40.794Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-06T15:25:40.794Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-06T15:25:40.794Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-06T15:25:40.794Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-06T15:25:40.794Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-06T15:25:40.794Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-06T15:25:40.794Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-06T15:25:40.794Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-06T15:25:40.794Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-06T15:25:40.794Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-06T15:25:40.794Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-06T15:25:40.794Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-06T15:25:40.794Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-06T15:25:40.794Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-06T15:25:40.794Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-06T15:25:40.794Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-06T15:25:40.794Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-06T15:25:40.794Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-06T15:25:40.794Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-06T15:25:41.066Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-06T15:25:41.066Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-06T15:25:41.066Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-06T15:25:41.066Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-06T15:25:41.066Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-06T15:25:41.066Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-06T15:25:41.066Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-06T15:25:41.066Z] Executing busybox-1.31.1-r19.trigger [2021-05-06T15:25:41.066Z] OK: 72 MiB in 59 packages [2021-05-06T15:25:42.484Z] Collecting docker-compose==1.23.2 [2021-05-06T15:25:42.484Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-06T15:25:42.750Z] Collecting texttable<0.10,>=0.9.0 [2021-05-06T15:25:42.750Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-06T15:25:43.331Z] Collecting docker<4.0,>=3.6.0 [2021-05-06T15:25:43.331Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-06T15:25:43.597Z] Collecting docopt<0.7,>=0.6.1 [2021-05-06T15:25:43.597Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-06T15:25:43.863Z] gofmt -l . [2021-05-06T15:25:43.863Z] [ "`gofmt -l .`" = "" ] [2021-05-06T15:25:44.174Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-05-06T15:25:44.175Z] Collecting cached-property<2,>=1.2.0 [2021-05-06T15:25:44.175Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-06T15:25:44.441Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-06T15:25:44.441Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-06T15:25:45.017Z] Collecting PyYAML<4,>=3.10 [2021-05-06T15:25:45.017Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-06T15:25:45.834Z] ./bin/test-go-mod-tidy.sh [2021-05-06T15:25:45.967Z] Collecting jsonschema<3,>=2.5.1 [2021-05-06T15:25:45.967Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-06T15:25:46.229Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-06T15:25:46.229Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-06T15:25:46.431Z] ./bin/test-attribution-txt.sh [2021-05-06T15:25:46.497Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-06T15:25:46.497Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-06T15:25:46.497Z] Collecting docker-pycreds>=0.4.0 [2021-05-06T15:25:46.497Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-06T15:25:46.762Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-06T15:25:46.762Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-06T15:25:47.042Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-05-06T15:25:47.042Z] Collecting idna<2.8,>=2.5 [2021-05-06T15:25:47.042Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-06T15:25:47.042Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-05-06T15:25:47.042Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-06T15:25:47.042Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-06T15:25:47.042Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-06T15:25:47.042Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-06T15:25:47.309Z] Installing collected packages: texttable, docker-pycreds, urllib3, idna, requests, websocket-client, docker, docopt, cached-property, dockerpty, PyYAML, jsonschema, docker-compose [2021-05-06T15:25:47.309Z] Running setup.py install for texttable: started [2021-05-06T15:25:47.896Z] Running setup.py install for texttable: finished with status 'done' [2021-05-06T15:25:48.165Z] Attempting uninstall: urllib3 [2021-05-06T15:25:48.165Z] Found existing installation: urllib3 1.25.9 [2021-05-06T15:25:48.165Z] Uninstalling urllib3-1.25.9: [2021-05-06T15:25:48.165Z] Successfully uninstalled urllib3-1.25.9 [2021-05-06T15:25:48.429Z] Attempting uninstall: idna [2021-05-06T15:25:48.429Z] Found existing installation: idna 2.9 [2021-05-06T15:25:48.429Z] Uninstalling idna-2.9: [2021-05-06T15:25:48.429Z] Successfully uninstalled idna-2.9 [2021-05-06T15:25:48.429Z] Attempting uninstall: requests [2021-05-06T15:25:48.696Z] Found existing installation: requests 2.23.0 [2021-05-06T15:25:48.696Z] Uninstalling requests-2.23.0: [2021-05-06T15:25:48.696Z] Successfully uninstalled requests-2.23.0 [Pipeline] sh [2021-05-06T15:25:49.281Z] Running setup.py install for docopt: started [2021-05-06T15:25:49.727Z] + ls -al . [2021-05-06T15:25:49.727Z] total 844 [2021-05-06T15:25:49.727Z] drwxrwxr-x 9 1001 1001 4096 May 6 15:25 . [2021-05-06T15:25:49.727Z] drwxr-xr-x 4 root root 4096 May 6 15:20 .. [2021-05-06T15:25:49.727Z] -rw-rw-r-- 1 1001 1001 11 May 6 15:19 .dockerignore [2021-05-06T15:25:49.727Z] drwxrwxr-x 8 1001 1001 4096 May 6 15:19 .git [2021-05-06T15:25:49.727Z] drwxrwxr-x 3 1001 1001 4096 May 6 15:19 .github [2021-05-06T15:25:49.727Z] -rw-rw-r-- 1 1001 1001 818 May 6 15:19 .gitignore [2021-05-06T15:25:49.727Z] -rw-rw-r-- 1 1001 1001 166 May 6 15:19 .sonarcloud.properties [2021-05-06T15:25:49.727Z] -rw-rw-r-- 1 1001 1001 8609 May 6 15:19 Attribution.txt [2021-05-06T15:25:49.727Z] -rw-rw-r-- 1 1001 1001 3804 May 6 15:19 CONTRIBUTING.md [2021-05-06T15:25:49.727Z] -rw-rw-r-- 1 1001 1001 931 May 6 15:19 Dockerfile.build [2021-05-06T15:25:49.727Z] -rw-rw-r-- 1 1001 1001 863 May 6 15:19 Jenkinsfile [2021-05-06T15:25:49.727Z] -rw-rw-r-- 1 1001 1001 10775 May 6 15:19 LICENSE [2021-05-06T15:25:49.727Z] -rw-rw-r-- 1 1001 1001 5774 May 6 15:19 Makefile [2021-05-06T15:25:49.727Z] -rw-rw-r-- 1 1001 1001 7978 May 6 15:19 README.md [2021-05-06T15:25:49.727Z] -rw-rw-r-- 1 1001 1001 6755 May 6 15:19 SECURITY.md [2021-05-06T15:25:49.727Z] -rw-rw-r-- 1 1001 1001 5 May 6 15:14 VERSION [2021-05-06T15:25:49.727Z] -rw-rw-r-- 1 1001 1001 4131 May 6 15:19 ZMQWindows.md [2021-05-06T15:25:49.727Z] drwxrwxr-x 2 1001 1001 4096 May 6 15:19 bin [2021-05-06T15:25:49.727Z] drwxrwxr-x 14 1001 1001 4096 May 6 15:19 cmd [2021-05-06T15:25:49.727Z] -rw-r--r-- 1 root root 705232 May 6 15:24 coverage.out [2021-05-06T15:25:49.727Z] -rw-r--r-- 1 root root 1060 May 6 15:25 go.mod [2021-05-06T15:25:49.727Z] -rw-r--r-- 1 root root 22091 May 6 15:20 go.sum [2021-05-06T15:25:49.727Z] drwxrwxr-x 8 1001 1001 4096 May 6 15:19 internal [2021-05-06T15:25:49.727Z] drwxrwxr-x 4 1001 1001 4096 May 6 15:19 openapi [2021-05-06T15:25:49.727Z] drwxrwxr-x 4 1001 1001 4096 May 6 15:19 snap [2021-05-06T15:25:49.727Z] -rw-rw-r-- 1 1001 1001 168 May 6 15:19 version.go [Pipeline] sh [2021-05-06T15:25:49.879Z] Running setup.py install for docopt: finished with status 'done' [2021-05-06T15:25:49.879Z] Running setup.py install for dockerpty: started [2021-05-06T15:25:50.395Z] + '[' -e coverage.out ] [2021-05-06T15:25:50.395Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-06T15:25:50.417Z] Warning: overwriting stash ‘coverage-report’ [2021-05-06T15:25:50.473Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-06T15:25:50.473Z] Running setup.py install for PyYAML: started [2021-05-06T15:25:51.473Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-06T15:25:51.738Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 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 [2021-05-06T15:25:51.947Z] Stashed 1 file(s) [Pipeline] sh [2021-05-06T15:25:52.673Z] + make build [2021-05-06T15:25:52.674Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-05-06T15:26:01.088Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-06T15:26:04.068Z] Removing intermediate container 77a4cdc2da51 [2021-05-06T15:26:04.068Z] ---> 9d5829b97470 [2021-05-06T15:26:04.068Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-06T15:26:04.068Z] ---> Running in cb94465d72c8 [2021-05-06T15:26:04.068Z] Removing intermediate container cb94465d72c8 [2021-05-06T15:26:04.068Z] ---> 55c6eb951050 [2021-05-06T15:26:04.068Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-06T15:26:04.068Z] ---> Running in eee17912a276 [2021-05-06T15:26:04.068Z] Removing intermediate container eee17912a276 [2021-05-06T15:26:04.068Z] ---> f549fd13dcd2 [2021-05-06T15:26:04.068Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-06T15:26:04.068Z] ---> 20bdd2dc3928 [2021-05-06T15:26:04.068Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-06T15:26:04.068Z] ---> ef15d8fcab32 [2021-05-06T15:26:04.068Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-06T15:26:04.068Z] ---> 96acf855dd64 [2021-05-06T15:26:04.068Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-06T15:26:04.068Z] ---> Running in cf00b9bb9c47 [2021-05-06T15:26:04.068Z] Removing intermediate container cf00b9bb9c47 [2021-05-06T15:26:04.068Z] ---> 17c78d8dcd9c [2021-05-06T15:26:04.068Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T15:26:04.332Z] ---> Running in d1ea2a3f62f3 [2021-05-06T15:26:04.332Z] Removing intermediate container d1ea2a3f62f3 [2021-05-06T15:26:04.332Z] ---> 2cfb420d3810 [2021-05-06T15:26:04.332Z] Step 21/23 : LABEL arch=x86_64 [2021-05-06T15:26:04.599Z] ---> Running in 1d7c02563850 [2021-05-06T15:26:04.599Z] Removing intermediate container 1d7c02563850 [2021-05-06T15:26:04.599Z] ---> 5513fd538e4c [2021-05-06T15:26:04.599Z] Step 22/23 : LABEL git_sha=de671d521d9c86c4e79c888266647b5538b20374 [2021-05-06T15:26:04.864Z] ---> Running in 2c2ebd01ed0d [2021-05-06T15:26:04.864Z] Removing intermediate container 2c2ebd01ed0d [2021-05-06T15:26:04.864Z] ---> 19c8e7fd5075 [2021-05-06T15:26:04.864Z] Step 23/23 : LABEL version=0.0.0 [2021-05-06T15:26:04.864Z] ---> Running in ac08c97fd103 [2021-05-06T15:26:05.131Z] Removing intermediate container ac08c97fd103 [2021-05-06T15:26:05.131Z] ---> 212e5c2dc8f3 [2021-05-06T15:26:05.131Z] [2021-05-06T15:26:05.402Z] Successfully built 212e5c2dc8f3 [2021-05-06T15:26:05.402Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-05-06T15:26:06.028Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-05-06T15:26:06.090Z] $ docker stop --time=1 ac476c21e00d3e714129f9d9a81db3483c4178464136a1eced9645d545b7c5f1 [2021-05-06T15:26:08.020Z] $ docker rm -f ac476c21e00d3e714129f9d9a81db3483c4178464136a1eced9645d545b7c5f1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-06T15:26:08.506Z] + docker images [2021-05-06T15:26:08.506Z] + grep docker [2021-05-06T15:26:08.774Z] docker-sys-mgmt-agent-go latest 212e5c2dc8f3 4 seconds ago 312MB [2021-05-06T15:26:08.774Z] docker-support-notifications-go latest 9d349cd3b63a 33 seconds ago 17.6MB [2021-05-06T15:26:08.774Z] docker-security-bootstrapper-go latest d6b0945e84ed 50 seconds ago 18.2MB [2021-05-06T15:26:08.774Z] docker-support-scheduler-go latest c12af6a512ca About a minute ago 17.1MB [2021-05-06T15:26:08.774Z] docker-security-secretstore-setup-go latest af6a829a4cd6 2 minutes ago 25.7MB [2021-05-06T15:26:08.774Z] docker-core-data-go latest b72bdbfe4c25 2 minutes ago 21.5MB [2021-05-06T15:26:08.774Z] docker-core-command-go latest c998f48d86f1 2 minutes ago 17MB [2021-05-06T15:26:08.774Z] docker-core-metadata-go latest c03a1919ae44 2 minutes ago 18.6MB [2021-05-06T15:26:08.774Z] docker-security-proxy-setup-go latest 3084197aa2e4 2 minutes ago 25.3MB [2021-05-06T15:26:08.774Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [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 [2021-05-06T15:26:24.157Z] Still waiting to schedule task [2021-05-06T15:26:24.157Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-05-06T15:26:27.888Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-05-06T15:26:28.870Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-06T15:26:33.215Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-06T15:26:34.201Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-06T15:26:38.508Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-06T15:26:42.797Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-06T15:26:45.413Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-06T15:26:48.798Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-06T15:26:51.418Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-06T15:26:54.808Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-05-06T15:27:00.226Z] $ docker stop --time=1 b1124b76fd24120d97085a014038004497dd1ccb6b883e79b596c287c9091e60 [2021-05-06T15:27:03.047Z] $ docker rm -f b1124b76fd24120d97085a014038004497dd1ccb6b883e79b596c287c9091e60 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T15:27:04.822Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-06T15:27:04.822Z] [2021-05-06T15:27:04.822Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-06T15:27:05.237Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-06T15:27:05.237Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-06T15:27:05.237Z] 29e5d40040c1: Pulling fs layer [2021-05-06T15:27:05.237Z] 1ce36da41761: Pulling fs layer [2021-05-06T15:27:05.237Z] 25b303627fd3: Pulling fs layer [2021-05-06T15:27:05.509Z] 29e5d40040c1: Verifying Checksum [2021-05-06T15:27:05.510Z] 29e5d40040c1: Download complete [2021-05-06T15:27:06.119Z] 1ce36da41761: Verifying Checksum [2021-05-06T15:27:06.119Z] 1ce36da41761: Download complete [2021-05-06T15:27:06.119Z] 29e5d40040c1: Pull complete [2021-05-06T15:27:07.092Z] 1ce36da41761: Pull complete [2021-05-06T15:27:07.688Z] 25b303627fd3: Verifying Checksum [2021-05-06T15:27:07.688Z] 25b303627fd3: Download complete [2021-05-06T15:27:17.841Z] 25b303627fd3: Pull complete [2021-05-06T15:27:17.841Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-06T15:27:17.841Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-06T15:27:17.841Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-06T15:27:18.055Z] prd-ubuntu18.04-docker-arm64-4c-16g-3225 does not seem to be running inside a container [2021-05-06T15:27:18.118Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-06T15:27:21.097Z] $ docker top 642fce6889bf464a0b8cd3d1757659d8d3a942dbdd2278884a3edb8d2eb8d18b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T15:27:22.074Z] + docker-compose build --help [2021-05-06T15:27:22.074Z] + grep parallel [2021-05-06T15:27:22.198Z] Running on prd-ubuntu18.04-docker-8c-8g-3226 in /w/workspace/edgexfoundry_edgex-go_PR-3410 [Pipeline] { [Pipeline] ws [2021-05-06T15:27:22.224Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [2021-05-06T15:27:24.559Z] using credential edgex-jenkins-ssh [2021-05-06T15:27:24.572Z] Cloning the remote Git repository [2021-05-06T15:27:24.596Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-06T15:27:24.668Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2021-05-06T15:27:25.449Z] --parallel Build images in parallel. [Pipeline] } [2021-05-06T15:27:25.462Z] $ docker stop --time=1 642fce6889bf464a0b8cd3d1757659d8d3a942dbdd2278884a3edb8d2eb8d18b [2021-05-06T15:27:24.694Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-06T15:27:24.694Z] > git --version # timeout=10 [2021-05-06T15:27:24.701Z] > git --version # 'git version 2.17.1' [2021-05-06T15:27:24.701Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T15:27:24.726Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-06T15:27:27.405Z] $ docker rm -f 642fce6889bf464a0b8cd3d1757659d8d3a942dbdd2278884a3edb8d2eb8d18b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T15:27:28.066Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-06T15:27:28.067Z] . [Pipeline] withDockerContainer [2021-05-06T15:27:28.323Z] prd-ubuntu18.04-docker-arm64-4c-16g-3225 does not seem to be running inside a container [2021-05-06T15:27:28.384Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-06T15:27:29.689Z] $ docker top 2102e1683290802d1f12e9bcb2b16607b74c709ffb3aba5e7b503854adda3f6c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T15:27:30.648Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-06T15:27:30.557Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-06T15:27:30.567Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-06T15:27:30.583Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-06T15:27:30.595Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-06T15:27:30.596Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T15:27:30.600Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3410/head:refs/remotes/origin/PR-3410 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-06T15:27:31.227Z] Merging remotes/origin/master commit 58f175f39c326a963567c19064a72a1694fab97f into PR head commit de671d521d9c86c4e79c888266647b5538b20374 [2021-05-06T15:27:31.392Z] Merge succeeded, producing de671d521d9c86c4e79c888266647b5538b20374 [2021-05-06T15:27:31.392Z] Checking out Revision de671d521d9c86c4e79c888266647b5538b20374 (PR-3410) [2021-05-06T15:27:31.255Z] > git config core.sparsecheckout # timeout=10 [2021-05-06T15:27:31.261Z] > git checkout -f de671d521d9c86c4e79c888266647b5538b20374 # timeout=10 [2021-05-06T15:27:31.339Z] > git remote # timeout=10 [2021-05-06T15:27:31.345Z] > git config --get remote.origin.url # timeout=10 [2021-05-06T15:27:31.361Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T15:27:31.364Z] > git merge 58f175f39c326a963567c19064a72a1694fab97f # timeout=10 [2021-05-06T15:27:31.389Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-06T15:27:31.399Z] > git config core.sparsecheckout # timeout=10 [2021-05-06T15:27:31.417Z] > git checkout -f de671d521d9c86c4e79c888266647b5538b20374 # timeout=10 [2021-05-06T15:27:34.022Z] Building docker-core-command-go ... [2021-05-06T15:27:34.022Z] Building docker-core-data-go ... [2021-05-06T15:27:34.022Z] Building docker-core-metadata-go ... [2021-05-06T15:27:34.022Z] Building docker-security-bootstrapper-go ... [2021-05-06T15:27:34.022Z] Building docker-security-proxy-setup-go ... [2021-05-06T15:27:34.022Z] Building docker-security-secretstore-setup-go ... [2021-05-06T15:27:34.022Z] Building docker-support-notifications-go ... [2021-05-06T15:27:34.022Z] Building docker-support-scheduler-go ... [2021-05-06T15:27:34.022Z] Building docker-sys-mgmt-agent-go ... [2021-05-06T15:27:34.293Z] Building docker-support-scheduler-go [2021-05-06T15:27:34.293Z] Building docker-security-bootstrapper-go [2021-05-06T15:27:34.293Z] Building docker-core-data-go [2021-05-06T15:27:34.293Z] Building docker-core-metadata-go [2021-05-06T15:27:34.293Z] Building docker-security-secretstore-setup-go [2021-05-06T15:27:35.041Z] Commit message: "fix: Address PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-06T15:27:36.208Z] + echo snap-build.sh [2021-05-06T15:27:36.208Z] snap-build.sh [2021-05-06T15:27:36.208Z] + SNAP_BASE_DIR=. [2021-05-06T15:27:36.208Z] + '[' '!' -z /w/workspace/edgex-go/8 ']' [2021-05-06T15:27:36.208Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/8 [2021-05-06T15:27:36.208Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/8]' [2021-05-06T15:27:36.208Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/8] [2021-05-06T15:27:36.208Z] + cd /w/workspace/edgex-go/8 [2021-05-06T15:27:36.208Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-05-06T15:27:36.208Z] Reading package lists... [2021-05-06T15:27:36.469Z] Building dependency tree... [2021-05-06T15:27:36.469Z] Reading state information... [2021-05-06T15:27:36.469Z] The following packages were automatically installed and are no longer required: [2021-05-06T15:27:36.469Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-05-06T15:27:36.469Z] uidmap xdelta3 [2021-05-06T15:27:36.469Z] Use 'sudo apt autoremove' to remove them. [2021-05-06T15:27:36.469Z] The following packages will be REMOVED: [2021-05-06T15:27:36.469Z] lxd* lxd-client* [2021-05-06T15:27:37.041Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-05-06T15:27:37.042Z] After this operation, 31.7 MB disk space will be freed. [2021-05-06T15:27:37.827Z] (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 ... 190027 files and directories currently installed.) [2021-05-06T15:27:37.827Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-06T15:27:38.771Z] Removing lxd dnsmasq configuration [2021-05-06T15:27:38.771Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-05-06T15:27:39.033Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-05-06T15:27:39.978Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-05-06T15:27:40.241Z] (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 ... 189852 files and directories currently installed.) [2021-05-06T15:27:40.241Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-06T15:27:41.183Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-05-06T15:27:41.444Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-05-06T15:27:42.831Z] + sudo snap remove --purge lxd [2021-05-06T15:27:42.831Z] snap "lxd" is not installed [2021-05-06T15:27:42.831Z] + sudo groupadd --force --system lxd [2021-05-06T15:27:42.831Z] ++ whoami [2021-05-06T15:27:42.831Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-05-06T15:27:42.831Z] + newgrp - lxd [2021-05-06T15:27:42.831Z] + sudo snap install lxd [2021-05-06T15:27:50.974Z] 2021-05-06T15:27:48Z INFO Waiting for automatic snapd restart... [2021-05-06T15:28:09.102Z] lxd 4.13 from Canonical* installed [2021-05-06T15:28:09.102Z] + sudo lxd init --auto [2021-05-06T15:28:17.243Z] + sudo snap install --classic snapcraft [2021-05-06T15:28:29.470Z] snapcraft 4.7.1 from Canonical* installed [2021-05-06T15:28:29.470Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-05-06T15:28:29.470Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-05-06T15:28:29.470Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-06T15:28:29.470Z] Dload Upload Total Spent Left Speed [2021-05-06T15:28:29.470Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4294 0 --:--:-- --:--:-- --:--:-- 4294 [2021-05-06T15:28:29.470Z] 100 3325k 100 3325k 0 0 8796k 0 --:--:-- --:--:-- --:--:-- 8796k [2021-05-06T15:28:29.470Z] ./yq_linux_amd64 [2021-05-06T15:28:29.470Z] + sudo snapcraft prime --use-lxd [2021-05-06T15:28:29.730Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-05-06T15:28:29.730Z] 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: [2021-05-06T15:28:29.730Z] - README.md [2021-05-06T15:28:29.730Z] [2021-05-06T15:28:29.730Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-06T15:28:30.301Z] Launching a container. [2021-05-06T15:28:42.546Z] Waiting for container to be ready [2021-05-06T15:28:43.119Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-05-06T15:28:43.119Z] [2021-05-06T15:28:46.429Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-05-06T15:28:46.689Z] Waiting for network to be ready... [2021-05-06T15:28:47.260Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-06T15:28:47.260Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-06T15:28:47.260Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-06T15:28:47.520Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-06T15:28:47.520Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-06T15:28:47.520Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-06T15:28:47.520Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-06T15:28:47.520Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-06T15:28:47.520Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-06T15:28:47.520Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-06T15:28:48.091Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-06T15:28:48.353Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-06T15:28:48.613Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-06T15:28:48.613Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-06T15:28:48.613Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-06T15:28:48.613Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-06T15:28:48.613Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-06T15:28:48.613Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-06T15:28:49.185Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-06T15:28:49.185Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2043 kB] [2021-05-06T15:28:49.445Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-06T15:28:49.445Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-06T15:28:49.445Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-06T15:28:49.445Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] [2021-05-06T15:28:49.445Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] [2021-05-06T15:28:49.445Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-05-06T15:28:49.445Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-06T15:28:51.997Z] Fetched 24.5 MB in 5s (5372 kB/s) [2021-05-06T15:28:52.567Z] Reading package lists... [2021-05-06T15:28:52.567Z] Reading package lists... [2021-05-06T15:28:52.831Z] Building dependency tree... [2021-05-06T15:28:52.831Z] Reading state information... [2021-05-06T15:28:52.831Z] The following additional packages will be installed: [2021-05-06T15:28:52.831Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-06T15:28:52.831Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-06T15:28:52.831Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-06T15:28:52.831Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-05-06T15:28:52.831Z] Suggested packages: [2021-05-06T15:28:52.831Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-05-06T15:28:52.831Z] Recommended packages: [2021-05-06T15:28:52.831Z] gnupg libsasl2-modules [2021-05-06T15:28:53.092Z] The following NEW packages will be installed: [2021-05-06T15:28:53.092Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-06T15:28:53.092Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-06T15:28:53.092Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-06T15:28:53.092Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-05-06T15:28:53.092Z] The following packages will be upgraded: [2021-05-06T15:28:53.092Z] gpg gpg-agent gpgconf libudev1 [2021-05-06T15:28:53.354Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-05-06T15:28:53.354Z] Need to get 3530 kB of archives. [2021-05-06T15:28:53.354Z] After this operation, 13.3 MB of additional disk space will be used. [2021-05-06T15:28:53.354Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] [2021-05-06T15:28:53.354Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-05-06T15:28:53.622Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-05-06T15:28:53.622Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] [2021-05-06T15:28:53.622Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-05-06T15:28:53.622Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-05-06T15:28:54.194Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-05-06T15:28:54.194Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-05-06T15:28:54.194Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-05-06T15:28:54.457Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-05-06T15:28:54.457Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-05-06T15:28:54.457Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-05-06T15:28:54.457Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-05-06T15:28:54.457Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-05-06T15:28:54.457Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-05-06T15:28:54.457Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-05-06T15:28:54.457Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-05-06T15:28:54.457Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-05-06T15:28:54.457Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-05-06T15:28:54.718Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-05-06T15:28:54.718Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-05-06T15:28:54.718Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-05-06T15:28:54.984Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-06T15:28:54.984Z] Fetched 3530 kB in 2s (1965 kB/s) [2021-05-06T15:28:54.984Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-06T15:28:54.984Z] Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... [2021-05-06T15:28:54.984Z] Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-06T15:28:54.984Z] Setting up libudev1:amd64 (237-3ubuntu10.47) ... [2021-05-06T15:28:55.245Z] Selecting previously unselected package udev. [2021-05-06T15:28:55.245Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-06T15:28:55.245Z] Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... [2021-05-06T15:28:55.245Z] Unpacking udev (237-3ubuntu10.47) ... [2021-05-06T15:28:55.505Z] Selecting previously unselected package libfuse2:amd64. [2021-05-06T15:28:55.505Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-05-06T15:28:55.505Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-06T15:28:55.505Z] Selecting previously unselected package fuse. [2021-05-06T15:28:55.505Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-05-06T15:28:55.505Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-05-06T15:28:55.766Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-06T15:28:55.766Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-06T15:28:55.766Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-06T15:28:55.766Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-06T15:28:56.027Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-06T15:28:56.027Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-06T15:28:56.104Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T15:28:56.104Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-06T15:28:56.104Z] ---> d485fa01db73 [2021-05-06T15:28:56.104Z] Step 3/23 : WORKDIR /edgex-go [2021-05-06T15:28:56.104Z] Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T15:28:56.104Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-06T15:28:56.104Z] ---> d485fa01db73 [2021-05-06T15:28:56.104Z] Step 3/25 : WORKDIR /edgex-go [2021-05-06T15:28:56.104Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T15:28:56.104Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-06T15:28:56.104Z] ---> d485fa01db73 [2021-05-06T15:28:56.104Z] Step 3/22 : WORKDIR /edgex-go [2021-05-06T15:28:56.104Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T15:28:56.104Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-06T15:28:56.104Z] ---> d485fa01db73 [2021-05-06T15:28:56.104Z] Step 3/23 : WORKDIR /edgex-go [2021-05-06T15:28:56.104Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T15:28:56.104Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-06T15:28:56.104Z] ---> d485fa01db73 [2021-05-06T15:28:56.104Z] Step 3/31 : WORKDIR /edgex-go [2021-05-06T15:28:56.104Z] ---> Running in fba84e1ac382 [2021-05-06T15:28:56.104Z] ---> Running in dfbf92741bf8 [2021-05-06T15:28:56.104Z] ---> Running in 1c7c4e2da08c [2021-05-06T15:28:56.104Z] ---> Running in 4c1f437200f3 [2021-05-06T15:28:56.104Z] ---> Running in 3caeb4b324fa [2021-05-06T15:28:56.104Z] Removing intermediate container 4c1f437200f3 [2021-05-06T15:28:56.104Z] ---> 692ee9dcfc4c [2021-05-06T15:28:56.104Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T15:28:56.104Z] Removing intermediate container fba84e1ac382 [2021-05-06T15:28:56.104Z] ---> c4df16c4888a [2021-05-06T15:28:56.104Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T15:28:56.104Z] Removing intermediate container dfbf92741bf8 [2021-05-06T15:28:56.104Z] ---> 8cc0bf900305 [2021-05-06T15:28:56.104Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T15:28:56.104Z] Removing intermediate container 3caeb4b324fa [2021-05-06T15:28:56.104Z] ---> 5e250ab96ca0 [2021-05-06T15:28:56.104Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T15:28:56.104Z] Removing intermediate container 1c7c4e2da08c [2021-05-06T15:28:56.104Z] ---> b73de3fca448 [2021-05-06T15:28:56.104Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T15:28:56.104Z] ---> Running in df1056f48e3c [2021-05-06T15:28:56.104Z] ---> Running in 11e442cd6c82 [2021-05-06T15:28:56.104Z] ---> Running in cae0d0ace364 [2021-05-06T15:28:56.104Z] ---> Running in 274074c7da7e [2021-05-06T15:28:56.104Z] ---> Running in 8fc68b82d42f [2021-05-06T15:28:56.104Z] Removing intermediate container df1056f48e3c [2021-05-06T15:28:56.104Z] ---> 5e3164787ba9 [2021-05-06T15:28:56.104Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-06T15:28:56.104Z] ---> Running in 99c6002124f4 [2021-05-06T15:28:56.104Z] Removing intermediate container 11e442cd6c82 [2021-05-06T15:28:56.104Z] ---> 5b7d6f7ca7a0 [2021-05-06T15:28:56.104Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-06T15:28:56.104Z] Removing intermediate container cae0d0ace364 [2021-05-06T15:28:56.104Z] ---> e6447a9d4c93 [2021-05-06T15:28:56.104Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-06T15:28:56.104Z] ---> Running in 77efcfd2aa0b [2021-05-06T15:28:56.104Z] ---> Running in 26073b616a99 [2021-05-06T15:28:56.104Z] Removing intermediate container 274074c7da7e [2021-05-06T15:28:56.104Z] ---> 20abd4b6882d [2021-05-06T15:28:56.104Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-06T15:28:56.104Z] Removing intermediate container 8fc68b82d42f [2021-05-06T15:28:56.104Z] ---> 7386e85d049a [2021-05-06T15:28:56.104Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-06T15:28:56.104Z] ---> Running in 8e8711f2f6ef [2021-05-06T15:28:56.104Z] ---> Running in 2bc554710710 [2021-05-06T15:28:56.104Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-06T15:28:56.104Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-06T15:28:56.104Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-06T15:28:56.104Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-06T15:28:56.104Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-06T15:28:56.104Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-06T15:28:56.104Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-06T15:28:56.104Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-06T15:28:56.288Z] Selecting previously unselected package libksba8:amd64. [2021-05-06T15:28:56.288Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-05-06T15:28:56.288Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-05-06T15:28:56.288Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-05-06T15:28:56.288Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-06T15:28:56.288Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T15:28:56.288Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-05-06T15:28:56.288Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-06T15:28:56.288Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T15:28:56.548Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-05-06T15:28:56.548Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-06T15:28:56.548Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T15:28:56.548Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-05-06T15:28:56.548Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-06T15:28:56.548Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T15:28:56.548Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-05-06T15:28:56.548Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-06T15:28:56.548Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T15:28:56.702Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-06T15:28:56.702Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-06T15:28:56.809Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-05-06T15:28:56.809Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-06T15:28:56.809Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T15:28:56.809Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-05-06T15:28:56.809Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-06T15:28:56.809Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T15:28:56.996Z] OK: 218 MiB in 52 packages [2021-05-06T15:28:56.996Z] OK: 218 MiB in 52 packages [2021-05-06T15:28:57.070Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-05-06T15:28:57.070Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-06T15:28:57.070Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T15:28:57.070Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-05-06T15:28:57.070Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-06T15:28:57.070Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T15:28:57.070Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-06T15:28:57.070Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-06T15:28:57.070Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-06T15:28:57.070Z] Selecting previously unselected package libsasl2-2:amd64. [2021-05-06T15:28:57.070Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-06T15:28:57.271Z] OK: 218 MiB in 52 packages [2021-05-06T15:28:57.331Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-06T15:28:57.331Z] Selecting previously unselected package libldap-common. [2021-05-06T15:28:57.331Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-05-06T15:28:57.331Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-06T15:28:57.331Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-06T15:28:57.331Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-05-06T15:28:57.331Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-06T15:28:57.604Z] Selecting previously unselected package dirmngr. [2021-05-06T15:28:57.604Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-06T15:28:57.604Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-06T15:28:57.604Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-06T15:28:57.604Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-05-06T15:28:57.604Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-06T15:28:57.604Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-06T15:28:57.865Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-06T15:28:57.865Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-05-06T15:28:57.865Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T15:28:57.865Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-05-06T15:28:57.865Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-06T15:28:57.865Z] Setting up udev (237-3ubuntu10.47) ... [2021-05-06T15:28:57.876Z] OK: 218 MiB in 52 packages [2021-05-06T15:28:58.151Z] OK: 218 MiB in 52 packages [2021-05-06T15:28:58.437Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-05-06T15:28:58.437Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T15:28:58.437Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-05-06T15:28:58.437Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-05-06T15:28:58.697Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-05-06T15:28:58.697Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T15:28:58.697Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T15:28:58.697Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T15:28:58.698Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T15:28:58.698Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T15:28:58.959Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T15:28:58.959Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T15:28:58.959Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-06T15:28:58.959Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-06T15:28:58.959Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-06T15:28:59.144Z] Removing intermediate container 99c6002124f4 [2021-05-06T15:28:59.144Z] ---> 7b5fb13f2efb [2021-05-06T15:28:59.144Z] Step 6/31 : COPY go.mod . [2021-05-06T15:28:59.144Z] Removing intermediate container 77efcfd2aa0b [2021-05-06T15:28:59.144Z] ---> b06900749cdc [2021-05-06T15:28:59.144Z] Step 6/22 : COPY go.mod . [2021-05-06T15:28:59.421Z] Removing intermediate container 26073b616a99 [2021-05-06T15:28:59.421Z] ---> 8071e7fa6194 [2021-05-06T15:28:59.421Z] Step 6/25 : COPY go.mod . [2021-05-06T15:28:59.532Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-05-06T15:28:59.532Z] settings in the [Install] section, and DefaultInstance for template units). [2021-05-06T15:28:59.532Z] This means they are not meant to be enabled using systemctl. [2021-05-06T15:28:59.532Z] Possible reasons for having this kind of units are: [2021-05-06T15:28:59.532Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-05-06T15:28:59.532Z] .wants/ or .requires/ directory. [2021-05-06T15:28:59.532Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-05-06T15:28:59.532Z] a requirement dependency on it. [2021-05-06T15:28:59.532Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-05-06T15:28:59.532Z] D-Bus, udev, scripted systemctl call, ...). [2021-05-06T15:28:59.532Z] 4) In case of template units, the unit is meant to be enabled with some [2021-05-06T15:28:59.532Z] instance name specified. [2021-05-06T15:28:59.793Z] Reading package lists... [2021-05-06T15:29:00.025Z] Removing intermediate container 2bc554710710 [2021-05-06T15:29:00.025Z] ---> 791fab1d49a0 [2021-05-06T15:29:00.026Z] Step 6/23 : COPY go.mod . [2021-05-06T15:29:00.026Z] Removing intermediate container 8e8711f2f6ef [2021-05-06T15:29:00.026Z] ---> 1e02b03283f1 [2021-05-06T15:29:00.026Z] Step 6/23 : COPY go.mod . [2021-05-06T15:29:00.026Z] ---> ecb33a380a5c [2021-05-06T15:29:00.054Z] Building dependency tree... [2021-05-06T15:29:00.054Z] Reading state information... [2021-05-06T15:29:00.054Z] The following additional packages will be installed: [2021-05-06T15:29:00.054Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-05-06T15:29:00.054Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-05-06T15:29:00.054Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-05-06T15:29:00.054Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-05-06T15:29:00.054Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-05-06T15:29:00.054Z] Suggested packages: [2021-05-06T15:29:00.054Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-05-06T15:29:00.054Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-05-06T15:29:00.054Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-05-06T15:29:00.054Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-05-06T15:29:00.054Z] systemd-container policykit-1 [2021-05-06T15:29:00.054Z] Recommended packages: [2021-05-06T15:29:00.054Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-05-06T15:29:00.054Z] The following NEW packages will be installed: [2021-05-06T15:29:00.054Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-05-06T15:29:00.054Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-05-06T15:29:00.054Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-05-06T15:29:00.054Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-05-06T15:29:00.054Z] python3.6-minimal snapd squashfs-tools sudo [2021-05-06T15:29:00.054Z] The following packages will be upgraded: [2021-05-06T15:29:00.054Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-05-06T15:29:00.303Z] Step 7/31 : RUN go mod download [2021-05-06T15:29:00.303Z] ---> 630d40fdf78a [2021-05-06T15:29:00.303Z] Step 7/22 : RUN go mod download [2021-05-06T15:29:00.303Z] ---> Running in e69b91284ed3 [2021-05-06T15:29:00.314Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-05-06T15:29:00.314Z] Need to get 35.2 MB of archives. [2021-05-06T15:29:00.314Z] After this operation, 141 MB of additional disk space will be used. [2021-05-06T15:29:00.314Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-05-06T15:29:00.314Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-05-06T15:29:00.314Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] [2021-05-06T15:29:00.314Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-05-06T15:29:00.314Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-05-06T15:29:00.314Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-05-06T15:29:00.573Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-05-06T15:29:00.573Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-05-06T15:29:00.573Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-05-06T15:29:00.573Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-05-06T15:29:00.573Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-05-06T15:29:00.573Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-05-06T15:29:00.573Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-05-06T15:29:00.573Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-05-06T15:29:00.573Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-05-06T15:29:00.573Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-05-06T15:29:00.573Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-05-06T15:29:00.579Z] ---> 59ec95364408 [2021-05-06T15:29:00.580Z] Step 7/25 : RUN go mod download [2021-05-06T15:29:00.580Z] ---> Running in 949b819895df [2021-05-06T15:29:00.867Z] ---> Running in 3f365ec79fe1 [2021-05-06T15:29:01.144Z] ---> 0d7575e336bb [2021-05-06T15:29:01.144Z] Step 7/23 : RUN go mod download [2021-05-06T15:29:01.144Z] ---> 9dacb9d824a4 [2021-05-06T15:29:01.144Z] Step 7/23 : RUN go mod download [2021-05-06T15:29:01.420Z] ---> Running in f8f2fe119a9b [2021-05-06T15:29:01.420Z] ---> Running in 526adb6e58c2 [2021-05-06T15:29:01.513Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] [2021-05-06T15:29:01.513Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-05-06T15:29:01.513Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-05-06T15:29:01.772Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-05-06T15:29:01.772Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-05-06T15:29:01.772Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-05-06T15:29:01.772Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-05-06T15:29:01.772Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-05-06T15:29:01.772Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-05-06T15:29:01.772Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-05-06T15:29:01.772Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-05-06T15:29:01.772Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-05-06T15:29:01.772Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-05-06T15:29:02.033Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-06T15:29:02.033Z] Fetched 35.2 MB in 2s (20.7 MB/s) [2021-05-06T15:29:02.033Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-06T15:29:02.033Z] Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... [2021-05-06T15:29:02.294Z] Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-06T15:29:02.865Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... [2021-05-06T15:29:02.865Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-06T15:29:02.865Z] Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... [2021-05-06T15:29:03.127Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-06T15:29:03.127Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-05-06T15:29:03.127Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-05-06T15:29:03.127Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-05-06T15:29:03.388Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-06T15:29:03.388Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-05-06T15:29:03.388Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-05-06T15:29:03.651Z] Setting up apt (1.6.13) ... [2021-05-06T15:29:03.651Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-05-06T15:29:04.224Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-05-06T15:29:04.224Z] (Reading database ... 12764 files and directories currently installed.) [2021-05-06T15:29:04.224Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-06T15:29:04.224Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-06T15:29:04.484Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-05-06T15:29:04.484Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-06T15:29:04.484Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-06T15:29:04.837Z] Removing intermediate container 949b819895df [2021-05-06T15:29:04.838Z] ---> 58ea58add536 [2021-05-06T15:29:04.838Z] Step 8/22 : COPY . . [2021-05-06T15:29:05.114Z] Removing intermediate container e69b91284ed3 [2021-05-06T15:29:05.114Z] ---> 3682ef826569 [2021-05-06T15:29:05.114Z] Step 8/31 : COPY . . [2021-05-06T15:29:05.392Z] Removing intermediate container 3f365ec79fe1 [2021-05-06T15:29:05.392Z] ---> e954e6e9fec5 [2021-05-06T15:29:05.392Z] Step 8/25 : COPY . . [2021-05-06T15:29:05.669Z] Removing intermediate container f8f2fe119a9b [2021-05-06T15:29:05.669Z] ---> 2d99a5767676 [2021-05-06T15:29:05.669Z] Step 8/23 : COPY . . [2021-05-06T15:29:05.950Z] Removing intermediate container 526adb6e58c2 [2021-05-06T15:29:05.950Z] ---> c0cf3d94c137 [2021-05-06T15:29:05.950Z] Step 8/23 : COPY . . [2021-05-06T15:29:06.402Z] Selecting previously unselected package libexpat1:amd64. [2021-05-06T15:29:06.402Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-05-06T15:29:06.402Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-06T15:29:06.402Z] Selecting previously unselected package python3.6-minimal. [2021-05-06T15:29:06.402Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-06T15:29:06.402Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-06T15:29:06.664Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-06T15:29:06.664Z] Checking for services that may need to be restarted...done. [2021-05-06T15:29:06.664Z] Checking for services that may need to be restarted...done. [2021-05-06T15:29:06.664Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-06T15:29:06.664Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-06T15:29:06.664Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-06T15:29:07.236Z] Selecting previously unselected package python3-minimal. [2021-05-06T15:29:07.236Z] (Reading database ... 13012 files and directories currently installed.) [2021-05-06T15:29:07.236Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-05-06T15:29:07.236Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-05-06T15:29:07.236Z] Selecting previously unselected package mime-support. [2021-05-06T15:29:07.236Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-05-06T15:29:07.236Z] Unpacking mime-support (3.60ubuntu1) ... [2021-05-06T15:29:07.497Z] Selecting previously unselected package libmpdec2:amd64. [2021-05-06T15:29:07.497Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-05-06T15:29:07.497Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-06T15:29:07.497Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-05-06T15:29:07.497Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-06T15:29:07.497Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-06T15:29:07.757Z] Selecting previously unselected package python3.6. [2021-05-06T15:29:07.757Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-06T15:29:07.757Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-06T15:29:08.018Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-06T15:29:08.018Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-05-06T15:29:08.018Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-06T15:29:08.018Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-05-06T15:29:08.278Z] Selecting previously unselected package python3. [2021-05-06T15:29:08.279Z] (Reading database ... 13442 files and directories currently installed.) [2021-05-06T15:29:08.279Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-05-06T15:29:08.279Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-05-06T15:29:08.279Z] Selecting previously unselected package multiarch-support. [2021-05-06T15:29:08.279Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-05-06T15:29:08.279Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-05-06T15:29:08.539Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-05-06T15:29:08.539Z] Selecting previously unselected package liblzo2-2:amd64. [2021-05-06T15:29:08.539Z] (Reading database ... 13479 files and directories currently installed.) [2021-05-06T15:29:08.539Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-05-06T15:29:08.539Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-05-06T15:29:08.539Z] Selecting previously unselected package libbsd0:amd64. [2021-05-06T15:29:08.539Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-05-06T15:29:08.539Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-06T15:29:08.800Z] Selecting previously unselected package sudo. [2021-05-06T15:29:08.800Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-05-06T15:29:08.800Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-06T15:29:08.800Z] Selecting previously unselected package apparmor. [2021-05-06T15:29:08.800Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-05-06T15:29:08.800Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-05-06T15:29:09.083Z] Selecting previously unselected package libedit2:amd64. [2021-05-06T15:29:09.083Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-05-06T15:29:09.083Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-05-06T15:29:09.083Z] Selecting previously unselected package libkrb5support0:amd64. [2021-05-06T15:29:09.083Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-05-06T15:29:09.083Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-06T15:29:09.345Z] Selecting previously unselected package libk5crypto3:amd64. [2021-05-06T15:29:09.345Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-06T15:29:09.345Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-06T15:29:09.345Z] Selecting previously unselected package libkeyutils1:amd64. [2021-05-06T15:29:09.345Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-05-06T15:29:09.345Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-06T15:29:09.345Z] Selecting previously unselected package libkrb5-3:amd64. [2021-05-06T15:29:09.345Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-06T15:29:09.345Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-06T15:29:09.607Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-06T15:29:09.607Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-05-06T15:29:09.607Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-06T15:29:09.607Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-05-06T15:29:09.607Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-05-06T15:29:09.607Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-06T15:29:09.868Z] Selecting previously unselected package openssh-client. [2021-05-06T15:29:09.868Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-05-06T15:29:09.868Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-06T15:29:09.868Z] Selecting previously unselected package squashfs-tools. [2021-05-06T15:29:09.868Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-05-06T15:29:10.129Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-06T15:29:10.129Z] Selecting previously unselected package snapd. [2021-05-06T15:29:10.129Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-05-06T15:29:10.129Z] Unpacking snapd (2.48.3+18.04) ... [2021-05-06T15:29:12.040Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-05-06T15:29:12.041Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-06T15:29:12.041Z] Setting up mime-support (3.60ubuntu1) ... [2021-05-06T15:29:12.302Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-06T15:29:12.302Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-06T15:29:12.302Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-06T15:29:12.302Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-06T15:29:12.302Z] Setting up systemd (237-3ubuntu10.47) ... [2021-05-06T15:29:12.302Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-05-06T15:29:12.871Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-06T15:29:12.871Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-06T15:29:13.132Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-05-06T15:29:13.132Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-06T15:29:13.132Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-06T15:29:13.132Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-06T15:29:13.704Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-06T15:29:13.704Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-06T15:29:13.704Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-06T15:29:13.704Z] Setting up python3 (3.6.7-1~18.04) ... [2021-05-06T15:29:13.704Z] running python rtupdate hooks for python3.6... [2021-05-06T15:29:13.704Z] running python post-rtupdate hooks for python3.6... [2021-05-06T15:29:13.964Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-05-06T15:29:14.910Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-05-06T15:29:15.171Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-06T15:29:15.171Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-06T15:29:15.171Z] Setting up snapd (2.48.3+18.04) ... [2021-05-06T15:29:15.742Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-05-06T15:29:15.742Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-05-06T15:29:16.004Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-05-06T15:29:16.266Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-05-06T15:29:16.266Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-06T15:29:16.266Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-06T15:29:16.526Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-05-06T15:29:16.788Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-05-06T15:29:16.788Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-05-06T15:29:17.049Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-05-06T15:29:17.313Z] /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' [2021-05-06T15:29:17.313Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-06T15:29:17.313Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-06T15:29:18.255Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-06T15:29:18.255Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-06T15:29:18.255Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-06T15:29:19.770Z] Reading package lists... [2021-05-06T15:29:19.770Z] Reading package lists... [2021-05-06T15:29:20.031Z] Building dependency tree... [2021-05-06T15:29:20.031Z] Reading state information... [2021-05-06T15:29:20.031Z] Calculating upgrade... [2021-05-06T15:29:20.291Z] The following packages will be upgraded: [2021-05-06T15:29:20.291Z] advancecomp base-files bash binutils binutils-common [2021-05-06T15:29:20.291Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-05-06T15:29:20.291Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-05-06T15:29:20.291Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-05-06T15:29:20.291Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-05-06T15:29:20.291Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-05-06T15:29:20.291Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-05-06T15:29:20.291Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-05-06T15:29:20.291Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-05-06T15:29:20.291Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-05-06T15:29:20.291Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-05-06T15:29:20.291Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-05-06T15:29:20.291Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-05-06T15:29:20.291Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-05-06T15:29:20.291Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-05-06T15:29:20.291Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-05-06T15:29:20.291Z] Need to get 64.0 MB of archives. [2021-05-06T15:29:20.291Z] After this operation, 5034 kB of additional disk space will be used. [2021-05-06T15:29:20.291Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-05-06T15:29:20.552Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-05-06T15:29:20.552Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-05-06T15:29:20.552Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-05-06T15:29:20.552Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-05-06T15:29:20.552Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-05-06T15:29:20.552Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-05-06T15:29:20.552Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-05-06T15:29:20.552Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-05-06T15:29:20.552Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-05-06T15:29:20.552Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-05-06T15:29:20.552Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-05-06T15:29:20.552Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-05-06T15:29:20.552Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-05-06T15:29:20.552Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-05-06T15:29:20.552Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-05-06T15:29:20.552Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-05-06T15:29:20.552Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-05-06T15:29:20.552Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-05-06T15:29:20.552Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-05-06T15:29:20.552Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-05-06T15:29:20.813Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-05-06T15:29:20.813Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-05-06T15:29:20.813Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-05-06T15:29:20.813Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-05-06T15:29:20.813Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-05-06T15:29:20.813Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-05-06T15:29:20.813Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-05-06T15:29:20.813Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-05-06T15:29:20.813Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-05-06T15:29:20.813Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-05-06T15:29:20.813Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-05-06T15:29:20.813Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-05-06T15:29:20.813Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-05-06T15:29:20.813Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-05-06T15:29:20.813Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-05-06T15:29:20.813Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-05-06T15:29:20.813Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-05-06T15:29:20.813Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-05-06T15:29:20.813Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-05-06T15:29:20.814Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-05-06T15:29:20.814Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-05-06T15:29:20.814Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-05-06T15:29:20.814Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-05-06T15:29:20.814Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-05-06T15:29:20.814Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-05-06T15:29:20.814Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-05-06T15:29:20.814Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-05-06T15:29:20.814Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-05-06T15:29:20.814Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-05-06T15:29:20.814Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-05-06T15:29:20.814Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-05-06T15:29:20.814Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-05-06T15:29:20.814Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-05-06T15:29:20.814Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-05-06T15:29:20.814Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-05-06T15:29:21.074Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-05-06T15:29:21.074Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-05-06T15:29:21.336Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-05-06T15:29:21.336Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-05-06T15:29:21.336Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-05-06T15:29:21.336Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-05-06T15:29:21.336Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-05-06T15:29:21.336Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-05-06T15:29:21.336Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-05-06T15:29:22.304Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-05-06T15:29:22.304Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-05-06T15:29:22.875Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-05-06T15:29:22.875Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-05-06T15:29:22.875Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-05-06T15:29:22.875Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-05-06T15:29:22.875Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-05-06T15:29:23.136Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-05-06T15:29:23.136Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-05-06T15:29:23.136Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-05-06T15:29:23.136Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-05-06T15:29:23.136Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-05-06T15:29:23.136Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-05-06T15:29:23.136Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-05-06T15:29:23.136Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-05-06T15:29:23.136Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-05-06T15:29:23.136Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-05-06T15:29:23.136Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-05-06T15:29:23.136Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-05-06T15:29:23.398Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] [2021-05-06T15:29:23.399Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-05-06T15:29:23.399Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-05-06T15:29:23.399Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-05-06T15:29:23.399Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-05-06T15:29:23.660Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-05-06T15:29:23.660Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-05-06T15:29:23.660Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-05-06T15:29:23.660Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-05-06T15:29:23.660Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-05-06T15:29:23.660Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-05-06T15:29:23.660Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-05-06T15:29:23.660Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-05-06T15:29:23.660Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-05-06T15:29:23.660Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-05-06T15:29:23.921Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-05-06T15:29:23.921Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-05-06T15:29:23.921Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-06T15:29:23.921Z] Fetched 64.0 MB in 4s (18.3 MB/s) [2021-05-06T15:29:24.182Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:29:24.182Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-05-06T15:29:24.182Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-06T15:29:24.753Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-06T15:29:24.753Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-06T15:29:24.753Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-05-06T15:29:24.753Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-05-06T15:29:25.698Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T15:29:25.698Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-06T15:29:25.698Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T15:29:25.698Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-06T15:29:25.698Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T15:29:25.698Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-06T15:29:25.959Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T15:29:25.959Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-06T15:29:25.959Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T15:29:25.959Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-06T15:29:26.220Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T15:29:26.220Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-06T15:29:26.220Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T15:29:26.220Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-06T15:29:26.220Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-06T15:29:26.482Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-06T15:29:26.482Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T15:29:26.482Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-05-06T15:29:26.482Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-05-06T15:29:26.744Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-06T15:29:26.744Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T15:29:26.744Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-06T15:29:26.744Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T15:29:26.744Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-06T15:29:27.007Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T15:29:27.007Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-06T15:29:27.007Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-06T15:29:27.269Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-06T15:29:27.269Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-05-06T15:29:27.530Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-06T15:29:28.104Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-05-06T15:29:28.104Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-06T15:29:28.104Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-05-06T15:29:28.375Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-05-06T15:29:28.375Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-05-06T15:29:28.375Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-05-06T15:29:28.637Z] Setting up base-files (10.1ubuntu2.10) ... [2021-05-06T15:29:28.637Z] Installing new version of config file /etc/issue ... [2021-05-06T15:29:28.637Z] Installing new version of config file /etc/issue.net ... [2021-05-06T15:29:28.637Z] Installing new version of config file /etc/lsb-release ... [2021-05-06T15:29:28.637Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-05-06T15:29:28.925Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-05-06T15:29:28.925Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-05-06T15:29:28.925Z] Removing obsolete conffile /etc/default/motd-news ... [2021-05-06T15:29:29.185Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:29:29.185Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-05-06T15:29:29.185Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-05-06T15:29:29.445Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-05-06T15:29:29.445Z] 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 [2021-05-06T15:29:29.445Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:29:29.445Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-06T15:29:29.445Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-05-06T15:29:29.706Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-05-06T15:29:29.706Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:29:29.706Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-05-06T15:29:29.706Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-05-06T15:29:29.965Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-05-06T15:29:29.965Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:29:29.965Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-05-06T15:29:29.965Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-06T15:29:30.225Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-05-06T15:29:30.486Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:29:30.486Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-06T15:29:30.486Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-06T15:29:30.486Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-06T15:29:30.745Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:29:30.745Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-06T15:29:30.745Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-06T15:29:30.745Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-05-06T15:29:31.007Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:29:31.007Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-05-06T15:29:31.007Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-05-06T15:29:31.007Z] Setting up grep (3.1-2build1) ... [2021-05-06T15:29:31.284Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:29:31.284Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-06T15:29:31.284Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-06T15:29:31.284Z] Setting up login (1:4.5-1ubuntu2) ... [2021-05-06T15:29:31.545Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:29:31.545Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-06T15:29:31.545Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-06T15:29:31.545Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-05-06T15:29:31.805Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:29:31.805Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-06T15:29:31.805Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-06T15:29:32.377Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-06T15:29:32.377Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-06T15:29:32.377Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-06T15:29:32.377Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-06T15:29:32.806Z] ---> 3bf8dbae3516 [2021-05-06T15:29:32.806Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-06T15:29:32.806Z] ---> d69959dc1e8d [2021-05-06T15:29:32.806Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-06T15:29:32.806Z] ---> 284e381681be [2021-05-06T15:29:32.806Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-06T15:29:32.806Z] ---> bf992bdcb227 [2021-05-06T15:29:32.806Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-06T15:29:32.806Z] ---> Running in 318d85d2ee14 [2021-05-06T15:29:32.806Z] ---> Running in 486e4f66e13b [2021-05-06T15:29:32.806Z] ---> Running in b2529878f53c [2021-05-06T15:29:32.806Z] ---> Running in c18fbb63f45a [2021-05-06T15:29:32.806Z] ---> cdb57ed11d10 [2021-05-06T15:29:32.806Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-06T15:29:32.806Z] ---> Running in 2aafe7872374 [2021-05-06T15:29:32.949Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-05-06T15:29:33.080Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-06T15:29:33.209Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:29:33.209Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-05-06T15:29:33.209Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-06T15:29:33.699Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-06T15:29:33.970Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-05-06T15:29:34.151Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-06T15:29:34.247Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-06T15:29:34.247Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-06T15:29:34.412Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-06T15:29:34.412Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-06T15:29:34.412Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-06T15:29:34.672Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-05-06T15:29:34.672Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:29:34.672Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-05-06T15:29:34.672Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-05-06T15:29:34.938Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-05-06T15:29:34.938Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:29:34.938Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-06T15:29:34.938Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-06T15:29:35.206Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-06T15:29:35.206Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:29:35.206Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-06T15:29:35.206Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-06T15:29:35.206Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-06T15:29:35.465Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:29:35.465Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-06T15:29:35.465Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-06T15:29:35.465Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-06T15:29:35.726Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:29:35.726Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-06T15:29:35.726Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-06T15:29:35.726Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-06T15:29:35.986Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:29:35.986Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-06T15:29:35.986Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-06T15:29:35.986Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-06T15:29:35.986Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-06T15:29:36.245Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-06T15:29:36.245Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:29:36.245Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-06T15:29:36.245Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-06T15:29:36.506Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-06T15:29:36.506Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:29:36.506Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-06T15:29:36.506Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-06T15:29:36.506Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-06T15:29:36.767Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:29:36.767Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-06T15:29:36.767Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-06T15:29:37.027Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-05-06T15:29:37.027Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:29:37.027Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-06T15:29:37.027Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-06T15:29:37.596Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-05-06T15:29:37.857Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-05-06T15:29:38.117Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-05-06T15:29:38.117Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:29:38.117Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-06T15:29:38.117Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-06T15:29:38.378Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-05-06T15:29:38.639Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:29:38.639Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-05-06T15:29:38.639Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-06T15:29:38.639Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-05-06T15:29:38.639Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:29:38.639Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-05-06T15:29:38.899Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-05-06T15:29:38.899Z] Setting up debconf (1.5.66ubuntu1) ... [2021-05-06T15:29:39.160Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:29:39.160Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-05-06T15:29:39.160Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-06T15:29:39.160Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-05-06T15:29:39.419Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:29:39.419Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-05-06T15:29:39.419Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-06T15:29:39.419Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-05-06T15:29:39.419Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:29:39.419Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-06T15:29:39.419Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-06T15:29:39.682Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-06T15:29:39.682Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:29:39.682Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-06T15:29:39.942Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-06T15:29:39.942Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-06T15:29:39.942Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:29:39.942Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-06T15:29:40.203Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-06T15:29:40.203Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-06T15:29:40.464Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:29:40.464Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-06T15:29:40.464Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-06T15:29:40.464Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... [2021-05-06T15:29:40.727Z] Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-06T15:29:40.727Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-06T15:29:40.727Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-06T15:29:40.727Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-06T15:29:40.988Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:29:40.988Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-05-06T15:29:40.988Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-05-06T15:29:41.250Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-05-06T15:29:41.250Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:29:41.250Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-05-06T15:29:41.250Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-06T15:29:41.250Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-06T15:29:41.825Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:29:41.825Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-06T15:29:41.825Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-06T15:29:41.825Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-06T15:29:42.087Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:29:42.087Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-05-06T15:29:42.087Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-05-06T15:29:42.087Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-05-06T15:29:42.348Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:29:42.348Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-06T15:29:42.348Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-06T15:29:42.608Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-05-06T15:29:42.868Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:29:42.868Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-06T15:29:42.868Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-06T15:29:42.868Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-05-06T15:29:43.129Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:29:43.129Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-05-06T15:29:43.129Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-06T15:29:43.129Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-05-06T15:29:43.129Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:29:43.129Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-05-06T15:29:43.129Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-06T15:29:43.391Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-05-06T15:29:43.391Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:29:43.391Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-05-06T15:29:43.391Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-05-06T15:29:43.652Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-05-06T15:29:43.652Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:29:43.652Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-05-06T15:29:43.652Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-05-06T15:29:43.915Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-05-06T15:29:43.915Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:29:43.915Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-05-06T15:29:43.915Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-05-06T15:29:44.175Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-05-06T15:29:44.175Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:29:44.175Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-05-06T15:29:44.175Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-05-06T15:29:44.437Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-05-06T15:29:44.437Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:29:44.437Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-05-06T15:29:44.437Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-05-06T15:29:44.437Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-05-06T15:29:44.698Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:29:44.698Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-05-06T15:29:44.698Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-05-06T15:29:44.698Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-05-06T15:29:44.698Z] (Reading database ... 13915 files and directories currently installed.) [2021-05-06T15:29:44.698Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-06T15:29:44.957Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-06T15:29:44.957Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-06T15:29:44.957Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-06T15:29:45.218Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-06T15:29:45.218Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-06T15:29:45.479Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-05-06T15:29:45.479Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-05-06T15:29:45.479Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-05-06T15:29:45.740Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-05-06T15:29:45.740Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-05-06T15:29:45.740Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-05-06T15:29:45.740Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-05-06T15:29:46.001Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-05-06T15:29:46.001Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-05-06T15:29:46.001Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-05-06T15:29:46.263Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-05-06T15:29:46.263Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-05-06T15:29:46.263Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-05-06T15:29:46.263Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-05-06T15:29:46.525Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-05-06T15:29:46.525Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-05-06T15:29:46.785Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-05-06T15:29:46.785Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-05-06T15:29:47.732Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-05-06T15:29:47.993Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-05-06T15:29:47.993Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-05-06T15:29:47.993Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-05-06T15:29:47.993Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-06T15:29:47.993Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-06T15:29:48.565Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-06T15:29:48.565Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-06T15:29:48.565Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-06T15:29:48.565Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-06T15:29:48.825Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-06T15:29:48.825Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-06T15:29:48.825Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-06T15:29:48.825Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-06T15:29:49.086Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-06T15:29:49.086Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-06T15:29:49.345Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-06T15:29:49.345Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-06T15:29:49.345Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-06T15:29:49.345Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-06T15:29:50.286Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-06T15:29:50.286Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-06T15:29:51.228Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-06T15:29:51.228Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-06T15:29:51.799Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-06T15:29:51.799Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-06T15:29:52.060Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-06T15:29:52.060Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-06T15:29:53.446Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-06T15:29:53.446Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-06T15:29:53.446Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-06T15:29:53.446Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-06T15:29:53.446Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-05-06T15:29:53.446Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-06T15:29:53.707Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-05-06T15:29:53.707Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-06T15:29:53.707Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-05-06T15:29:53.707Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-05-06T15:29:53.967Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-06T15:29:53.967Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-06T15:29:53.967Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-06T15:29:53.967Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-06T15:29:54.231Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-05-06T15:29:54.231Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-05-06T15:29:54.231Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-06T15:29:54.231Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-06T15:29:54.492Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-06T15:29:54.492Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-06T15:29:54.492Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-06T15:29:54.492Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-05-06T15:29:54.492Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-05-06T15:29:54.492Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-05-06T15:29:54.492Z] [2021-05-06T15:29:54.492Z] Current default time zone: 'Etc/UTC' [2021-05-06T15:29:54.492Z] Local time is now: Thu May 6 15:29:54 UTC 2021. [2021-05-06T15:29:54.492Z] Universal Time is now: Thu May 6 15:29:54 UTC 2021. [2021-05-06T15:29:54.492Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-05-06T15:29:54.492Z] [2021-05-06T15:29:54.753Z] Setting up systemd-sysv (237-3ubuntu10.47) ... [2021-05-06T15:29:54.753Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-06T15:29:54.753Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-05-06T15:29:54.753Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-05-06T15:29:54.753Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-05-06T15:29:54.753Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-05-06T15:29:54.753Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-05-06T15:29:54.753Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-05-06T15:29:55.012Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-05-06T15:29:55.012Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-05-06T15:29:55.012Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-06T15:29:55.012Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-05-06T15:29:55.273Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-06T15:29:55.273Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-06T15:29:55.273Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-06T15:29:55.273Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-05-06T15:29:55.273Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-05-06T15:29:55.273Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-05-06T15:29:55.273Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-06T15:29:55.273Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-05-06T15:29:55.273Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-05-06T15:29:55.273Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-05-06T15:29:55.533Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-05-06T15:29:56.916Z] Updating certificates in /etc/ssl/certs... [2021-05-06T15:29:57.857Z] 23 added, 27 removed; done. [2021-05-06T15:29:57.857Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-05-06T15:29:57.857Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-06T15:29:57.857Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-05-06T15:29:58.117Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-05-06T15:29:58.117Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-05-06T15:29:58.117Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-06T15:29:58.117Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-06T15:29:58.117Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-06T15:29:58.117Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-06T15:29:58.378Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-06T15:29:58.378Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-06T15:29:58.378Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-06T15:29:58.378Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-05-06T15:29:58.378Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-05-06T15:29:58.378Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-05-06T15:29:58.378Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-05-06T15:29:58.378Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-05-06T15:29:58.639Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-06T15:29:58.639Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-06T15:29:58.639Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-05-06T15:29:58.639Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-05-06T15:29:58.639Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-05-06T15:29:58.899Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-06T15:29:58.899Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-06T15:29:58.899Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-05-06T15:29:58.899Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-05-06T15:29:58.899Z] Updating certificates in /etc/ssl/certs... [2021-05-06T15:29:59.469Z] 0 added, 0 removed; done. [2021-05-06T15:29:59.469Z] Running hooks in /etc/ca-certificates/update.d... [2021-05-06T15:29:59.469Z] done. [2021-05-06T15:30:00.040Z] Reading package lists... [2021-05-06T15:30:00.040Z] Building dependency tree... [2021-05-06T15:30:00.040Z] Reading state information... [2021-05-06T15:30:00.302Z] The following NEW packages will be installed: [2021-05-06T15:30:00.302Z] apt-transport-https [2021-05-06T15:30:00.563Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-05-06T15:30:00.563Z] Need to get 1692 B of archives. [2021-05-06T15:30:00.563Z] After this operation, 154 kB of additional disk space will be used. [2021-05-06T15:30:00.563Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-05-06T15:30:00.563Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-06T15:30:00.563Z] Fetched 1692 B in 0s (7738 B/s) [2021-05-06T15:30:00.563Z] Selecting previously unselected package apt-transport-https. [2021-05-06T15:30:00.563Z] (Reading database ... 13920 files and directories currently installed.) [2021-05-06T15:30:00.563Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-05-06T15:30:00.563Z] Unpacking apt-transport-https (1.6.13) ... [2021-05-06T15:30:00.825Z] Setting up apt-transport-https (1.6.13) ... [2021-05-06T15:30:01.085Z] Waiting for network to be ready... [2021-05-06T15:30:07.694Z] 2021-05-06T15:30:04Z INFO Waiting for automatic snapd restart... [2021-05-06T15:30:08.267Z] snapd 2.49.2 from Canonical* installed [2021-05-06T15:30:09.653Z] "snapd" switched to the "latest/stable" channel [2021-05-06T15:30:09.653Z] [2021-05-06T15:30:12.199Z] core18 20210309 from Canonical* installed [2021-05-06T15:30:12.199Z] "core18" switched to the "latest/stable" channel [2021-05-06T15:30:12.199Z] [2021-05-06T15:30:15.497Z] snapcraft 4.7.1 from Canonical* installed [2021-05-06T15:30:15.497Z] "snapcraft" switched to the "latest/stable" channel [2021-05-06T15:30:15.497Z] [2021-05-06T15:30:19.698Z] 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: [2021-05-06T15:30:19.698Z] - README.md [2021-05-06T15:30:19.698Z] [2021-05-06T15:30:19.698Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-06T15:30:26.286Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-06T15:30:26.286Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-06T15:30:26.286Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-06T15:30:26.286Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-06T15:30:27.230Z] Reading package lists... [2021-05-06T15:30:27.492Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-05-06T15:30:34.103Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-06T15:30:34.103Z] Reading package lists... [2021-05-06T15:30:34.103Z] Building dependency tree... [2021-05-06T15:30:34.103Z] Reading state information... [2021-05-06T15:30:34.103Z] Suggested packages: [2021-05-06T15:30:34.103Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-05-06T15:30:34.103Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-05-06T15:30:34.103Z] Recommended packages: [2021-05-06T15:30:34.103Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-05-06T15:30:34.103Z] The following NEW packages will be installed: [2021-05-06T15:30:34.103Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-05-06T15:30:34.103Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-05-06T15:30:34.103Z] pkg-config zip [2021-05-06T15:30:34.103Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-05-06T15:30:34.103Z] Need to get 7663 kB of archives. [2021-05-06T15:30:34.103Z] After this operation, 43.8 MB of additional disk space will be used. [2021-05-06T15:30:34.103Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-05-06T15:30:34.103Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-05-06T15:30:34.103Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-05-06T15:30:34.103Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-05-06T15:30:34.103Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-05-06T15:30:34.103Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-05-06T15:30:34.103Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-05-06T15:30:34.103Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-05-06T15:30:34.364Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-05-06T15:30:34.364Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-05-06T15:30:34.364Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-05-06T15:30:34.625Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-05-06T15:30:34.625Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-05-06T15:30:34.625Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-05-06T15:30:34.625Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-05-06T15:30:34.625Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-06T15:30:34.625Z] Fetched 7663 kB in 1s (9498 kB/s) [2021-05-06T15:30:34.886Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-05-06T15:30:34.886Z] (Reading database ... 13924 files and directories currently installed.) [2021-05-06T15:30:34.886Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-05-06T15:30:34.886Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-06T15:30:35.147Z] Selecting previously unselected package libpsl5:amd64. [2021-05-06T15:30:35.147Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-05-06T15:30:35.147Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-05-06T15:30:35.147Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-05-06T15:30:35.147Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-05-06T15:30:35.147Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-06T15:30:35.147Z] Selecting previously unselected package librtmp1:amd64. [2021-05-06T15:30:35.147Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-05-06T15:30:35.147Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-06T15:30:35.414Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-05-06T15:30:35.414Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-06T15:30:35.414Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-06T15:30:35.414Z] Selecting previously unselected package liberror-perl. [2021-05-06T15:30:35.414Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-05-06T15:30:35.414Z] Unpacking liberror-perl (0.17025-1) ... [2021-05-06T15:30:35.414Z] Selecting previously unselected package git-man. [2021-05-06T15:30:35.414Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-05-06T15:30:35.414Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-06T15:30:35.675Z] Selecting previously unselected package git. [2021-05-06T15:30:35.675Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-05-06T15:30:35.675Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-05-06T15:30:36.619Z] Selecting previously unselected package libnorm1:amd64. [2021-05-06T15:30:36.619Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-05-06T15:30:36.619Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-06T15:30:36.619Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-05-06T15:30:36.619Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-05-06T15:30:36.619Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-06T15:30:36.619Z] Selecting previously unselected package libsodium23:amd64. [2021-05-06T15:30:36.619Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-05-06T15:30:36.619Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-05-06T15:30:36.879Z] Selecting previously unselected package libzmq5:amd64. [2021-05-06T15:30:36.879Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-06T15:30:36.879Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-06T15:30:36.879Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-05-06T15:30:36.879Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-06T15:30:36.879Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-06T15:30:37.140Z] Selecting previously unselected package pkg-config. [2021-05-06T15:30:37.140Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-05-06T15:30:37.140Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-05-06T15:30:37.140Z] Selecting previously unselected package zip. [2021-05-06T15:30:37.140Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-05-06T15:30:37.141Z] Unpacking zip (3.0-11build1) ... [2021-05-06T15:30:37.400Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-06T15:30:37.400Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-06T15:30:37.400Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-06T15:30:37.400Z] Setting up liberror-perl (0.17025-1) ... [2021-05-06T15:30:37.400Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-05-06T15:30:37.400Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-06T15:30:37.400Z] No schema files found: doing nothing. [2021-05-06T15:30:37.400Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-06T15:30:37.661Z] Setting up zip (3.0-11build1) ... [2021-05-06T15:30:37.661Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-06T15:30:37.661Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-05-06T15:30:37.661Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-05-06T15:30:37.661Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-06T15:30:37.661Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-06T15:30:37.661Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-06T15:30:37.661Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-05-06T15:30:37.923Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-06T15:30:44.506Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-06T15:30:44.506Z] git set to automatically installed. [2021-05-06T15:30:44.506Z] git-man set to automatically installed. [2021-05-06T15:30:44.506Z] libcurl3-gnutls set to automatically installed. [2021-05-06T15:30:44.506Z] liberror-perl set to automatically installed. [2021-05-06T15:30:44.506Z] libglib2.0-0 set to automatically installed. [2021-05-06T15:30:44.506Z] libnghttp2-14 set to automatically installed. [2021-05-06T15:30:44.506Z] libnorm1 set to automatically installed. [2021-05-06T15:30:44.506Z] libpgm-5.2-0 set to automatically installed. [2021-05-06T15:30:44.506Z] libpsl5 set to automatically installed. [2021-05-06T15:30:44.506Z] librtmp1 set to automatically installed. [2021-05-06T15:30:44.506Z] libsodium23 set to automatically installed. [2021-05-06T15:30:44.506Z] libzmq3-dev set to automatically installed. [2021-05-06T15:30:44.506Z] libzmq5 set to automatically installed. [2021-05-06T15:30:44.506Z] pkg-config set to automatically installed. [2021-05-06T15:30:44.506Z] zip set to automatically installed. [2021-05-06T15:30:45.895Z] snapd is not logged in, snap install commands will use sudo [2021-05-06T15:30:52.478Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-06T15:31:07.404Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-05-06T15:31:07.405Z] snapd is not logged in, snap install commands will use sudo [2021-05-06T15:31:12.696Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-06T15:31:13.634Z] snap "core18" has no updates available [2021-05-06T15:31:14.576Z] Pulling go-build-helper [2021-05-06T15:31:14.576Z] + snapcraftctl pull [2021-05-06T15:31:15.518Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-05-06T15:31:15.518Z] Skipping pull go-build-helper (already ran) [2021-05-06T15:31:15.518Z] Building go-build-helper [2021-05-06T15:31:15.518Z] + snapcraftctl build [2021-05-06T15:31:17.435Z] Staging go-build-helper [2021-05-06T15:31:17.435Z] + snapcraftctl stage [2021-05-06T15:31:26.084Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-06T15:31:27.439Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-06T15:31:27.439Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-06T15:31:27.439Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-06T15:31:27.439Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-06T15:31:27.439Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-06T15:31:27.439Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-06T15:31:27.439Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-06T15:31:27.439Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-06T15:31:27.439Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-06T15:31:27.439Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-06T15:31:27.439Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-06T15:31:27.439Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-06T15:31:27.439Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-06T15:31:27.439Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-06T15:31:27.439Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-06T15:31:27.439Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-06T15:31:27.439Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-06T15:31:27.439Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-06T15:31:27.439Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-06T15:31:27.439Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2043 kB] [2021-05-06T15:31:27.439Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-06T15:31:27.439Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-06T15:31:27.439Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-06T15:31:27.439Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] [2021-05-06T15:31:27.439Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] [2021-05-06T15:31:27.439Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-05-06T15:31:27.439Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-06T15:31:27.439Z] Fetched 24.5 MB in 0s (0 B/s) [2021-05-06T15:31:27.439Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-06T15:31:27.439Z] Fetched 224 kB in 0s (0 B/s) [2021-05-06T15:31:27.439Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-06T15:31:27.439Z] Fetched 157 kB in 0s (0 B/s) [2021-05-06T15:31:27.439Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-06T15:31:27.439Z] Fetched 221 kB in 0s (0 B/s) [2021-05-06T15:31:27.439Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-06T15:31:27.439Z] Fetched 143 kB in 0s (0 B/s) [2021-05-06T15:31:27.439Z] Pulling app-service-config [2021-05-06T15:31:27.439Z] + snapcraftctl pull [2021-05-06T15:31:27.439Z] Cloning into '/root/parts/app-service-config/src'... [2021-05-06T15:31:28.382Z] Pulling config-common [2021-05-06T15:31:28.382Z] + snapcraftctl pull [2021-05-06T15:31:30.403Z] Removing intermediate container 2aafe7872374 [2021-05-06T15:31:30.403Z] ---> b0e914ff0d90 [2021-05-06T15:31:30.403Z] [2021-05-06T15:31:30.403Z] Step 10/31 : FROM alpine:3.12 [2021-05-06T15:31:30.679Z] 3.12: Pulling from library/alpine [2021-05-06T15:31:32.641Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-06T15:31:32.641Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-06T15:31:32.641Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-06T15:31:32.641Z] Fetched 0 B in 0s (0 B/s) [2021-05-06T15:31:32.641Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-06T15:31:32.641Z] Fetched 0 B in 0s (0 B/s) [2021-05-06T15:31:32.641Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-06T15:31:32.641Z] Fetched 0 B in 0s (0 B/s) [2021-05-06T15:31:32.641Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-06T15:31:32.641Z] Fetched 0 B in 0s (0 B/s) [2021-05-06T15:31:32.641Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-06T15:31:32.641Z] Fetched 0 B in 0s (0 B/s) [2021-05-06T15:31:32.641Z] Pulling edgex-go [2021-05-06T15:31:32.641Z] + snapcraftctl pull [2021-05-06T15:31:32.666Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-06T15:31:32.666Z] Status: Downloaded newer image for alpine:3.12 [2021-05-06T15:31:32.666Z] ---> 9852663dfa18 [2021-05-06T15:31:32.666Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-06T15:31:33.658Z] ---> Running in 899505656e54 [2021-05-06T15:31:35.104Z] Removing intermediate container 899505656e54 [2021-05-06T15:31:35.104Z] ---> c3ef8d27b06c [2021-05-06T15:31:35.104Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-06T15:31:35.104Z] ---> Running in b8bcb31ca5a6 [2021-05-06T15:31:35.381Z] Removing intermediate container c18fbb63f45a [2021-05-06T15:31:35.382Z] ---> a5b204544d12 [2021-05-06T15:31:35.382Z] [2021-05-06T15:31:35.382Z] Step 10/25 : FROM alpine:3.12 [2021-05-06T15:31:35.382Z] ---> 9852663dfa18 [2021-05-06T15:31:35.382Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-06T15:31:35.658Z] ---> Running in 7dc38ab20379 [2021-05-06T15:31:37.659Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-06T15:31:37.659Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-06T15:31:37.659Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-06T15:31:37.931Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-06T15:31:38.206Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-06T15:31:38.206Z] (2/2) Installing su-exec (0.2-r1) [2021-05-06T15:31:38.206Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T15:31:38.206Z] OK: 5 MiB in 16 packages [2021-05-06T15:31:38.483Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-06T15:31:38.759Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-06T15:31:38.759Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-06T15:31:38.759Z] (4/6) Installing curl (7.76.1-r0) [2021-05-06T15:31:38.759Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-06T15:31:38.759Z] (6/6) Installing su-exec (0.2-r1) [2021-05-06T15:31:38.759Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T15:31:38.759Z] Executing ca-certificates-20191127-r4.trigger [2021-05-06T15:31:39.079Z] OK: 7 MiB in 20 packages [2021-05-06T15:31:40.528Z] Removing intermediate container b8bcb31ca5a6 [2021-05-06T15:31:40.528Z] ---> a0c2f93ed3f6 [2021-05-06T15:31:40.528Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-06T15:31:41.121Z] ---> Running in e7d7b41c7e93 [2021-05-06T15:31:42.107Z] Removing intermediate container 7dc38ab20379 [2021-05-06T15:31:42.108Z] ---> d344ebcfb14c [2021-05-06T15:31:42.108Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-06T15:31:42.381Z] Removing intermediate container e7d7b41c7e93 [2021-05-06T15:31:42.381Z] ---> 0e5f49194804 [2021-05-06T15:31:42.381Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-06T15:31:43.011Z] ---> Running in 85549707f5b9 [2021-05-06T15:31:43.011Z] ---> Running in c99a5592c580 [2021-05-06T15:31:44.500Z] Removing intermediate container c99a5592c580 [2021-05-06T15:31:44.500Z] ---> c2986909727c [2021-05-06T15:31:44.500Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-06T15:31:44.855Z] Removing intermediate container 85549707f5b9 [2021-05-06T15:31:44.856Z] ---> 8656529ed2a8 [2021-05-06T15:31:44.856Z] Step 13/25 : WORKDIR / [2021-05-06T15:31:45.143Z] ---> Running in 7fe3f3a975ed [2021-05-06T15:31:45.476Z] ---> Running in eecce14f3ab5 [2021-05-06T15:31:46.949Z] Removing intermediate container eecce14f3ab5 [2021-05-06T15:31:46.949Z] ---> 5fe17a0d16d3 [2021-05-06T15:31:46.949Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-06T15:31:47.946Z] Removing intermediate container 318d85d2ee14 [2021-05-06T15:31:47.946Z] ---> 3bff5c9615b4 [2021-05-06T15:31:47.946Z] [2021-05-06T15:31:47.946Z] Step 10/22 : FROM alpine:3.12 [2021-05-06T15:31:47.946Z] ---> 9852663dfa18 [2021-05-06T15:31:47.946Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-06T15:31:48.221Z] ---> Running in 6fb93c4f2ca8 [2021-05-06T15:31:48.508Z] ---> 4c975e0ae359 [2021-05-06T15:31:48.508Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-06T15:31:49.528Z] Removing intermediate container 7fe3f3a975ed [2021-05-06T15:31:49.528Z] ---> c23965e76b01 [2021-05-06T15:31:49.528Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-06T15:31:50.144Z] ---> a2355631c7f4 [2021-05-06T15:31:50.144Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-06T15:31:50.144Z] ---> Running in 2ca6c37f62af [2021-05-06T15:31:50.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-06T15:31:50.702Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-06T15:31:51.307Z] Removing intermediate container 2ca6c37f62af [2021-05-06T15:31:51.307Z] ---> ed4a2ecdda35 [2021-05-06T15:31:51.307Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-06T15:31:51.307Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-06T15:31:51.307Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T15:31:51.307Z] OK: 5 MiB in 15 packages [2021-05-06T15:31:51.585Z] ---> 290dc8fff58f [2021-05-06T15:31:51.585Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-06T15:31:53.571Z] ---> 699a744babfc [2021-05-06T15:31:53.571Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-06T15:31:53.571Z] ---> 9c8a28c5e7be [2021-05-06T15:31:53.571Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-06T15:31:54.552Z] ---> Running in 7acb3cc347aa [2021-05-06T15:31:54.552Z] Removing intermediate container 6fb93c4f2ca8 [2021-05-06T15:31:54.552Z] ---> b210877e79d4 [2021-05-06T15:31:54.552Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-06T15:31:54.605Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-06T15:31:54.605Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-06T15:31:54.605Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-06T15:31:54.605Z] Fetched 0 B in 0s (0 B/s) [2021-05-06T15:31:54.605Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-05-06T15:31:54.605Z] Fetched 96.5 kB in 0s (0 B/s) [2021-05-06T15:31:54.605Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-05-06T15:31:54.605Z] Fetched 279 kB in 0s (0 B/s) [2021-05-06T15:31:54.605Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-05-06T15:31:54.605Z] Fetched 122 kB in 0s (0 B/s) [2021-05-06T15:31:54.605Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-05-06T15:31:54.605Z] Fetched 77.8 kB in 0s (0 B/s) [2021-05-06T15:31:54.605Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-05-06T15:31:54.605Z] Fetched 8848 B in 0s (0 B/s) [2021-05-06T15:31:54.605Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-05-06T15:31:54.605Z] Fetched 47.8 kB in 0s (0 B/s) [2021-05-06T15:31:54.605Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-05-06T15:31:54.605Z] Fetched 45.6 kB in 0s (0 B/s) [2021-05-06T15:31:54.605Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-05-06T15:31:54.605Z] Fetched 15.0 kB in 0s (0 B/s) [2021-05-06T15:31:54.605Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-05-06T15:31:54.605Z] Fetched 219 kB in 0s (0 B/s) [2021-05-06T15:31:54.605Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-05-06T15:31:54.605Z] Fetched 154 kB in 0s (0 B/s) [2021-05-06T15:31:54.605Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-05-06T15:31:54.605Z] Fetched 50.6 kB in 0s (0 B/s) [2021-05-06T15:31:54.605Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-05-06T15:31:54.605Z] Fetched 14.8 kB in 0s (0 B/s) [2021-05-06T15:31:54.605Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-05-06T15:31:54.605Z] Fetched 41.8 kB in 0s (0 B/s) [2021-05-06T15:31:54.605Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-05-06T15:31:54.605Z] Fetched 499 kB in 0s (0 B/s) [2021-05-06T15:31:54.606Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-05-06T15:31:54.606Z] Fetched 111 kB in 0s (0 B/s) [2021-05-06T15:31:54.606Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-05-06T15:31:54.606Z] Fetched 240 kB in 0s (0 B/s) [2021-05-06T15:31:54.606Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-05-06T15:31:54.606Z] Fetched 29.3 kB in 0s (0 B/s) [2021-05-06T15:31:54.606Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-05-06T15:31:54.606Z] Fetched 85.5 kB in 0s (0 B/s) [2021-05-06T15:31:54.606Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-05-06T15:31:54.606Z] Fetched 24.5 kB in 0s (0 B/s) [2021-05-06T15:31:54.606Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-05-06T15:31:54.606Z] Fetched 49.2 kB in 0s (0 B/s) [2021-05-06T15:31:54.606Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-05-06T15:31:54.606Z] Fetched 54.2 kB in 0s (0 B/s) [2021-05-06T15:31:54.606Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-05-06T15:31:54.606Z] Fetched 30.8 kB in 0s (0 B/s) [2021-05-06T15:31:54.606Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-05-06T15:31:54.606Z] Fetched 15.8 kB in 0s (0 B/s) [2021-05-06T15:31:54.606Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-05-06T15:31:54.606Z] Fetched 85.9 kB in 0s (0 B/s) [2021-05-06T15:31:54.606Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-05-06T15:31:54.606Z] Fetched 8720 B in 0s (0 B/s) [2021-05-06T15:31:54.606Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-05-06T15:31:54.606Z] Fetched 137 kB in 0s (0 B/s) [2021-05-06T15:31:54.606Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-05-06T15:31:54.606Z] Fetched 119 kB in 0s (0 B/s) [2021-05-06T15:31:54.606Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-05-06T15:31:54.606Z] Fetched 110 kB in 0s (0 B/s) [2021-05-06T15:31:54.606Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-05-06T15:31:54.606Z] Fetched 11.1 kB in 0s (0 B/s) [2021-05-06T15:31:54.606Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-05-06T15:31:54.606Z] Fetched 645 kB in 0s (0 B/s) [2021-05-06T15:31:54.606Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-05-06T15:31:54.606Z] Fetched 41.3 kB in 0s (0 B/s) [2021-05-06T15:31:54.606Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-05-06T15:31:54.606Z] Fetched 17.9 kB in 0s (0 B/s) [2021-05-06T15:31:54.606Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-05-06T15:31:54.606Z] Fetched 368 kB in 0s (0 B/s) [2021-05-06T15:31:54.606Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-05-06T15:31:54.606Z] Fetched 187 kB in 0s (0 B/s) [2021-05-06T15:31:54.606Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-05-06T15:31:54.606Z] Fetched 175 kB in 0s (0 B/s) [2021-05-06T15:31:54.606Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-05-06T15:31:54.606Z] Fetched 206 kB in 0s (0 B/s) [2021-05-06T15:31:54.606Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-05-06T15:31:54.606Z] Fetched 1301 kB in 0s (0 B/s) [2021-05-06T15:31:54.606Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-05-06T15:31:54.606Z] Fetched 36.2 kB in 0s (0 B/s) [2021-05-06T15:31:54.606Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-05-06T15:31:54.606Z] Fetched 159 kB in 0s (0 B/s) [2021-05-06T15:31:54.606Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-05-06T15:31:54.606Z] Fetched 107 kB in 0s (0 B/s) [2021-05-06T15:31:54.606Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-05-06T15:31:54.606Z] Fetched 48.7 kB in 0s (0 B/s) [2021-05-06T15:31:54.606Z] Pulling static-packages [2021-05-06T15:31:54.606Z] + snapcraftctl pull [2021-05-06T15:31:54.606Z] Pulling version [2021-05-06T15:31:54.606Z] + cd /root/project [2021-05-06T15:31:54.606Z] + [ -f VERSION ] [2021-05-06T15:31:54.606Z] + PROJECT_VERSION=local-dev [2021-05-06T15:31:54.606Z] + git rev-parse --short HEAD [2021-05-06T15:31:54.606Z] + GIT_REVISION=de671d52 [2021-05-06T15:31:54.606Z] + snapcraftctl set-version local-dev [2021-05-06T15:31:54.606Z] Skipping build go-build-helper (already ran) [2021-05-06T15:31:54.606Z] Building app-service-config [2021-05-06T15:31:54.606Z] + make build [2021-05-06T15:31:54.606Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-05-06T15:31:55.162Z] Removing intermediate container 486e4f66e13b [2021-05-06T15:31:55.162Z] ---> 9a5aba6b4586 [2021-05-06T15:31:55.162Z] [2021-05-06T15:31:55.162Z] Step 10/23 : FROM alpine:3.12 [2021-05-06T15:31:55.162Z] ---> 9852663dfa18 [2021-05-06T15:31:55.162Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-06T15:31:55.162Z] ---> Using cache [2021-05-06T15:31:55.162Z] ---> b210877e79d4 [2021-05-06T15:31:55.162Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-06T15:31:55.162Z] ---> Running in f3968d357dcf [2021-05-06T15:31:55.162Z] ---> b142a7e5c3ba [2021-05-06T15:31:55.162Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-06T15:31:55.162Z] ---> Running in bf19f347deb8 [2021-05-06T15:31:55.762Z] Removing intermediate container f3968d357dcf [2021-05-06T15:31:55.762Z] ---> de816d474ec7 [2021-05-06T15:31:55.762Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-06T15:31:56.371Z] Removing intermediate container bf19f347deb8 [2021-05-06T15:31:56.371Z] ---> 0ef8ec391696 [2021-05-06T15:31:56.371Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-06T15:31:56.371Z] ---> Running in b6e1da21a463 [2021-05-06T15:31:56.646Z] ---> Running in 615500a4cc01 [2021-05-06T15:31:56.929Z] ---> 59aa180991d4 [2021-05-06T15:31:56.929Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-06T15:31:56.929Z] Removing intermediate container b6e1da21a463 [2021-05-06T15:31:56.929Z] ---> 245bdd76e183 [2021-05-06T15:31:56.930Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-06T15:31:57.151Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.52 [2021-05-06T15:31:57.151Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.42 [2021-05-06T15:31:57.151Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-05-06T15:31:57.151Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.78 [2021-05-06T15:31:57.151Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-05-06T15:31:57.151Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-05-06T15:31:57.151Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 [2021-05-06T15:31:57.151Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 [2021-05-06T15:31:57.151Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-05-06T15:31:57.151Z] go: downloading github.com/google/uuid v1.2.0 [2021-05-06T15:31:57.151Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-05-06T15:31:57.151Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-05-06T15:31:57.415Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-05-06T15:31:57.415Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-05-06T15:31:57.415Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-05-06T15:31:57.415Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-05-06T15:31:57.415Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-05-06T15:31:57.415Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-05-06T15:31:57.415Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-05-06T15:31:57.415Z] go: downloading golang.org/x/text v0.3.2 [2021-05-06T15:31:57.528Z] ---> Running in e708fd057605 [2021-05-06T15:31:57.528Z] Removing intermediate container 615500a4cc01 [2021-05-06T15:31:57.528Z] ---> 71231009643b [2021-05-06T15:31:57.528Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-06T15:31:57.676Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-05-06T15:31:57.806Z] ---> Running in 871426be6bb4 [2021-05-06T15:31:58.080Z] Removing intermediate container e708fd057605 [2021-05-06T15:31:58.080Z] ---> 31c6368b0957 [2021-05-06T15:31:58.080Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T15:31:58.251Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-05-06T15:31:58.251Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-05-06T15:31:58.251Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-05-06T15:31:58.251Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-05-06T15:31:58.251Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-06T15:31:58.511Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-05-06T15:31:58.511Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-05-06T15:31:58.511Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-05-06T15:31:58.511Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-05-06T15:31:58.511Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-05-06T15:31:58.511Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-05-06T15:31:58.511Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-05-06T15:31:58.511Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-05-06T15:31:58.511Z] go: downloading github.com/fatih/color v1.9.0 [2021-05-06T15:31:58.675Z] ---> f1046278fc09 [2021-05-06T15:31:58.676Z] 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/ [2021-05-06T15:31:58.772Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-06T15:31:58.772Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-05-06T15:31:58.772Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-05-06T15:31:58.772Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-05-06T15:31:58.772Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-05-06T15:31:58.772Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-06T15:31:58.772Z] go: downloading github.com/x448/float16 v0.8.4 [2021-05-06T15:31:58.772Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-05-06T15:31:58.772Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-05-06T15:31:58.772Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-05-06T15:31:58.949Z] Removing intermediate container 7acb3cc347aa [2021-05-06T15:31:58.949Z] ---> 060c937f8624 [2021-05-06T15:31:58.949Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T15:31:58.949Z] Removing intermediate container 871426be6bb4 [2021-05-06T15:31:58.949Z] ---> e304ac4be205 [2021-05-06T15:31:58.949Z] Step 15/23 : WORKDIR / [2021-05-06T15:31:59.546Z] ---> Running in 457b80da59ec [2021-05-06T15:31:59.546Z] ---> Running in 7a7e7ff622c6 [2021-05-06T15:31:59.824Z] ---> a13bbff678cf [2021-05-06T15:31:59.824Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-06T15:32:00.111Z] ---> 22f5030d651e [2021-05-06T15:32:00.111Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-06T15:32:00.387Z] Removing intermediate container 7a7e7ff622c6 [2021-05-06T15:32:00.387Z] ---> 8515e618c4a3 [2021-05-06T15:32:00.387Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T15:32:00.689Z] Removing intermediate container b2529878f53c [2021-05-06T15:32:00.689Z] ---> 482ae5e8122a [2021-05-06T15:32:00.689Z] [2021-05-06T15:32:00.689Z] Step 10/23 : FROM alpine:3.12 [2021-05-06T15:32:00.689Z] ---> 9852663dfa18 [2021-05-06T15:32:00.689Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-06T15:32:01.675Z] ---> Running in dea39f3d0dae [2021-05-06T15:32:01.949Z] ---> c875758a3706 [2021-05-06T15:32:01.949Z] ---> 3591254be169 [2021-05-06T15:32:01.949Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.tomlStep 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-06T15:32:01.949Z] [2021-05-06T15:32:02.231Z] Removing intermediate container dea39f3d0dae [2021-05-06T15:32:02.231Z] ---> 9e4a4b18c9dc [2021-05-06T15:32:02.231Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-06T15:32:02.231Z] ---> d55cc50d67ea [2021-05-06T15:32:02.231Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-06T15:32:02.501Z] ---> Running in 2a086f548087 [2021-05-06T15:32:03.093Z] ---> 376d300c27b8 [2021-05-06T15:32:03.093Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-06T15:32:03.093Z] Removing intermediate container 457b80da59ec [2021-05-06T15:32:03.093Z] ---> c8beafed39b2 [2021-05-06T15:32:03.093Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-06T15:32:03.365Z] ---> Running in 41d2d7d11ff9 [2021-05-06T15:32:03.365Z] ---> Running in cfc475fbc73d [2021-05-06T15:32:03.365Z] Removing intermediate container 2a086f548087 [2021-05-06T15:32:03.365Z] ---> 833685d9167b [2021-05-06T15:32:03.365Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-06T15:32:03.365Z] ---> 444d0290c6b5 [2021-05-06T15:32:03.365Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-06T15:32:03.638Z] ---> f3e895347262 [2021-05-06T15:32:03.638Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-06T15:32:03.638Z] ---> Running in a50c6eed6230 [2021-05-06T15:32:03.913Z] Removing intermediate container 41d2d7d11ff9 [2021-05-06T15:32:03.913Z] ---> 3cb8ac64b366 [2021-05-06T15:32:03.913Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T15:32:03.913Z] Removing intermediate container cfc475fbc73d [2021-05-06T15:32:03.913Z] ---> 1777cceebd07 [2021-05-06T15:32:03.914Z] Step 23/25 : LABEL arch=arm64 [2021-05-06T15:32:04.186Z] ---> Running in de08842d5e90 [2021-05-06T15:32:04.186Z] ---> Running in 44b36bc0718d [2021-05-06T15:32:04.472Z] Removing intermediate container a50c6eed6230 [2021-05-06T15:32:04.472Z] ---> b8cea717ea95 [2021-05-06T15:32:04.472Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T15:32:04.472Z] ---> 48ce64f9338c [2021-05-06T15:32:04.472Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-06T15:32:04.472Z] ---> Running in a191d9de494f [2021-05-06T15:32:04.744Z] ---> 8f50de9b7172 [2021-05-06T15:32:04.744Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-06T15:32:04.744Z] Removing intermediate container de08842d5e90 [2021-05-06T15:32:04.744Z] ---> 2731234058bb [2021-05-06T15:32:04.744Z] Step 20/22 : LABEL arch=arm64 [2021-05-06T15:32:05.019Z] ---> Running in d8f1e0ce446d [2021-05-06T15:32:05.019Z] Removing intermediate container 44b36bc0718d [2021-05-06T15:32:05.019Z] ---> 4b08ec1e515e [2021-05-06T15:32:05.019Z] Step 24/25 : LABEL git_sha=de671d521d9c86c4e79c888266647b5538b20374 [2021-05-06T15:32:05.019Z] ---> Running in 3679ebea206a [2021-05-06T15:32:05.290Z] ---> Running in 56e211834839 [2021-05-06T15:32:05.290Z] ---> bff637c6a8d5 [2021-05-06T15:32:05.290Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-06T15:32:05.887Z] ---> Running in 420ef5ef6aac [2021-05-06T15:32:05.887Z] Removing intermediate container d8f1e0ce446d [2021-05-06T15:32:05.887Z] ---> 0475a3c428ff [2021-05-06T15:32:05.887Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T15:32:05.887Z] Removing intermediate container 3679ebea206a [2021-05-06T15:32:05.887Z] ---> 2e0a99516368 [2021-05-06T15:32:05.887Z] Step 21/22 : LABEL git_sha=de671d521d9c86c4e79c888266647b5538b20374 [2021-05-06T15:32:05.887Z] ---> Running in bdbb01734928 [2021-05-06T15:32:05.887Z] Removing intermediate container 56e211834839 [2021-05-06T15:32:05.887Z] ---> 144c1ffaf041 [2021-05-06T15:32:05.887Z] Step 25/25 : LABEL version=0.0.0 [2021-05-06T15:32:06.168Z] ---> Running in c4b0d36a4d4a [2021-05-06T15:32:06.447Z] ---> Running in 3438dc939dbb [2021-05-06T15:32:06.447Z] Removing intermediate container 420ef5ef6aac [2021-05-06T15:32:06.447Z] ---> e5390d324298 [2021-05-06T15:32:06.447Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-06T15:32:06.719Z] Removing intermediate container bdbb01734928 [2021-05-06T15:32:06.719Z] ---> 0f6df753c898 [2021-05-06T15:32:06.719Z] Step 21/23 : LABEL arch=arm64 [2021-05-06T15:32:06.991Z] Removing intermediate container c4b0d36a4d4a [2021-05-06T15:32:06.991Z] ---> 876a44dd7977 [2021-05-06T15:32:06.991Z] Step 22/22 : LABEL version=0.0.0 [2021-05-06T15:32:06.991Z] ---> Running in 72f58512d327 [2021-05-06T15:32:06.991Z] Removing intermediate container 3438dc939dbb [2021-05-06T15:32:06.991Z] ---> 3ba0bf982b7d [2021-05-06T15:32:06.991Z] [2021-05-06T15:32:07.263Z] ---> Running in e2621ffaed21 [2021-05-06T15:32:07.263Z] Removing intermediate container a191d9de494f [2021-05-06T15:32:07.263Z] ---> 56d440623734 [2021-05-06T15:32:07.263Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-06T15:32:07.538Z] ---> 545c2e920a61 [2021-05-06T15:32:07.538Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-06T15:32:07.538Z] ---> Running in a9cbcc787107 [2021-05-06T15:32:07.538Z] Successfully built 3ba0bf982b7d [2021-05-06T15:32:07.538Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-05-06T15:32:07.813Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2021-05-06T15:32:07.813Z] ---> Running in 165dc7e0546c [2021-05-06T15:32:07.813Z] Removing intermediate container 72f58512d327 [2021-05-06T15:32:07.813Z] ---> 00741ae6b47e [2021-05-06T15:32:07.813Z] Step 22/23 : LABEL git_sha=de671d521d9c86c4e79c888266647b5538b20374 [2021-05-06T15:32:08.088Z] Removing intermediate container e2621ffaed21 [2021-05-06T15:32:08.088Z] ---> f3a9490a0f6d [2021-05-06T15:32:08.088Z] [2021-05-06T15:32:08.364Z] ---> Running in c55348b733fe [2021-05-06T15:32:08.765Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-05-06T15:32:08.765Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-05-06T15:32:08.765Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-05-06T15:32:08.765Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-05-06T15:32:08.765Z] Building config-common [2021-05-06T15:32:08.765Z] + snapcraftctl build [2021-05-06T15:32:09.349Z] Removing intermediate container c55348b733fe [2021-05-06T15:32:09.349Z] ---> a440a3551763 [2021-05-06T15:32:09.349Z] Step 23/23 : LABEL version=0.0.0 [2021-05-06T15:32:09.349Z] Successfully built f3a9490a0f6d [2021-05-06T15:32:09.349Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-05-06T15:32:09.349Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-05-06T15:32:09.636Z] ---> Running in fb2537be3124 [2021-05-06T15:32:09.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-06T15:32:10.244Z] Removing intermediate container fb2537be3124 [2021-05-06T15:32:10.244Z] ---> fe85e93cf282 [2021-05-06T15:32:10.244Z] [2021-05-06T15:32:10.517Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-06T15:32:10.680Z] Building edgex-go [2021-05-06T15:32:10.680Z] + cd /root/parts/edgex-go/src [2021-05-06T15:32:10.680Z] + make build [2021-05-06T15:32:10.680Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-05-06T15:32:10.794Z] Successfully built fe85e93cf282 [2021-05-06T15:32:10.942Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-05-06T15:32:10.942Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.19 [2021-05-06T15:32:11.068Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-05-06T15:32:11.068Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2021-05-06T15:32:11.202Z] go: downloading github.com/pkg/errors v0.8.1 [2021-05-06T15:32:11.202Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-05-06T15:32:11.341Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-06T15:32:11.341Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-06T15:32:11.613Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-06T15:32:11.613Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-06T15:32:11.885Z] Removing intermediate container 165dc7e0546c [2021-05-06T15:32:11.885Z] ---> 95800605670c [2021-05-06T15:32:11.885Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-06T15:32:11.885Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-06T15:32:12.158Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-06T15:32:12.158Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T15:32:12.158Z] OK: 8 MiB in 20 packages [2021-05-06T15:32:12.436Z] ---> Running in a745576fe6b4 [2021-05-06T15:32:13.881Z] Removing intermediate container a745576fe6b4 [2021-05-06T15:32:13.881Z] ---> 766ec08970f9 [2021-05-06T15:32:13.881Z] Step 28/31 : CMD ["gate"] [2021-05-06T15:32:14.502Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-06T15:32:14.502Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-05-06T15:32:14.861Z] ---> Running in 515452b0b3ef [2021-05-06T15:32:14.861Z] Removing intermediate container a9cbcc787107 [2021-05-06T15:32:14.861Z] ---> 318a50983305 [2021-05-06T15:32:14.861Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T15:32:15.858Z] Removing intermediate container 515452b0b3ef [2021-05-06T15:32:15.859Z] ---> e0aba3cda49a [2021-05-06T15:32:15.859Z] Step 29/31 : LABEL arch=arm64 [2021-05-06T15:32:16.466Z] ---> f0b015580d84 [2021-05-06T15:32:16.466Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-06T15:32:16.466Z] ---> Running in 1b83013ae26b [2021-05-06T15:32:17.460Z] Removing intermediate container 1b83013ae26b [2021-05-06T15:32:17.461Z] ---> 11e08f45ca14 [2021-05-06T15:32:17.461Z] Step 30/31 : LABEL git_sha=de671d521d9c86c4e79c888266647b5538b20374 [2021-05-06T15:32:18.450Z] ---> Running in a426fcb955ad [2021-05-06T15:32:18.450Z] ---> 02716b08f886 [2021-05-06T15:32:18.450Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-06T15:32:19.437Z] Removing intermediate container a426fcb955ad [2021-05-06T15:32:19.437Z] ---> 65a37e8df526 [2021-05-06T15:32:19.437Z] Step 31/31 : LABEL version=0.0.0 [2021-05-06T15:32:19.709Z] ---> ecaead6db67c [2021-05-06T15:32:19.709Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-06T15:32:19.782Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-05-06T15:32:19.986Z] ---> Running in 352a006e11be [2021-05-06T15:32:20.266Z] ---> Running in fe3445c2281f [2021-05-06T15:32:20.719Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-06T15:32:20.875Z] Removing intermediate container 352a006e11be [2021-05-06T15:32:20.875Z] ---> 11388465af69 [2021-05-06T15:32:20.875Z] [2021-05-06T15:32:21.148Z] Removing intermediate container fe3445c2281f [2021-05-06T15:32:21.148Z] ---> fc31ba1cf47d [2021-05-06T15:32:21.148Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T15:32:21.148Z] Successfully built 11388465af69 [2021-05-06T15:32:21.148Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-05-06T15:32:21.148Z] Building docker-core-command-go [2021-05-06T15:32:21.744Z]  Building docker-security-bootstrapper-go ... done  ---> Running in f6ef84ecead1 [2021-05-06T15:32:22.338Z] Removing intermediate container f6ef84ecead1 [2021-05-06T15:32:22.338Z] ---> 33125272cd5d [2021-05-06T15:32:22.338Z] Step 21/23 : LABEL arch=arm64 [2021-05-06T15:32:22.612Z] ---> Running in 1cad454afcb0 [2021-05-06T15:32:22.630Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-06T15:32:22.889Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-06T15:32:22.889Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-05-06T15:32:23.148Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-05-06T15:32:23.148Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-05-06T15:32:23.148Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-05-06T15:32:23.213Z] Removing intermediate container 1cad454afcb0 [2021-05-06T15:32:23.213Z] ---> 071615cf89fd [2021-05-06T15:32:23.213Z] Step 22/23 : LABEL git_sha=de671d521d9c86c4e79c888266647b5538b20374 [2021-05-06T15:32:23.804Z] ---> Running in 3ad3373608ed [2021-05-06T15:32:24.401Z] Removing intermediate container 3ad3373608ed [2021-05-06T15:32:24.401Z] ---> 0feb79026c5f [2021-05-06T15:32:24.401Z] Step 23/23 : LABEL version=0.0.0 [2021-05-06T15:32:24.673Z] ---> Running in 21755e88c93a [2021-05-06T15:32:25.056Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-06T15:32:25.056Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-05-06T15:32:25.056Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-05-06T15:32:25.266Z] Removing intermediate container 21755e88c93a [2021-05-06T15:32:25.266Z] ---> 0e0f82337a51 [2021-05-06T15:32:25.266Z] [2021-05-06T15:32:25.859Z] Successfully built 0e0f82337a51 [2021-05-06T15:32:25.859Z] Successfully tagged docker-core-data-go-arm64:latest [2021-05-06T15:32:26.439Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-06T15:32:27.822Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-06T15:32:27.822Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-05-06T15:32:29.306Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-06T15:32:30.403Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-06T15:32:31.434Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-06T15:32:31.748Z] go: downloading github.com/lib/pq v1.10.1 [2021-05-06T15:32:33.865Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-05-06T15:32:33.865Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-05-06T15:32:33.865Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-05-06T15:32:33.865Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-05-06T15:32:33.865Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-05-06T15:32:33.865Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-05-06T15:32:33.865Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-05-06T15:32:33.865Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-05-06T15:32:33.865Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-05-06T15:32:33.865Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-05-06T15:32:33.865Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-05-06T15:32:33.865Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-05-06T15:32:33.865Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-05-06T15:32:33.865Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-05-06T15:32:33.865Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-05-06T15:32:33.865Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-05-06T15:32:33.865Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-05-06T15:32:33.865Z] + 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 [2021-05-06T15:32:33.865Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-05-06T15:32:33.865Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-05-06T15:32:33.865Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-05-06T15:32:33.865Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-05-06T15:32:33.865Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-05-06T15:32:33.865Z] + 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 [2021-05-06T15:32:33.865Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-05-06T15:32:33.865Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-05-06T15:32:33.865Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-05-06T15:32:36.479Z] Building static-packages [2021-05-06T15:32:36.479Z] + snapcraftctl build [2021-05-06T15:32:38.395Z] Building version [2021-05-06T15:32:38.395Z] + snapcraftctl build [2021-05-06T15:32:40.309Z] Skipping stage go-build-helper (already ran) [2021-05-06T15:32:40.309Z] Staging app-service-config [2021-05-06T15:32:40.309Z] + snapcraftctl stage [2021-05-06T15:32:41.691Z] Staging config-common [2021-05-06T15:32:41.691Z] + snapcraftctl stage [2021-05-06T15:32:42.630Z] Staging edgex-go [2021-05-06T15:32:42.630Z] + snapcraftctl stage [2021-05-06T15:32:43.569Z] Staging static-packages [2021-05-06T15:32:43.569Z] + snapcraftctl stage [2021-05-06T15:32:44.508Z] Staging version [2021-05-06T15:32:44.508Z] + snapcraftctl stage [2021-05-06T15:32:45.450Z] Priming go-build-helper [2021-05-06T15:32:45.450Z] + snapcraftctl prime [2021-05-06T15:32:46.831Z] Priming app-service-config [2021-05-06T15:32:46.831Z] + snapcraftctl prime [2021-05-06T15:32:47.772Z] Priming config-common [2021-05-06T15:32:47.772Z] + snapcraftctl prime [2021-05-06T15:32:48.712Z] Priming edgex-go [2021-05-06T15:32:48.712Z] + snapcraftctl prime [2021-05-06T15:32:50.093Z] Priming static-packages [2021-05-06T15:32:50.093Z] + snapcraftctl prime [2021-05-06T15:32:52.636Z] Priming version [2021-05-06T15:32:52.636Z] + snapcraftctl prime [2021-05-06T15:32:53.206Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-06T15:33:04.847Z]  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T15:33:04.847Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-06T15:33:04.847Z] ---> d485fa01db73 [2021-05-06T15:33:04.847Z] Step 3/22 : WORKDIR /edgex-go [2021-05-06T15:33:04.847Z] ---> Using cache [2021-05-06T15:33:04.847Z] ---> b73de3fca448 [2021-05-06T15:33:04.847Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T15:33:04.847Z] ---> Using cache [2021-05-06T15:33:04.847Z] ---> 7386e85d049a [2021-05-06T15:33:04.847Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-06T15:33:04.847Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T15:33:04.847Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-06T15:33:04.847Z] ---> d485fa01db73 [2021-05-06T15:33:04.847Z] Step 3/23 : WORKDIR /edgex-go [2021-05-06T15:33:04.847Z] ---> Using cache [2021-05-06T15:33:04.847Z] ---> b73de3fca448 [2021-05-06T15:33:04.847Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T15:33:04.847Z] ---> Using cache [2021-05-06T15:33:04.847Z] ---> 7386e85d049a [2021-05-06T15:33:04.847Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-06T15:33:04.847Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T15:33:04.847Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-06T15:33:04.847Z] ---> d485fa01db73 [2021-05-06T15:33:04.847Z] Step 3/21 : WORKDIR /edgex-go [2021-05-06T15:33:04.847Z] ---> Using cache [2021-05-06T15:33:04.847Z] ---> b73de3fca448 [2021-05-06T15:33:04.847Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T15:33:04.847Z] ---> Using cache [2021-05-06T15:33:04.847Z] ---> 7386e85d049a [2021-05-06T15:33:04.847Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-06T15:33:04.847Z] ---> Using cache [2021-05-06T15:33:04.847Z] ---> 791fab1d49a0 [2021-05-06T15:33:04.847Z] Step 6/21 : COPY go.mod . [2021-05-06T15:33:04.847Z] ---> Using cache [2021-05-06T15:33:04.847Z] ---> 0d7575e336bb [2021-05-06T15:33:04.847Z] Step 7/21 : RUN go mod download [2021-05-06T15:33:04.847Z] ---> Using cache [2021-05-06T15:33:04.847Z] ---> 2d99a5767676 [2021-05-06T15:33:04.847Z] Step 8/21 : COPY . . [2021-05-06T15:33:04.847Z] ---> Using cache [2021-05-06T15:33:04.847Z] ---> d69959dc1e8d [2021-05-06T15:33:04.847Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-06T15:33:06.284Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T15:33:06.284Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-06T15:33:06.284Z] ---> d485fa01db73 [2021-05-06T15:33:06.284Z] Step 3/23 : WORKDIR /edgex-go [2021-05-06T15:33:06.284Z] ---> Using cache [2021-05-06T15:33:06.284Z] ---> b73de3fca448 [2021-05-06T15:33:06.284Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T15:33:06.284Z] ---> Using cache [2021-05-06T15:33:06.284Z] ---> 7386e85d049a [2021-05-06T15:33:06.284Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-06T15:33:06.284Z] ---> Using cache [2021-05-06T15:33:06.284Z] ---> 791fab1d49a0 [2021-05-06T15:33:06.284Z] Step 6/23 : COPY go.mod . [2021-05-06T15:33:06.284Z] ---> Using cache [2021-05-06T15:33:06.284Z] ---> 0d7575e336bb [2021-05-06T15:33:06.284Z] Step 7/23 : RUN go mod download [2021-05-06T15:33:06.284Z] ---> Using cache [2021-05-06T15:33:06.284Z] ---> 2d99a5767676 [2021-05-06T15:33:06.284Z] Step 8/23 : COPY . . [2021-05-06T15:33:06.284Z] ---> Using cache [2021-05-06T15:33:06.284Z] ---> d69959dc1e8d [2021-05-06T15:33:06.284Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-06T15:33:07.719Z] ---> Running in 398a27c474e7 [2021-05-06T15:33:07.719Z] ---> Running in 8a92021903d6 [2021-05-06T15:33:07.719Z] ---> Running in 7c2f12f003e6 [2021-05-06T15:33:07.719Z] ---> Running in 62a3f8b423b0 [2021-05-06T15:33:09.181Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-06T15:33:09.182Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-06T15:33:09.457Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-06T15:33:09.457Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-05-06T15:33:10.901Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-06T15:33:10.901Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-06T15:33:11.889Z] OK: 218 MiB in 52 packages [2021-05-06T15:33:12.505Z] OK: 218 MiB in 52 packages [2021-05-06T15:33:13.952Z] Removing intermediate container 7c2f12f003e6 [2021-05-06T15:33:13.952Z] ---> 1ed17eb2d84d [2021-05-06T15:33:13.952Z] Step 6/23 : COPY go.mod . [2021-05-06T15:33:14.234Z] Removing intermediate container 8a92021903d6 [2021-05-06T15:33:14.234Z] ---> ed0baa39bb15 [2021-05-06T15:33:14.234Z] Step 6/22 : COPY go.mod . [2021-05-06T15:33:15.228Z] ---> d6b0e71bdc96 [2021-05-06T15:33:15.228Z] Step 7/23 : RUN go mod download [2021-05-06T15:33:15.228Z] ---> Running in de07389cc809 [2021-05-06T15:33:15.519Z] ---> a9d86d6faad5 [2021-05-06T15:33:15.519Z] Step 7/22 : RUN go mod download [2021-05-06T15:33:15.806Z] ---> Running in a90ca372cf2a [2021-05-06T15:33:20.163Z] Removing intermediate container de07389cc809 [2021-05-06T15:33:20.163Z] ---> 94b9a9ea8fcd [2021-05-06T15:33:20.163Z] Step 8/23 : COPY . . [2021-05-06T15:33:20.163Z] Removing intermediate container a90ca372cf2a [2021-05-06T15:33:20.163Z] ---> e774298616d2 [2021-05-06T15:33:20.163Z] Step 8/22 : COPY . . [2021-05-06T15:33:52.551Z] ---> 9fa53a2de9be [2021-05-06T15:33:52.551Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-06T15:33:52.551Z] ---> e06156fdc4cd [2021-05-06T15:33:52.551Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-06T15:33:52.551Z] ---> Running in 0a6588318989 [2021-05-06T15:33:52.551Z] ---> Running in b0e2c7394a21 [2021-05-06T15:33:52.551Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-06T15:33:52.551Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-06T15:34:19.357Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-06T15:34:31.784Z] Removing intermediate container 398a27c474e7 [2021-05-06T15:34:31.784Z] ---> 06aacfbe24e4 [2021-05-06T15:34:31.784Z] [2021-05-06T15:34:31.784Z] Step 10/21 : FROM alpine:3.12 [2021-05-06T15:34:31.784Z] ---> 9852663dfa18 [2021-05-06T15:34:31.784Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-06T15:34:31.784Z] ---> Running in 661a8f2273d8 [2021-05-06T15:34:33.793Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-06T15:34:33.793Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-06T15:34:34.397Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-06T15:34:34.397Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-06T15:34:34.397Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-06T15:34:34.397Z] (4/4) Installing curl (7.76.1-r0) [2021-05-06T15:34:34.397Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T15:34:34.397Z] Executing ca-certificates-20191127-r4.trigger [2021-05-06T15:34:34.675Z] OK: 7 MiB in 18 packages [2021-05-06T15:34:38.114Z] Removing intermediate container 62a3f8b423b0 [2021-05-06T15:34:38.114Z] ---> 201ebb3b19ac [2021-05-06T15:34:38.114Z] [2021-05-06T15:34:38.114Z] Step 10/23 : FROM alpine:3.12 [2021-05-06T15:34:38.114Z] ---> 9852663dfa18 [2021-05-06T15:34:38.114Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-06T15:34:38.114Z] ---> Using cache [2021-05-06T15:34:38.114Z] ---> b210877e79d4 [2021-05-06T15:34:38.114Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-06T15:34:38.114Z] ---> Using cache [2021-05-06T15:34:38.114Z] ---> 0ef8ec391696 [2021-05-06T15:34:38.114Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-06T15:34:38.114Z] Removing intermediate container 661a8f2273d8 [2021-05-06T15:34:38.114Z] ---> 7de4ee771588 [2021-05-06T15:34:38.114Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-06T15:34:38.114Z] ---> Running in f8d10390bdf6 [2021-05-06T15:34:38.114Z] ---> Running in 43fb2c0bc0d2 [2021-05-06T15:34:39.102Z] Removing intermediate container f8d10390bdf6 [2021-05-06T15:34:39.102Z] ---> c6fd9c4357ec [2021-05-06T15:34:39.102Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-06T15:34:39.102Z] Removing intermediate container 43fb2c0bc0d2 [2021-05-06T15:34:39.102Z] ---> 5b494a641c9c [2021-05-06T15:34:39.102Z] Step 13/21 : WORKDIR /edgex [2021-05-06T15:34:39.102Z] ---> Running in fe3947d851ee [2021-05-06T15:34:39.379Z] ---> Running in 342d9c7e373d [2021-05-06T15:34:39.982Z] Removing intermediate container fe3947d851ee [2021-05-06T15:34:39.982Z] ---> 398a7f993f62 [2021-05-06T15:34:39.982Z] Step 15/23 : WORKDIR / [2021-05-06T15:34:39.982Z] ---> Running in 6871a846d13b [2021-05-06T15:34:39.982Z] Removing intermediate container 342d9c7e373d [2021-05-06T15:34:39.982Z] ---> 9b5ba7401a11 [2021-05-06T15:34:39.982Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-06T15:34:40.960Z] Removing intermediate container 6871a846d13b [2021-05-06T15:34:40.960Z] ---> 09b99263f9c3 [2021-05-06T15:34:40.960Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T15:34:40.960Z] ---> debcbb75d239 [2021-05-06T15:34:40.960Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-06T15:34:41.946Z] ---> a744dcd6bf51 [2021-05-06T15:34:41.947Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-06T15:34:42.927Z] ---> ed7baf3912d6 [2021-05-06T15:34:42.927Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-06T15:34:43.916Z] ---> b9715234677a [2021-05-06T15:34:44.203Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-06T15:34:45.184Z] ---> 62c6a12c1609 [2021-05-06T15:34:45.184Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-06T15:34:45.184Z] ---> Running in e4440fa5bfe0 [2021-05-06T15:34:45.184Z] ---> 307b3d136596 [2021-05-06T15:34:45.184Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-06T15:34:45.457Z] ---> Running in db26855ce017 [2021-05-06T15:34:45.731Z] Removing intermediate container e4440fa5bfe0 [2021-05-06T15:34:45.731Z] ---> 7f15c3f7408b [2021-05-06T15:34:45.731Z] Step 18/21 : CMD ["--init=true"] [2021-05-06T15:34:46.008Z] ---> Running in f88d4adcf2dd [2021-05-06T15:34:46.281Z] Removing intermediate container db26855ce017 [2021-05-06T15:34:46.281Z] ---> 1ddc666222f2 [2021-05-06T15:34:46.281Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T15:34:46.560Z] ---> Running in 603bac529512 [2021-05-06T15:34:46.833Z] Removing intermediate container f88d4adcf2dd [2021-05-06T15:34:46.833Z] ---> 6af6ddf65c1e [2021-05-06T15:34:46.833Z] Step 19/21 : LABEL arch=arm64 [2021-05-06T15:34:47.108Z] ---> Running in aab96e626f93 [2021-05-06T15:34:47.380Z] Removing intermediate container 603bac529512 [2021-05-06T15:34:47.380Z] ---> 2ca219c3d178 [2021-05-06T15:34:47.380Z] Step 21/23 : LABEL arch=arm64 [2021-05-06T15:34:47.653Z] ---> Running in 07ae9221f820 [2021-05-06T15:34:47.653Z] Removing intermediate container aab96e626f93 [2021-05-06T15:34:47.653Z] ---> fc95dd3230c8 [2021-05-06T15:34:47.653Z] Step 20/21 : LABEL git_sha=de671d521d9c86c4e79c888266647b5538b20374 [2021-05-06T15:34:47.938Z] ---> Running in 7e72518d41db [2021-05-06T15:34:48.213Z] Removing intermediate container 07ae9221f820 [2021-05-06T15:34:48.213Z] ---> c1a035e838af [2021-05-06T15:34:48.213Z] Step 22/23 : LABEL git_sha=de671d521d9c86c4e79c888266647b5538b20374 [2021-05-06T15:34:48.486Z] ---> Running in e6d0c91949fa [2021-05-06T15:34:48.761Z] Removing intermediate container 7e72518d41db [2021-05-06T15:34:48.761Z] ---> e36c6104ccb9 [2021-05-06T15:34:48.761Z] Step 21/21 : LABEL version=0.0.0 [2021-05-06T15:34:49.039Z] ---> Running in 2b6e5162853e [2021-05-06T15:34:49.317Z] Removing intermediate container e6d0c91949fa [2021-05-06T15:34:49.317Z] ---> 7284cc724fef [2021-05-06T15:34:49.317Z] Step 23/23 : LABEL version=0.0.0 [2021-05-06T15:34:49.593Z] ---> Running in 0eee697c14fe [2021-05-06T15:34:49.593Z] Removing intermediate container 2b6e5162853e [2021-05-06T15:34:49.593Z] ---> 02177cc34737 [2021-05-06T15:34:49.593Z] [2021-05-06T15:34:50.197Z] Removing intermediate container 0eee697c14fe [2021-05-06T15:34:50.197Z] ---> 133b7723b940 [2021-05-06T15:34:50.197Z] [2021-05-06T15:34:50.478Z] Successfully built 02177cc34737 [2021-05-06T15:34:50.478Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-05-06T15:34:50.757Z]  Building docker-security-proxy-setup-go ... done Successfully built 133b7723b940 [2021-05-06T15:34:51.035Z] Successfully tagged docker-core-command-go-arm64:latest [2021-05-06T15:35:09.387Z]  Building docker-core-command-go ... done Removing intermediate container b0e2c7394a21 [2021-05-06T15:35:09.387Z] ---> 5ea31647fea5 [2021-05-06T15:35:09.387Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-06T15:35:09.387Z] ---> Running in 8848517dc4d2 [2021-05-06T15:35:10.378Z] Removing intermediate container 0a6588318989 [2021-05-06T15:35:10.378Z] ---> 461548345c14 [2021-05-06T15:35:10.378Z] [2021-05-06T15:35:10.378Z] Step 10/22 : FROM alpine:3.12 [2021-05-06T15:35:10.378Z] ---> 9852663dfa18 [2021-05-06T15:35:10.378Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-06T15:35:10.378Z] ---> Running in 9e1105efad60 [2021-05-06T15:35:10.378Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-06T15:35:11.821Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-06T15:35:11.821Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-06T15:35:12.412Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-06T15:35:12.412Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-06T15:35:12.710Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T15:35:12.710Z] Executing ca-certificates-20191127-r4.trigger [2021-05-06T15:35:12.710Z] OK: 6 MiB in 16 packages [2021-05-06T15:35:12.983Z] Removing intermediate container 8848517dc4d2 [2021-05-06T15:35:12.983Z] ---> d18027253060 [2021-05-06T15:35:12.983Z] [2021-05-06T15:35:12.983Z] Step 11/23 : FROM docker:20.10.0 [2021-05-06T15:35:12.983Z] 20.10.0: Pulling from library/docker [2021-05-06T15:35:14.965Z] Removing intermediate container 9e1105efad60 [2021-05-06T15:35:14.965Z] ---> 558244c25a6c [2021-05-06T15:35:14.965Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-06T15:35:15.238Z] ---> Running in 93f17feace26 [2021-05-06T15:35:15.833Z] Removing intermediate container 93f17feace26 [2021-05-06T15:35:15.833Z] ---> 7df8093909e8 [2021-05-06T15:35:15.833Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-06T15:35:15.833Z] ---> Running in be4b1d560461 [2021-05-06T15:35:16.426Z] Removing intermediate container be4b1d560461 [2021-05-06T15:35:16.426Z] ---> 932647eed1a8 [2021-05-06T15:35:16.426Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-06T15:35:16.698Z] ---> Running in 5764d3b13a81 [2021-05-06T15:35:17.292Z] Removing intermediate container 5764d3b13a81 [2021-05-06T15:35:17.292Z] ---> a08cc08b5599 [2021-05-06T15:35:17.292Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T15:35:18.719Z] ---> 7dd64ee07b11 [2021-05-06T15:35:18.719Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-06T15:35:20.153Z] ---> 71afb744d7c8 [2021-05-06T15:35:20.153Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-06T15:35:21.128Z] ---> 9d62fd239483 [2021-05-06T15:35:21.128Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-06T15:35:21.128Z] ---> Running in a96ce878e016 [2021-05-06T15:35:21.727Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-06T15:35:21.727Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-06T15:35:21.727Z] ---> eeaf43b92773 [2021-05-06T15:35:21.727Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-06T15:35:21.727Z] Removing intermediate container a96ce878e016 [2021-05-06T15:35:21.727Z] ---> b128f1a94d66 [2021-05-06T15:35:21.727Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T15:35:21.727Z] ---> Running in 6bbb197c99d7 [2021-05-06T15:35:21.727Z] ---> Running in c32c84ea0e62 [2021-05-06T15:35:22.326Z] Removing intermediate container c32c84ea0e62 [2021-05-06T15:35:22.326Z] ---> 0ab7b37a73c8 [2021-05-06T15:35:22.326Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-06T15:35:22.326Z] Removing intermediate container 6bbb197c99d7 [2021-05-06T15:35:22.326Z] ---> 2b6864731b0a [2021-05-06T15:35:22.326Z] Step 20/22 : LABEL arch=arm64 [2021-05-06T15:35:22.326Z] ---> Running in cc7e2f62a958 [2021-05-06T15:35:22.599Z] ---> Running in c98397b899a7 [2021-05-06T15:35:23.198Z] Removing intermediate container c98397b899a7 [2021-05-06T15:35:23.198Z] ---> a9e85969bd41 [2021-05-06T15:35:23.198Z] Step 21/22 : LABEL git_sha=de671d521d9c86c4e79c888266647b5538b20374 [2021-05-06T15:35:23.198Z] ---> Running in a003903b3f37 [2021-05-06T15:35:23.793Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-06T15:35:23.793Z] Removing intermediate container a003903b3f37 [2021-05-06T15:35:23.793Z] ---> 575729c4ca70 [2021-05-06T15:35:23.793Z] Step 22/22 : LABEL version=0.0.0 [2021-05-06T15:35:23.793Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-06T15:35:23.793Z] ---> Running in 8aee9c96d768 [2021-05-06T15:35:24.389Z] Removing intermediate container 8aee9c96d768 [2021-05-06T15:35:24.389Z] ---> e92d47c6a31c [2021-05-06T15:35:24.389Z] [2021-05-06T15:35:24.665Z] (1/39) Installing readline (8.0.4-r0) [2021-05-06T15:35:24.665Z] (2/39) Installing bash (5.0.17-r0) [2021-05-06T15:35:24.665Z] Executing bash-5.0.17-r0.post-install [2021-05-06T15:35:24.665Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-06T15:35:24.665Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-06T15:35:24.665Z] (5/39) Installing curl (7.76.1-r0) [2021-05-06T15:35:24.665Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-06T15:35:24.665Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-06T15:35:24.665Z] (8/39) Installing expat (2.2.9-r1) [2021-05-06T15:35:24.665Z] (9/39) Installing libffi (3.3-r2) [2021-05-06T15:35:24.665Z] (10/39) Installing gdbm (1.13-r1) [2021-05-06T15:35:24.665Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-06T15:35:24.665Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-06T15:35:24.665Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-06T15:35:24.936Z] Successfully built e92d47c6a31c [2021-05-06T15:35:24.936Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-05-06T15:35:26.359Z]  Building docker-support-notifications-go ... done (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-06T15:35:26.359Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-06T15:35:26.359Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-06T15:35:26.359Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-06T15:35:26.359Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-06T15:35:26.359Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-06T15:35:26.359Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-06T15:35:26.631Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-06T15:35:26.631Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-06T15:35:26.631Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-06T15:35:26.631Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-06T15:35:26.631Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-06T15:35:26.631Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-06T15:35:26.631Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-06T15:35:26.631Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-06T15:35:26.631Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-06T15:35:26.631Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-06T15:35:26.631Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-06T15:35:26.631Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-06T15:35:26.631Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-06T15:35:26.902Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-06T15:35:26.902Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-06T15:35:26.902Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-06T15:35:26.902Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-06T15:35:26.902Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-06T15:35:26.902Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-06T15:35:26.902Z] Executing busybox-1.31.1-r19.trigger [2021-05-06T15:35:26.902Z] OK: 72 MiB in 59 packages [2021-05-06T15:35:31.185Z] Collecting docker-compose==1.23.2 [2021-05-06T15:35:31.185Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-06T15:35:31.454Z] Collecting docker<4.0,>=3.6.0 [2021-05-06T15:35:31.454Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-06T15:35:32.425Z] Collecting cached-property<2,>=1.2.0 [2021-05-06T15:35:32.425Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-06T15:35:32.425Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-06T15:35:32.425Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-06T15:35:34.420Z] Collecting texttable<0.10,>=0.9.0 [2021-05-06T15:35:34.420Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-06T15:35:36.378Z] Collecting docopt<0.7,>=0.6.1 [2021-05-06T15:35:36.378Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-06T15:35:38.337Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-06T15:35:38.337Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-06T15:35:38.606Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-05-06T15:35:39.573Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-06T15:35:39.573Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-06T15:35:40.541Z] Collecting PyYAML<4,>=3.10 [2021-05-06T15:35:40.541Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-06T15:35:43.906Z] Collecting jsonschema<3,>=2.5.1 [2021-05-06T15:35:43.906Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-06T15:35:43.906Z] Collecting docker-pycreds>=0.4.0 [2021-05-06T15:35:43.906Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-06T15:35:43.906Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-05-06T15:35:43.906Z] Collecting idna<2.8,>=2.5 [2021-05-06T15:35:43.906Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-06T15:35:44.176Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-05-06T15:35:44.445Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-06T15:35:44.445Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-06T15:35:44.715Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-06T15:35:44.715Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-06T15:35:44.715Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-06T15:35:44.715Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-06T15:35:45.684Z] Installing collected packages: websocket-client, docker-pycreds, idna, urllib3, requests, docker, cached-property, dockerpty, texttable, docopt, PyYAML, jsonschema, docker-compose [2021-05-06T15:35:45.954Z] Attempting uninstall: idna [2021-05-06T15:35:45.954Z] Found existing installation: idna 2.9 [2021-05-06T15:35:45.954Z] Uninstalling idna-2.9: [2021-05-06T15:35:45.954Z] Successfully uninstalled idna-2.9 [2021-05-06T15:35:46.545Z] Attempting uninstall: urllib3 [2021-05-06T15:35:46.545Z] Found existing installation: urllib3 1.25.9 [2021-05-06T15:35:46.545Z] Uninstalling urllib3-1.25.9: [2021-05-06T15:35:46.816Z] Successfully uninstalled urllib3-1.25.9 [2021-05-06T15:35:47.426Z] Attempting uninstall: requests [2021-05-06T15:35:47.426Z] Found existing installation: requests 2.23.0 [2021-05-06T15:35:47.426Z] Uninstalling requests-2.23.0: [2021-05-06T15:35:47.426Z] Successfully uninstalled requests-2.23.0 [2021-05-06T15:35:48.448Z] Running setup.py install for dockerpty: started [2021-05-06T15:35:50.479Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-06T15:35:50.479Z] Running setup.py install for texttable: started [2021-05-06T15:35:53.128Z] Running setup.py install for texttable: finished with status 'done' [2021-05-06T15:35:53.128Z] Running setup.py install for docopt: started [2021-05-06T15:35:54.568Z] Running setup.py install for docopt: finished with status 'done' [2021-05-06T15:35:54.568Z] Running setup.py install for PyYAML: started [2021-05-06T15:35:57.197Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-06T15:35:57.786Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 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 [2021-05-06T15:36:06.037Z] Removing intermediate container cc7e2f62a958 [2021-05-06T15:36:06.037Z] ---> 9f14b5f8e2ac [2021-05-06T15:36:06.037Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-06T15:36:06.037Z] ---> Running in f5bfecb947bc [2021-05-06T15:36:06.308Z] Removing intermediate container f5bfecb947bc [2021-05-06T15:36:06.309Z] ---> ecab698cd998 [2021-05-06T15:36:06.309Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-06T15:36:06.309Z] ---> Running in 45b53abae32a [2021-05-06T15:36:06.900Z] Removing intermediate container 45b53abae32a [2021-05-06T15:36:06.900Z] ---> d6855569b0a5 [2021-05-06T15:36:06.900Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-06T15:36:07.874Z] ---> 99b5c792242b [2021-05-06T15:36:07.874Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-06T15:36:08.848Z] ---> 3690d6699917 [2021-05-06T15:36:08.848Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-06T15:36:09.823Z] ---> 8fef8e2283a5 [2021-05-06T15:36:09.823Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-06T15:36:09.823Z] ---> Running in dda3ea8592d0 [2021-05-06T15:36:10.093Z] Removing intermediate container dda3ea8592d0 [2021-05-06T15:36:10.093Z] ---> 1be5a8e6bd48 [2021-05-06T15:36:10.093Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T15:36:10.368Z] ---> Running in a4fd4e8fbe99 [2021-05-06T15:36:10.639Z] Removing intermediate container a4fd4e8fbe99 [2021-05-06T15:36:10.639Z] ---> 3f8030ed3836 [2021-05-06T15:36:10.639Z] Step 21/23 : LABEL arch=arm64 [2021-05-06T15:36:10.912Z] ---> Running in 03e1bbb528f7 [2021-05-06T15:36:11.182Z] Removing intermediate container 03e1bbb528f7 [2021-05-06T15:36:11.182Z] ---> 39bef4889737 [2021-05-06T15:36:11.182Z] Step 22/23 : LABEL git_sha=de671d521d9c86c4e79c888266647b5538b20374 [2021-05-06T15:36:11.455Z] ---> Running in 1da57f150fa5 [2021-05-06T15:36:11.727Z] Removing intermediate container 1da57f150fa5 [2021-05-06T15:36:11.727Z] ---> 2c6bb446182a [2021-05-06T15:36:11.727Z] Step 23/23 : LABEL version=0.0.0 [2021-05-06T15:36:12.000Z] ---> Running in f39799426a05 [2021-05-06T15:36:12.272Z] Removing intermediate container f39799426a05 [2021-05-06T15:36:12.272Z] ---> 0a5be0cd2752 [2021-05-06T15:36:12.272Z] [2021-05-06T15:36:12.866Z] Successfully built 0a5be0cd2752 [2021-05-06T15:36:12.866Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-05-06T15:36:13.149Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-05-06T15:36:13.142Z] $ docker stop --time=1 2102e1683290802d1f12e9bcb2b16607b74c709ffb3aba5e7b503854adda3f6c [2021-05-06T15:36:15.037Z] $ docker rm -f 2102e1683290802d1f12e9bcb2b16607b74c709ffb3aba5e7b503854adda3f6c [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-06T15:36:15.673Z] + docker images [2021-05-06T15:36:15.673Z] + grep docker [2021-05-06T15:36:15.943Z] docker-sys-mgmt-agent-go-arm64 latest 0a5be0cd2752 3 seconds ago 299MB [2021-05-06T15:36:15.943Z] docker-support-notifications-go-arm64 latest e92d47c6a31c 51 seconds ago 16.6MB [2021-05-06T15:36:15.943Z] docker-core-command-go-arm64 latest 133b7723b940 About a minute ago 16.1MB [2021-05-06T15:36:15.943Z] docker-security-proxy-setup-go-arm64 latest 02177cc34737 About a minute ago 23.9MB [2021-05-06T15:36:15.943Z] docker-core-data-go-arm64 latest 0e0f82337a51 3 minutes ago 20.3MB [2021-05-06T15:36:15.943Z] docker-security-bootstrapper-go-arm64 latest 11388465af69 3 minutes ago 17.1MB [2021-05-06T15:36:15.943Z] docker-core-metadata-go-arm64 latest fe85e93cf282 4 minutes ago 17.4MB [2021-05-06T15:36:15.943Z] docker-support-scheduler-go-arm64 latest f3a9490a0f6d 4 minutes ago 16.1MB [2021-05-06T15:36:15.943Z] docker-security-secretstore-setup-go-arm64 latest 3ba0bf982b7d 4 minutes ago 24.3MB [2021-05-06T15:36:15.943Z] docker 20.10.0 eeaf43b92773 4 months ago 228MB [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] libraryResource [Pipeline] sh [2021-05-06T15:36:17.745Z] ---> job-cost.sh [2021-05-06T15:36:17.745Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-IbIC [2021-05-06T15:36:56.679Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-06T15:38:33.425Z] lf-activate-venv(): INFO: Adding /tmp/venv-IbIC/bin to PATH [2021-05-06T15:38:33.425Z] INFO: No Stack... [2021-05-06T15:38:33.425Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-06T15:38:33.425Z] INFO: Archiving Costs [Pipeline] sh [2021-05-06T15:38:33.764Z] + + cutcat -d, /w/workspace/edgex-go/8/archives/cost.csv -f6 [2021-05-06T15:38:33.765Z] [Pipeline] lock [2021-05-06T15:38:33.881Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3410-8-stack-cost] [2021-05-06T15:38:33.894Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3410-8-stack-cost] did not exist. Created. [2021-05-06T15:38:33.894Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3410-8-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-06T15:38:34.250Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-06T15:38:34.532Z] Stashed 1 file(s) [Pipeline] } [2021-05-06T15:38:34.542Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3410-8-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-05-06T15:38:35.539Z] provisioning config files... [2021-05-06T15:38:35.597Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/8@tmp/config1705734966663477526tmp [Pipeline] { [Pipeline] sh [2021-05-06T15:38:36.254Z] + set +x [2021-05-06T15:38:36.254Z] + curl -s https://codecov.io/bash [2021-05-06T15:38:36.254Z] + bash -s -- [2021-05-06T15:38:36.862Z] [2021-05-06T15:38:36.862Z] _____ _ [2021-05-06T15:38:36.862Z] / ____| | | [2021-05-06T15:38:36.862Z] | | ___ __| | ___ ___ _____ __ [2021-05-06T15:38:36.862Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-06T15:38:36.862Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-06T15:38:36.862Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-06T15:38:36.862Z] Bash-1.0.2 [2021-05-06T15:38:36.862Z] [2021-05-06T15:38:36.862Z] [2021-05-06T15:38:36.862Z] ==> git version 2.24.3 found [2021-05-06T15:38:36.862Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-05-06T15:38:36.862Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-06T15:38:36.862Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-06T15:38:36.862Z] ==> Jenkins CI detected. [2021-05-06T15:38:36.862Z] project root: . [2021-05-06T15:38:36.862Z] --> token set from env [2021-05-06T15:38:36.862Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-06T15:38:36.862Z] ==> Running gcov in . (disable via -X gcov) [2021-05-06T15:38:37.159Z] ==> Python coveragepy not found [2021-05-06T15:38:37.159Z] ==> Searching for coverage reports in: [2021-05-06T15:38:37.159Z] + . [2021-05-06T15:38:37.159Z] -> Found 1 reports [2021-05-06T15:38:37.159Z] ==> Detecting git/mercurial file structure [2021-05-06T15:38:37.159Z] ==> Reading reports [2021-05-06T15:38:37.159Z] + ./coverage.out bytes=705232 [2021-05-06T15:38:37.159Z] ==> Appending adjustments [2021-05-06T15:38:37.159Z] https://docs.codecov.io/docs/fixing-reports [2021-05-06T15:38:43.821Z] + Found adjustments [2021-05-06T15:38:43.821Z] ==> Gzipping contents [2021-05-06T15:38:43.821Z] 100K /tmp/codecov.eI2zK5.gz [2021-05-06T15:38:43.821Z] ==> Uploading reports [2021-05-06T15:38:43.821Z] url: https://codecov.io [2021-05-06T15:38:43.821Z] query: branch=PR-3410&commit=de671d521d9c86c4e79c888266647b5538b20374&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3410%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3410&job=&cmd_args= [2021-05-06T15:38:43.821Z] -> Pinging Codecov [2021-05-06T15:38:43.821Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3410&commit=de671d521d9c86c4e79c888266647b5538b20374&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3410%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3410&job=&cmd_args= [2021-05-06T15:38:43.821Z] -> Uploading to [2021-05-06T15:38:43.821Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-06/00271124DB129430A58F1EEE437C3FCB/de671d521d9c86c4e79c888266647b5538b20374/713b2ec1-c99c-455b-8a2d-9d412f234d9e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210506%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210506T153843Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=339d38fca31ccb6d2191deeba230531340f7e97ddb07092886b3e3bf94d9c416 [2021-05-06T15:38:44.137Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-06T15:38:44.137Z] Dload Upload Total Spent Left Speed [2021-05-06T15:38:44.418Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 188k --:--:-- --:--:-- --:--:-- 188k [2021-05-06T15:38:44.418Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/de671d521d9c86c4e79c888266647b5538b20374 [Pipeline] } [2021-05-06T15:38:44.437Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-05-06T15:38:45.568Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T15:38:46.477Z] ---> package-listing.sh [2021-05-06T15:38:46.477Z] ++ facter osfamily [2021-05-06T15:38:46.477Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-06T15:38:46.741Z] + OS_FAMILY=redhat [2021-05-06T15:38:46.742Z] + workspace=/w/workspace/edgex-go/8 [2021-05-06T15:38:46.742Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-06T15:38:46.742Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-06T15:38:46.742Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-06T15:38:46.742Z] + PACKAGES=/tmp/packages_start.txt [2021-05-06T15:38:46.742Z] + '[' /w/workspace/edgex-go/8 ']' [2021-05-06T15:38:46.742Z] + PACKAGES=/tmp/packages_end.txt [2021-05-06T15:38:46.742Z] + case "${OS_FAMILY}" in [2021-05-06T15:38:46.742Z] + rpm -qa [2021-05-06T15:38:46.742Z] + sort [2021-05-06T15:38:52.090Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-06T15:38:52.090Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-06T15:38:52.090Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-06T15:38:52.090Z] + '[' /w/workspace/edgex-go/8 ']' [2021-05-06T15:38:52.090Z] + mkdir -p /w/workspace/edgex-go/8/archives/ [2021-05-06T15:38:52.090Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] echo [2021-05-06T15:38:52.107Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-06T15:38:52.430Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-06T15:38:53.048Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-06T15:38:53.314Z] [2021-05-06T15:38:53.314Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-06T15:38:53.655Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-06T15:38:53.927Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-06T15:38:53.927Z] df20fa9351a1: Pulling fs layer [2021-05-06T15:38:53.927Z] 36b3adc4ff6f: Pulling fs layer [2021-05-06T15:38:53.927Z] 8ad3a11d3b57: Pulling fs layer [2021-05-06T15:38:53.927Z] 46f8f816bc3b: Pulling fs layer [2021-05-06T15:38:53.927Z] 93b61091891f: Pulling fs layer [2021-05-06T15:38:53.927Z] 93b9cdb0e59b: Pulling fs layer [2021-05-06T15:38:53.927Z] 5e14af77c1be: Pulling fs layer [2021-05-06T15:38:53.927Z] 01666e4c0597: Pulling fs layer [2021-05-06T15:38:53.927Z] aa168da1d23b: Pulling fs layer [2021-05-06T15:38:53.927Z] 93b9cdb0e59b: Waiting [2021-05-06T15:38:53.927Z] 5e14af77c1be: Waiting [2021-05-06T15:38:53.927Z] 01666e4c0597: Waiting [2021-05-06T15:38:53.927Z] aa168da1d23b: Waiting [2021-05-06T15:38:53.927Z] 93b61091891f: Waiting [2021-05-06T15:38:53.927Z] 46f8f816bc3b: Waiting [2021-05-06T15:38:53.927Z] 36b3adc4ff6f: Verifying Checksum [2021-05-06T15:38:53.927Z] 36b3adc4ff6f: Download complete [2021-05-06T15:38:53.927Z] df20fa9351a1: Verifying Checksum [2021-05-06T15:38:53.927Z] df20fa9351a1: Download complete [2021-05-06T15:38:54.194Z] 46f8f816bc3b: Verifying Checksum [2021-05-06T15:38:54.194Z] 46f8f816bc3b: Download complete [2021-05-06T15:38:54.194Z] 93b9cdb0e59b: Verifying Checksum [2021-05-06T15:38:54.194Z] 93b9cdb0e59b: Download complete [2021-05-06T15:38:54.194Z] 5e14af77c1be: Verifying Checksum [2021-05-06T15:38:54.194Z] 5e14af77c1be: Download complete [2021-05-06T15:38:54.194Z] 93b61091891f: Verifying Checksum [2021-05-06T15:38:54.194Z] 93b61091891f: Download complete [2021-05-06T15:38:54.194Z] 01666e4c0597: Verifying Checksum [2021-05-06T15:38:54.194Z] 01666e4c0597: Download complete [2021-05-06T15:38:54.194Z] 8ad3a11d3b57: Verifying Checksum [2021-05-06T15:38:54.194Z] 8ad3a11d3b57: Download complete [2021-05-06T15:38:54.464Z] df20fa9351a1: Pull complete [2021-05-06T15:38:54.731Z] 36b3adc4ff6f: Pull complete [2021-05-06T15:38:56.170Z] 8ad3a11d3b57: Pull complete [2021-05-06T15:38:56.170Z] 46f8f816bc3b: Pull complete [2021-05-06T15:38:57.608Z] aa168da1d23b: Verifying Checksum [2021-05-06T15:38:57.608Z] aa168da1d23b: Download complete [2021-05-06T15:38:58.566Z] 93b61091891f: Pull complete [2021-05-06T15:38:58.831Z] 93b9cdb0e59b: Pull complete [2021-05-06T15:38:59.095Z] 5e14af77c1be: Pull complete [2021-05-06T15:38:59.368Z] 01666e4c0597: Pull complete [2021-05-06T15:39:09.534Z] aa168da1d23b: Pull complete [2021-05-06T15:39:09.534Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-06T15:39:09.534Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-06T15:39:09.534Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-06T15:39:09.752Z] prd-centos7-docker-4c-2g-3224 does not seem to be running inside a container [2021-05-06T15:39:09.901Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/8/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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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:alpine cat [2021-05-06T15:39:15.040Z] $ docker top 2ca0ca05de8caf1de755db9e82577260ec4108ae2974a3da0226251ce9064a31 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T15:39:15.628Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-06T15:39:16.010Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-06T15:39:16.332Z] + ls /var/log/sa-host [2021-05-06T15:39:16.332Z] + sadf -c /var/log/sa-host/sa06 [2021-05-06T15:39:16.332Z] file_magic: OK [2021-05-06T15:39:16.332Z] HZ: Using current value: 100 [2021-05-06T15:39:16.332Z] file_header: OK [2021-05-06T15:39:16.332Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-05-06T15:39:16.332Z] Statistics: [2021-05-06T15:39:16.332Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-06T15:39:16.332Z] File successfully converted to sysstat format version 12.2.1 [2021-05-06T15:39:16.332Z] + sadf -c /var/log/sa-host/sa23 [2021-05-06T15:39:16.332Z] file_magic: OK [2021-05-06T15:39:16.332Z] HZ: Using current value: 100 [2021-05-06T15:39:16.332Z] file_header: OK [2021-05-06T15:39:16.332Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-05-06T15:39:16.332Z] Statistics: [2021-05-06T15:39:16.332Z] Hnuu...uuuununununu... [2021-05-06T15:39:16.332Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-06T15:39:16.942Z] provisioning config files... [2021-05-06T15:39:16.962Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config8798019636567148931tmp [Pipeline] { [Pipeline] echo [2021-05-06T15:39:16.986Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T15:39:17.301Z] ---> create-netrc.sh [Pipeline] } [2021-05-06T15:39:17.312Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-06T15:39:17.337Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T15:39:17.662Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-06T15:39:17.683Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T15:39:18.010Z] ---> sudo-logs.sh [2021-05-06T15:39:18.010Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-06T15:39:18.044Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T15:39:18.354Z] ---> job-cost.sh [2021-05-06T15:39:18.354Z] lf-activate-venv: SKIPPING [2021-05-06T15:39:18.354Z] DEBUG: total: 0.20999999344348907 [2021-05-06T15:39:18.354Z] INFO: Retrieving Stack Cost... [2021-05-06T15:39:19.311Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-06T15:39:19.896Z] INFO: Archiving Costs [Pipeline] echo [2021-05-06T15:39:19.912Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T15:39:20.235Z] ---> logs-deploy.sh [2021-05-06T15:39:20.235Z] lf-activate-venv: SKIPPING [2021-05-06T15:39:20.235Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3410/8 [2021-05-06T15:39:20.235Z] INFO: archiving workspace using pattern(s): [2021-05-06T15:39:22.185Z] Archives upload complete. [2021-05-06T15:39:22.185Z] INFO: archiving logs to Nexus [2021-05-06T15:39:23.610Z] ---> uname -a: [2021-05-06T15:39:23.610Z] Linux prd-centos7-docker-4c-2g-3224.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-05-06T15:39:23.610Z] [2021-05-06T15:39:23.610Z] [2021-05-06T15:39:23.610Z] ---> lscpu: [2021-05-06T15:39:23.610Z] Architecture: x86_64 [2021-05-06T15:39:23.610Z] CPU op-mode(s): 32-bit, 64-bit [2021-05-06T15:39:23.610Z] Byte Order: Little Endian [2021-05-06T15:39:23.610Z] Address sizes: 40 bits physical, 48 bits virtual [2021-05-06T15:39:23.610Z] CPU(s): 4 [2021-05-06T15:39:23.610Z] On-line CPU(s) list: 0-3 [2021-05-06T15:39:23.610Z] Thread(s) per core: 1 [2021-05-06T15:39:23.610Z] Core(s) per socket: 1 [2021-05-06T15:39:23.610Z] Socket(s): 4 [2021-05-06T15:39:23.610Z] NUMA node(s): 1 [2021-05-06T15:39:23.610Z] Vendor ID: GenuineIntel [2021-05-06T15:39:23.610Z] CPU family: 6 [2021-05-06T15:39:23.610Z] Model: 44 [2021-05-06T15:39:23.610Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-05-06T15:39:23.610Z] Stepping: 1 [2021-05-06T15:39:23.610Z] CPU MHz: 2933.436 [2021-05-06T15:39:23.610Z] BogoMIPS: 5866.87 [2021-05-06T15:39:23.610Z] Virtualization: VT-x [2021-05-06T15:39:23.610Z] Hypervisor vendor: KVM [2021-05-06T15:39:23.610Z] Virtualization type: full [2021-05-06T15:39:23.610Z] L1d cache: 128 KiB [2021-05-06T15:39:23.610Z] L1i cache: 128 KiB [2021-05-06T15:39:23.610Z] L2 cache: 16 MiB [2021-05-06T15:39:23.610Z] L3 cache: 64 MiB [2021-05-06T15:39:23.610Z] NUMA node0 CPU(s): 0-3 [2021-05-06T15:39:23.610Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-05-06T15:39:23.610Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-05-06T15:39:23.610Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-05-06T15:39:23.610Z] Vulnerability Meltdown: Mitigation; PTI [2021-05-06T15:39:23.610Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-05-06T15:39:23.610Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-05-06T15:39:23.610Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-05-06T15:39:23.610Z] Vulnerability Srbds: Not affected [2021-05-06T15:39:23.610Z] Vulnerability Tsx async abort: Not affected [2021-05-06T15:39:23.610Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-05-06T15:39:23.610Z] [2021-05-06T15:39:23.610Z] [2021-05-06T15:39:23.610Z] ---> nproc: [2021-05-06T15:39:23.611Z] 4 [2021-05-06T15:39:23.611Z] [2021-05-06T15:39:23.611Z] [2021-05-06T15:39:23.611Z] ---> df -h: [2021-05-06T15:39:23.611Z] Filesystem Size Used Available Use% Mounted on [2021-05-06T15:39:23.611Z] overlay 50.0G 11.4G 38.6G 23% / [2021-05-06T15:39:23.611Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-05-06T15:39:23.611Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-05-06T15:39:23.611Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-05-06T15:39:23.611Z] /dev/vda1 50.0G 11.4G 38.6G 23% /facter-os [2021-05-06T15:39:23.611Z] /dev/vda1 50.0G 11.4G 38.6G 23% /etc/resolv.conf [2021-05-06T15:39:23.611Z] /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hostname [2021-05-06T15:39:23.611Z] /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hosts [2021-05-06T15:39:23.611Z] /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/secure [2021-05-06T15:39:23.611Z] /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/auth.log [2021-05-06T15:39:23.611Z] /dev/vda1 50.0G 11.4G 38.6G 23% /run/cloud-init/result.json [2021-05-06T15:39:23.611Z] /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/sa-host [2021-05-06T15:39:23.611Z] /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/8 [2021-05-06T15:39:23.611Z] /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/8@tmp [2021-05-06T15:39:23.611Z] [2021-05-06T15:39:23.611Z] [2021-05-06T15:39:23.611Z] ---> free -m: [2021-05-06T15:39:23.611Z] total used free shared buff/cache available [2021-05-06T15:39:23.611Z] Mem: 1837 734 147 0 954 1020 [2021-05-06T15:39:23.611Z] Swap: 1023 69 954 [2021-05-06T15:39:23.611Z] [2021-05-06T15:39:23.611Z] [2021-05-06T15:39:23.611Z] ---> ip addr: [2021-05-06T15:39:23.611Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-05-06T15:39:23.611Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-05-06T15:39:23.611Z] inet 127.0.0.1/8 scope host lo [2021-05-06T15:39:23.611Z] valid_lft forever preferred_lft forever [2021-05-06T15:39:23.611Z] inet6 ::1/128 scope host [2021-05-06T15:39:23.611Z] valid_lft forever preferred_lft forever [2021-05-06T15:39:23.611Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-05-06T15:39:23.611Z] link/ether fa:16:3e:1d:a8:7b brd ff:ff:ff:ff:ff:ff [2021-05-06T15:39:23.611Z] inet 10.30.122.200/23 brd 10.30.123.255 scope global dynamic eth0 [2021-05-06T15:39:23.611Z] valid_lft 84828sec preferred_lft 84828sec [2021-05-06T15:39:23.611Z] inet6 fe80::f816:3eff:fe1d:a87b/64 scope link [2021-05-06T15:39:23.611Z] valid_lft forever preferred_lft forever [2021-05-06T15:39:23.611Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-05-06T15:39:23.611Z] link/ether 02:42:47:d9:3a:a7 brd ff:ff:ff:ff:ff:ff [2021-05-06T15:39:23.611Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-05-06T15:39:23.611Z] valid_lft forever preferred_lft forever [2021-05-06T15:39:23.611Z] inet6 fe80::42:47ff:fed9:3aa7/64 scope link [2021-05-06T15:39:23.611Z] valid_lft forever preferred_lft forever [2021-05-06T15:39:23.611Z] [2021-05-06T15:39:23.611Z] [2021-05-06T15:39:23.611Z] ---> sar -b -r -n DEV: [2021-05-06T15:39:23.611Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/06/21 _x86_64_ (4 CPU) [2021-05-06T15:39:23.611Z] [2021-05-06T15:39:23.611Z] 15:12:58 LINUX RESTART (4 CPU) [2021-05-06T15:39:23.611Z] [2021-05-06T15:39:23.611Z] 15:14:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-05-06T15:39:23.611Z] 15:15:01 124.21 61.79 62.42 0.00 8966.04 18992.96 0.00 [2021-05-06T15:39:23.611Z] 15:16:01 276.47 77.24 199.24 0.00 4577.85 50447.86 0.00 [2021-05-06T15:39:23.611Z] 15:17:01 169.67 102.21 67.46 0.00 2890.90 9610.51 0.00 [2021-05-06T15:39:23.611Z] 15:18:01 68.47 24.38 44.09 0.00 669.84 4822.20 0.00 [2021-05-06T15:39:23.611Z] 15:19:01 113.62 46.79 66.83 0.00 2063.87 7180.64 0.00 [2021-05-06T15:39:23.611Z] 15:20:01 68.60 15.84 52.75 0.00 1869.33 16322.74 0.00 [2021-05-06T15:39:23.611Z] 15:21:02 984.85 738.94 245.91 0.00 93339.70 155204.31 0.00 [2021-05-06T15:39:23.611Z] 15:22:02 2725.86 2390.67 335.19 0.00 143811.32 153625.69 0.00 [2021-05-06T15:39:23.611Z] 15:23:01 252.31 132.27 120.04 0.00 14068.32 25467.75 0.00 [2021-05-06T15:39:23.611Z] 15:24:03 1011.34 755.62 255.72 0.00 72181.43 125036.81 0.00 [2021-05-06T15:39:23.611Z] 15:25:02 1597.76 1350.73 247.03 0.00 79601.50 77657.25 0.00 [2021-05-06T15:39:23.611Z] 15:26:01 207.54 28.09 179.45 0.00 1814.98 31836.75 0.00 [2021-05-06T15:39:23.611Z] 15:27:01 39.84 21.18 18.67 0.00 3028.05 1369.41 0.00 [2021-05-06T15:39:23.611Z] 15:28:01 2.01 1.85 0.17 0.00 45.12 1.73 0.00 [2021-05-06T15:39:23.611Z] 15:29:01 3.06 2.23 0.83 0.00 53.80 15.58 0.00 [2021-05-06T15:39:23.611Z] 15:30:01 0.50 0.00 0.50 0.00 0.00 5.04 0.00 [2021-05-06T15:39:23.611Z] 15:31:01 0.38 0.03 0.35 0.00 0.40 5.03 0.00 [2021-05-06T15:39:23.611Z] 15:32:01 0.32 0.03 0.28 0.00 0.40 3.90 0.00 [2021-05-06T15:39:23.611Z] 15:33:01 0.27 0.02 0.25 0.00 0.27 3.25 0.00 [2021-05-06T15:39:23.611Z] 15:34:01 0.37 0.02 0.35 0.00 0.53 4.93 0.00 [2021-05-06T15:39:23.611Z] 15:35:01 0.28 0.02 0.27 0.00 0.53 3.90 0.00 [2021-05-06T15:39:23.611Z] 15:36:02 0.37 0.00 0.37 0.00 0.00 5.21 0.00 [2021-05-06T15:39:23.611Z] 15:37:01 0.34 0.00 0.34 0.00 0.00 4.37 0.00 [2021-05-06T15:39:23.611Z] 15:38:01 0.27 0.02 0.25 0.00 0.53 3.43 0.00 [2021-05-06T15:39:23.611Z] 15:39:01 94.40 71.25 23.15 0.00 5729.99 5754.55 0.00 [2021-05-06T15:39:23.611Z] Average: 309.70 232.76 76.94 0.00 17430.68 27454.33 0.00 [2021-05-06T15:39:23.611Z] [2021-05-06T15:39:23.611Z] 15:14:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-05-06T15:39:23.611Z] 15:15:01 344892 0 660436 35.10 2596 873620 1358428 46.36 546648 786908 24 [2021-05-06T15:39:23.611Z] 15:16:01 268772 0 781664 41.54 1392 829716 1629236 55.60 488380 834280 48 [2021-05-06T15:39:23.611Z] 15:17:01 275180 0 763092 40.56 644 842628 1445220 49.32 612780 715088 11952 [2021-05-06T15:39:23.611Z] 15:18:01 393340 0 769568 40.90 532 718104 1363348 46.53 500592 697180 22540 [2021-05-06T15:39:23.611Z] 15:19:01 299252 0 745268 39.61 468 836556 1272524 43.43 526428 759724 18084 [2021-05-06T15:39:23.611Z] 15:20:01 72564 0 785972 41.77 404 1022604 1559328 53.22 648964 875592 94080 [2021-05-06T15:39:23.611Z] 15:21:02 410580 0 708256 37.64 0 762708 1408232 48.06 549860 708000 24 [2021-05-06T15:39:23.611Z] 15:22:02 78144 0 1151532 61.20 0 651868 4433884 151.32 869924 649056 12924 [2021-05-06T15:39:23.611Z] 15:23:01 316184 0 720432 38.29 0 844928 1363868 46.55 561568 742108 8 [2021-05-06T15:39:23.611Z] 15:24:03 72236 0 809840 43.04 0 999468 2146692 73.26 717912 879564 15876 [2021-05-06T15:39:23.611Z] 15:25:02 210416 0 1047936 55.70 0 623192 3555912 121.36 835952 584608 212 [2021-05-06T15:39:23.611Z] 15:26:01 118676 0 694180 36.89 0 1068688 1358044 46.35 593100 916252 8 [2021-05-06T15:39:23.611Z] 15:27:01 185148 0 650192 34.56 0 1046204 1207844 41.22 495700 953556 12 [2021-05-06T15:39:23.611Z] 15:28:01 185476 0 649288 34.51 0 1046780 1181888 40.34 494952 954200 8 [2021-05-06T15:39:23.611Z] 15:29:01 184964 0 649492 34.52 0 1047088 1177368 40.18 494640 954720 16 [2021-05-06T15:39:23.611Z] 15:30:01 185508 0 648940 34.49 0 1047096 1177080 40.17 494376 954720 12 [2021-05-06T15:39:23.611Z] 15:31:01 185544 0 648908 34.49 0 1047092 1176028 40.14 494268 954700 8 [2021-05-06T15:39:23.611Z] 15:32:01 185624 0 648812 34.48 0 1047108 1176028 40.14 494372 954708 8 [2021-05-06T15:39:23.611Z] 15:33:01 186128 0 648296 34.46 0 1047120 1176028 40.14 494360 954728 8 [2021-05-06T15:39:23.611Z] 15:34:01 185452 0 648964 34.49 0 1047128 1176220 40.14 494484 954748 12 [2021-05-06T15:39:23.611Z] 15:35:01 185560 0 648848 34.48 0 1047136 1176076 40.14 494400 954760 12 [2021-05-06T15:39:23.611Z] 15:36:02 185756 0 648644 34.47 0 1047144 1176028 40.14 494388 954760 8 [2021-05-06T15:39:23.611Z] 15:37:01 185560 0 648832 34.48 0 1047152 1176028 40.14 494396 954760 8 [2021-05-06T15:39:23.611Z] 15:38:01 185436 0 648952 34.49 0 1047156 1176028 40.14 494508 954776 8 [2021-05-06T15:39:23.611Z] 15:39:01 68352 0 726432 38.61 0 1086760 1631552 55.68 588580 967820 55420 [2021-05-06T15:39:23.611Z] Average: 206190 0 726111 38.59 241 949002 1547156 52.80 559021 862853 9253 [2021-05-06T15:39:23.611Z] [2021-05-06T15:39:23.611Z] 15:14:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-05-06T15:39:23.611Z] 15:15:01 eth0 1382.93 1337.14 5518.29 142.81 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.611Z] 15:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.611Z] 15:15:01 docker0 858.22 831.28 72.28 2744.12 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.611Z] 15:16:01 eth0 537.08 384.24 3536.95 76.05 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.611Z] 15:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.611Z] 15:16:01 vethfad3bc8 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.611Z] 15:16:01 docker0 161.22 248.84 11.47 844.06 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.611Z] 15:17:01 vetha71b609 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.611Z] 15:17:01 eth0 20.38 14.04 21.42 8.68 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.611Z] 15:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.611Z] 15:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.611Z] 15:18:01 vetha71b609 2.24 2.24 0.18 0.18 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.611Z] 15:18:01 eth0 44.09 37.05 25.79 58.68 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.611Z] 15:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.611Z] 15:18:01 docker0 2.24 2.24 0.15 0.18 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.611Z] 15:19:01 vetha71b609 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.611Z] 15:19:01 eth0 9.38 8.53 4.61 32.70 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.611Z] 15:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.611Z] 15:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.611Z] 15:20:01 eth0 175.36 128.60 1689.66 21.69 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.611Z] 15:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.611Z] 15:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.611Z] 15:21:02 vethb8d24e2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.611Z] 15:21:02 veth27842b1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.611Z] 15:21:02 eth0 31.34 28.94 24.02 58.88 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.611Z] 15:21:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.611Z] 15:22:02 veth947d3cf 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.611Z] 15:22:02 veth0ed5055 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.611Z] 15:22:02 veth27842b1 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.611Z] 15:22:02 eth0 78.65 58.91 182.13 12.36 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.611Z] 15:23:01 veth27842b1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.611Z] 15:23:01 eth0 5.90 4.97 4.66 2.57 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.611Z] 15:23:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.611Z] 15:23:01 docker0 1069.40 1143.15 87.02 3766.51 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:24:03 veth27842b1 0.00 0.24 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:24:03 eth0 77.43 51.57 245.91 15.33 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:24:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:24:03 docker0 22.90 39.74 1.38 176.98 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:25:02 veth058d89f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:25:02 veth49a78a0 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:25:02 veth27842b1 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:25:02 eth0 64.74 55.09 114.79 88.78 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:26:01 veth27842b1 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:26:01 eth0 192.24 136.04 1657.19 27.82 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:26:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:26:01 docker0 1137.78 1256.43 91.49 4436.77 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:27:01 eth0 6.34 5.01 5.94 2.57 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:28:01 eth0 0.65 0.50 0.28 0.21 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:29:01 eth0 3.55 3.61 0.30 11.06 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:30:01 eth0 0.20 0.18 0.07 0.11 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:31:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:32:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:33:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:34:01 eth0 2.20 2.20 0.21 6.69 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:35:01 eth0 0.18 0.13 0.07 0.01 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:36:02 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:36:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:37:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:38:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:39:01 eth0 211.79 166.97 2173.67 62.82 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] 15:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] Average: eth0 113.07 96.24 605.26 25.08 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] Average: docker0 44.87 49.55 3.61 174.97 0.00 0.00 0.00 0.00 [2021-05-06T15:39:23.612Z] [2021-05-06T15:39:23.612Z] [2021-05-06T15:39:23.612Z] ---> sar -P ALL: [2021-05-06T15:39:23.612Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/06/21 _x86_64_ (4 CPU) [2021-05-06T15:39:23.612Z] [2021-05-06T15:39:23.612Z] 15:12:58 LINUX RESTART (4 CPU) [2021-05-06T15:39:23.612Z] [2021-05-06T15:39:23.612Z] 15:14:02 CPU %user %nice %system %iowait %steal %idle [2021-05-06T15:39:23.612Z] 15:15:01 all 14.91 0.00 6.92 1.86 3.24 73.06 [2021-05-06T15:39:23.612Z] 15:15:01 0 25.74 0.00 8.41 0.73 3.34 61.78 [2021-05-06T15:39:23.612Z] 15:15:01 1 12.94 0.00 7.47 2.15 3.25 74.20 [2021-05-06T15:39:23.612Z] 15:15:01 2 11.13 0.00 5.84 1.29 3.26 78.49 [2021-05-06T15:39:23.612Z] 15:15:01 3 10.04 0.00 6.01 3.25 3.13 77.57 [2021-05-06T15:39:23.612Z] 15:16:01 all 12.44 0.00 11.63 3.88 6.37 65.69 [2021-05-06T15:39:23.612Z] 15:16:01 0 11.31 0.00 11.24 1.56 6.71 69.18 [2021-05-06T15:39:23.612Z] 15:16:01 1 13.23 0.00 12.74 5.13 6.26 62.64 [2021-05-06T15:39:23.612Z] 15:16:01 2 12.55 0.00 9.97 5.87 6.19 65.42 [2021-05-06T15:39:23.612Z] 15:16:01 3 12.67 0.00 12.59 2.96 6.30 65.47 [2021-05-06T15:39:23.612Z] 15:17:01 all 49.83 0.00 14.28 3.14 11.30 21.44 [2021-05-06T15:39:23.612Z] 15:17:01 0 50.24 0.00 14.11 4.99 10.82 19.82 [2021-05-06T15:39:23.612Z] 15:17:01 1 54.51 0.00 14.69 2.52 9.70 18.59 [2021-05-06T15:39:23.612Z] 15:17:01 2 42.04 0.00 12.94 2.54 14.33 28.14 [2021-05-06T15:39:23.612Z] 15:17:01 3 52.97 0.00 15.47 2.50 10.20 18.87 [2021-05-06T15:39:23.612Z] 15:18:01 all 39.53 0.00 12.89 1.59 14.10 31.89 [2021-05-06T15:39:23.612Z] 15:18:01 0 36.86 0.00 11.49 1.29 15.30 35.06 [2021-05-06T15:39:23.612Z] 15:18:01 1 43.30 0.00 13.56 1.97 13.23 27.94 [2021-05-06T15:39:23.612Z] 15:18:01 2 35.73 0.00 12.13 1.57 15.31 35.26 [2021-05-06T15:39:23.612Z] 15:18:01 3 42.48 0.00 14.46 1.54 12.46 29.05 [2021-05-06T15:39:23.612Z] 15:19:01 all 43.18 0.00 18.01 2.84 18.15 17.82 [2021-05-06T15:39:23.612Z] 15:19:01 0 40.56 0.00 17.33 2.37 19.14 20.60 [2021-05-06T15:39:23.612Z] 15:19:01 1 45.05 0.00 19.16 3.21 16.02 16.57 [2021-05-06T15:39:23.612Z] 15:19:01 2 44.63 0.00 18.41 2.63 17.86 16.47 [2021-05-06T15:39:23.612Z] 15:19:01 3 42.59 0.00 17.17 3.15 19.52 17.57 [2021-05-06T15:39:23.612Z] 15:20:01 all 24.26 0.00 11.21 0.75 9.49 54.28 [2021-05-06T15:39:23.612Z] 15:20:01 0 25.11 0.00 11.03 1.03 9.97 52.87 [2021-05-06T15:39:23.612Z] 15:20:01 1 23.38 0.00 10.77 0.37 9.72 55.77 [2021-05-06T15:39:23.612Z] 15:20:01 2 24.31 0.00 10.84 1.31 9.58 53.95 [2021-05-06T15:39:23.612Z] 15:20:01 3 24.25 0.00 12.23 0.29 8.68 54.55 [2021-05-06T15:39:23.612Z] 15:21:02 all 18.85 0.00 20.01 7.98 12.60 40.57 [2021-05-06T15:39:23.612Z] 15:21:02 0 22.27 0.00 20.64 8.28 12.19 36.62 [2021-05-06T15:39:23.612Z] 15:21:02 1 15.79 0.00 18.89 8.39 13.18 43.75 [2021-05-06T15:39:23.612Z] 15:21:02 2 18.00 0.00 19.33 7.73 12.84 42.11 [2021-05-06T15:39:23.612Z] 15:21:02 3 19.40 0.00 21.20 7.50 12.17 39.73 [2021-05-06T15:39:23.612Z] 15:22:02 all 21.79 0.00 24.33 25.12 8.38 20.38 [2021-05-06T15:39:23.612Z] 15:22:02 0 22.22 0.00 26.41 25.75 8.27 17.34 [2021-05-06T15:39:23.612Z] 15:22:02 1 21.17 0.00 22.68 26.63 8.65 20.87 [2021-05-06T15:39:23.612Z] 15:22:02 2 21.06 0.00 22.72 25.21 8.55 22.46 [2021-05-06T15:39:23.612Z] 15:22:02 3 22.74 0.00 25.55 22.83 8.04 20.83 [2021-05-06T15:39:23.612Z] 15:23:01 all 71.81 0.00 13.87 6.09 3.52 4.71 [2021-05-06T15:39:23.612Z] 15:23:01 0 71.09 0.00 14.83 7.11 3.18 3.79 [2021-05-06T15:39:23.612Z] 15:23:01 1 72.45 0.00 13.07 4.63 3.96 5.89 [2021-05-06T15:39:23.612Z] 15:23:01 2 71.88 0.00 14.14 6.11 2.86 5.01 [2021-05-06T15:39:23.612Z] 15:23:01 3 71.81 0.00 13.44 6.48 4.09 4.18 [2021-05-06T15:39:23.612Z] 15:24:03 all 16.20 0.00 18.71 10.93 21.45 32.71 [2021-05-06T15:39:23.612Z] 15:24:03 0 14.71 0.00 16.11 10.93 22.75 35.50 [2021-05-06T15:39:23.612Z] 15:24:03 1 16.73 0.00 19.08 11.47 21.02 31.71 [2021-05-06T15:39:23.612Z] 15:24:03 2 17.49 0.00 20.36 10.39 20.71 31.05 [2021-05-06T15:39:23.612Z] 15:24:03 3 15.93 0.00 19.41 10.93 21.26 32.48 [2021-05-06T15:39:23.612Z] 15:25:02 all 43.10 0.00 19.63 15.30 8.28 13.69 [2021-05-06T15:39:23.612Z] 15:25:02 0 42.81 0.00 19.34 14.65 8.42 14.77 [2021-05-06T15:39:23.612Z] 15:25:02 1 44.67 0.00 18.37 17.64 8.23 11.09 [2021-05-06T15:39:23.612Z] 15:25:02 2 43.27 0.00 21.40 14.60 8.33 12.40 [2021-05-06T15:39:23.612Z] 15:25:02 3 41.63 0.00 19.40 14.33 8.15 16.50 [2021-05-06T15:39:23.612Z] [2021-05-06T15:39:23.612Z] 15:25:02 CPU %user %nice %system %iowait %steal %idle [2021-05-06T15:39:23.612Z] 15:26:01 all 30.76 0.00 11.49 4.29 6.53 46.93 [2021-05-06T15:39:23.612Z] 15:26:01 0 32.80 0.00 11.79 5.42 6.41 43.58 [2021-05-06T15:39:23.612Z] 15:26:01 1 29.80 0.00 11.70 1.90 6.73 49.86 [2021-05-06T15:39:23.612Z] 15:26:01 2 30.27 0.00 11.34 6.40 6.62 45.36 [2021-05-06T15:39:23.612Z] 15:26:01 3 30.18 0.00 11.14 3.41 6.33 48.95 [2021-05-06T15:39:23.612Z] 15:27:01 all 0.84 0.00 0.99 0.68 0.35 97.15 [2021-05-06T15:39:23.612Z] 15:27:01 0 0.50 0.00 0.77 0.43 0.35 97.95 [2021-05-06T15:39:23.612Z] 15:27:01 1 1.20 0.00 1.02 1.15 0.28 96.34 [2021-05-06T15:39:23.612Z] 15:27:01 2 0.65 0.00 1.07 0.45 0.37 97.46 [2021-05-06T15:39:23.612Z] 15:27:01 3 1.00 0.00 1.12 0.67 0.38 96.83 [2021-05-06T15:39:23.612Z] 15:28:01 all 0.11 0.00 0.08 0.05 0.45 99.32 [2021-05-06T15:39:23.612Z] 15:28:01 0 0.03 0.00 0.08 0.02 0.20 99.67 [2021-05-06T15:39:23.612Z] 15:28:01 1 0.03 0.00 0.08 0.12 0.46 99.30 [2021-05-06T15:39:23.612Z] 15:28:01 2 0.02 0.00 0.10 0.03 0.55 99.30 [2021-05-06T15:39:23.612Z] 15:28:01 3 0.37 0.00 0.05 0.02 0.58 98.99 [2021-05-06T15:39:23.612Z] 15:29:01 all 0.14 0.00 0.48 0.05 1.30 98.04 [2021-05-06T15:39:23.612Z] 15:29:01 0 0.25 0.00 0.36 0.02 1.24 98.13 [2021-05-06T15:39:23.612Z] 15:29:01 1 0.12 0.00 0.65 0.15 1.11 97.98 [2021-05-06T15:39:23.612Z] 15:29:01 2 0.12 0.00 0.25 0.03 1.52 98.09 [2021-05-06T15:39:23.612Z] 15:29:01 3 0.07 0.00 0.64 0.02 1.32 97.95 [2021-05-06T15:39:23.612Z] 15:30:01 all 0.03 0.00 0.03 0.00 0.25 99.68 [2021-05-06T15:39:23.612Z] 15:30:01 0 0.02 0.00 0.05 0.00 0.18 99.75 [2021-05-06T15:39:23.612Z] 15:30:01 1 0.00 0.00 0.02 0.00 0.13 99.85 [2021-05-06T15:39:23.612Z] 15:30:01 2 0.08 0.00 0.05 0.00 0.43 99.43 [2021-05-06T15:39:23.612Z] 15:30:01 3 0.02 0.00 0.02 0.00 0.27 99.70 [2021-05-06T15:39:23.612Z] 15:31:01 all 0.02 0.00 0.10 0.00 0.67 99.21 [2021-05-06T15:39:23.613Z] 15:31:01 0 0.07 0.00 0.16 0.00 1.43 98.34 [2021-05-06T15:39:23.613Z] 15:31:01 1 0.02 0.00 0.02 0.00 0.18 99.78 [2021-05-06T15:39:23.613Z] 15:31:01 2 0.00 0.00 0.12 0.02 0.56 99.30 [2021-05-06T15:39:23.613Z] 15:31:01 3 0.02 0.00 0.08 0.00 0.48 99.42 [2021-05-06T15:39:23.613Z] 15:32:01 all 0.03 0.00 0.03 0.00 0.46 99.47 [2021-05-06T15:39:23.613Z] 15:32:01 0 0.05 0.00 0.05 0.00 1.01 98.89 [2021-05-06T15:39:23.613Z] 15:32:01 1 0.02 0.00 0.02 0.00 0.17 99.80 [2021-05-06T15:39:23.613Z] 15:32:01 2 0.03 0.00 0.05 0.00 0.37 99.55 [2021-05-06T15:39:23.613Z] 15:32:01 3 0.02 0.00 0.02 0.00 0.32 99.65 [2021-05-06T15:39:23.613Z] 15:33:01 all 0.03 0.00 0.02 0.00 0.22 99.72 [2021-05-06T15:39:23.613Z] 15:33:01 0 0.05 0.00 0.02 0.00 0.33 99.60 [2021-05-06T15:39:23.613Z] 15:33:01 1 0.03 0.00 0.03 0.00 0.20 99.73 [2021-05-06T15:39:23.613Z] 15:33:01 2 0.02 0.00 0.03 0.00 0.27 99.68 [2021-05-06T15:39:23.613Z] 15:33:01 3 0.03 0.00 0.02 0.00 0.08 99.87 [2021-05-06T15:39:23.613Z] 15:34:01 all 0.05 0.00 0.04 0.00 0.29 99.62 [2021-05-06T15:39:23.613Z] 15:34:01 0 0.03 0.00 0.07 0.00 0.32 99.58 [2021-05-06T15:39:23.613Z] 15:34:01 1 0.08 0.00 0.05 0.00 0.40 99.47 [2021-05-06T15:39:23.613Z] 15:34:01 2 0.03 0.00 0.02 0.00 0.13 99.82 [2021-05-06T15:39:23.613Z] 15:34:01 3 0.03 0.00 0.03 0.00 0.32 99.62 [2021-05-06T15:39:23.613Z] 15:35:01 all 0.04 0.00 0.05 0.00 0.17 99.74 [2021-05-06T15:39:23.613Z] 15:35:01 0 0.05 0.00 0.05 0.00 0.07 99.83 [2021-05-06T15:39:23.613Z] 15:35:01 1 0.02 0.00 0.03 0.00 0.03 99.92 [2021-05-06T15:39:23.613Z] 15:35:01 2 0.07 0.00 0.08 0.00 0.52 99.34 [2021-05-06T15:39:23.613Z] 15:35:01 3 0.03 0.00 0.02 0.00 0.08 99.87 [2021-05-06T15:39:23.613Z] 15:36:02 all 0.02 0.00 0.03 0.00 0.31 99.63 [2021-05-06T15:39:23.613Z] 15:36:02 0 0.03 0.00 0.03 0.00 0.20 99.73 [2021-05-06T15:39:23.613Z] 15:36:02 1 0.00 0.00 0.02 0.00 0.12 99.87 [2021-05-06T15:39:23.613Z] 15:36:02 2 0.07 0.00 0.07 0.00 0.63 99.24 [2021-05-06T15:39:23.613Z] 15:36:02 3 0.00 0.00 0.02 0.00 0.30 99.68 [2021-05-06T15:39:23.613Z] [2021-05-06T15:39:23.613Z] 15:36:02 CPU %user %nice %system %iowait %steal %idle [2021-05-06T15:39:23.613Z] 15:37:01 all 0.04 0.00 0.03 0.00 0.23 99.70 [2021-05-06T15:39:23.613Z] 15:37:01 0 0.03 0.00 0.03 0.00 0.27 99.66 [2021-05-06T15:39:23.613Z] 15:37:01 1 0.05 0.00 0.02 0.00 0.05 99.88 [2021-05-06T15:39:23.613Z] 15:37:01 2 0.02 0.00 0.00 0.00 0.15 99.83 [2021-05-06T15:39:23.613Z] 15:37:01 3 0.05 0.00 0.05 0.00 0.46 99.44 [2021-05-06T15:39:23.613Z] 15:38:01 all 0.03 0.00 0.03 0.00 0.15 99.79 [2021-05-06T15:39:23.613Z] 15:38:01 0 0.02 0.00 0.03 0.00 0.23 99.72 [2021-05-06T15:39:23.613Z] 15:38:01 1 0.02 0.00 0.03 0.00 0.10 99.85 [2021-05-06T15:39:23.613Z] 15:38:01 2 0.03 0.00 0.03 0.00 0.05 99.88 [2021-05-06T15:39:23.613Z] 15:38:01 3 0.05 0.00 0.03 0.00 0.22 99.70 [2021-05-06T15:39:23.613Z] 15:39:01 all 4.28 0.00 3.38 2.10 4.03 86.22 [2021-05-06T15:39:23.613Z] 15:39:01 0 4.52 0.00 3.34 1.30 3.80 87.05 [2021-05-06T15:39:23.613Z] 15:39:01 1 4.06 0.00 2.76 2.08 4.42 86.69 [2021-05-06T15:39:23.613Z] 15:39:01 2 4.66 0.00 4.13 1.87 4.01 85.34 [2021-05-06T15:39:23.613Z] 15:39:01 3 3.90 0.00 3.29 3.14 3.87 85.79 [2021-05-06T15:39:23.613Z] Average: all 15.25 0.00 7.41 3.39 5.28 68.68 [2021-05-06T15:39:23.613Z] Average: 0 15.65 0.00 7.40 3.37 5.48 68.11 [2021-05-06T15:39:23.613Z] Average: 1 15.42 0.00 7.35 3.51 5.08 68.64 [2021-05-06T15:39:23.613Z] Average: 2 14.74 0.00 7.31 3.45 5.43 69.07 [2021-05-06T15:39:23.613Z] Average: 3 15.17 0.00 7.57 3.23 5.12 68.90 [2021-05-06T15:39:23.613Z] [2021-05-06T15:39:23.613Z] [2021-05-06T15:39:23.613Z]