Branch indexing 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 tonyespy for edgexfoundry/edgex-go Obtained Jenkinsfile from 3996e6206ecf6545d3837532f55264bacc8f1ea2+bf41993ae39f966b0d993bd56432d2f66e6af597 (8c2f18e267b1360df24baf5bc7c119adcf5161de) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-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 ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30984 in /w/workspace/edgexfoundry_edgex-go_PR-3241 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/10 [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/10 # 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 bf41993ae39f966b0d993bd56432d2f66e6af597 into PR head commit 3996e6206ecf6545d3837532f55264bacc8f1ea2 Merge succeeded, producing a7414695f078ddcd8848205c7319b49b88f89bde Checking out Revision a7414695f078ddcd8848205c7319b49b88f89bde (PR-3241) > 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/3241/head:refs/remotes/origin/PR-3241 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3996e6206ecf6545d3837532f55264bacc8f1ea2 # 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 bf41993ae39f966b0d993bd56432d2f66e6af597 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a7414695f078ddcd8848205c7319b49b88f89bde # timeout=10 Commit message: "Merge commit 'bf41993ae39f966b0d993bd56432d2f66e6af597' into HEAD" > git rev-list --no-walk 3996e6206ecf6545d3837532f55264bacc8f1ea2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-23T00:30:12.754Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-23T00:30:13.081Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-23T00:30:13.181Z] ========================================================= [2021-03-23T00:30:13.181Z] EdgeX Global Pipelines Version Info [2021-03-23T00:30:13.181Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-23T00:30:14.657Z] ------------------- [2021-03-23T00:30:14.657Z] stable info: [2021-03-23T00:30:14.657Z] ------------------- [2021-03-23T00:30:14.657Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-23T00:30:14.657Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-23T00:30:14.657Z] Message: update stable to v1.0.186 [2021-03-23T00:30:15.610Z] ------------------- [2021-03-23T00:30:15.610Z] experimental info: [2021-03-23T00:30:15.610Z] ------------------- [2021-03-23T00:30:15.610Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-23T00:30:15.610Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-23T00:30:15.610Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-23T00:30:15.932Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-23T00:30:16.024Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-23T00:30:16.113Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-23T00:30:16.199Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-23T00:30:16.290Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-23T00:30:16.379Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-23T00:30:16.469Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-23T00:30:16.572Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-23T00:30:16.657Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-23T00:30:16.758Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-23T00:30:16.845Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-23T00:30:16.934Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-23T00:30:17.030Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-23T00:30:17.122Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-23T00:30:17.209Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-23T00:30:17.301Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-23T00:30:17.401Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-23T00:30:17.488Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-23T00:30:17.607Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-23T00:30:17.698Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-23T00:30:17.792Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-23T00:30:17.882Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-23T00:30:17.969Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3241 [Pipeline] echo [2021-03-23T00:30:18.089Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3241 [Pipeline] echo [2021-03-23T00:30:18.174Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3241 [Pipeline] echo [2021-03-23T00:30:18.261Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a7414695f078ddcd8848205c7319b49b88f89bde [Pipeline] echo [2021-03-23T00:30:18.353Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a741469 [Pipeline] echo [2021-03-23T00:30:18.453Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-23T00:30:18.616Z] provisioning config files... [2021-03-23T00:30:18.663Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config4775565048082459091tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-23T00:30:19.030Z] ---> docker-login.sh [2021-03-23T00:30:19.030Z] nexus3.edgexfoundry.org:10001 [2021-03-23T00:30:19.292Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T00:30:19.555Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T00:30:19.555Z] Configure a credential helper to remove this warning. See [2021-03-23T00:30:19.555Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T00:30:19.555Z] [2021-03-23T00:30:19.555Z] Login Succeeded [2021-03-23T00:30:19.555Z] nexus3.edgexfoundry.org:10002 [2021-03-23T00:30:19.555Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T00:30:19.555Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T00:30:19.555Z] Configure a credential helper to remove this warning. See [2021-03-23T00:30:19.555Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T00:30:19.555Z] [2021-03-23T00:30:19.555Z] Login Succeeded [2021-03-23T00:30:19.555Z] nexus3.edgexfoundry.org:10003 [2021-03-23T00:30:19.819Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T00:30:19.819Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T00:30:19.819Z] Configure a credential helper to remove this warning. See [2021-03-23T00:30:19.819Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T00:30:19.819Z] [2021-03-23T00:30:19.819Z] Login Succeeded [2021-03-23T00:30:19.819Z] nexus3.edgexfoundry.org:10004 [2021-03-23T00:30:19.819Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T00:30:20.081Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T00:30:20.081Z] Configure a credential helper to remove this warning. See [2021-03-23T00:30:20.081Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T00:30:20.081Z] [2021-03-23T00:30:20.081Z] Login Succeeded [2021-03-23T00:30:20.081Z] docker.io [2021-03-23T00:30:20.081Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T00:30:20.344Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T00:30:20.344Z] Configure a credential helper to remove this warning. See [2021-03-23T00:30:20.344Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T00:30:20.344Z] [2021-03-23T00:30:20.344Z] Login Succeeded [2021-03-23T00:30:20.344Z] ---> docker-login.sh ends [Pipeline] } [2021-03-23T00:30:20.354Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-23T00:30:20.856Z] ++ 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-03-23T00:30:20.856Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-23T00:30:20.856Z] ++ dirname cmd/core-command/Dockerfile [2021-03-23T00:30:20.856Z] ++ cut -d/ -f2 [2021-03-23T00:30:20.856Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-23T00:30:20.856Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-23T00:30:20.856Z] ++ dirname cmd/core-data/Dockerfile [2021-03-23T00:30:20.856Z] ++ cut -d/ -f2 [2021-03-23T00:30:20.856Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-23T00:30:20.856Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-23T00:30:20.856Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-23T00:30:20.856Z] ++ cut -d/ -f2 [2021-03-23T00:30:20.856Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-23T00:30:20.856Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-23T00:30:20.856Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-23T00:30:20.856Z] ++ cut -d/ -f2 [2021-03-23T00:30:20.856Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-23T00:30:20.856Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-23T00:30:20.856Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-23T00:30:20.856Z] ++ cut -d/ -f2 [2021-03-23T00:30:20.856Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-23T00:30:20.856Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-23T00:30:20.856Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-23T00:30:20.856Z] ++ cut -d/ -f2 [2021-03-23T00:30:20.856Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-23T00:30:20.856Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-23T00:30:20.856Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-23T00:30:20.856Z] ++ cut -d/ -f2 [2021-03-23T00:30:20.856Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-23T00:30:20.856Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-23T00:30:20.856Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-23T00:30:20.856Z] ++ cut -d/ -f2 [2021-03-23T00:30:20.856Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-23T00:30:20.856Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-23T00:30:20.856Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-23T00:30:20.856Z] ++ cut -d/ -f2 [2021-03-23T00:30:20.856Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-23T00:30:20.931Z] 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-03-23T00:30:22.552Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T00:30:22.552Z] [2021-03-23T00:30:22.552Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-23T00:30:22.909Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T00:30:22.909Z] latest: Pulling from edgex-devops/git-semver [2021-03-23T00:30:22.909Z] 31603596830f: Pulling fs layer [2021-03-23T00:30:22.909Z] 2a8b12db71e7: Pulling fs layer [2021-03-23T00:30:22.909Z] 6ca5941a6612: Pulling fs layer [2021-03-23T00:30:22.909Z] ecc8261a40a4: Pulling fs layer [2021-03-23T00:30:22.909Z] ecc8261a40a4: Waiting [2021-03-23T00:30:22.909Z] 2a8b12db71e7: Verifying Checksum [2021-03-23T00:30:22.909Z] 2a8b12db71e7: Download complete [2021-03-23T00:30:22.909Z] 31603596830f: Verifying Checksum [2021-03-23T00:30:22.909Z] 31603596830f: Download complete [2021-03-23T00:30:23.174Z] 6ca5941a6612: Verifying Checksum [2021-03-23T00:30:23.174Z] 6ca5941a6612: Download complete [2021-03-23T00:30:23.174Z] ecc8261a40a4: Verifying Checksum [2021-03-23T00:30:23.174Z] ecc8261a40a4: Download complete [2021-03-23T00:30:23.438Z] 31603596830f: Pull complete [2021-03-23T00:30:23.438Z] 2a8b12db71e7: Pull complete [2021-03-23T00:30:24.392Z] 6ca5941a6612: Pull complete [2021-03-23T00:30:24.655Z] ecc8261a40a4: Pull complete [2021-03-23T00:30:24.655Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-23T00:30:24.655Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T00:30:24.655Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-23T00:30:24.768Z] prd-centos7-docker-4c-2g-30984 does not seem to be running inside a container [2021-03-23T00:30:24.830Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-23T00:30:27.564Z] $ docker top cd7aa6e272eb4c772de382dd2561ae23b409a751331b40b33b1b4a9885141841 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-23T00:30:27.860Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-23T00:30:27.860Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-23T00:30:28.084Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-23T00:30:28.090Z] $ docker exec cd7aa6e272eb4c772de382dd2561ae23b409a751331b40b33b1b4a9885141841 ssh-agent [2021-03-23T00:30:28.263Z] SSH_AUTH_SOCK=/tmp/ssh-4FzbCb82Cl8S/agent.11 [2021-03-23T00:30:28.263Z] SSH_AGENT_PID=17 [2021-03-23T00:30:28.272Z] Running ssh-add (command line suppressed) [2021-03-23T00:30:28.399Z] Identity added: /w/workspace/edgex-go/10@tmp/private_key_404150367910799252.key (/w/workspace/edgex-go/10@tmp/private_key_404150367910799252.key) [2021-03-23T00:30:28.453Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-23T00:30:28.782Z] + git tag --points-at HEAD [Pipeline] } [2021-03-23T00:30:28.805Z] $ docker exec --env ******** --env ******** cd7aa6e272eb4c772de382dd2561ae23b409a751331b40b33b1b4a9885141841 ssh-agent -k [2021-03-23T00:30:28.932Z] unset SSH_AUTH_SOCK; [2021-03-23T00:30:28.932Z] unset SSH_AGENT_PID; [2021-03-23T00:30:28.932Z] echo Agent pid 17 killed; [2021-03-23T00:30:28.995Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-23T00:30:29.134Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-23T00:30:29.135Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-23T00:30:29.336Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-23T00:30:29.342Z] $ docker exec cd7aa6e272eb4c772de382dd2561ae23b409a751331b40b33b1b4a9885141841 ssh-agent [2021-03-23T00:30:29.505Z] SSH_AUTH_SOCK=/tmp/ssh-M6MlpSXxPGXP/agent.46 [2021-03-23T00:30:29.505Z] SSH_AGENT_PID=52 [2021-03-23T00:30:29.514Z] Running ssh-add (command line suppressed) [2021-03-23T00:30:29.648Z] Identity added: /w/workspace/edgex-go/10@tmp/private_key_524247388650323127.key (/w/workspace/edgex-go/10@tmp/private_key_524247388650323127.key) [2021-03-23T00:30:29.700Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-23T00:30:30.041Z] + git semver init [2021-03-23T00:30:30.041Z] # -> Open(): unable to determine branch for HEAD [2021-03-23T00:30:30.041Z] # $GIT_DIR = /w/workspace/edgex-go/10/.git [2021-03-23T00:30:30.041Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/10 [2021-03-23T00:30:30.041Z] # $SEMVER_REMOTE_NAME = origin [2021-03-23T00:30:30.041Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-23T00:30:30.041Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-23T00:30:30.041Z] # $SEMVER_BRANCH = PR-3241 [2021-03-23T00:30:30.041Z] # $SEMVER_TEMP = /tmp/semver-495624802 [2021-03-23T00:30:30.041Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-23T00:30:48.249Z] # '/tmp/semver-495624802' -> '/w/workspace/edgex-go/10/.semver' [2021-03-23T00:30:48.831Z] # -> Force: false [2021-03-23T00:30:48.831Z] # $SEMVER_DIR = /w/workspace/edgex-go/10/.semver [Pipeline] } [2021-03-23T00:30:49.111Z] $ docker exec --env ******** --env ******** cd7aa6e272eb4c772de382dd2561ae23b409a751331b40b33b1b4a9885141841 ssh-agent -k [2021-03-23T00:30:49.393Z] unset SSH_AUTH_SOCK; [2021-03-23T00:30:49.393Z] unset SSH_AGENT_PID; [2021-03-23T00:30:49.393Z] echo Agent pid 52 killed; [2021-03-23T00:30:49.470Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-23T00:30:49.940Z] + git semver [Pipeline] } [2021-03-23T00:30:49.958Z] $ docker stop --time=1 cd7aa6e272eb4c772de382dd2561ae23b409a751331b40b33b1b4a9885141841 [2021-03-23T00:30:51.601Z] $ docker rm -f cd7aa6e272eb4c772de382dd2561ae23b409a751331b40b33b1b4a9885141841 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-23T00:30:52.207Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-23T00:30:52.710Z] Stashed 1 file(s) [Pipeline] echo [2021-03-23T00:30:52.713Z] [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-03-23T00:30:53.570Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-23T00:30:53.876Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-23T00:30:54.177Z] + true [2021-03-23T00:30:54.177Z] + sudo service docker restart [2021-03-23T00:30:54.177Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-23T00:30:54.768Z] ========================================================= [2021-03-23T00:30:54.768Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-23T00:30:54.768Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-23T00:30:55.122Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-23T00:30:59.349Z] Sending build context to Docker daemon 328.8MB [2021-03-23T00:30:59.349Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-23T00:30:59.349Z] Step 2/6 : FROM ${BASE} [2021-03-23T00:30:59.349Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-23T00:30:59.349Z] 188c0c94c7c5: Pulling fs layer [2021-03-23T00:30:59.349Z] 0ef7d3d256c8: Pulling fs layer [2021-03-23T00:30:59.349Z] de9db76c5a1d: Pulling fs layer [2021-03-23T00:30:59.349Z] bca2f99d35d6: Pulling fs layer [2021-03-23T00:30:59.349Z] 93359f2a8cfa: Pulling fs layer [2021-03-23T00:30:59.349Z] 7c6f9722023f: Pulling fs layer [2021-03-23T00:30:59.349Z] a35cf1a2eb13: Pulling fs layer [2021-03-23T00:30:59.349Z] 93359f2a8cfa: Waiting [2021-03-23T00:30:59.349Z] 7c6f9722023f: Waiting [2021-03-23T00:30:59.349Z] a35cf1a2eb13: Waiting [2021-03-23T00:30:59.349Z] bca2f99d35d6: Waiting [2021-03-23T00:30:59.349Z] de9db76c5a1d: Verifying Checksum [2021-03-23T00:30:59.349Z] de9db76c5a1d: Download complete [2021-03-23T00:30:59.349Z] 0ef7d3d256c8: Verifying Checksum [2021-03-23T00:30:59.349Z] 0ef7d3d256c8: Download complete [2021-03-23T00:30:59.349Z] 93359f2a8cfa: Verifying Checksum [2021-03-23T00:30:59.349Z] 93359f2a8cfa: Download complete [2021-03-23T00:30:59.349Z] 7c6f9722023f: Verifying Checksum [2021-03-23T00:30:59.349Z] 7c6f9722023f: Download complete [2021-03-23T00:30:59.349Z] 188c0c94c7c5: Verifying Checksum [2021-03-23T00:30:59.349Z] 188c0c94c7c5: Download complete [2021-03-23T00:30:59.349Z] 188c0c94c7c5: Pull complete [2021-03-23T00:30:59.612Z] 0ef7d3d256c8: Pull complete [2021-03-23T00:30:59.612Z] de9db76c5a1d: Pull complete [2021-03-23T00:31:01.006Z] a35cf1a2eb13: Verifying Checksum [2021-03-23T00:31:01.006Z] a35cf1a2eb13: Download complete [2021-03-23T00:31:01.582Z] bca2f99d35d6: Download complete [2021-03-23T00:31:06.920Z] bca2f99d35d6: Pull complete [2021-03-23T00:31:06.920Z] 93359f2a8cfa: Pull complete [2021-03-23T00:31:07.184Z] 7c6f9722023f: Pull complete [2021-03-23T00:31:08.071Z] Still waiting to schedule task [2021-03-23T00:31:08.071Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-23T00:31:12.521Z] a35cf1a2eb13: Pull complete [2021-03-23T00:31:12.521Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-23T00:31:12.521Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-23T00:31:12.521Z] ---> a62c8e92a672 [2021-03-23T00:31:12.521Z] 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-03-23T00:31:12.521Z] ---> Running in c6a537e35fa8 [2021-03-23T00:31:13.100Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T00:31:13.679Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T00:31:14.256Z] (1/12) Installing libmagic (5.38-r0) [2021-03-23T00:31:14.517Z] (2/12) Installing file (5.38-r0) [2021-03-23T00:31:14.517Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-23T00:31:14.780Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-23T00:31:20.083Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-23T00:31:20.083Z] (6/12) Installing patch (2.7.6-r6) [2021-03-23T00:31:20.661Z] (7/12) Installing build-base (0.5-r2) [2021-03-23T00:31:20.661Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-23T00:31:20.922Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-23T00:31:20.922Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-23T00:31:20.922Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-23T00:31:21.186Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-23T00:31:21.186Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T00:31:21.186Z] OK: 233 MiB in 51 packages [2021-03-23T00:31:24.522Z] Removing intermediate container c6a537e35fa8 [2021-03-23T00:31:24.522Z] ---> 57b3e18d1d1d [2021-03-23T00:31:24.522Z] Step 4/6 : WORKDIR /edgex-go [2021-03-23T00:31:24.522Z] ---> Running in 90ced3cadbfe [2021-03-23T00:31:24.787Z] Removing intermediate container 90ced3cadbfe [2021-03-23T00:31:24.787Z] ---> aeaad6223aa0 [2021-03-23T00:31:24.787Z] Step 5/6 : COPY go.mod . [2021-03-23T00:31:25.049Z] ---> d8e380b98578 [2021-03-23T00:31:25.049Z] Step 6/6 : RUN go mod download [2021-03-23T00:31:25.049Z] ---> Running in cb0953fe50e1 [2021-03-23T00:31:47.063Z] Removing intermediate container cb0953fe50e1 [2021-03-23T00:31:47.063Z] ---> 6f2d29879e23 [2021-03-23T00:31:47.063Z] Successfully built 6f2d29879e23 [2021-03-23T00:31:47.063Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-23T00:31:47.385Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-23T00:31:47.386Z] . [Pipeline] withDockerContainer [2021-03-23T00:31:47.493Z] prd-centos7-docker-4c-2g-30984 does not seem to be running inside a container [2021-03-23T00:31:47.542Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-23T00:31:48.919Z] $ docker top eeaff3fefce0a72b97cb545298198eb4048e74a4fcde5a0b475c827a35390ed8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T00:31:49.419Z] + go version [2021-03-23T00:31:49.419Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-23T00:31:49.436Z] $ docker stop --time=1 eeaff3fefce0a72b97cb545298198eb4048e74a4fcde5a0b475c827a35390ed8 [2021-03-23T00:31:50.855Z] $ docker rm -f eeaff3fefce0a72b97cb545298198eb4048e74a4fcde5a0b475c827a35390ed8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T00:31:51.803Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-23T00:31:51.803Z] . [Pipeline] withDockerContainer [2021-03-23T00:31:51.915Z] prd-centos7-docker-4c-2g-30984 does not seem to be running inside a container [2021-03-23T00:31:51.967Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-23T00:31:52.830Z] $ docker top 33cafe89c68165817ca8f73839db61370581d0545b27ab5f6e2939ddca5a7667 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-23T00:31:53.051Z] ========================================================= [2021-03-23T00:31:53.051Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-23T00:31:53.051Z] ========================================================= [Pipeline] sh [2021-03-23T00:31:53.346Z] + make test [2021-03-23T00:31:53.346Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-23T00:32:03.443Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-23T00:32:18.751Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-23T00:32:24.120Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-23T00:32:24.120Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-23T00:32:24.120Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-23T00:32:26.710Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-23T00:32:26.710Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-23T00:32:26.710Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-23T00:32:26.710Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-23T00:32:27.679Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-23T00:32:28.264Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-23T00:32:30.890Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-23T00:32:30.890Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-23T00:32:30.890Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-23T00:32:32.848Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.086s coverage: 45.9% of statements [2021-03-23T00:32:32.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-23T00:32:32.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-23T00:32:32.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-23T00:32:32.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-23T00:32:32.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-23T00:32:32.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-23T00:32:32.848Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.061s coverage: 19.8% of statements [2021-03-23T00:32:32.848Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.075s coverage: 100.0% of statements [2021-03-23T00:32:37.105Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.167s coverage: 27.1% of statements [2021-03-23T00:32:37.105Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-23T00:32:37.105Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-23T00:32:37.105Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-23T00:32:37.105Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-23T00:32:37.105Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-23T00:32:37.105Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-23T00:32:37.105Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.037s coverage: 100.0% of statements [2021-03-23T00:32:37.105Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-23T00:32:37.105Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.037s coverage: 100.0% of statements [2021-03-23T00:32:37.105Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-23T00:32:37.105Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-23T00:32:37.105Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.106s coverage: 71.3% of statements [2021-03-23T00:32:37.105Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-23T00:32:37.105Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-23T00:32:37.105Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.152s coverage: 82.9% of statements [2021-03-23T00:32:37.105Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-23T00:32:37.105Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-23T00:32:37.105Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.084s coverage: 78.9% of statements [2021-03-23T00:32:37.105Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-23T00:32:39.730Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.321s coverage: 28.6% of statements [2021-03-23T00:32:39.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-23T00:32:39.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-23T00:32:39.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-23T00:32:39.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-23T00:32:39.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-23T00:32:39.730Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.081s coverage: 100.0% of statements [2021-03-23T00:32:39.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-23T00:32:39.730Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.057s coverage: 100.0% of statements [2021-03-23T00:32:39.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-23T00:32:39.730Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.141s coverage: 86.7% of statements [2021-03-23T00:32:39.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-23T00:32:39.730Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.123s coverage: 97.5% of statements [2021-03-23T00:32:39.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-23T00:32:39.730Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.059s coverage: 78.3% of statements [2021-03-23T00:32:39.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-23T00:32:39.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-23T00:32:39.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-23T00:32:39.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-23T00:32:42.336Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.420s coverage: 92.8% of statements [2021-03-23T00:32:42.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-23T00:32:42.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-23T00:32:42.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-23T00:32:42.336Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-23T00:32:42.336Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-23T00:32:42.336Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-23T00:32:42.336Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-23T00:32:42.336Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-23T00:32:42.336Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-23T00:32:42.336Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-23T00:32:42.336Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-23T00:32:42.336Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-23T00:32:42.336Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-23T00:32:42.336Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-23T00:32:42.336Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-23T00:32:42.336Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-23T00:32:42.336Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-23T00:32:42.336Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-23T00:32:42.336Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.041s coverage: 58.8% of statements [2021-03-23T00:32:42.336Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-23T00:32:42.336Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-23T00:32:42.336Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.062s coverage: 0.1% of statements [2021-03-23T00:32:42.336Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-23T00:32:42.336Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-23T00:32:42.336Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-23T00:32:42.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.054s coverage: 47.1% of statements [2021-03-23T00:32:42.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.056s coverage: 79.5% of statements [2021-03-23T00:32:42.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.054s coverage: 94.1% of statements [2021-03-23T00:32:42.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.049s coverage: 96.3% of statements [2021-03-23T00:32:42.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.035s coverage: 87.5% of statements [2021-03-23T00:32:54.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.046s coverage: 94.4% of statements [2021-03-23T00:32:54.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.053s coverage: 44.8% of statements [2021-03-23T00:32:57.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.137s coverage: 81.7% of statements [2021-03-23T00:33:05.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.069s coverage: 92.9% of statements [2021-03-23T00:33:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-23T00:33:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-23T00:33:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-23T00:33:05.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-03-23T00:33:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-23T00:33:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-23T00:33:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-23T00:33:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-23T00:33:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-23T00:33:05.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements [2021-03-23T00:33:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-23T00:33:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-23T00:33:05.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements [2021-03-23T00:33:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-23T00:33:05.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.055s coverage: 75.5% of statements [2021-03-23T00:33:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-23T00:33:05.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2021-03-23T00:33:05.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.066s coverage: 87.2% of statements [2021-03-23T00:33:05.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.048s coverage: 84.6% of statements [2021-03-23T00:33:05.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.082s coverage: 91.6% of statements [2021-03-23T00:33:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-23T00:33:05.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.182s coverage: 64.4% of statements [2021-03-23T00:33:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-23T00:33:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-23T00:33:05.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements [2021-03-23T00:33:05.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-03-23T00:33:05.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements [2021-03-23T00:33:05.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements [2021-03-23T00:33:05.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-03-23T00:33:05.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.338s coverage: 69.0% of statements [2021-03-23T00:33:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-23T00:33:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-23T00:33:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-23T00:33:05.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.117s coverage: 38.4% of statements [2021-03-23T00:33:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-23T00:33:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-23T00:33:05.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.050s coverage: 89.5% of statements [2021-03-23T00:33:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-23T00:33:05.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.041s coverage: 84.8% of statements [2021-03-23T00:33:05.415Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.135s coverage: 47.0% of statements [2021-03-23T00:33:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-23T00:33:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-23T00:33:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-23T00:33:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-23T00:33:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-23T00:33:05.415Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-03-23T00:33:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-23T00:33:05.415Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.040s coverage: 100.0% of statements [2021-03-23T00:33:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-23T00:33:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-23T00:33:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-23T00:33:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-23T00:33:05.415Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.140s coverage: 87.1% of statements [2021-03-23T00:33:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-23T00:33:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-23T00:33:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-23T00:33:06.851Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.927s coverage: 29.1% of statements [2021-03-23T00:33:06.851Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-23T00:33:06.851Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-23T00:33:06.851Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-23T00:33:06.851Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-23T00:33:06.851Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-23T00:33:06.851Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements [2021-03-23T00:33:06.851Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-23T00:33:06.851Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.054s coverage: 100.0% of statements [2021-03-23T00:33:06.851Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-23T00:33:06.851Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-23T00:33:06.851Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-23T00:33:06.851Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-23T00:33:07.125Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.151s coverage: 96.5% of statements [2021-03-23T00:33:07.125Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-23T00:33:07.125Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-23T00:33:07.125Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-23T00:33:07.125Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements [2021-03-23T00:33:07.125Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-23T00:33:07.125Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements [2021-03-23T00:33:07.125Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-23T00:33:07.125Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-23T00:33:07.125Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-23T00:33:07.125Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-23T00:33:07.391Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.062s coverage: 87.9% of statements [2021-03-23T00:33:07.391Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-23T00:33:07.391Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-23T00:33:07.391Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements [2021-03-23T00:33:07.655Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.042s coverage: 32.1% of statements [2021-03-23T00:33:08.230Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements [2021-03-23T00:33:08.493Z] GO111MODULE=on go vet ./... [2021-03-23T00:33:27.704Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30986 in /w/workspace/edgexfoundry_edgex-go_PR-3241 [Pipeline] { [Pipeline] ws [2021-03-23T00:33:27.768Z] Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout [2021-03-23T00:33:33.259Z] using credential edgex-jenkins-ssh [2021-03-23T00:33:33.351Z] Cloning the remote Git repository [2021-03-23T00:33:33.426Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-23T00:33:33.539Z] > git init /w/workspace/edgex-go/10 # timeout=10 [2021-03-23T00:33:33.633Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-23T00:33:33.634Z] > git --version # timeout=10 [2021-03-23T00:33:33.656Z] > git --version # 'git version 2.17.1' [2021-03-23T00:33:33.658Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-23T00:33:33.754Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-23T00:33:40.805Z] gofmt -l . [2021-03-23T00:33:40.805Z] [ "`gofmt -l .`" = "" ] [2021-03-23T00:33:40.805Z] ./bin/test-go-mod-tidy.sh [2021-03-23T00:33:41.067Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-23T00:33:41.946Z] + ls -al . [2021-03-23T00:33:41.946Z] total 772 [2021-03-23T00:33:41.946Z] drwxrwxr-x 10 1001 1001 4096 Mar 23 00:33 . [2021-03-23T00:33:41.946Z] drwxr-xr-x 4 root root 30 Mar 23 00:31 .. [2021-03-23T00:33:41.946Z] -rw-rw-r-- 1 1001 1001 11 Mar 23 00:30 .dockerignore [2021-03-23T00:33:41.946Z] drwxrwxr-x 8 1001 1001 179 Mar 23 00:30 .git [2021-03-23T00:33:41.946Z] drwxrwxr-x 3 1001 1001 125 Mar 23 00:30 .github [2021-03-23T00:33:41.946Z] -rw-rw-r-- 1 1001 1001 818 Mar 23 00:30 .gitignore [2021-03-23T00:33:41.946Z] drwx------ 3 1001 1001 60 Mar 23 00:30 .semver [2021-03-23T00:33:41.946Z] -rw-rw-r-- 1 1001 1001 166 Mar 23 00:30 .sonarcloud.properties [2021-03-23T00:33:41.946Z] -rw-rw-r-- 1 1001 1001 8607 Mar 23 00:30 Attribution.txt [2021-03-23T00:33:41.946Z] -rw-rw-r-- 1 1001 1001 3804 Mar 23 00:30 CONTRIBUTING.md [2021-03-23T00:33:41.946Z] -rw-rw-r-- 1 1001 1001 931 Mar 23 00:30 Dockerfile.build [2021-03-23T00:33:41.946Z] -rw-rw-r-- 1 1001 1001 863 Mar 23 00:30 Jenkinsfile [2021-03-23T00:33:41.946Z] -rw-rw-r-- 1 1001 1001 10775 Mar 23 00:30 LICENSE [2021-03-23T00:33:41.947Z] -rw-rw-r-- 1 1001 1001 5774 Mar 23 00:30 Makefile [2021-03-23T00:33:41.947Z] -rw-rw-r-- 1 1001 1001 6548 Mar 23 00:30 README.md [2021-03-23T00:33:41.947Z] -rw-rw-r-- 1 1001 1001 6755 Mar 23 00:30 SECURITY.md [2021-03-23T00:33:41.947Z] -rw-rw-r-- 1 1001 1001 5 Mar 23 00:30 VERSION [2021-03-23T00:33:41.947Z] -rw-rw-r-- 1 1001 1001 4131 Mar 23 00:30 ZMQWindows.md [2021-03-23T00:33:41.947Z] drwxrwxr-x 2 1001 1001 117 Mar 23 00:30 bin [2021-03-23T00:33:41.947Z] drwxrwxr-x 14 1001 1001 4096 Mar 23 00:30 cmd [2021-03-23T00:33:41.947Z] -rw-r--r-- 1 root root 659965 Mar 23 00:33 coverage.out [2021-03-23T00:33:41.947Z] -rw-r--r-- 1 root root 1055 Mar 23 00:33 go.mod [2021-03-23T00:33:41.947Z] -rw-r--r-- 1 root root 22325 Mar 23 00:33 go.sum [2021-03-23T00:33:41.947Z] drwxrwxr-x 8 1001 1001 127 Mar 23 00:30 internal [2021-03-23T00:33:41.947Z] drwxrwxr-x 4 1001 1001 26 Mar 23 00:30 openapi [2021-03-23T00:33:41.947Z] drwxrwxr-x 4 1001 1001 71 Mar 23 00:30 snap [2021-03-23T00:33:41.947Z] -rw-rw-r-- 1 1001 1001 168 Mar 23 00:30 version.go [Pipeline] sh [2021-03-23T00:33:42.252Z] + '[' -e coverage.out ] [2021-03-23T00:33:42.252Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-23T00:33:42.503Z] Stashed 1 file(s) [Pipeline] sh [2021-03-23T00:33:42.810Z] + make build [2021-03-23T00:33:42.810Z] 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-03-23T00:33:46.132Z] 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-03-23T00:33:49.680Z] Merging remotes/origin/master commit bf41993ae39f966b0d993bd56432d2f66e6af597 into PR head commit 3996e6206ecf6545d3837532f55264bacc8f1ea2 [2021-03-23T00:33:48.774Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-23T00:33:48.794Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-23T00:33:48.823Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-23T00:33:48.861Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-23T00:33:48.861Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-23T00:33:48.872Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3241/head:refs/remotes/origin/PR-3241 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-23T00:33:49.717Z] > git config core.sparsecheckout # timeout=10 [2021-03-23T00:33:49.737Z] > git checkout -f 3996e6206ecf6545d3837532f55264bacc8f1ea2 # timeout=10 [2021-03-23T00:33:50.358Z] Merge succeeded, producing 38280b0805153ffde38314e1b7ff24ae9963319f [2021-03-23T00:33:50.358Z] Checking out Revision 38280b0805153ffde38314e1b7ff24ae9963319f (PR-3241) [2021-03-23T00:33:50.138Z] > git remote # timeout=10 [2021-03-23T00:33:50.159Z] > git config --get remote.origin.url # timeout=10 [2021-03-23T00:33:50.185Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-23T00:33:50.195Z] > git merge bf41993ae39f966b0d993bd56432d2f66e6af597 # timeout=10 [2021-03-23T00:33:50.341Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-23T00:33:50.383Z] > git config core.sparsecheckout # timeout=10 [2021-03-23T00:33:50.402Z] > git checkout -f 38280b0805153ffde38314e1b7ff24ae9963319f # timeout=10 [2021-03-23T00:33:54.684Z] Commit message: "Merge commit 'bf41993ae39f966b0d993bd56432d2f66e6af597' into HEAD" [2021-03-23T00:33:54.710Z] > git rev-list --no-walk 3996e6206ecf6545d3837532f55264bacc8f1ea2 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-23T00:33:56.219Z] 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-03-23T00:33:56.423Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-23T00:33:56.798Z] 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-03-23T00:33:56.833Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-23T00:33:57.175Z] + sudo service docker restart [2021-03-23T00:33:57.175Z] + true [2021-03-23T00:33:58.750Z] 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-03-23T00:33:59.030Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-23T00:33:59.232Z] provisioning config files... [2021-03-23T00:33:59.281Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config2176665382800037638tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-23T00:33:59.690Z] ---> docker-login.sh [2021-03-23T00:33:59.690Z] nexus3.edgexfoundry.org:10001 [2021-03-23T00:34:00.297Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T00:34:00.895Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T00:34:00.895Z] Configure a credential helper to remove this warning. See [2021-03-23T00:34:00.895Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T00:34:00.895Z] [2021-03-23T00:34:00.895Z] Login Succeeded [2021-03-23T00:34:00.895Z] nexus3.edgexfoundry.org:10002 [2021-03-23T00:34:00.967Z] 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-03-23T00:34:01.170Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T00:34:01.447Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T00:34:01.447Z] Configure a credential helper to remove this warning. See [2021-03-23T00:34:01.447Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T00:34:01.447Z] [2021-03-23T00:34:01.447Z] Login Succeeded [2021-03-23T00:34:01.447Z] nexus3.edgexfoundry.org:10003 [2021-03-23T00:34:01.720Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T00:34:01.993Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T00:34:01.993Z] Configure a credential helper to remove this warning. See [2021-03-23T00:34:01.993Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T00:34:01.993Z] [2021-03-23T00:34:01.993Z] Login Succeeded [2021-03-23T00:34:01.993Z] nexus3.edgexfoundry.org:10004 [2021-03-23T00:34:02.266Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T00:34:02.540Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T00:34:02.540Z] Configure a credential helper to remove this warning. See [2021-03-23T00:34:02.540Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T00:34:02.540Z] [2021-03-23T00:34:02.540Z] Login Succeeded [2021-03-23T00:34:02.540Z] docker.io [2021-03-23T00:34:02.814Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T00:34:02.938Z] 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-03-23T00:34:03.406Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T00:34:03.406Z] Configure a credential helper to remove this warning. See [2021-03-23T00:34:03.406Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T00:34:03.406Z] [2021-03-23T00:34:03.406Z] Login Succeeded [2021-03-23T00:34:03.406Z] ---> docker-login.sh ends [Pipeline] } [2021-03-23T00:34:03.423Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-03-23T00:34:03.890Z] 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 [Pipeline] echo [2021-03-23T00:34:03.946Z] ========================================================= [2021-03-23T00:34:03.946Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-23T00:34:03.946Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-23T00:34:04.323Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-23T00:34:05.298Z] 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-03-23T00:34:06.252Z] 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-03-23T00:34:06.960Z] Sending build context to Docker daemon 166.9MB [2021-03-23T00:34:06.960Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-23T00:34:06.960Z] Step 2/6 : FROM ${BASE} [2021-03-23T00:34:06.960Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-23T00:34:06.960Z] 5f621e34cdf4: Pulling fs layer [2021-03-23T00:34:06.960Z] a4357932f1b6: Pulling fs layer [2021-03-23T00:34:06.960Z] 18c013af1878: Pulling fs layer [2021-03-23T00:34:06.960Z] 00ac8860ef70: Pulling fs layer [2021-03-23T00:34:06.960Z] 63d7cb157983: Pulling fs layer [2021-03-23T00:34:06.960Z] b116817d02f9: Pulling fs layer [2021-03-23T00:34:06.960Z] 745a02a5169b: Pulling fs layer [2021-03-23T00:34:06.960Z] 00ac8860ef70: Waiting [2021-03-23T00:34:06.960Z] 63d7cb157983: Waiting [2021-03-23T00:34:06.960Z] b116817d02f9: Waiting [2021-03-23T00:34:06.960Z] 745a02a5169b: Waiting [2021-03-23T00:34:06.960Z] 18c013af1878: Verifying Checksum [2021-03-23T00:34:06.960Z] 18c013af1878: Download complete [2021-03-23T00:34:06.960Z] a4357932f1b6: Verifying Checksum [2021-03-23T00:34:06.960Z] a4357932f1b6: Download complete [2021-03-23T00:34:07.234Z] 63d7cb157983: Verifying Checksum [2021-03-23T00:34:07.234Z] 63d7cb157983: Download complete [2021-03-23T00:34:07.508Z] b116817d02f9: Download complete [2021-03-23T00:34:07.508Z] 5f621e34cdf4: Verifying Checksum [2021-03-23T00:34:07.508Z] 5f621e34cdf4: Download complete [2021-03-23T00:34:07.648Z] 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-03-23T00:34:08.116Z] 5f621e34cdf4: Pull complete [2021-03-23T00:34:09.104Z] a4357932f1b6: Pull complete [2021-03-23T00:34:09.386Z] 18c013af1878: Pull complete [2021-03-23T00:34:09.988Z] 745a02a5169b: Verifying Checksum [2021-03-23T00:34:09.988Z] 745a02a5169b: Download complete [Pipeline] } [2021-03-23T00:34:10.251Z] $ docker stop --time=1 33cafe89c68165817ca8f73839db61370581d0545b27ab5f6e2939ddca5a7667 [2021-03-23T00:34:10.972Z] 00ac8860ef70: Verifying Checksum [2021-03-23T00:34:10.972Z] 00ac8860ef70: Download complete [2021-03-23T00:34:12.045Z] $ docker rm -f 33cafe89c68165817ca8f73839db61370581d0545b27ab5f6e2939ddca5a7667 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T00:34:15.703Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-23T00:34:15.704Z] [2021-03-23T00:34:15.704Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-23T00:34:16.059Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-23T00:34:16.059Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-23T00:34:16.059Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-23T00:34:16.059Z] ca9280d653b3: Pulling fs layer [2021-03-23T00:34:16.059Z] 7e9c9ca2126c: Pulling fs layer [2021-03-23T00:34:16.326Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-23T00:34:16.326Z] cbdbe7a5bc2a: Download complete [2021-03-23T00:34:16.915Z] cbdbe7a5bc2a: Pull complete [2021-03-23T00:34:16.915Z] ca9280d653b3: Verifying Checksum [2021-03-23T00:34:16.915Z] ca9280d653b3: Download complete [2021-03-23T00:34:17.876Z] 7e9c9ca2126c: Download complete [2021-03-23T00:34:18.139Z] ca9280d653b3: Pull complete [2021-03-23T00:34:21.146Z] 00ac8860ef70: Pull complete [2021-03-23T00:34:21.146Z] 63d7cb157983: Pull complete [2021-03-23T00:34:21.754Z] b116817d02f9: Pull complete [2021-03-23T00:34:24.771Z] 7e9c9ca2126c: Pull complete [2021-03-23T00:34:24.772Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-23T00:34:24.772Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-23T00:34:24.772Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-23T00:34:24.935Z] prd-centos7-docker-4c-2g-30984 does not seem to be running inside a container [2021-03-23T00:34:24.988Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-23T00:34:25.181Z] 745a02a5169b: Pull complete [2021-03-23T00:34:25.453Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-23T00:34:25.453Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-23T00:34:25.453Z] ---> b7e6874047d6 [2021-03-23T00:34:25.453Z] 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-03-23T00:34:27.919Z] $ docker top 4c1e8fdb9ecfe0b493cf312c66b8b08099de9430449d5d3447981b3e5269dc4f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T00:34:28.530Z] + docker-compose build --help [2021-03-23T00:34:28.530Z] + grep parallel [2021-03-23T00:34:28.854Z] ---> Running in a6b24f3be464 [2021-03-23T00:34:29.578Z] --parallel Build images in parallel. [Pipeline] } [2021-03-23T00:34:29.610Z] $ docker stop --time=1 4c1e8fdb9ecfe0b493cf312c66b8b08099de9430449d5d3447981b3e5269dc4f [2021-03-23T00:34:29.848Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T00:34:30.442Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T00:34:31.077Z] $ docker rm -f 4c1e8fdb9ecfe0b493cf312c66b8b08099de9430449d5d3447981b3e5269dc4f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T00:34:31.418Z] (1/12) Installing libmagic (5.38-r0) [2021-03-23T00:34:31.418Z] (2/12) Installing file (5.38-r0) [2021-03-23T00:34:31.418Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-23T00:34:31.688Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-23T00:34:31.706Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-23T00:34:31.706Z] . [Pipeline] withDockerContainer [2021-03-23T00:34:31.811Z] prd-centos7-docker-4c-2g-30984 does not seem to be running inside a container [2021-03-23T00:34:31.869Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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-03-23T00:34:32.587Z] $ docker top ab78d866094923d4716970407bc03f3baf2b0afdb765df0ee9b1ca8a155486dc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T00:34:33.073Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-23T00:34:34.021Z] Building docker-core-command-go ... [2021-03-23T00:34:34.021Z] Building docker-core-data-go ... [2021-03-23T00:34:34.021Z] Building docker-core-metadata-go ... [2021-03-23T00:34:34.021Z] Building docker-security-bootstrapper-go ... [2021-03-23T00:34:34.021Z] Building docker-security-proxy-setup-go ... [2021-03-23T00:34:34.021Z] Building docker-security-secretstore-setup-go ... [2021-03-23T00:34:34.021Z] Building docker-support-notifications-go ... [2021-03-23T00:34:34.021Z] Building docker-support-scheduler-go ... [2021-03-23T00:34:34.021Z] Building docker-sys-mgmt-agent-go ... [2021-03-23T00:34:34.021Z] Building docker-sys-mgmt-agent-go [2021-03-23T00:34:34.021Z] Building docker-support-notifications-go [2021-03-23T00:34:34.021Z] Building docker-core-command-go [2021-03-23T00:34:34.021Z] Building docker-security-secretstore-setup-go [2021-03-23T00:34:34.021Z] Building docker-security-bootstrapper-go [2021-03-23T00:34:34.289Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-23T00:34:34.559Z] (6/12) Installing patch (2.7.6-r6) [2021-03-23T00:34:34.559Z] (7/12) Installing build-base (0.5-r2) [2021-03-23T00:34:34.559Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-23T00:34:34.830Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-23T00:34:34.830Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-23T00:34:34.830Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-23T00:34:35.102Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-23T00:34:35.102Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T00:34:35.102Z] OK: 217 MiB in 51 packages [2021-03-23T00:34:39.416Z] Removing intermediate container a6b24f3be464 [2021-03-23T00:34:39.416Z] ---> 0af384b7eb06 [2021-03-23T00:34:39.416Z] Step 4/6 : WORKDIR /edgex-go [2021-03-23T00:34:39.416Z] ---> Running in ad9ab50b709f [2021-03-23T00:34:39.689Z] Removing intermediate container ad9ab50b709f [2021-03-23T00:34:39.689Z] ---> 3bac55325d82 [2021-03-23T00:34:39.689Z] Step 5/6 : COPY go.mod . [2021-03-23T00:34:40.665Z] ---> 4852da4a173d [2021-03-23T00:34:40.665Z] Step 6/6 : RUN go mod download [2021-03-23T00:34:40.665Z] ---> Running in 566bc0674605 [2021-03-23T00:35:07.513Z] Removing intermediate container 566bc0674605 [2021-03-23T00:35:07.513Z] ---> d2863d76a4d3 [2021-03-23T00:35:07.513Z] Successfully built d2863d76a4d3 [2021-03-23T00:35:07.513Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-23T00:35:07.866Z] + docker inspect -f . ci-base-image-arm64 [2021-03-23T00:35:07.866Z] . [Pipeline] withDockerContainer [2021-03-23T00:35:08.155Z] prd-ubuntu18.04-docker-arm64-4c-16g-30986 does not seem to be running inside a container [2021-03-23T00:35:08.286Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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-03-23T00:35:09.894Z] $ docker top ab80e981b12914bb1ad0598e5280c00e75119e0fa15c84b7c6d27b3ad7560350 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T00:35:10.924Z] + go version [2021-03-23T00:35:10.924Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-23T00:35:10.984Z] $ docker stop --time=1 ab80e981b12914bb1ad0598e5280c00e75119e0fa15c84b7c6d27b3ad7560350 [2021-03-23T00:35:12.961Z] $ docker rm -f ab80e981b12914bb1ad0598e5280c00e75119e0fa15c84b7c6d27b3ad7560350 [2021-03-23T00:35:12.946Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T00:35:12.946Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-23T00:35:12.946Z] ---> 6f2d29879e23 [2021-03-23T00:35:12.946Z] Step 3/26 : WORKDIR /edgex-go [2021-03-23T00:35:12.946Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T00:35:12.946Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-23T00:35:12.946Z] ---> 6f2d29879e23 [2021-03-23T00:35:12.946Z] Step 3/22 : WORKDIR /edgex-go [2021-03-23T00:35:12.946Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T00:35:12.946Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-23T00:35:12.946Z] ---> 6f2d29879e23 [2021-03-23T00:35:12.946Z] Step 3/31 : WORKDIR /edgex-go [2021-03-23T00:35:12.946Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T00:35:12.946Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-23T00:35:12.946Z] ---> 6f2d29879e23 [2021-03-23T00:35:12.946Z] Step 3/24 : WORKDIR /edgex-go [2021-03-23T00:35:12.946Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T00:35:12.946Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-23T00:35:12.946Z] ---> 6f2d29879e23 [2021-03-23T00:35:12.946Z] Step 3/23 : WORKDIR /edgex-go [2021-03-23T00:35:12.946Z] ---> Running in 8f3f96cff255 [2021-03-23T00:35:12.946Z] ---> Running in 9b704bd7527a [2021-03-23T00:35:12.946Z] ---> Running in 47ac99b53292 [2021-03-23T00:35:12.946Z] ---> Running in 326d968193a0 [2021-03-23T00:35:12.946Z] ---> Running in c7d7f2f9c8a4 [2021-03-23T00:35:12.946Z] Removing intermediate container 9b704bd7527a [2021-03-23T00:35:12.946Z] ---> 697397a78fe3 [2021-03-23T00:35:12.946Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T00:35:12.946Z] Removing intermediate container c7d7f2f9c8a4 [2021-03-23T00:35:12.946Z] ---> ba148f744439 [2021-03-23T00:35:12.946Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T00:35:12.946Z] Removing intermediate container 326d968193a0 [2021-03-23T00:35:12.946Z] ---> c7b380cc4938 [2021-03-23T00:35:12.946Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T00:35:12.946Z] Removing intermediate container 8f3f96cff255 [2021-03-23T00:35:12.946Z] ---> e860ef3e57a3 [2021-03-23T00:35:12.946Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T00:35:12.946Z] Removing intermediate container 47ac99b53292 [2021-03-23T00:35:12.946Z] ---> 899fa0fc63de [2021-03-23T00:35:12.946Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T00:35:12.946Z] ---> Running in f3b714b21929 [2021-03-23T00:35:12.946Z] ---> Running in 172c9e879c25 [2021-03-23T00:35:12.946Z] ---> Running in 914faab883f1 [2021-03-23T00:35:12.946Z] ---> Running in f110dee6a06c [2021-03-23T00:35:12.946Z] ---> Running in 712b4725b738 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T00:35:13.933Z] + docker inspect -f . ci-base-image-arm64 [2021-03-23T00:35:13.933Z] . [2021-03-23T00:35:13.936Z] Removing intermediate container 172c9e879c25 [2021-03-23T00:35:13.936Z] ---> a5f5b5f6127c [2021-03-23T00:35:13.936Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-23T00:35:13.936Z] Removing intermediate container f3b714b21929 [2021-03-23T00:35:13.936Z] ---> 92b4c9d4824d [2021-03-23T00:35:13.936Z] Step 5/23 : RUN apk add --update --no-cache make git [Pipeline] withDockerContainer [2021-03-23T00:35:14.173Z] prd-ubuntu18.04-docker-arm64-4c-16g-30986 does not seem to be running inside a container [2021-03-23T00:35:14.203Z] ---> Running in bc011b2cb1b0 [2021-03-23T00:35:14.203Z] ---> Running in 0de1aa00f774 [2021-03-23T00:35:14.298Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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-03-23T00:35:14.466Z] Removing intermediate container 914faab883f1 [2021-03-23T00:35:14.466Z] ---> 61b80af70ad3 [2021-03-23T00:35:14.466Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-23T00:35:14.466Z] Removing intermediate container f110dee6a06c [2021-03-23T00:35:14.466Z] ---> 9b04110e80bb [2021-03-23T00:35:14.466Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-23T00:35:14.745Z] Removing intermediate container 712b4725b738 [2021-03-23T00:35:14.745Z] ---> 66d8ea33c0e5 [2021-03-23T00:35:14.745Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-23T00:35:14.745Z] ---> Running in 5afa9d37889d [2021-03-23T00:35:14.745Z] ---> Running in a069013877cf [2021-03-23T00:35:14.745Z] ---> Running in 6fdcf41570cb [2021-03-23T00:35:15.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T00:35:15.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T00:35:15.596Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T00:35:15.746Z] $ docker top 3d08839415993e8412ea3e4f86f4dfcc141ab60c6a23c05b5a60756c19240f06 -eo pid,comm [2021-03-23T00:35:15.861Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T00:35:15.862Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T00:35:15.862Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T00:35:15.862Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] echo [2021-03-23T00:35:16.096Z] ========================================================= [2021-03-23T00:35:16.096Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-23T00:35:16.096Z] ========================================================= [Pipeline] sh [2021-03-23T00:35:16.123Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T00:35:16.390Z] OK: 233 MiB in 51 packages [2021-03-23T00:35:16.663Z] OK: 233 MiB in 51 packages [2021-03-23T00:35:16.663Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T00:35:16.663Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T00:35:16.663Z] OK: 233 MiB in 51 packages [2021-03-23T00:35:16.738Z] + make test [2021-03-23T00:35:16.738Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-23T00:35:16.934Z] Removing intermediate container bc011b2cb1b0 [2021-03-23T00:35:16.934Z] ---> 0f0d5d0fe008 [2021-03-23T00:35:16.934Z] Step 6/26 : COPY go.mod . [2021-03-23T00:35:17.196Z] OK: 233 MiB in 51 packages [2021-03-23T00:35:17.196Z] ---> 4b3d35e2a513 [2021-03-23T00:35:17.196Z] Step 7/26 : RUN go mod download [2021-03-23T00:35:17.196Z] OK: 233 MiB in 51 packages [2021-03-23T00:35:17.196Z] ---> Running in d61549dce74a [2021-03-23T00:35:17.463Z] Removing intermediate container 5afa9d37889d [2021-03-23T00:35:17.463Z] ---> f269be869b40 [2021-03-23T00:35:17.463Z] Step 6/24 : COPY go.mod . [2021-03-23T00:35:17.463Z] Removing intermediate container 0de1aa00f774 [2021-03-23T00:35:17.463Z] ---> 5311658c6906 [2021-03-23T00:35:17.463Z] Step 6/23 : COPY go.mod . [2021-03-23T00:35:18.048Z] ---> 21ce8873d2d6 [2021-03-23T00:35:18.048Z] Step 7/23 : RUN go mod download [2021-03-23T00:35:18.048Z] ---> 32f2f1110969 [2021-03-23T00:35:18.048Z] Step 7/24 : RUN go mod download [2021-03-23T00:35:18.048Z] ---> Running in 25ff59c0f4d2 [2021-03-23T00:35:18.048Z] ---> Running in 83bc0908ba14 [2021-03-23T00:35:18.331Z] Removing intermediate container 6fdcf41570cb [2021-03-23T00:35:18.331Z] ---> 9b46c9497a2f [2021-03-23T00:35:18.331Z] Step 6/22 : COPY go.mod . [2021-03-23T00:35:18.331Z] Removing intermediate container a069013877cf [2021-03-23T00:35:18.331Z] ---> f929969f7c3e [2021-03-23T00:35:18.331Z] Step 6/31 : COPY go.mod . [2021-03-23T00:35:18.606Z] ---> 9e5b46da00c1 [2021-03-23T00:35:18.606Z] Step 7/22 : RUN go mod download [2021-03-23T00:35:18.878Z] ---> 7ce7f7f86946 [2021-03-23T00:35:18.878Z] Step 7/31 : RUN go mod download [2021-03-23T00:35:18.878Z] ---> Running in 87c5a3d487d2 [2021-03-23T00:35:18.878Z] ---> Running in e928ce23a111 [2021-03-23T00:35:19.851Z] Removing intermediate container d61549dce74a [2021-03-23T00:35:19.851Z] ---> 5fd1534618c5 [2021-03-23T00:35:19.851Z] Step 8/26 : COPY . . [2021-03-23T00:35:20.121Z] Removing intermediate container 25ff59c0f4d2 [2021-03-23T00:35:20.121Z] ---> 116df6c859d2 [2021-03-23T00:35:20.121Z] Step 8/23 : COPY . . [2021-03-23T00:35:20.121Z] Removing intermediate container 83bc0908ba14 [2021-03-23T00:35:20.121Z] ---> 2875a0a7452c [2021-03-23T00:35:20.121Z] Step 8/24 : COPY . . [2021-03-23T00:35:24.357Z] Removing intermediate container 87c5a3d487d2 [2021-03-23T00:35:24.357Z] ---> 89235fc929fb [2021-03-23T00:35:24.357Z] Step 8/22 : COPY . . [2021-03-23T00:35:26.286Z] Removing intermediate container e928ce23a111 [2021-03-23T00:35:26.286Z] ---> 439863202186 [2021-03-23T00:35:26.286Z] Step 8/31 : COPY . . [2021-03-23T00:35:38.989Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-23T00:36:05.188Z] ---> 864bf16225a5 [2021-03-23T00:36:05.189Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-23T00:36:05.189Z] ---> 061ccaf50edf [2021-03-23T00:36:05.189Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-23T00:36:05.189Z] ---> a1b64d77bf9e [2021-03-23T00:36:05.189Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-23T00:36:05.189Z] ---> Running in 89075d4fcbcf [2021-03-23T00:36:05.189Z] ---> Running in 519c16c7cea5 [2021-03-23T00:36:05.189Z] ---> Running in 6e2a515356a4 [2021-03-23T00:36:05.189Z] ---> a7c4ab00a76e [2021-03-23T00:36:05.189Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-23T00:36:05.189Z] ---> 8010f4a70ce1 [2021-03-23T00:36:05.189Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-23T00:36:05.189Z] ---> Running in fd5553519f33 [2021-03-23T00:36:05.189Z] ---> Running in 401a0b8655b6 [2021-03-23T00:36:05.189Z] 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-03-23T00:36:05.189Z] 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-03-23T00:36:05.189Z] 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-03-23T00:36:05.189Z] 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-03-23T00:36:05.189Z] 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-03-23T00:36:25.988Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-23T00:36:35.033Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-23T00:36:37.442Z] 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-03-23T00:36:41.790Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-23T00:36:41.790Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-23T00:36:44.433Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-23T00:36:44.433Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-23T00:36:44.433Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-23T00:36:44.433Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-23T00:36:45.693Z] Removing intermediate container 401a0b8655b6 [2021-03-23T00:36:45.693Z] ---> a18f067da0aa [2021-03-23T00:36:45.693Z] [2021-03-23T00:36:45.693Z] Step 10/31 : FROM alpine:3.12 [2021-03-23T00:36:45.693Z] Removing intermediate container fd5553519f33 [2021-03-23T00:36:45.693Z] ---> 45f7d22a1ec2 [2021-03-23T00:36:45.693Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-23T00:36:45.693Z] 3.12: Pulling from library/alpine [2021-03-23T00:36:45.693Z] Removing intermediate container 519c16c7cea5 [2021-03-23T00:36:45.693Z] ---> 6f425e2afcba [2021-03-23T00:36:45.693Z] [2021-03-23T00:36:45.693Z] Step 10/23 : FROM alpine:3.12 [2021-03-23T00:36:45.693Z] ---> Running in 76506d4136ca [2021-03-23T00:36:45.693Z] 3.12: Pulling from library/alpine [2021-03-23T00:36:45.693Z] 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-03-23T00:36:45.693Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-23T00:36:45.693Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-23T00:36:45.693Z] Status: Downloaded newer image for alpine:3.12 [2021-03-23T00:36:45.693Z] ---> 88dd2752d2ea [2021-03-23T00:36:45.693Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-23T00:36:45.693Z] Status: Image is up to date for alpine:3.12 [2021-03-23T00:36:45.693Z] ---> 88dd2752d2ea [2021-03-23T00:36:45.693Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-23T00:36:47.842Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-23T00:36:48.120Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-23T00:36:49.011Z] ---> Running in 044eaed5e86d [2021-03-23T00:36:49.011Z] ---> Running in 64d134e3a726 [2021-03-23T00:36:49.011Z] Removing intermediate container 89075d4fcbcf [2021-03-23T00:36:49.011Z] ---> 17c29565f45c [2021-03-23T00:36:49.011Z] [2021-03-23T00:36:49.011Z] Step 10/24 : FROM alpine:3.12 [2021-03-23T00:36:49.011Z] ---> 88dd2752d2ea [2021-03-23T00:36:49.011Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-23T00:36:49.011Z] Removing intermediate container 6e2a515356a4 [2021-03-23T00:36:49.011Z] ---> 4e18bc9160a9 [2021-03-23T00:36:49.011Z] [2021-03-23T00:36:49.011Z] Step 10/22 : FROM alpine:3.12 [2021-03-23T00:36:49.011Z] ---> 88dd2752d2ea [2021-03-23T00:36:49.011Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-23T00:36:49.011Z] ---> Running in 77b867083bb8 [2021-03-23T00:36:49.011Z] Removing intermediate container 044eaed5e86d [2021-03-23T00:36:49.011Z] ---> 29d4139f7139 [2021-03-23T00:36:49.011Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-23T00:36:49.011Z] ---> Running in 4714ca3acc3b [2021-03-23T00:36:49.281Z] ---> Running in a55afbd63061 [2021-03-23T00:36:49.547Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T00:36:49.817Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T00:36:49.817Z] Removing intermediate container 76506d4136ca [2021-03-23T00:36:49.817Z] ---> afd8b8e66a63 [2021-03-23T00:36:49.817Z] [2021-03-23T00:36:49.817Z] Step 11/26 : FROM docker:20.10.0 [2021-03-23T00:36:49.817Z] 20.10.0: Pulling from library/docker [2021-03-23T00:36:50.087Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-23T00:36:50.087Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T00:36:50.087Z] OK: 6 MiB in 15 packages [2021-03-23T00:36:50.087Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T00:36:50.087Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T00:36:50.708Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-23T00:36:50.708Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-23T00:36:50.708Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-23T00:36:50.708Z] (4/5) Installing curl (7.69.1-r3) [2021-03-23T00:36:50.708Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-23T00:36:50.708Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T00:36:50.708Z] Executing ca-certificates-20191127-r4.trigger [2021-03-23T00:36:50.708Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T00:36:50.708Z] OK: 7 MiB in 19 packages [2021-03-23T00:36:50.708Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T00:36:50.708Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T00:36:51.014Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T00:36:51.015Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-23T00:36:51.015Z] (2/2) Installing su-exec (0.2-r1) [2021-03-23T00:36:51.291Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T00:36:51.291Z] OK: 6 MiB in 16 packages [2021-03-23T00:36:51.291Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-23T00:36:51.291Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-23T00:36:51.291Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T00:36:51.291Z] Executing ca-certificates-20191127-r4.trigger [2021-03-23T00:36:51.291Z] OK: 6 MiB in 16 packages [2021-03-23T00:36:53.227Z] Removing intermediate container 64d134e3a726 [2021-03-23T00:36:53.227Z] ---> 25d1d2504577 [2021-03-23T00:36:53.227Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-23T00:36:53.227Z] Removing intermediate container 77b867083bb8 [2021-03-23T00:36:53.227Z] ---> 589761e0bd8d [2021-03-23T00:36:53.227Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-23T00:36:53.494Z] ---> Running in e7d867e4b902 [2021-03-23T00:36:53.494Z] ---> Running in 6599b07811d2 [2021-03-23T00:36:53.759Z] Removing intermediate container a55afbd63061 [2021-03-23T00:36:53.759Z] ---> b7784009550c [2021-03-23T00:36:53.759Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-23T00:36:53.759Z] Removing intermediate container e7d867e4b902 [2021-03-23T00:36:53.759Z] ---> 4d52ed066eb4 [2021-03-23T00:36:53.759Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-23T00:36:54.718Z] ---> Running in 6d192e619082 [2021-03-23T00:36:54.718Z] Removing intermediate container 6599b07811d2 [2021-03-23T00:36:54.718Z] ---> 23a6f2cd9c48 [2021-03-23T00:36:54.718Z] Step 13/24 : WORKDIR / [2021-03-23T00:36:54.718Z] ---> Running in 76eaefba93be [2021-03-23T00:36:54.983Z] Removing intermediate container 4714ca3acc3b [2021-03-23T00:36:54.983Z] ---> a011ded1734f [2021-03-23T00:36:54.983Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-23T00:36:54.983Z] ---> Running in 82c4eb9ee625 [2021-03-23T00:36:54.983Z] Removing intermediate container 6d192e619082 [2021-03-23T00:36:54.983Z] ---> 35dc4552adb6 [2021-03-23T00:36:54.983Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-23T00:36:54.983Z] ---> Running in 61ad72c043ec [2021-03-23T00:36:55.255Z] Removing intermediate container 76eaefba93be [2021-03-23T00:36:55.255Z] ---> 24510c5d1c4f [2021-03-23T00:36:55.255Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-23T00:36:55.255Z] ---> Running in 51967bd12158 [2021-03-23T00:36:55.255Z] Removing intermediate container 82c4eb9ee625 [2021-03-23T00:36:55.255Z] ---> a273d0770094 [2021-03-23T00:36:55.255Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-23T00:36:55.521Z] ---> Running in 2f37a26f1cfe [2021-03-23T00:36:55.521Z] Removing intermediate container 61ad72c043ec [2021-03-23T00:36:55.521Z] ---> 769e29bf3076 [2021-03-23T00:36:55.521Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-23T00:36:55.785Z] Removing intermediate container 51967bd12158 [2021-03-23T00:36:55.785Z] ---> c21988a03ae1 [2021-03-23T00:36:55.785Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-23T00:36:55.785Z] ---> Running in 12faf84c1170 [2021-03-23T00:36:55.785Z] ---> Running in 3d71a227ff99 [2021-03-23T00:36:55.785Z] Removing intermediate container 2f37a26f1cfe [2021-03-23T00:36:55.785Z] ---> 063543e0192d [2021-03-23T00:36:55.785Z] Step 15/23 : WORKDIR / [2021-03-23T00:36:56.059Z] ---> 97e34a0739ea [2021-03-23T00:36:56.059Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-23T00:36:56.059Z] ---> Running in 021a564dc07c [2021-03-23T00:36:56.330Z] Removing intermediate container 12faf84c1170 [2021-03-23T00:36:56.330Z] ---> b572547fd0a9 [2021-03-23T00:36:56.330Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-23T00:36:56.412Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-23T00:36:56.412Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-23T00:36:56.412Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-23T00:36:56.602Z] ---> bcc548654d41 [2021-03-23T00:36:56.602Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-23T00:36:56.602Z] ---> Running in c8f674cf3376 [2021-03-23T00:36:56.602Z] Removing intermediate container 021a564dc07c [2021-03-23T00:36:56.602Z] ---> 1dca5773becc [2021-03-23T00:36:56.602Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T00:36:58.031Z] ---> 55210d4eb43b [2021-03-23T00:36:58.031Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-23T00:36:58.031Z] ---> 09fc95125134 [2021-03-23T00:36:58.031Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-23T00:36:58.031Z] Removing intermediate container c8f674cf3376 [2021-03-23T00:36:58.031Z] ---> c0b80cd80482 [2021-03-23T00:36:58.031Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T00:36:58.618Z] ---> 81b219822929 [2021-03-23T00:36:58.618Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-23T00:36:58.892Z] Removing intermediate container 3d71a227ff99 [2021-03-23T00:36:58.892Z] ---> 59907b7383e1 [2021-03-23T00:36:58.892Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-23T00:36:58.892Z] ---> 50e5886bb344 [2021-03-23T00:36:58.892Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-23T00:36:58.892Z] ---> 9696f1be7ada [2021-03-23T00:36:58.892Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-23T00:36:58.892Z] ---> Running in e447a226fc9c [2021-03-23T00:36:58.892Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-23T00:36:58.893Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-23T00:36:58.893Z] ---> aefe523efa57 [2021-03-23T00:36:58.893Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-23T00:36:59.158Z] ---> Running in 726c261427be [2021-03-23T00:36:59.427Z] Removing intermediate container e447a226fc9c [2021-03-23T00:36:59.427Z] ---> f1f3e162c62f [2021-03-23T00:36:59.427Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-23T00:36:59.427Z] ---> 2fe8a9a54381 [2021-03-23T00:36:59.427Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-23T00:36:59.427Z] ---> 6531f17e80f7 [2021-03-23T00:36:59.427Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-23T00:36:59.706Z] ---> Running in e9857bbd2dda [2021-03-23T00:36:59.706Z] ---> abdbcd15cb4d [2021-03-23T00:36:59.706Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-23T00:36:59.970Z] Removing intermediate container e9857bbd2dda [2021-03-23T00:36:59.970Z] ---> 618cbe7cf167 [2021-03-23T00:36:59.970Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T00:36:59.970Z] ---> 4f541ea27ce0 [2021-03-23T00:36:59.970Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-23T00:36:59.970Z] ---> 83eed4da760c [2021-03-23T00:36:59.970Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-23T00:36:59.970Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T00:36:59.970Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T00:37:00.237Z] ---> Running in 0ed488064393 [2021-03-23T00:37:00.237Z] ---> Running in 9be3cdef2094 [2021-03-23T00:37:00.237Z] ---> Running in b012459a6870 [2021-03-23T00:37:00.237Z] ---> 50ece341aff8 [2021-03-23T00:37:00.237Z] Step 20/24 : 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-03-23T00:37:00.237Z] (1/2) Installing readline (8.0.4-r0) [2021-03-23T00:37:00.237Z] (2/2) Installing bash (5.0.17-r0) [2021-03-23T00:37:00.237Z] Executing bash-5.0.17-r0.post-install [2021-03-23T00:37:00.237Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T00:37:00.237Z] OK: 12 MiB in 22 packages [2021-03-23T00:37:00.504Z] ---> Running in d9bbc06d27a1 [2021-03-23T00:37:00.778Z] Removing intermediate container 9be3cdef2094 [2021-03-23T00:37:00.778Z] ---> fcdfc5185805 [2021-03-23T00:37:00.778Z] Step 21/23 : LABEL arch=x86_64 [2021-03-23T00:37:00.778Z] Removing intermediate container b012459a6870 [2021-03-23T00:37:00.778Z] ---> 448f30c7fd47 [2021-03-23T00:37:00.778Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T00:37:01.039Z] ---> Running in 09debbe4fd7e [2021-03-23T00:37:01.039Z] ---> Running in 335983c4b433 [2021-03-23T00:37:01.303Z] Removing intermediate container 09debbe4fd7e [2021-03-23T00:37:01.303Z] ---> 25be8e2c6f61 [2021-03-23T00:37:01.303Z] Step 22/23 : LABEL git_sha=a7414695f078ddcd8848205c7319b49b88f89bde [2021-03-23T00:37:01.568Z] Removing intermediate container 335983c4b433 [2021-03-23T00:37:01.568Z] ---> 936230c94395 [2021-03-23T00:37:01.568Z] Step 20/22 : LABEL arch=x86_64 [2021-03-23T00:37:01.568Z] ---> Running in 5c520473595a [2021-03-23T00:37:01.834Z] ---> Running in 92f417661fe6 [2021-03-23T00:37:01.834Z] Removing intermediate container 726c261427be [2021-03-23T00:37:01.834Z] ---> cb84b56a3aa4 [2021-03-23T00:37:01.834Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-23T00:37:02.097Z] ---> Running in 22b9704e7e63 [2021-03-23T00:37:02.097Z] Removing intermediate container 92f417661fe6 [2021-03-23T00:37:02.097Z] ---> 5cc49dc0f6e6 [2021-03-23T00:37:02.097Z] Step 21/22 : LABEL git_sha=a7414695f078ddcd8848205c7319b49b88f89bde [2021-03-23T00:37:02.363Z] Removing intermediate container 5c520473595a [2021-03-23T00:37:02.363Z] ---> 53f59d6963e2 [2021-03-23T00:37:02.363Z] Step 23/23 : LABEL version=0.0.0 [2021-03-23T00:37:02.363Z] Removing intermediate container 0ed488064393 [2021-03-23T00:37:02.363Z] ---> cc7cd41ef386 [2021-03-23T00:37:02.363Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T00:37:02.363Z] ---> Running in 44fb729dab79 [2021-03-23T00:37:02.363Z] Removing intermediate container 22b9704e7e63 [2021-03-23T00:37:02.363Z] ---> c7ed1489729f [2021-03-23T00:37:02.363Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-23T00:37:02.363Z] ---> Running in bfce5a7107e9 [2021-03-23T00:37:02.629Z] Removing intermediate container d9bbc06d27a1 [2021-03-23T00:37:02.629Z] ---> 167afda08917 [2021-03-23T00:37:02.629Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-23T00:37:02.629Z] ---> Running in 058b1b2425e0 [2021-03-23T00:37:02.629Z] ---> Running in c7358c2c0937 [2021-03-23T00:37:02.892Z] ---> a72d8beb57fe [2021-03-23T00:37:02.892Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-23T00:37:02.892Z] Removing intermediate container 44fb729dab79 [2021-03-23T00:37:02.892Z] ---> 24236fd9096c [2021-03-23T00:37:02.892Z] [2021-03-23T00:37:02.892Z] Removing intermediate container bfce5a7107e9 [2021-03-23T00:37:02.892Z] ---> 383ac370a266 [2021-03-23T00:37:02.892Z] Step 22/22 : LABEL version=0.0.0 [2021-03-23T00:37:02.892Z] Removing intermediate container 058b1b2425e0 [2021-03-23T00:37:02.892Z] ---> e3ec2b71763b [2021-03-23T00:37:02.892Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-23T00:37:03.161Z] Removing intermediate container c7358c2c0937 [2021-03-23T00:37:03.161Z] ---> 39b72dbe802e [2021-03-23T00:37:03.161Z] Step 22/24 : LABEL arch=x86_64 [2021-03-23T00:37:03.161Z] Successfully built 24236fd9096c [2021-03-23T00:37:03.161Z] ---> Running in 1c971825f9e4 [2021-03-23T00:37:03.161Z] ---> Running in 3b44c634aab0 [2021-03-23T00:37:03.161Z] Successfully tagged docker-core-command-go:latest [2021-03-23T00:37:03.161Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-03-23T00:37:03.163Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.358s coverage: 45.9% of statements [2021-03-23T00:37:03.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-23T00:37:03.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-23T00:37:03.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-23T00:37:03.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-23T00:37:03.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-23T00:37:03.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-23T00:37:03.163Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.178s coverage: 19.8% of statements [2021-03-23T00:37:03.163Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.225s coverage: 100.0% of statements [2021-03-23T00:37:03.424Z] ---> Running in e160a7787125 [2021-03-23T00:37:03.424Z] Removing intermediate container 1c971825f9e4 [2021-03-23T00:37:03.424Z] ---> a2e8aa3b7eb5 [2021-03-23T00:37:03.424Z] [2021-03-23T00:37:03.688Z] Successfully built a2e8aa3b7eb5 [2021-03-23T00:37:03.688Z] ---> 668bee041590 [2021-03-23T00:37:03.688Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-23T00:37:03.953Z] Successfully tagged docker-support-notifications-go:latest [2021-03-23T00:37:03.953Z] Removing intermediate container 3b44c634aab0 [2021-03-23T00:37:03.953Z]  Building docker-support-notifications-go ... done  ---> 6da2d728e7dd [2021-03-23T00:37:03.953Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-23T00:37:03.953Z] Removing intermediate container e160a7787125 [2021-03-23T00:37:03.953Z] ---> 9d89078dfee3 [2021-03-23T00:37:03.953Z] Step 23/24 : LABEL git_sha=a7414695f078ddcd8848205c7319b49b88f89bde [2021-03-23T00:37:03.953Z] Building docker-support-scheduler-go [2021-03-23T00:37:03.953Z] ---> Running in 2853273ceb18 [2021-03-23T00:37:04.224Z] ---> 71d0df7eb49f [2021-03-23T00:37:04.224Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-23T00:37:04.224Z] Removing intermediate container 2853273ceb18 [2021-03-23T00:37:04.224Z] ---> 52fff9a9ea43 [2021-03-23T00:37:04.224Z] Step 24/24 : LABEL version=0.0.0 [2021-03-23T00:37:04.513Z] ---> Running in ef436d264fd9 [2021-03-23T00:37:07.100Z] ---> 9640434d9902 [2021-03-23T00:37:07.100Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-23T00:37:07.100Z] ---> 387cfbdfba28 [2021-03-23T00:37:07.100Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-23T00:37:09.905Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.494s coverage: 27.1% of statements [2021-03-23T00:37:09.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-23T00:37:09.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-23T00:37:09.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-23T00:37:09.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-23T00:37:09.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-23T00:37:09.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-23T00:37:09.905Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.053s coverage: 100.0% of statements [2021-03-23T00:37:09.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-23T00:37:09.905Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.160s coverage: 100.0% of statements [2021-03-23T00:37:09.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-23T00:37:09.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-23T00:37:09.905Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.263s coverage: 71.3% of statements [2021-03-23T00:37:09.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-23T00:37:09.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-23T00:37:10.442Z] Removing intermediate container ef436d264fd9 [2021-03-23T00:37:10.443Z] ---> f8167b92def6 [2021-03-23T00:37:10.443Z] [2021-03-23T00:37:10.714Z] Successfully built f8167b92def6 [2021-03-23T00:37:10.714Z] ---> 5a5bec024018 [2021-03-23T00:37:10.714Z] ---> bf18c5e29ea2 [2021-03-23T00:37:10.714Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-23T00:37:10.714Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-23T00:37:10.714Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-23T00:37:10.714Z] Building docker-security-proxy-setup-go [2021-03-23T00:37:11.668Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in dd37a768ddec [2021-03-23T00:37:11.897Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.515s coverage: 82.9% of statements [2021-03-23T00:37:11.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-23T00:37:11.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-23T00:37:11.897Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.184s coverage: 78.9% of statements [2021-03-23T00:37:11.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-23T00:37:12.413Z] ---> 02339c12ff9d [2021-03-23T00:37:12.413Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-23T00:37:15.141Z] ---> Running in 030c6cbf3c98 [2021-03-23T00:37:15.488Z] Removing intermediate container dd37a768ddec [2021-03-23T00:37:15.488Z] ---> 2ce8610754c7 [2021-03-23T00:37:15.488Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-23T00:37:19.899Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T00:37:19.899Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T00:37:20.169Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-23T00:37:20.437Z] (2/33) Installing expat (2.2.9-r1) [2021-03-23T00:37:20.437Z] (3/33) Installing libffi (3.3-r2) [2021-03-23T00:37:20.437Z] (4/33) Installing gdbm (1.13-r1) [2021-03-23T00:37:21.023Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-23T00:37:21.023Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-23T00:37:21.023Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-23T00:37:24.362Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.084s coverage: 28.6% of statements [2021-03-23T00:37:24.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-23T00:37:24.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-23T00:37:24.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-23T00:37:24.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-23T00:37:24.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-23T00:37:24.362Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.137s coverage: 100.0% of statements [2021-03-23T00:37:24.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-23T00:37:24.362Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.081s coverage: 100.0% of statements [2021-03-23T00:37:24.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-23T00:37:24.362Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.483s coverage: 86.7% of statements [2021-03-23T00:37:24.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-23T00:37:24.362Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.354s coverage: 97.5% of statements [2021-03-23T00:37:24.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-23T00:37:24.362Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.184s coverage: 78.3% of statements [2021-03-23T00:37:24.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-23T00:37:24.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-23T00:37:24.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-23T00:37:24.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-23T00:37:25.318Z] ---> ddbd439dce3d [2021-03-23T00:37:25.318Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-23T00:37:25.916Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T00:37:25.916Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-23T00:37:26.240Z] ---> 6f2d29879e23 [2021-03-23T00:37:26.240Z] Step 3/22 : WORKDIR /edgex-go [2021-03-23T00:37:26.827Z] ---> Using cache [2021-03-23T00:37:26.827Z] ---> 899fa0fc63de [2021-03-23T00:37:26.827Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T00:37:26.827Z] ---> Using cache [2021-03-23T00:37:26.827Z] ---> 66d8ea33c0e5 [2021-03-23T00:37:26.827Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-23T00:37:27.097Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T00:37:27.097Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-23T00:37:27.097Z] ---> 6f2d29879e23 [2021-03-23T00:37:27.097Z] Step 3/23 : WORKDIR /edgex-go [2021-03-23T00:37:27.097Z] ---> Using cache [2021-03-23T00:37:27.097Z] ---> 899fa0fc63de [2021-03-23T00:37:27.366Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T00:37:27.366Z] ---> Using cache [2021-03-23T00:37:27.366Z] ---> 66d8ea33c0e5 [2021-03-23T00:37:27.366Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-23T00:37:29.310Z] ---> Running in 6af72fe29045 [2021-03-23T00:37:29.310Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-23T00:37:29.310Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-23T00:37:29.310Z] ---> Running in 3b4883603362 [2021-03-23T00:37:29.310Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-23T00:37:29.310Z] ---> Running in cc9df6bb792f [2021-03-23T00:37:29.310Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-23T00:37:29.310Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-23T00:37:29.310Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-23T00:37:29.574Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-23T00:37:29.842Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-23T00:37:30.120Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-23T00:37:30.120Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-23T00:37:30.417Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-23T00:37:30.417Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-23T00:37:30.417Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-23T00:37:30.417Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-23T00:37:30.417Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-23T00:37:30.417Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-23T00:37:30.759Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-23T00:37:30.759Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-23T00:37:30.759Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-23T00:37:30.759Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-23T00:37:31.096Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.227s coverage: 92.8% of statements [2021-03-23T00:37:31.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-23T00:37:31.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-23T00:37:31.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-23T00:37:31.096Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-23T00:37:31.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-23T00:37:31.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-23T00:37:31.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-23T00:37:31.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-23T00:37:31.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-23T00:37:31.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-23T00:37:31.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-23T00:37:31.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-23T00:37:31.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-23T00:37:31.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-23T00:37:31.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-23T00:37:31.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-23T00:37:31.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-23T00:37:31.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-23T00:37:31.096Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2021-03-23T00:37:31.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-23T00:37:31.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-23T00:37:31.096Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.222s coverage: 0.1% of statements [2021-03-23T00:37:31.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-23T00:37:31.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-23T00:37:31.096Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-23T00:37:31.096Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.129s coverage: 47.1% of statements [2021-03-23T00:37:31.096Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.078s coverage: 79.5% of statements [2021-03-23T00:37:31.096Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.047s coverage: 94.1% of statements [2021-03-23T00:37:31.097Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.102s coverage: 96.3% of statements [2021-03-23T00:37:31.097Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements [2021-03-23T00:37:31.390Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-23T00:37:31.390Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-23T00:37:31.390Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-23T00:37:31.390Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-23T00:37:31.705Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-23T00:37:31.705Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-23T00:37:32.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T00:37:32.372Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T00:37:32.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T00:37:32.372Z] OK: 71 MiB in 55 packages [2021-03-23T00:37:32.727Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T00:37:33.053Z] OK: 233 MiB in 51 packages [2021-03-23T00:37:33.733Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T00:37:33.733Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T00:37:33.733Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-23T00:37:33.733Z] ---> 6f2d29879e23 [2021-03-23T00:37:33.733Z] Step 3/21 : WORKDIR /edgex-go [2021-03-23T00:37:33.733Z] ---> Using cache [2021-03-23T00:37:33.733Z] ---> 899fa0fc63de [2021-03-23T00:37:33.733Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T00:37:33.733Z] ---> Using cache [2021-03-23T00:37:33.733Z] ---> 66d8ea33c0e5 [2021-03-23T00:37:33.733Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-23T00:37:34.027Z] OK: 233 MiB in 51 packages [2021-03-23T00:37:34.647Z] ---> Running in 4d5365f8669f [2021-03-23T00:37:34.938Z] Removing intermediate container cc9df6bb792f [2021-03-23T00:37:34.938Z] ---> 7092a9dbf70d [2021-03-23T00:37:34.938Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-23T00:37:36.581Z] ---> Running in d65c0410bcc4 [2021-03-23T00:37:36.878Z] Removing intermediate container 6af72fe29045 [2021-03-23T00:37:36.878Z] ---> 45ddc7003a10 [2021-03-23T00:37:36.878Z] Step 6/23 : COPY go.mod . [2021-03-23T00:37:36.878Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T00:37:37.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T00:37:37.794Z] Removing intermediate container d65c0410bcc4 [2021-03-23T00:37:37.794Z] ---> 63985bffa259 [2021-03-23T00:37:37.794Z] Step 28/31 : CMD ["gate"] [2021-03-23T00:37:37.794Z] Removing intermediate container 3b4883603362 [2021-03-23T00:37:37.794Z] ---> a9bb78daef25 [2021-03-23T00:37:37.794Z] Step 6/22 : COPY go.mod . [2021-03-23T00:37:38.136Z] OK: 233 MiB in 51 packages [2021-03-23T00:37:38.770Z] ---> acec708af00b [2021-03-23T00:37:38.770Z] Step 7/23 : RUN go mod download [2021-03-23T00:37:39.831Z] ---> Running in 50fea63578e8 [2021-03-23T00:37:40.800Z] ---> Running in 6ba7a2978f5b [2021-03-23T00:37:41.575Z] ---> 346178f66a1d [2021-03-23T00:37:41.575Z] Step 7/22 : RUN go mod download [2021-03-23T00:37:41.900Z] ---> Running in b57b365d7f13 [2021-03-23T00:37:42.206Z] Removing intermediate container 50fea63578e8 [2021-03-23T00:37:42.206Z] ---> 55349cbf24b6 [2021-03-23T00:37:42.206Z] Step 29/31 : LABEL arch=x86_64 [2021-03-23T00:37:42.206Z] Removing intermediate container 4d5365f8669f [2021-03-23T00:37:42.206Z] ---> 3c404669b519 [2021-03-23T00:37:42.206Z] Step 6/21 : COPY go.mod . [2021-03-23T00:37:42.496Z] Removing intermediate container 030c6cbf3c98 [2021-03-23T00:37:42.496Z] ---> 0a323790bf5d [2021-03-23T00:37:42.496Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-23T00:37:42.496Z] ---> Running in 40cda7ca0bd4 [2021-03-23T00:37:42.496Z] ---> Running in 5c36f2f26cfa [2021-03-23T00:37:42.496Z] ---> 9ad8d3648401 [2021-03-23T00:37:42.496Z] Step 7/21 : RUN go mod download [2021-03-23T00:37:42.800Z] ---> Running in 52bac6a00bb2 [2021-03-23T00:37:43.119Z] Removing intermediate container 40cda7ca0bd4 [2021-03-23T00:37:43.119Z] ---> d667a9f95b81 [2021-03-23T00:37:43.119Z] Step 30/31 : LABEL git_sha=a7414695f078ddcd8848205c7319b49b88f89bde [2021-03-23T00:37:43.119Z] ---> Running in 0040adb6bbba [2021-03-23T00:37:43.451Z] Removing intermediate container 0040adb6bbba [2021-03-23T00:37:43.451Z] ---> ac3fb7369913 [2021-03-23T00:37:43.451Z] Step 31/31 : LABEL version=0.0.0 [2021-03-23T00:37:43.478Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.072s coverage: 94.4% of statements [2021-03-23T00:37:43.478Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.064s coverage: 44.8% of statements [2021-03-23T00:37:43.757Z] ---> Running in 36fa820e70c0 [2021-03-23T00:37:44.076Z] Removing intermediate container 36fa820e70c0 [2021-03-23T00:37:44.076Z] ---> c9eeef993145 [2021-03-23T00:37:44.076Z] [2021-03-23T00:37:44.375Z] Successfully built c9eeef993145 [2021-03-23T00:37:44.741Z] Removing intermediate container b57b365d7f13 [2021-03-23T00:37:44.741Z] ---> f7f91431c329 [2021-03-23T00:37:44.741Z] Step 8/22 : COPY . . [2021-03-23T00:37:44.741Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-23T00:37:44.741Z]  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go [2021-03-23T00:37:44.741Z] Removing intermediate container 6ba7a2978f5b [2021-03-23T00:37:44.741Z] ---> 1f2c7c16391d [2021-03-23T00:37:44.741Z] Step 8/23 : COPY . . [2021-03-23T00:37:44.741Z] Collecting docker-compose==1.23.2 [2021-03-23T00:37:44.741Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-23T00:37:45.314Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-23T00:37:45.314Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-23T00:37:47.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.304s coverage: 81.7% of statements [2021-03-23T00:37:48.335Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-23T00:37:48.335Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-23T00:37:48.335Z] Removing intermediate container 52bac6a00bb2 [2021-03-23T00:37:48.335Z] ---> 64adbcc1856f [2021-03-23T00:37:48.335Z] Step 8/21 : COPY . . [2021-03-23T00:37:52.492Z] Collecting docker<4.0,>=3.6.0 [2021-03-23T00:37:52.492Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-23T00:37:53.409Z] 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-03-23T00:37:53.409Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-23T00:37:53.409Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-23T00:37:55.301Z] Collecting cached-property<2,>=1.2.0 [2021-03-23T00:37:55.301Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-23T00:37:55.974Z] Collecting texttable<0.10,>=0.9.0 [2021-03-23T00:37:55.974Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-23T00:37:57.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.115s coverage: 92.9% of statements [2021-03-23T00:37:57.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-23T00:37:57.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-23T00:37:57.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-23T00:37:57.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-03-23T00:37:57.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-23T00:37:57.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-23T00:37:57.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-23T00:37:57.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-23T00:37:57.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-23T00:37:57.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.088s coverage: 87.2% of statements [2021-03-23T00:37:57.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-23T00:37:57.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-23T00:37:57.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements [2021-03-23T00:37:57.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-23T00:37:57.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements [2021-03-23T00:37:57.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-23T00:37:57.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements [2021-03-23T00:37:57.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements [2021-03-23T00:37:57.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.139s coverage: 84.6% of statements [2021-03-23T00:37:57.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.170s coverage: 91.6% of statements [2021-03-23T00:37:57.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-23T00:37:57.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.559s coverage: 64.4% of statements [2021-03-23T00:37:57.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-23T00:37:57.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-23T00:37:57.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2021-03-23T00:37:57.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.077s coverage: 91.3% of statements [2021-03-23T00:37:57.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.053s coverage: 100.0% of statements [2021-03-23T00:37:58.269Z] Collecting jsonschema<3,>=2.5.1 [2021-03-23T00:37:58.269Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-23T00:37:58.554Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.052s coverage: 73.7% of statements [2021-03-23T00:37:58.583Z] Collecting docopt<0.7,>=0.6.1 [2021-03-23T00:37:58.583Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-23T00:37:59.544Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.084s coverage: 100.0% of statements [2021-03-23T00:38:02.430Z] Collecting PyYAML<4,>=3.10 [2021-03-23T00:38:02.430Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-23T00:38:02.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.883s coverage: 69.0% of statements [2021-03-23T00:38:02.953Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-23T00:38:02.953Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-23T00:38:02.953Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-23T00:38:03.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.384s coverage: 38.4% of statements [2021-03-23T00:38:03.939Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-23T00:38:03.939Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-23T00:38:03.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.092s coverage: 89.5% of statements [2021-03-23T00:38:03.939Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-23T00:38:03.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.088s coverage: 84.8% of statements [2021-03-23T00:38:07.200Z] Collecting docker-pycreds>=0.4.0 [2021-03-23T00:38:07.200Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-23T00:38:07.200Z] 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-03-23T00:38:07.200Z] 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-03-23T00:38:07.200Z] Collecting idna<2.8,>=2.5 [2021-03-23T00:38:07.200Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-23T00:38:07.482Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-23T00:38:07.482Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-23T00:38:07.764Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-23T00:38:07.764Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-23T00:38:07.764Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-23T00:38:07.764Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-23T00:38:08.030Z] Installing collected packages: websocket-client, dockerpty, idna, urllib3, requests, docker-pycreds, docker, cached-property, texttable, jsonschema, docopt, PyYAML, docker-compose [2021-03-23T00:38:08.632Z] Running setup.py install for dockerpty: started [2021-03-23T00:38:10.589Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-23T00:38:10.589Z] Attempting uninstall: idna [2021-03-23T00:38:10.589Z] Found existing installation: idna 2.9 [2021-03-23T00:38:10.589Z] Uninstalling idna-2.9: [2021-03-23T00:38:10.678Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.433s coverage: 47.0% of statements [2021-03-23T00:38:10.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-23T00:38:10.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-23T00:38:10.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-23T00:38:10.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-23T00:38:10.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-23T00:38:10.678Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.144s coverage: 100.0% of statements [2021-03-23T00:38:10.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-23T00:38:10.678Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.092s coverage: 100.0% of statements [2021-03-23T00:38:10.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-23T00:38:10.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-23T00:38:10.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-23T00:38:10.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-23T00:38:10.678Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.413s coverage: 87.1% of statements [2021-03-23T00:38:10.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-23T00:38:10.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-23T00:38:10.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-23T00:38:11.579Z] Successfully uninstalled idna-2.9 [2021-03-23T00:38:11.880Z] Attempting uninstall: urllib3 [2021-03-23T00:38:11.880Z] Found existing installation: urllib3 1.25.9 [2021-03-23T00:38:12.213Z] Uninstalling urllib3-1.25.9: [2021-03-23T00:38:12.213Z] Successfully uninstalled urllib3-1.25.9 [2021-03-23T00:38:12.213Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T00:38:12.213Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-23T00:38:12.213Z] ---> 6f2d29879e23 [2021-03-23T00:38:12.213Z] Step 3/23 : WORKDIR /edgex-go [2021-03-23T00:38:12.213Z] ---> Using cache [2021-03-23T00:38:12.213Z] ---> 899fa0fc63de [2021-03-23T00:38:12.213Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T00:38:12.213Z] ---> Using cache [2021-03-23T00:38:12.213Z] ---> 66d8ea33c0e5 [2021-03-23T00:38:12.213Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-23T00:38:12.606Z] ---> Using cache [2021-03-23T00:38:12.606Z] ---> 3c404669b519 [2021-03-23T00:38:12.606Z] Step 6/23 : COPY go.mod . [2021-03-23T00:38:12.606Z] ---> Using cache [2021-03-23T00:38:12.606Z] ---> 9ad8d3648401 [2021-03-23T00:38:12.606Z] Step 7/23 : RUN go mod download [2021-03-23T00:38:12.606Z] ---> Using cache [2021-03-23T00:38:12.606Z] ---> 64adbcc1856f [2021-03-23T00:38:12.606Z] Step 8/23 : COPY . . [2021-03-23T00:38:12.977Z] Attempting uninstall: requests [2021-03-23T00:38:12.977Z] Found existing installation: requests 2.23.0 [2021-03-23T00:38:12.977Z] Uninstalling requests-2.23.0: [2021-03-23T00:38:13.290Z] Successfully uninstalled requests-2.23.0 [2021-03-23T00:38:17.404Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.215s coverage: 29.1% of statements [2021-03-23T00:38:17.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-23T00:38:17.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-23T00:38:17.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-23T00:38:17.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-23T00:38:17.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-23T00:38:17.404Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.163s coverage: 99.0% of statements [2021-03-23T00:38:17.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-23T00:38:17.404Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.113s coverage: 100.0% of statements [2021-03-23T00:38:17.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-23T00:38:17.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-23T00:38:17.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-23T00:38:17.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-23T00:38:17.404Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.272s coverage: 96.5% of statements [2021-03-23T00:38:17.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-23T00:38:17.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-23T00:38:17.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-23T00:38:17.404Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-03-23T00:38:17.404Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-23T00:38:17.404Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.038s coverage: 100.0% of statements [2021-03-23T00:38:17.404Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-23T00:38:17.404Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-23T00:38:17.404Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-23T00:38:17.404Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-23T00:38:17.404Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.076s coverage: 87.9% of statements [2021-03-23T00:38:17.404Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-23T00:38:17.404Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-23T00:38:18.006Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements [2021-03-23T00:38:18.605Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements [2021-03-23T00:38:20.576Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-03-23T00:38:21.172Z] GO111MODULE=on go vet ./... [2021-03-23T00:38:22.145Z] Running setup.py install for texttable: started [2021-03-23T00:38:22.756Z] Running setup.py install for texttable: finished with status 'done' [2021-03-23T00:38:23.028Z] Running setup.py install for docopt: started [2021-03-23T00:38:23.611Z] Running setup.py install for docopt: finished with status 'done' [2021-03-23T00:38:23.611Z] Running setup.py install for PyYAML: started [2021-03-23T00:38:25.030Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-23T00:38:25.030Z] ---> 494a42e5b21e [2021-03-23T00:38:25.030Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-23T00:38:25.993Z] ---> Running in 61646e1eba35 [2021-03-23T00:38:25.993Z] ---> d993476562ed [2021-03-23T00:38:25.993Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-23T00:38:25.993Z] ---> 65e82aa631d6 [2021-03-23T00:38:25.993Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-23T00:38:26.268Z] 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.58.0 [2021-03-23T00:38:26.268Z] ---> Running in c967aa16d612 [2021-03-23T00:38:26.268Z] ---> Running in 313c25e5217c [2021-03-23T00:38:28.859Z] 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-03-23T00:38:28.859Z] 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-03-23T00:38:29.456Z] 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-03-23T00:38:34.031Z] Removing intermediate container 5c36f2f26cfa [2021-03-23T00:38:34.031Z] ---> 5b3b3bf05515 [2021-03-23T00:38:34.031Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-23T00:38:35.995Z] ---> Running in 4ea7062b831b [2021-03-23T00:38:38.588Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T00:38:38.588Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T00:38:38.857Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-23T00:38:38.857Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-23T00:38:38.857Z] (3/3) Installing curl (7.69.1-r3) [2021-03-23T00:38:38.857Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T00:38:38.857Z] OK: 72 MiB in 58 packages [2021-03-23T00:38:43.161Z] ---> fbdb370bd195 [2021-03-23T00:38:43.161Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-23T00:38:43.161Z] Removing intermediate container 4ea7062b831b [2021-03-23T00:38:43.161Z] ---> 02efbe69ca59 [2021-03-23T00:38:43.161Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-23T00:38:43.161Z] ---> Running in a028ae735183 [2021-03-23T00:38:43.161Z] ---> Running in cdf5cb61c726 [2021-03-23T00:38:43.161Z] Removing intermediate container cdf5cb61c726 [2021-03-23T00:38:43.161Z] ---> dd9818a66897 [2021-03-23T00:38:43.161Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T00:38:43.467Z] ---> Running in b1ec311862cc [2021-03-23T00:38:44.461Z] Removing intermediate container b1ec311862cc [2021-03-23T00:38:44.461Z] ---> c7e1d029e488 [2021-03-23T00:38:44.461Z] Step 24/26 : LABEL arch=x86_64 [2021-03-23T00:38:44.461Z] 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-03-23T00:38:44.738Z] ---> Running in 31b6564ca007 [2021-03-23T00:38:45.353Z] Removing intermediate container 31b6564ca007 [2021-03-23T00:38:45.353Z] ---> 08ea1e387a18 [2021-03-23T00:38:45.353Z] Step 25/26 : LABEL git_sha=a7414695f078ddcd8848205c7319b49b88f89bde [2021-03-23T00:38:45.353Z] ---> Running in 91ff35435b9d [2021-03-23T00:38:46.375Z] Removing intermediate container 91ff35435b9d [2021-03-23T00:38:46.375Z] ---> 19a1cede6ce9 [2021-03-23T00:38:46.375Z] Step 26/26 : LABEL version=0.0.0 [2021-03-23T00:38:46.375Z] ---> Running in 5d06f824b85c [2021-03-23T00:38:46.982Z] Removing intermediate container 5d06f824b85c [2021-03-23T00:38:46.982Z] ---> 6d987e58a7c7 [2021-03-23T00:38:46.982Z] [2021-03-23T00:38:47.271Z] Successfully built 6d987e58a7c7 [2021-03-23T00:38:47.271Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-23T00:38:57.446Z]  Building docker-sys-mgmt-agent-go ... done 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-03-23T00:39:10.587Z] Removing intermediate container c967aa16d612 [2021-03-23T00:39:10.587Z] ---> bbfc753a3747 [2021-03-23T00:39:10.587Z] [2021-03-23T00:39:10.587Z] Step 10/21 : FROM alpine:3.12 [2021-03-23T00:39:10.587Z] ---> 88dd2752d2ea [2021-03-23T00:39:10.587Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-23T00:39:10.587Z] Removing intermediate container 313c25e5217c [2021-03-23T00:39:10.587Z] ---> 0d8e34bd79ac [2021-03-23T00:39:10.587Z] [2021-03-23T00:39:10.587Z] Step 10/22 : FROM alpine:3.12 [2021-03-23T00:39:10.587Z] ---> 88dd2752d2ea [2021-03-23T00:39:10.587Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-23T00:39:10.587Z] ---> Using cache [2021-03-23T00:39:10.587Z] ---> 25d1d2504577 [2021-03-23T00:39:10.587Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-23T00:39:10.587Z] ---> Using cache [2021-03-23T00:39:10.587Z] ---> 4d52ed066eb4 [2021-03-23T00:39:10.587Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-23T00:39:10.587Z] ---> Running in 19b5cdd07b24 [2021-03-23T00:39:10.587Z] ---> Running in 63c57831edf1 [2021-03-23T00:39:10.587Z] Removing intermediate container 19b5cdd07b24 [2021-03-23T00:39:10.587Z] ---> 08c14ec5224d [2021-03-23T00:39:10.587Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-23T00:39:10.924Z] ---> Running in cffff9a06e36 [2021-03-23T00:39:11.246Z] Removing intermediate container cffff9a06e36 [2021-03-23T00:39:11.246Z] ---> 4f96af0572b7 [2021-03-23T00:39:11.246Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T00:39:11.794Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T00:39:11.794Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T00:39:12.089Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-23T00:39:12.089Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-23T00:39:12.089Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-23T00:39:12.089Z] (4/4) Installing curl (7.69.1-r3) [2021-03-23T00:39:12.089Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T00:39:12.089Z] Executing ca-certificates-20191127-r4.trigger [2021-03-23T00:39:12.494Z] OK: 7 MiB in 18 packages [2021-03-23T00:39:13.646Z] ---> 3d427c122763 [2021-03-23T00:39:13.646Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-23T00:39:14.363Z] Removing intermediate container 61646e1eba35 [2021-03-23T00:39:14.363Z] ---> 57a727b60f4a [2021-03-23T00:39:14.363Z] [2021-03-23T00:39:14.363Z] Step 10/23 : FROM alpine:3.12 [2021-03-23T00:39:14.363Z] ---> 88dd2752d2ea [2021-03-23T00:39:14.363Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-23T00:39:15.314Z] ---> e12b5b9ce9a9 [2021-03-23T00:39:15.314Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-23T00:39:15.314Z] ---> Running in 77b0f3e90c4c [2021-03-23T00:39:16.275Z] Removing intermediate container 63c57831edf1 [2021-03-23T00:39:16.275Z] ---> 5c722decb7ce [2021-03-23T00:39:16.275Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-23T00:39:16.275Z] Removing intermediate container 77b0f3e90c4c [2021-03-23T00:39:16.275Z] ---> 838ceef1d3bf [2021-03-23T00:39:16.275Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-23T00:39:16.275Z] ---> Running in 3863f3bb13b3 [2021-03-23T00:39:16.540Z] ---> 8edab3b4a686 [2021-03-23T00:39:16.540Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-23T00:39:16.540Z] ---> Running in 3e759e5fedd9 [2021-03-23T00:39:16.540Z] ---> Running in 2862c7bff73e [2021-03-23T00:39:16.804Z] Removing intermediate container 3863f3bb13b3 [2021-03-23T00:39:16.804Z] ---> abc748b42835 [2021-03-23T00:39:16.804Z] Step 13/21 : WORKDIR /edgex [2021-03-23T00:39:16.804Z] Removing intermediate container 3e759e5fedd9 [2021-03-23T00:39:16.804Z] ---> a56b90ae0efc [2021-03-23T00:39:16.804Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-23T00:39:16.804Z] ---> Running in ddefb6052690 [2021-03-23T00:39:16.804Z] ---> Running in 6d03aa6da7c2 [2021-03-23T00:39:17.068Z] Removing intermediate container 2862c7bff73e [2021-03-23T00:39:17.068Z] ---> 0da0398eec81 [2021-03-23T00:39:17.068Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T00:39:17.068Z] ---> Running in 39daa091b715 [2021-03-23T00:39:17.068Z] Removing intermediate container 6d03aa6da7c2 [2021-03-23T00:39:17.068Z] ---> 515609f58366 [2021-03-23T00:39:17.068Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T00:39:17.332Z] Removing intermediate container ddefb6052690 [2021-03-23T00:39:17.332Z] ---> eaaa452892c8 [2021-03-23T00:39:17.332Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-23T00:39:17.332Z] ---> Running in d8f9dc4380d3 [2021-03-23T00:39:17.605Z] Removing intermediate container 39daa091b715 [2021-03-23T00:39:17.605Z] ---> 7eaef1e41844 [2021-03-23T00:39:17.605Z] Step 20/22 : LABEL arch=x86_64 [2021-03-23T00:39:17.605Z] ---> Running in 528f3c8f34fb [2021-03-23T00:39:17.605Z] ---> ca5d4667c4c4 [2021-03-23T00:39:17.605Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-23T00:39:17.883Z] Removing intermediate container 528f3c8f34fb [2021-03-23T00:39:17.883Z] ---> 6be94aa6a849 [2021-03-23T00:39:17.883Z] Step 21/22 : LABEL git_sha=a7414695f078ddcd8848205c7319b49b88f89bde [2021-03-23T00:39:18.149Z] ---> Running in 86adf1db11d6 [2021-03-23T00:39:19.114Z] ---> 9e1ec39f8f59 [2021-03-23T00:39:19.114Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-23T00:39:19.114Z] Removing intermediate container 86adf1db11d6 [2021-03-23T00:39:19.114Z] ---> 3cbea41449f5 [2021-03-23T00:39:19.114Z] Step 22/22 : LABEL version=0.0.0 [2021-03-23T00:39:19.384Z] ---> Running in 5b7814f11641 [2021-03-23T00:39:19.654Z] Removing intermediate container d8f9dc4380d3 [2021-03-23T00:39:19.654Z] ---> b8058d0db061 [2021-03-23T00:39:19.654Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-23T00:39:19.928Z] Removing intermediate container 5b7814f11641 [2021-03-23T00:39:19.928Z] ---> c88ffec395a2 [2021-03-23T00:39:19.928Z] [2021-03-23T00:39:19.928Z] ---> Running in 9532b585c8f0 [2021-03-23T00:39:20.193Z] ---> d609808c9646 [2021-03-23T00:39:20.193Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-23T00:39:21.154Z] Successfully built c88ffec395a2 [2021-03-23T00:39:21.154Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-23T00:39:21.741Z]  Building docker-support-scheduler-go ... done  ---> Running in 4830d674226a [2021-03-23T00:39:23.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T00:39:23.954Z] Removing intermediate container a028ae735183 [2021-03-23T00:39:23.954Z] ---> e56ab2db1f74 [2021-03-23T00:39:23.954Z] [2021-03-23T00:39:23.954Z] Step 10/23 : FROM alpine:3.12 [2021-03-23T00:39:23.954Z] ---> 88dd2752d2ea [2021-03-23T00:39:23.954Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-23T00:39:23.954Z] ---> Using cache [2021-03-23T00:39:23.954Z] ---> 25d1d2504577 [2021-03-23T00:39:23.954Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-23T00:39:23.954Z] ---> Using cache [2021-03-23T00:39:23.954Z] ---> 4d52ed066eb4 [2021-03-23T00:39:23.954Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-23T00:39:23.954Z] Removing intermediate container 4830d674226a [2021-03-23T00:39:23.954Z] ---> 97e7a35fd1e5 [2021-03-23T00:39:23.954Z] Step 18/21 : CMD ["--init=true"] [2021-03-23T00:39:24.230Z] ---> Running in 808db252f814 [2021-03-23T00:39:24.230Z] ---> Running in d4762c49fd74 [2021-03-23T00:39:24.494Z] Removing intermediate container 808db252f814 [2021-03-23T00:39:24.494Z] ---> 2a0ad6f81ad2 [2021-03-23T00:39:24.494Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-23T00:39:24.494Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T00:39:24.494Z] Removing intermediate container d4762c49fd74 [2021-03-23T00:39:24.494Z] ---> 0fd60743c7ec [2021-03-23T00:39:24.494Z] Step 19/21 : LABEL arch=x86_64 [2021-03-23T00:39:24.494Z] ---> Running in 64b0583aa285 [2021-03-23T00:39:24.494Z] ---> Running in daa8dd6ca76a [2021-03-23T00:39:24.759Z] Removing intermediate container daa8dd6ca76a [2021-03-23T00:39:24.759Z] ---> f3ca19e62dd5 [2021-03-23T00:39:24.759Z] Step 20/21 : LABEL git_sha=a7414695f078ddcd8848205c7319b49b88f89bde [2021-03-23T00:39:24.759Z] Removing intermediate container 64b0583aa285 [2021-03-23T00:39:24.759Z] ---> a7acc7688c87 [2021-03-23T00:39:24.759Z] Step 15/23 : WORKDIR / [2021-03-23T00:39:24.759Z] ---> Running in 71944398771d [2021-03-23T00:39:24.759Z] ---> Running in 197c82fe9833 [2021-03-23T00:39:25.023Z] Removing intermediate container 71944398771d [2021-03-23T00:39:25.023Z] ---> 25d29dbe2444 [2021-03-23T00:39:25.023Z] Step 21/21 : LABEL version=0.0.0 [2021-03-23T00:39:25.023Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-23T00:39:25.023Z] Removing intermediate container 197c82fe9833 [2021-03-23T00:39:25.023Z] ---> ffb4bbd5b0e0 [2021-03-23T00:39:25.023Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T00:39:25.023Z] ---> Running in 64faa6c9fe98 [2021-03-23T00:39:25.023Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-23T00:39:25.023Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-23T00:39:25.289Z] Removing intermediate container 64faa6c9fe98 [2021-03-23T00:39:25.289Z] ---> 0fd426b8f4c5 [2021-03-23T00:39:25.289Z] [2021-03-23T00:39:25.289Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-23T00:39:25.289Z] ---> 134969efaaeb [2021-03-23T00:39:25.289Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-23T00:39:25.289Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-23T00:39:25.555Z] Successfully built 0fd426b8f4c5 [2021-03-23T00:39:25.555Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-23T00:39:25.555Z]  Building docker-security-proxy-setup-go ... done (6/6) Installing zeromq (4.3.3-r0) [2021-03-23T00:39:25.555Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T00:39:25.555Z] OK: 8 MiB in 20 packages [2021-03-23T00:39:26.139Z] ---> d77a48730058 [2021-03-23T00:39:26.139Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-23T00:39:26.406Z] ---> 9b88697f6707 [2021-03-23T00:39:26.406Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-23T00:39:26.406Z] Removing intermediate container 9532b585c8f0 [2021-03-23T00:39:26.406Z] ---> c0535f015ca0 [2021-03-23T00:39:26.406Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T00:39:26.406Z] ---> Running in ab8ca112e283 [2021-03-23T00:39:26.673Z] Removing intermediate container ab8ca112e283 [2021-03-23T00:39:26.673Z] ---> fc443d3825e5 [2021-03-23T00:39:26.673Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T00:39:26.673Z] ---> Running in 2fd7048c5ed3 [2021-03-23T00:39:26.673Z] ---> 5a15e94d36fc [2021-03-23T00:39:26.673Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-23T00:39:26.940Z] Removing intermediate container 2fd7048c5ed3 [2021-03-23T00:39:26.940Z] ---> 423b05bfd5da [2021-03-23T00:39:26.940Z] Step 21/23 : LABEL arch=x86_64 [2021-03-23T00:39:26.940Z] ---> Running in a718418603c3 [2021-03-23T00:39:27.206Z] Removing intermediate container a718418603c3 [2021-03-23T00:39:27.206Z] ---> 060d3faa0ef4 [2021-03-23T00:39:27.206Z] Step 22/23 : LABEL git_sha=a7414695f078ddcd8848205c7319b49b88f89bde [2021-03-23T00:39:27.471Z] ---> Running in 02be5a99abc1 [2021-03-23T00:39:27.471Z] ---> 6b0b03fe680f [2021-03-23T00:39:27.471Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-23T00:39:27.471Z] Removing intermediate container 02be5a99abc1 [2021-03-23T00:39:27.471Z] ---> ffd399f6e8d3 [2021-03-23T00:39:27.471Z] Step 23/23 : LABEL version=0.0.0 [2021-03-23T00:39:27.746Z] ---> Running in 45acd1126055 [2021-03-23T00:39:27.746Z] ---> 597aa869dffd [2021-03-23T00:39:27.746Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-23T00:39:27.746Z] ---> Running in 46b6f5f75278 [2021-03-23T00:39:27.746Z] Removing intermediate container 45acd1126055 [2021-03-23T00:39:27.746Z] ---> 14c0fe9e65b3 [2021-03-23T00:39:27.746Z] [2021-03-23T00:39:28.011Z] Removing intermediate container 46b6f5f75278 [2021-03-23T00:39:28.011Z] ---> 79bbe197abf8 [2021-03-23T00:39:28.011Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T00:39:28.011Z] Successfully built 14c0fe9e65b3 [2021-03-23T00:39:28.011Z] Successfully tagged docker-core-metadata-go:latest [2021-03-23T00:39:28.011Z]  Building docker-core-metadata-go ... done  ---> Running in c5d51fbf4037 [2021-03-23T00:39:28.276Z] Removing intermediate container c5d51fbf4037 [2021-03-23T00:39:28.277Z] ---> 6e4acae4b888 [2021-03-23T00:39:28.277Z] Step 21/23 : LABEL arch=x86_64 [2021-03-23T00:39:28.277Z] ---> Running in b8af23303b12 [2021-03-23T00:39:28.541Z] Removing intermediate container b8af23303b12 [2021-03-23T00:39:28.541Z] ---> c96355237b94 [2021-03-23T00:39:28.541Z] Step 22/23 : LABEL git_sha=a7414695f078ddcd8848205c7319b49b88f89bde [2021-03-23T00:39:28.541Z] ---> Running in 772b04e95947 [2021-03-23T00:39:28.808Z] Removing intermediate container 772b04e95947 [2021-03-23T00:39:28.808Z] ---> b336f77c5443 [2021-03-23T00:39:28.808Z] Step 23/23 : LABEL version=0.0.0 [2021-03-23T00:39:28.808Z] ---> Running in 6e3b14e35734 [2021-03-23T00:39:29.074Z] Removing intermediate container 6e3b14e35734 [2021-03-23T00:39:29.074Z] ---> e8300aceeed0 [2021-03-23T00:39:29.074Z] [2021-03-23T00:39:29.338Z] Successfully built e8300aceeed0 [2021-03-23T00:39:29.915Z] Successfully tagged docker-core-data-go:latest [2021-03-23T00:39:30.532Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-23T00:39:30.575Z] $ docker stop --time=1 ab78d866094923d4716970407bc03f3baf2b0afdb765df0ee9b1ca8a155486dc [2021-03-23T00:39:32.233Z] $ docker rm -f ab78d866094923d4716970407bc03f3baf2b0afdb765df0ee9b1ca8a155486dc [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-23T00:39:32.849Z] + docker images [2021-03-23T00:39:32.849Z] + grep docker [2021-03-23T00:39:33.111Z] docker-core-data-go latest e8300aceeed0 5 seconds ago 22.6MB [2021-03-23T00:39:33.111Z] docker-core-metadata-go latest 14c0fe9e65b3 6 seconds ago 19.1MB [2021-03-23T00:39:33.111Z] docker-security-proxy-setup-go latest 0fd426b8f4c5 8 seconds ago 24.7MB [2021-03-23T00:39:33.111Z] docker-support-scheduler-go latest c88ffec395a2 14 seconds ago 17.3MB [2021-03-23T00:39:33.111Z] docker-sys-mgmt-agent-go latest 6d987e58a7c7 47 seconds ago 313MB [2021-03-23T00:39:33.111Z] docker-security-bootstrapper-go latest c9eeef993145 About a minute ago 18.8MB [2021-03-23T00:39:33.111Z] docker-security-secretstore-setup-go latest f8167b92def6 2 minutes ago 24.9MB [2021-03-23T00:39:33.111Z] docker-support-notifications-go latest a2e8aa3b7eb5 2 minutes ago 17.9MB [2021-03-23T00:39:33.111Z] docker-core-command-go latest 24236fd9096c 2 minutes ago 17.3MB [2021-03-23T00:39:33.111Z] docker 20.10.0 aefe523efa57 3 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-03-23T00:39:34.194Z] Running on prd-ubuntu18.04-docker-8c-8g-30956 in /w/workspace/edgexfoundry_edgex-go_PR-3241 [Pipeline] { [Pipeline] ws [2021-03-23T00:39:34.256Z] Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout [2021-03-23T00:39:36.555Z] using credential edgex-jenkins-ssh [2021-03-23T00:39:36.647Z] Cloning the remote Git repository [2021-03-23T00:39:36.674Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-23T00:39:36.808Z] > git init /w/workspace/edgex-go/10 # timeout=10 [2021-03-23T00:39:36.872Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-23T00:39:36.872Z] > git --version # timeout=10 [2021-03-23T00:39:36.884Z] > git --version # 'git version 2.17.1' [2021-03-23T00:39:36.885Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-23T00:39:36.920Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-23T00:39:43.031Z] gofmt -l . [2021-03-23T00:39:43.031Z] [ "`gofmt -l .`" = "" ] [2021-03-23T00:39:43.031Z] ./bin/test-go-mod-tidy.sh [2021-03-23T00:39:43.031Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-23T00:39:43.979Z] + ls -al . [2021-03-23T00:39:43.979Z] total 800 [2021-03-23T00:39:43.979Z] drwxrwxr-x 9 1001 1001 4096 Mar 23 00:39 . [2021-03-23T00:39:43.979Z] drwxr-xr-x 4 root root 4096 Mar 23 00:35 .. [2021-03-23T00:39:43.979Z] -rw-rw-r-- 1 1001 1001 11 Mar 23 00:33 .dockerignore [2021-03-23T00:39:43.979Z] drwxrwxr-x 8 1001 1001 4096 Mar 23 00:33 .git [2021-03-23T00:39:43.979Z] drwxrwxr-x 3 1001 1001 4096 Mar 23 00:33 .github [2021-03-23T00:39:43.979Z] -rw-rw-r-- 1 1001 1001 818 Mar 23 00:33 .gitignore [2021-03-23T00:39:43.979Z] -rw-rw-r-- 1 1001 1001 166 Mar 23 00:33 .sonarcloud.properties [2021-03-23T00:39:43.979Z] -rw-rw-r-- 1 1001 1001 8607 Mar 23 00:33 Attribution.txt [2021-03-23T00:39:43.979Z] -rw-rw-r-- 1 1001 1001 3804 Mar 23 00:33 CONTRIBUTING.md [2021-03-23T00:39:43.979Z] -rw-rw-r-- 1 1001 1001 931 Mar 23 00:33 Dockerfile.build [2021-03-23T00:39:43.979Z] -rw-rw-r-- 1 1001 1001 863 Mar 23 00:33 Jenkinsfile [2021-03-23T00:39:43.979Z] -rw-rw-r-- 1 1001 1001 10775 Mar 23 00:33 LICENSE [2021-03-23T00:39:43.979Z] -rw-rw-r-- 1 1001 1001 5774 Mar 23 00:33 Makefile [2021-03-23T00:39:43.979Z] -rw-rw-r-- 1 1001 1001 6548 Mar 23 00:33 README.md [2021-03-23T00:39:43.979Z] -rw-rw-r-- 1 1001 1001 6755 Mar 23 00:33 SECURITY.md [2021-03-23T00:39:43.979Z] -rw-rw-r-- 1 1001 1001 5 Mar 23 00:30 VERSION [2021-03-23T00:39:43.979Z] -rw-rw-r-- 1 1001 1001 4131 Mar 23 00:33 ZMQWindows.md [2021-03-23T00:39:43.979Z] drwxrwxr-x 2 1001 1001 4096 Mar 23 00:33 bin [2021-03-23T00:39:43.979Z] drwxrwxr-x 14 1001 1001 4096 Mar 23 00:33 cmd [2021-03-23T00:39:43.979Z] -rw-r--r-- 1 root root 659965 Mar 23 00:38 coverage.out [2021-03-23T00:39:43.979Z] -rw-r--r-- 1 root root 1055 Mar 23 00:39 go.mod [2021-03-23T00:39:43.979Z] -rw-r--r-- 1 root root 22325 Mar 23 00:39 go.sum [2021-03-23T00:39:43.979Z] drwxrwxr-x 8 1001 1001 4096 Mar 23 00:33 internal [2021-03-23T00:39:43.979Z] drwxrwxr-x 4 1001 1001 4096 Mar 23 00:33 openapi [2021-03-23T00:39:43.979Z] drwxrwxr-x 4 1001 1001 4096 Mar 23 00:33 snap [2021-03-23T00:39:43.979Z] -rw-rw-r-- 1 1001 1001 168 Mar 23 00:33 version.go [Pipeline] sh [2021-03-23T00:39:44.631Z] + '[' -e coverage.out ] [2021-03-23T00:39:44.631Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-23T00:39:44.702Z] Warning: overwriting stash ‘coverage-report’ [2021-03-23T00:39:45.750Z] Stashed 1 file(s) [Pipeline] sh [2021-03-23T00:39:46.397Z] + make build [2021-03-23T00:39:46.397Z] 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-03-23T00:39:47.948Z] Merging remotes/origin/master commit bf41993ae39f966b0d993bd56432d2f66e6af597 into PR head commit 3996e6206ecf6545d3837532f55264bacc8f1ea2 [2021-03-23T00:39:48.201Z] Merge succeeded, producing 4187702f81dc4c181dfc7e20a46bc6d477110390 [2021-03-23T00:39:48.202Z] Checking out Revision 4187702f81dc4c181dfc7e20a46bc6d477110390 (PR-3241) [2021-03-23T00:39:47.242Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-23T00:39:47.246Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-23T00:39:47.256Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-23T00:39:47.266Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-23T00:39:47.267Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-23T00:39:47.271Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3241/head:refs/remotes/origin/PR-3241 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-23T00:39:47.958Z] > git config core.sparsecheckout # timeout=10 [2021-03-23T00:39:47.963Z] > git checkout -f 3996e6206ecf6545d3837532f55264bacc8f1ea2 # timeout=10 [2021-03-23T00:39:48.097Z] > git remote # timeout=10 [2021-03-23T00:39:48.109Z] > git config --get remote.origin.url # timeout=10 [2021-03-23T00:39:48.114Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-23T00:39:48.117Z] > git merge bf41993ae39f966b0d993bd56432d2f66e6af597 # timeout=10 [2021-03-23T00:39:48.199Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-23T00:39:48.208Z] > git config core.sparsecheckout # timeout=10 [2021-03-23T00:39:48.212Z] > git checkout -f 4187702f81dc4c181dfc7e20a46bc6d477110390 # timeout=10 [2021-03-23T00:39:51.809Z] Commit message: "Merge commit 'bf41993ae39f966b0d993bd56432d2f66e6af597' into HEAD" [2021-03-23T00:39:51.816Z] > git rev-list --no-walk 3996e6206ecf6545d3837532f55264bacc8f1ea2 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-23T00:39:53.086Z] + echo snap-build.sh [2021-03-23T00:39:53.086Z] snap-build.sh [2021-03-23T00:39:53.086Z] + SNAP_BASE_DIR=. [2021-03-23T00:39:53.086Z] + '[' '!' -z /w/workspace/edgex-go/10 ']' [2021-03-23T00:39:53.086Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/10 [2021-03-23T00:39:53.086Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/10]' [2021-03-23T00:39:53.086Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/10] [2021-03-23T00:39:53.086Z] + cd /w/workspace/edgex-go/10 [2021-03-23T00:39:53.086Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-23T00:39:53.086Z] Reading package lists... [2021-03-23T00:39:53.348Z] Building dependency tree... [2021-03-23T00:39:53.348Z] Reading state information... [2021-03-23T00:39:53.348Z] The following packages were automatically installed and are no longer required: [2021-03-23T00:39:53.348Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-23T00:39:53.348Z] uidmap xdelta3 [2021-03-23T00:39:53.348Z] Use 'sudo apt autoremove' to remove them. [2021-03-23T00:39:53.348Z] The following packages will be REMOVED: [2021-03-23T00:39:53.348Z] lxd* lxd-client* [2021-03-23T00:39:53.923Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-23T00:39:53.923Z] After this operation, 31.7 MB disk space will be freed. [2021-03-23T00:39:55.493Z] (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-03-23T00:39:55.493Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-23T00:39:56.439Z] Removing lxd dnsmasq configuration [2021-03-23T00:39:56.439Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-23T00:39:56.555Z] 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-03-23T00:39:56.702Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-23T00:40:23.350Z] 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-03-23T00:40:25.979Z] 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-03-23T00:40:31.389Z] 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-03-23T00:40:32.366Z] 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-03-23T00:40:37.771Z] 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-03-23T00:40:42.077Z] 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-03-23T00:40:45.468Z] 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-03-23T00:40:49.777Z] 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-03-23T00:40:54.086Z] 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-03-23T00:40:58.401Z] 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-03-23T00:41:05.254Z] $ docker stop --time=1 3d08839415993e8412ea3e4f86f4dfcc141ab60c6a23c05b5a60756c19240f06 [2021-03-23T00:41:07.718Z] $ docker rm -f 3d08839415993e8412ea3e4f86f4dfcc141ab60c6a23c05b5a60756c19240f06 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T00:41:09.622Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-23T00:41:09.622Z] [2021-03-23T00:41:09.622Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-23T00:41:10.015Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-23T00:41:10.015Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-23T00:41:10.015Z] 29e5d40040c1: Pulling fs layer [2021-03-23T00:41:10.015Z] 1ce36da41761: Pulling fs layer [2021-03-23T00:41:10.015Z] 25b303627fd3: Pulling fs layer [2021-03-23T00:41:10.287Z] 29e5d40040c1: Verifying Checksum [2021-03-23T00:41:10.287Z] 29e5d40040c1: Download complete [2021-03-23T00:41:10.881Z] 29e5d40040c1: Pull complete [2021-03-23T00:41:11.153Z] 1ce36da41761: Verifying Checksum [2021-03-23T00:41:11.154Z] 1ce36da41761: Download complete [2021-03-23T00:41:12.587Z] 1ce36da41761: Pull complete [2021-03-23T00:41:12.859Z] 25b303627fd3: Verifying Checksum [2021-03-23T00:41:12.859Z] 25b303627fd3: Download complete [2021-03-23T00:41:22.999Z] 25b303627fd3: Pull complete [2021-03-23T00:41:22.999Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-23T00:41:22.999Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-23T00:41:22.999Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-23T00:41:23.271Z] prd-ubuntu18.04-docker-arm64-4c-16g-30986 does not seem to be running inside a container [2021-03-23T00:41:23.471Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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-03-23T00:41:26.469Z] $ docker top c3efc05501b73924611fee2241514efb31a2b49ace543f68e467ffd3f17555e7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T00:41:27.415Z] + docker-compose build --help [2021-03-23T00:41:27.415Z] + grep parallel [2021-03-23T00:41:30.785Z] --parallel Build images in parallel. [Pipeline] } [2021-03-23T00:41:31.193Z] $ docker stop --time=1 c3efc05501b73924611fee2241514efb31a2b49ace543f68e467ffd3f17555e7 [2021-03-23T00:41:33.150Z] $ docker rm -f c3efc05501b73924611fee2241514efb31a2b49ace543f68e467ffd3f17555e7 [2021-03-23T00:41:33.241Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-23T00:41:33.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-03-23T00:41:33.241Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-23T00:41:33.241Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-23T00:41:33.241Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-23T00:41:33.241Z] + sudo snap remove --purge lxd [2021-03-23T00:41:33.241Z] snap "lxd" is not installed [2021-03-23T00:41:33.241Z] + sudo groupadd --force --system lxd [2021-03-23T00:41:33.241Z] ++ whoami [2021-03-23T00:41:33.241Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-23T00:41:33.241Z] + newgrp - lxd [2021-03-23T00:41:33.241Z] + sudo snap install lxd [2021-03-23T00:41:33.241Z] 2021-03-23T00:41:31Z INFO Waiting for automatic snapd restart... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T00:41:33.897Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-23T00:41:33.897Z] . [Pipeline] withDockerContainer [2021-03-23T00:41:34.155Z] prd-ubuntu18.04-docker-arm64-4c-16g-30986 does not seem to be running inside a container [2021-03-23T00:41:34.344Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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-03-23T00:41:35.787Z] $ docker top f0d66b4fbac687adac33258f90a2b70e77a3a452e450aa980fc4b328948e604b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T00:41:36.699Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-23T00:41:40.986Z] Building docker-core-command-go ... [2021-03-23T00:41:40.986Z] Building docker-core-data-go ... [2021-03-23T00:41:40.986Z] Building docker-core-metadata-go ... [2021-03-23T00:41:40.986Z] Building docker-security-bootstrapper-go ... [2021-03-23T00:41:40.986Z] Building docker-security-proxy-setup-go ... [2021-03-23T00:41:40.986Z] Building docker-security-secretstore-setup-go ... [2021-03-23T00:41:40.986Z] Building docker-support-notifications-go ... [2021-03-23T00:41:40.986Z] Building docker-support-scheduler-go ... [2021-03-23T00:41:40.986Z] Building docker-sys-mgmt-agent-go ... [2021-03-23T00:41:40.986Z] Building docker-security-secretstore-setup-go [2021-03-23T00:41:40.986Z] Building docker-core-metadata-go [2021-03-23T00:41:40.986Z] Building docker-security-proxy-setup-go [2021-03-23T00:41:40.986Z] Building docker-support-scheduler-go [2021-03-23T00:41:40.986Z] Building docker-sys-mgmt-agent-go [2021-03-23T00:41:51.372Z] lxd 4.12 from Canonical* installed [2021-03-23T00:41:51.372Z] + sudo lxd init --auto [2021-03-23T00:41:59.566Z] + sudo snap install --classic snapcraft [2021-03-23T00:42:07.752Z] snapcraft 4.5.4 from Canonical* installed [2021-03-23T00:42:07.752Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-23T00:42:07.752Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-23T00:42:07.752Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-23T00:42:07.752Z] Dload Upload Total Spent Left Speed [2021-03-23T00:42:07.752Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4478 0 --:--:-- --:--:-- --:--:-- 4446 [2021-03-23T00:42:07.752Z] 100 3325k 100 3325k 0 0 6168k 0 --:--:-- --:--:-- --:--:-- 6168k [2021-03-23T00:42:07.752Z] ./yq_linux_amd64 [2021-03-23T00:42:07.752Z] + sudo snapcraft prime --use-lxd [2021-03-23T00:42:09.688Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-23T00:42:09.688Z] 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-03-23T00:42:09.688Z] - README.md [2021-03-23T00:42:09.688Z] [2021-03-23T00:42:09.688Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-23T00:42:10.648Z] Launching a container. [2021-03-23T00:42:22.939Z] Waiting for container to be ready [2021-03-23T00:42:22.939Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-23T00:42:22.939Z] [2021-03-23T00:42:27.151Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-23T00:42:27.413Z] Waiting for network to be ready... [2021-03-23T00:42:27.985Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-23T00:42:27.985Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-23T00:42:28.558Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] [2021-03-23T00:42:28.558Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-23T00:42:28.558Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-23T00:42:28.824Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-23T00:42:28.824Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-23T00:42:28.824Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-23T00:42:28.824Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-23T00:42:28.824Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-23T00:42:28.824Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-23T00:42:28.824Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [307 kB] [2021-03-23T00:42:28.824Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-23T00:42:28.824Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-23T00:42:28.824Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] [2021-03-23T00:42:28.824Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] [2021-03-23T00:42:28.824Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1115 kB] [2021-03-23T00:42:29.097Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-23T00:42:29.097Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-23T00:42:29.369Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1950 kB] [2021-03-23T00:42:29.369Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] [2021-03-23T00:42:29.369Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-23T00:42:29.369Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-23T00:42:29.369Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] [2021-03-23T00:42:29.369Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] [2021-03-23T00:42:29.638Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1721 kB] [2021-03-23T00:42:29.638Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-23T00:42:33.848Z] Fetched 24.1 MB in 6s (4292 kB/s) [2021-03-23T00:42:34.794Z] Reading package lists... [2021-03-23T00:42:34.794Z] Reading package lists... [2021-03-23T00:42:35.055Z] Building dependency tree... [2021-03-23T00:42:35.055Z] Reading state information... [2021-03-23T00:42:35.317Z] The following additional packages will be installed: [2021-03-23T00:42:35.317Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-23T00:42:35.317Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-23T00:42:35.317Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-23T00:42:35.317Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-23T00:42:35.317Z] Suggested packages: [2021-03-23T00:42:35.317Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-23T00:42:35.317Z] Recommended packages: [2021-03-23T00:42:35.317Z] gnupg libsasl2-modules [2021-03-23T00:42:35.317Z] The following NEW packages will be installed: [2021-03-23T00:42:35.317Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-23T00:42:35.317Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-23T00:42:35.317Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-23T00:42:35.317Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-23T00:42:35.317Z] The following packages will be upgraded: [2021-03-23T00:42:35.317Z] gpg gpg-agent gpgconf libudev1 [2021-03-23T00:42:35.317Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-23T00:42:35.317Z] Need to get 3530 kB of archives. [2021-03-23T00:42:35.317Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-23T00:42:35.317Z] Get:1 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-03-23T00:42:35.317Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-23T00:42:35.317Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-23T00:42:35.317Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-23T00:42:35.578Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-23T00:42:35.844Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-23T00:42:36.114Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-23T00:42:36.114Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-23T00:42:36.114Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-23T00:42:36.377Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-23T00:42:36.377Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-23T00:42:36.377Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-23T00:42:36.377Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-23T00:42:36.377Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-23T00:42:36.377Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-23T00:42:36.377Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-23T00:42:36.377Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-23T00:42:36.377Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-23T00:42:36.377Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-23T00:42:36.377Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-23T00:42:36.377Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-23T00:42:36.377Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-23T00:42:36.646Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-23T00:42:36.646Z] Fetched 3530 kB in 1s (3159 kB/s) [2021-03-23T00:42:36.646Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-23T00:42:36.646Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-23T00:42:36.647Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-23T00:42:36.909Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-23T00:42:36.909Z] Selecting previously unselected package udev. [2021-03-23T00:42:36.909Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-23T00:42:36.909Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-23T00:42:36.909Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-23T00:42:37.482Z] Selecting previously unselected package libfuse2:amd64. [2021-03-23T00:42:37.482Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-23T00:42:37.482Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-23T00:42:37.482Z] Selecting previously unselected package fuse. [2021-03-23T00:42:37.482Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-23T00:42:37.482Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-23T00:42:37.482Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-23T00:42:37.482Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-23T00:42:37.744Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-23T00:42:37.744Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-23T00:42:37.744Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-23T00:42:37.744Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-23T00:42:38.005Z] Selecting previously unselected package libksba8:amd64. [2021-03-23T00:42:38.005Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-23T00:42:38.005Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-23T00:42:38.005Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-23T00:42:38.005Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-23T00:42:38.005Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T00:42:38.268Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-23T00:42:38.268Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-23T00:42:38.268Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T00:42:38.268Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-23T00:42:38.268Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-23T00:42:38.268Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T00:42:38.529Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-23T00:42:38.529Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-23T00:42:38.529Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T00:42:38.529Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-23T00:42:38.529Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-23T00:42:38.529Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T00:42:38.529Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-23T00:42:38.529Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-23T00:42:38.529Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T00:42:38.790Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-23T00:42:38.790Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-23T00:42:38.790Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T00:42:38.790Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-23T00:42:38.790Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-23T00:42:38.790Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T00:42:38.790Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-23T00:42:38.790Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-23T00:42:38.790Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T00:42:39.052Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-23T00:42:39.052Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-23T00:42:39.052Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-23T00:42:39.052Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-23T00:42:39.052Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-23T00:42:39.052Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-23T00:42:39.052Z] Selecting previously unselected package libldap-common. [2021-03-23T00:42:39.052Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-23T00:42:39.052Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-23T00:42:39.314Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-23T00:42:39.314Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-23T00:42:39.314Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-23T00:42:39.314Z] Selecting previously unselected package dirmngr. [2021-03-23T00:42:39.314Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-23T00:42:39.314Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-23T00:42:39.576Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-23T00:42:39.576Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-23T00:42:39.576Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-23T00:42:39.576Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-23T00:42:39.838Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-23T00:42:39.838Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-23T00:42:39.838Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T00:42:39.838Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-23T00:42:39.838Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-23T00:42:39.838Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-23T00:42:40.415Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-23T00:42:40.415Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T00:42:40.415Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-23T00:42:40.681Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-23T00:42:40.681Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-23T00:42:40.681Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T00:42:40.681Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T00:42:40.681Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T00:42:40.681Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T00:42:40.942Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T00:42:40.943Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T00:42:40.943Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T00:42:40.943Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-23T00:42:40.943Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-23T00:42:40.943Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-23T00:42:41.517Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-23T00:42:41.517Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-23T00:42:41.517Z] This means they are not meant to be enabled using systemctl. [2021-03-23T00:42:41.517Z] Possible reasons for having this kind of units are: [2021-03-23T00:42:41.517Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-23T00:42:41.517Z] .wants/ or .requires/ directory. [2021-03-23T00:42:41.517Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-23T00:42:41.517Z] a requirement dependency on it. [2021-03-23T00:42:41.517Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-23T00:42:41.517Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-23T00:42:41.517Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-23T00:42:41.517Z] instance name specified. [2021-03-23T00:42:42.092Z] Reading package lists... [2021-03-23T00:42:42.092Z] Building dependency tree... [2021-03-23T00:42:42.092Z] Reading state information... [2021-03-23T00:42:42.354Z] The following additional packages will be installed: [2021-03-23T00:42:42.354Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-23T00:42:42.354Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-23T00:42:42.354Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-23T00:42:42.354Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-23T00:42:42.354Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-23T00:42:42.354Z] Suggested packages: [2021-03-23T00:42:42.354Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-23T00:42:42.354Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-23T00:42:42.354Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-23T00:42:42.354Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-23T00:42:42.354Z] systemd-container policykit-1 [2021-03-23T00:42:42.354Z] Recommended packages: [2021-03-23T00:42:42.354Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-23T00:42:42.354Z] The following NEW packages will be installed: [2021-03-23T00:42:42.354Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-23T00:42:42.354Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-23T00:42:42.354Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-23T00:42:42.354Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-23T00:42:42.354Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-23T00:42:42.354Z] The following packages will be upgraded: [2021-03-23T00:42:42.354Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-23T00:42:42.614Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-23T00:42:42.614Z] Need to get 35.2 MB of archives. [2021-03-23T00:42:42.614Z] After this operation, 141 MB of additional disk space will be used. [2021-03-23T00:42:42.614Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-23T00:42:42.614Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-23T00:42:43.188Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-23T00:42:43.451Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-23T00:42:43.451Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-23T00:42:43.451Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-23T00:42:43.451Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-23T00:42:43.451Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-23T00:42:43.451Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-23T00:42:43.451Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-23T00:42:43.451Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-23T00:42:43.451Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-23T00:42:43.451Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-23T00:42:43.451Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-23T00:42:43.451Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-23T00:42:43.451Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-23T00:42:43.451Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-23T00:42:43.451Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-23T00:42:43.712Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-23T00:42:43.712Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-23T00:42:43.712Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-23T00:42:43.712Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-23T00:42:43.712Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-23T00:42:43.712Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-23T00:42:43.713Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-23T00:42:43.713Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-23T00:42:43.713Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-23T00:42:43.713Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-23T00:42:43.973Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-23T00:42:43.973Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-23T00:42:44.920Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-23T00:42:44.920Z] Fetched 35.2 MB in 2s (14.2 MB/s) [2021-03-23T00:42:45.180Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-23T00:42:45.180Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-23T00:42:45.180Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-23T00:42:46.131Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-23T00:42:46.131Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-23T00:42:46.131Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-23T00:42:46.131Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-23T00:42:46.131Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-23T00:42:46.131Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-23T00:42:46.392Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-23T00:42:46.392Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-23T00:42:46.392Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-23T00:42:46.654Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-23T00:42:48.570Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-23T00:42:48.570Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-23T00:42:48.831Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-23T00:42:49.092Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-23T00:42:49.092Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-23T00:42:49.092Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-23T00:42:49.353Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-23T00:42:49.353Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-23T00:42:49.353Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-23T00:42:49.353Z] Selecting previously unselected package libexpat1:amd64. [2021-03-23T00:42:49.353Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-23T00:42:49.353Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-23T00:42:49.613Z] Selecting previously unselected package python3.6-minimal. [2021-03-23T00:42:49.613Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-23T00:42:49.613Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-23T00:42:49.873Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-23T00:42:49.873Z] Checking for services that may need to be restarted...done. [2021-03-23T00:42:49.873Z] Checking for services that may need to be restarted...done. [2021-03-23T00:42:49.873Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-23T00:42:50.135Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-23T00:42:50.135Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-23T00:42:50.707Z] Selecting previously unselected package python3-minimal. [2021-03-23T00:42:50.707Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-23T00:42:50.707Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-23T00:42:50.707Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-23T00:42:50.970Z] Selecting previously unselected package mime-support. [2021-03-23T00:42:50.970Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-23T00:42:50.970Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-23T00:42:50.970Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-23T00:42:50.970Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-23T00:42:50.970Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-23T00:42:50.970Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-23T00:42:50.970Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-23T00:42:50.970Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-23T00:42:51.544Z] Selecting previously unselected package python3.6. [2021-03-23T00:42:51.544Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-23T00:42:51.544Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-23T00:42:51.544Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-23T00:42:51.544Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-23T00:42:51.544Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-23T00:42:51.544Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-23T00:42:51.899Z] Selecting previously unselected package python3. [2021-03-23T00:42:51.899Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-23T00:42:51.899Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-23T00:42:51.899Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-23T00:42:51.899Z] Selecting previously unselected package multiarch-support. [2021-03-23T00:42:51.899Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-23T00:42:51.899Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-23T00:42:52.179Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-23T00:42:52.179Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-23T00:42:52.179Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-23T00:42:52.179Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-23T00:42:52.179Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-23T00:42:52.179Z] Selecting previously unselected package libbsd0:amd64. [2021-03-23T00:42:52.179Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-23T00:42:52.179Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-23T00:42:52.446Z] Selecting previously unselected package sudo. [2021-03-23T00:42:52.446Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-23T00:42:52.446Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-23T00:42:52.446Z] Selecting previously unselected package apparmor. [2021-03-23T00:42:52.446Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-23T00:42:52.446Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-23T00:42:52.720Z] Selecting previously unselected package libedit2:amd64. [2021-03-23T00:42:52.720Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-23T00:42:52.720Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-23T00:42:52.989Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-23T00:42:52.989Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-23T00:42:52.989Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-23T00:42:52.989Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-23T00:42:52.989Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-23T00:42:52.989Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-23T00:42:52.989Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-23T00:42:52.989Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-23T00:42:52.989Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-23T00:42:53.259Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-23T00:42:53.260Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-23T00:42:53.260Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-23T00:42:53.260Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-23T00:42:53.260Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-23T00:42:53.260Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-23T00:42:53.260Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-23T00:42:53.260Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-23T00:42:53.260Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-23T00:42:53.526Z] Selecting previously unselected package openssh-client. [2021-03-23T00:42:53.526Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-23T00:42:53.526Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-23T00:42:53.785Z] Selecting previously unselected package squashfs-tools. [2021-03-23T00:42:53.785Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-23T00:42:53.785Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-23T00:42:53.785Z] Selecting previously unselected package snapd. [2021-03-23T00:42:53.785Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-23T00:42:53.785Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-23T00:42:56.342Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-23T00:42:56.342Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-23T00:42:56.603Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-23T00:42:56.603Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-23T00:42:56.865Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-23T00:42:56.865Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-23T00:42:56.865Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-23T00:42:56.865Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-23T00:42:56.865Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-23T00:42:57.824Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-23T00:42:57.824Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-23T00:42:57.824Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-23T00:42:57.824Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-23T00:42:57.824Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-23T00:42:58.087Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-23T00:42:59.033Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-23T00:42:59.033Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-23T00:42:59.033Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-23T00:42:59.033Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-23T00:42:59.033Z] running python rtupdate hooks for python3.6... [2021-03-23T00:42:59.033Z] running python post-rtupdate hooks for python3.6... [2021-03-23T00:42:59.033Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-23T00:43:00.956Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-23T00:43:01.218Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-23T00:43:01.218Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-23T00:43:01.218Z] Setting up snapd (2.48.3+18.04) ... [2021-03-23T00:43:02.173Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-23T00:43:02.433Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-23T00:43:02.695Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-23T00:43:02.695Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-23T00:43:02.777Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T00:43:02.777Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-23T00:43:02.777Z] ---> d2863d76a4d3 [2021-03-23T00:43:02.777Z] Step 3/26 : WORKDIR /edgex-go [2021-03-23T00:43:02.777Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T00:43:02.777Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-23T00:43:02.777Z] ---> d2863d76a4d3 [2021-03-23T00:43:02.777Z] Step 3/22 : WORKDIR /edgex-go [2021-03-23T00:43:02.777Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T00:43:02.777Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-23T00:43:02.777Z] ---> d2863d76a4d3 [2021-03-23T00:43:02.777Z] Step 3/24 : WORKDIR /edgex-go [2021-03-23T00:43:02.777Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T00:43:02.777Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-23T00:43:02.777Z] ---> d2863d76a4d3 [2021-03-23T00:43:02.777Z] Step 3/21 : WORKDIR /edgex-go [2021-03-23T00:43:02.777Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T00:43:02.777Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-23T00:43:02.777Z] ---> d2863d76a4d3 [2021-03-23T00:43:02.777Z] Step 3/23 : WORKDIR /edgex-go [2021-03-23T00:43:02.777Z] ---> Running in 380fc779ebfc [2021-03-23T00:43:02.777Z] ---> Running in 8b7038c9e479 [2021-03-23T00:43:02.777Z] ---> Running in 0220873887ae [2021-03-23T00:43:02.777Z] ---> Running in ed4efe5f550f [2021-03-23T00:43:02.777Z] ---> Running in 810b44f2ed9b [2021-03-23T00:43:02.777Z] Removing intermediate container 810b44f2ed9b [2021-03-23T00:43:02.777Z] ---> 1abe7861c281 [2021-03-23T00:43:02.777Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T00:43:02.777Z] Removing intermediate container 8b7038c9e479 [2021-03-23T00:43:02.777Z] ---> c6bee16f7297 [2021-03-23T00:43:02.777Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T00:43:02.777Z] Removing intermediate container 0220873887ae [2021-03-23T00:43:02.777Z] ---> 668845289fdf [2021-03-23T00:43:02.777Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T00:43:02.777Z] Removing intermediate container 380fc779ebfc [2021-03-23T00:43:02.777Z] ---> e13e16b35b9d [2021-03-23T00:43:02.777Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T00:43:02.777Z] Removing intermediate container ed4efe5f550f [2021-03-23T00:43:02.777Z] ---> f6b668dbd2dc [2021-03-23T00:43:02.777Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T00:43:02.777Z] ---> Running in 8841306d4e16 [2021-03-23T00:43:02.777Z] ---> Running in e5dab0807bc2 [2021-03-23T00:43:02.777Z] ---> Running in 0128ac6cf55c [2021-03-23T00:43:02.777Z] ---> Running in 03a36c641560 [2021-03-23T00:43:02.777Z] ---> Running in 645547bb8c34 [2021-03-23T00:43:02.777Z] Removing intermediate container e5dab0807bc2 [2021-03-23T00:43:02.777Z] ---> 0b4ab9e57fb0 [2021-03-23T00:43:02.777Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-23T00:43:02.777Z] ---> Running in 685df0129b96 [2021-03-23T00:43:02.777Z] Removing intermediate container 8841306d4e16 [2021-03-23T00:43:02.777Z] ---> be890c55763e [2021-03-23T00:43:02.777Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-23T00:43:02.777Z] Removing intermediate container 645547bb8c34 [2021-03-23T00:43:02.777Z] ---> a802a75a8404 [2021-03-23T00:43:02.777Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-23T00:43:02.777Z] ---> Running in b7f924baa71f [2021-03-23T00:43:02.777Z] Removing intermediate container 03a36c641560 [2021-03-23T00:43:02.777Z] ---> 9d33b736aa94 [2021-03-23T00:43:02.777Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-23T00:43:02.777Z] Removing intermediate container 0128ac6cf55c [2021-03-23T00:43:02.777Z] ---> 05f576c1716f [2021-03-23T00:43:02.777Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-23T00:43:02.777Z] ---> Running in 5bc26aae8452 [2021-03-23T00:43:02.777Z] ---> Running in 912929270bb3 [2021-03-23T00:43:02.777Z] ---> Running in 31f48f680d46 [2021-03-23T00:43:02.777Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T00:43:02.777Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T00:43:02.777Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T00:43:02.777Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T00:43:02.777Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T00:43:02.777Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T00:43:02.777Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T00:43:02.777Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T00:43:02.956Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-23T00:43:02.957Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-23T00:43:03.049Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T00:43:03.049Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T00:43:03.218Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-23T00:43:03.325Z] OK: 217 MiB in 51 packages [2021-03-23T00:43:03.480Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-23T00:43:03.601Z] OK: 217 MiB in 51 packages [2021-03-23T00:43:03.741Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-23T00:43:04.002Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-23T00:43:04.200Z] OK: 217 MiB in 51 packages [2021-03-23T00:43:04.200Z] OK: 217 MiB in 51 packages [2021-03-23T00:43:04.200Z] OK: 217 MiB in 51 packages [2021-03-23T00:43:04.263Z] /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-03-23T00:43:04.263Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-23T00:43:04.263Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-23T00:43:04.812Z] Removing intermediate container 685df0129b96 [2021-03-23T00:43:04.812Z] ---> 7f2fd1fdacd0 [2021-03-23T00:43:04.812Z] Step 6/22 : COPY go.mod . [2021-03-23T00:43:05.205Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-23T00:43:05.420Z] Removing intermediate container 5bc26aae8452 [2021-03-23T00:43:05.420Z] ---> c31b2f51a3ad [2021-03-23T00:43:05.420Z] Step 6/24 : COPY go.mod . [2021-03-23T00:43:05.465Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-23T00:43:05.465Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-23T00:43:06.026Z] Removing intermediate container 912929270bb3 [2021-03-23T00:43:06.026Z] ---> d2ffde878281 [2021-03-23T00:43:06.026Z] Step 6/21 : COPY go.mod . [2021-03-23T00:43:06.026Z] ---> e81d2b3a6622 [2021-03-23T00:43:06.026Z] Step 7/22 : RUN go mod download [2021-03-23T00:43:06.026Z] Removing intermediate container b7f924baa71f [2021-03-23T00:43:06.026Z] ---> 6c24212a0851 [2021-03-23T00:43:06.026Z] Step 6/26 : COPY go.mod . [2021-03-23T00:43:06.308Z] ---> Running in dc79adae4797 [2021-03-23T00:43:06.308Z] Removing intermediate container 31f48f680d46 [2021-03-23T00:43:06.308Z] ---> ffa8df56369b [2021-03-23T00:43:06.308Z] Step 6/23 : COPY go.mod . [2021-03-23T00:43:06.599Z] ---> 67d1f2989db1 [2021-03-23T00:43:06.599Z] Step 7/24 : RUN go mod download [2021-03-23T00:43:06.849Z] Reading package lists... [2021-03-23T00:43:06.878Z] ---> Running in 4af3204b4f56 [2021-03-23T00:43:07.110Z] Reading package lists... [2021-03-23T00:43:07.153Z] ---> 9794d8339e0d [2021-03-23T00:43:07.153Z] Step 7/21 : RUN go mod download [2021-03-23T00:43:07.373Z] Building dependency tree... [2021-03-23T00:43:07.373Z] Reading state information... [2021-03-23T00:43:07.373Z] Calculating upgrade... [2021-03-23T00:43:07.432Z] ---> 7fb3dbcdf46e [2021-03-23T00:43:07.432Z] Step 7/26 : RUN go mod download [2021-03-23T00:43:07.432Z] ---> Running in 26db2e26acc3 [2021-03-23T00:43:07.634Z] The following packages will be upgraded: [2021-03-23T00:43:07.634Z] advancecomp base-files bash binutils binutils-common [2021-03-23T00:43:07.634Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-23T00:43:07.634Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-23T00:43:07.634Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-23T00:43:07.634Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-23T00:43:07.634Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-23T00:43:07.634Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-23T00:43:07.634Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-23T00:43:07.634Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-23T00:43:07.634Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-23T00:43:07.634Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-23T00:43:07.634Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-23T00:43:07.634Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-23T00:43:07.634Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-23T00:43:07.634Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-23T00:43:07.712Z] ---> 787929dea5c5 [2021-03-23T00:43:07.712Z] Step 7/23 : RUN go mod download [2021-03-23T00:43:07.712Z] ---> Running in 835b6d43226c [2021-03-23T00:43:07.896Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-23T00:43:07.896Z] Need to get 63.8 MB of archives. [2021-03-23T00:43:07.896Z] After this operation, 5207 kB of additional disk space will be used. [2021-03-23T00:43:07.896Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-23T00:43:07.896Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] [2021-03-23T00:43:07.988Z] ---> Running in 0ab37f3cd623 [2021-03-23T00:43:08.467Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-23T00:43:08.467Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-23T00:43:08.467Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-23T00:43:08.467Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-23T00:43:08.467Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-23T00:43:08.467Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-23T00:43:08.467Z] 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-03-23T00:43:08.467Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-23T00:43:08.467Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-23T00:43:08.467Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-23T00:43:08.729Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-23T00:43:08.729Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-23T00:43:08.729Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-23T00:43:08.729Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-23T00:43:08.729Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-23T00:43:08.730Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-23T00:43:08.730Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-23T00:43:08.730Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-23T00:43:08.991Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-23T00:43:08.991Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-23T00:43:08.991Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-23T00:43:08.991Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-23T00:43:08.991Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-23T00:43:08.991Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-23T00:43:08.991Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-23T00:43:08.991Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-23T00:43:08.991Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-23T00:43:08.991Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-23T00:43:08.991Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-23T00:43:08.991Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-23T00:43:09.254Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-23T00:43:09.254Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-23T00:43:09.254Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-23T00:43:09.254Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-23T00:43:09.254Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-23T00:43:09.254Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-23T00:43:09.254Z] Get:39 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-03-23T00:43:09.254Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-23T00:43:09.254Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-23T00:43:09.254Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-23T00:43:09.254Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-23T00:43:09.254Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-23T00:43:09.254Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-23T00:43:09.254Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-23T00:43:09.254Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-23T00:43:09.254Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-23T00:43:09.254Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-23T00:43:09.254Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-23T00:43:09.254Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-23T00:43:09.254Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-23T00:43:09.254Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-23T00:43:09.254Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-23T00:43:09.254Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-23T00:43:09.254Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-23T00:43:09.254Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-23T00:43:09.515Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-23T00:43:09.515Z] Get:59 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-03-23T00:43:09.515Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-23T00:43:09.515Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-23T00:43:09.515Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-23T00:43:09.515Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-23T00:43:09.515Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-23T00:43:09.515Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-23T00:43:09.515Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-23T00:43:09.515Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-23T00:43:09.515Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-23T00:43:09.515Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-23T00:43:09.515Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-23T00:43:09.515Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-23T00:43:09.515Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-23T00:43:09.515Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-23T00:43:09.515Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-23T00:43:09.515Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-23T00:43:09.515Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-23T00:43:09.515Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-23T00:43:09.515Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-23T00:43:09.515Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-23T00:43:09.515Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-23T00:43:09.515Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-23T00:43:09.515Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-23T00:43:09.515Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-23T00:43:09.776Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-23T00:43:09.776Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-23T00:43:09.776Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-23T00:43:09.776Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-23T00:43:09.776Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-23T00:43:09.776Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-23T00:43:09.776Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-23T00:43:10.351Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-23T00:43:10.351Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-23T00:43:10.612Z] Removing intermediate container dc79adae4797 [2021-03-23T00:43:10.612Z] ---> d9fb76b26156 [2021-03-23T00:43:10.612Z] Step 8/22 : COPY . . [2021-03-23T00:43:10.612Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-23T00:43:10.612Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-23T00:43:10.878Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-23T00:43:10.878Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-23T00:43:10.878Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-23T00:43:10.878Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-23T00:43:10.878Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-23T00:43:11.139Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-23T00:43:11.139Z] Fetched 63.8 MB in 3s (19.3 MB/s) [2021-03-23T00:43:11.213Z] Removing intermediate container 4af3204b4f56 [2021-03-23T00:43:11.213Z] ---> 59a2c620f29f [2021-03-23T00:43:11.214Z] Step 8/24 : COPY . . [2021-03-23T00:43:11.401Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T00:43:11.401Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-23T00:43:11.401Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-23T00:43:12.347Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-23T00:43:12.347Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-23T00:43:12.347Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... [2021-03-23T00:43:12.347Z] Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... [2021-03-23T00:43:12.653Z] Removing intermediate container 26db2e26acc3 [2021-03-23T00:43:12.653Z] ---> 056a7e041ce0 [2021-03-23T00:43:12.653Z] Step 8/21 : COPY . . [2021-03-23T00:43:12.929Z] Removing intermediate container 835b6d43226c [2021-03-23T00:43:12.929Z] ---> 824ad3faf5ab [2021-03-23T00:43:12.929Z] Step 8/26 : COPY . . [2021-03-23T00:43:13.288Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-23T00:43:13.288Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-23T00:43:13.288Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-23T00:43:13.288Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-23T00:43:13.288Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-23T00:43:13.530Z] Removing intermediate container 0ab37f3cd623 [2021-03-23T00:43:13.530Z] ---> e2e4416a981c [2021-03-23T00:43:13.530Z] Step 8/23 : COPY . . [2021-03-23T00:43:13.548Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-23T00:43:13.548Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-23T00:43:13.548Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-23T00:43:13.808Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-23T00:43:13.808Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-23T00:43:13.808Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-23T00:43:13.808Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-23T00:43:14.069Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-23T00:43:14.069Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-23T00:43:14.069Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-23T00:43:14.330Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-23T00:43:14.330Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-23T00:43:14.330Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-23T00:43:14.591Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-23T00:43:14.591Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-23T00:43:14.591Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-23T00:43:14.591Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-23T00:43:14.853Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-23T00:43:14.853Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-23T00:43:14.853Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-23T00:43:14.853Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-23T00:43:15.114Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-23T00:43:15.115Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-23T00:43:15.115Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-23T00:43:15.376Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-23T00:43:15.950Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-23T00:43:16.211Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-23T00:43:16.211Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-23T00:43:16.211Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-23T00:43:16.211Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-23T00:43:16.479Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-23T00:43:16.741Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-23T00:43:16.741Z] Installing new version of config file /etc/issue ... [2021-03-23T00:43:16.741Z] Installing new version of config file /etc/issue.net ... [2021-03-23T00:43:16.741Z] Installing new version of config file /etc/lsb-release ... [2021-03-23T00:43:16.741Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-23T00:43:17.003Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-23T00:43:17.003Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-23T00:43:17.003Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-23T00:43:17.273Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T00:43:17.273Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-23T00:43:17.273Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-23T00:43:17.545Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-23T00:43:17.545Z] 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-03-23T00:43:17.545Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T00:43:17.545Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-23T00:43:17.806Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-23T00:43:17.806Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-23T00:43:18.075Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T00:43:18.075Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-23T00:43:18.075Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-23T00:43:18.075Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-23T00:43:18.338Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T00:43:18.338Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-23T00:43:18.338Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-23T00:43:18.599Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-23T00:43:18.599Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T00:43:18.599Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-23T00:43:19.095Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-23T00:43:19.357Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-23T00:43:19.357Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T00:43:19.357Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-23T00:43:19.618Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-23T00:43:19.618Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-23T00:43:19.618Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T00:43:19.618Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-23T00:43:19.880Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-23T00:43:19.880Z] Setting up grep (3.1-2build1) ... [2021-03-23T00:43:19.880Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T00:43:19.880Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-23T00:43:20.141Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-23T00:43:20.141Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-23T00:43:20.404Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T00:43:20.404Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-23T00:43:20.404Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-23T00:43:20.404Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-23T00:43:20.665Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T00:43:20.665Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-23T00:43:20.665Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-23T00:43:21.611Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-23T00:43:21.611Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-23T00:43:21.611Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-23T00:43:21.611Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-23T00:43:22.185Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-23T00:43:22.449Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T00:43:22.449Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-23T00:43:22.449Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-23T00:43:23.836Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-23T00:43:23.836Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-23T00:43:23.836Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-23T00:43:23.836Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-23T00:43:23.836Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-23T00:43:23.836Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T00:43:23.836Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-23T00:43:23.836Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-23T00:43:24.098Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-23T00:43:24.098Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T00:43:24.098Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-23T00:43:24.359Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-23T00:43:24.359Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-23T00:43:24.359Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T00:43:24.359Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-23T00:43:24.359Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-23T00:43:24.621Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-23T00:43:24.621Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T00:43:24.621Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-23T00:43:24.621Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-23T00:43:24.884Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-23T00:43:24.884Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T00:43:24.884Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-23T00:43:24.884Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-23T00:43:25.146Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-23T00:43:25.146Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T00:43:25.146Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-23T00:43:25.146Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-23T00:43:25.407Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-23T00:43:25.407Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-23T00:43:25.407Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-23T00:43:25.669Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T00:43:25.669Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-23T00:43:25.669Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-23T00:43:25.669Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-23T00:43:25.932Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T00:43:25.932Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-23T00:43:25.932Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-23T00:43:25.932Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-23T00:43:25.932Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T00:43:25.932Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-23T00:43:26.199Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-23T00:43:26.199Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-23T00:43:26.461Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T00:43:26.461Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-23T00:43:26.461Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-23T00:43:27.033Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-23T00:43:27.295Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-23T00:43:27.555Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-23T00:43:27.556Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T00:43:27.556Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-23T00:43:27.816Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-23T00:43:28.077Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-23T00:43:28.077Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T00:43:28.077Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-23T00:43:28.077Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-23T00:43:28.339Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-23T00:43:28.340Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T00:43:28.340Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-23T00:43:28.602Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-23T00:43:28.602Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-23T00:43:28.863Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T00:43:28.863Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-23T00:43:28.863Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-23T00:43:29.128Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-23T00:43:29.128Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T00:43:29.128Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-23T00:43:29.128Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-23T00:43:29.388Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-23T00:43:29.389Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T00:43:29.389Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-23T00:43:29.389Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-23T00:43:29.389Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-23T00:43:29.650Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T00:43:29.911Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-23T00:43:29.911Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-23T00:43:29.911Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-23T00:43:30.171Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T00:43:30.171Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-23T00:43:30.171Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-23T00:43:30.432Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-23T00:43:30.432Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T00:43:30.432Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-23T00:43:30.694Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-23T00:43:30.694Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-23T00:43:30.694Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-23T00:43:30.694Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-23T00:43:30.960Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-23T00:43:30.960Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-23T00:43:30.960Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T00:43:30.960Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-23T00:43:30.960Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-23T00:43:31.221Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-23T00:43:31.221Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T00:43:31.221Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-23T00:43:31.482Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-23T00:43:31.482Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-23T00:43:31.742Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T00:43:31.742Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-23T00:43:31.742Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-23T00:43:32.003Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-23T00:43:32.003Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T00:43:32.003Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-23T00:43:32.003Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-23T00:43:32.263Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-23T00:43:32.263Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T00:43:32.263Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-23T00:43:32.263Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-23T00:43:32.834Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-23T00:43:32.834Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T00:43:32.834Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-23T00:43:32.834Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-23T00:43:33.095Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-23T00:43:33.095Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T00:43:33.095Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-23T00:43:33.357Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-23T00:43:33.357Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-23T00:43:33.618Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T00:43:33.619Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-23T00:43:33.619Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-23T00:43:33.619Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-23T00:43:33.619Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T00:43:33.619Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-23T00:43:33.880Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-23T00:43:33.880Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-23T00:43:33.880Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T00:43:33.880Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-23T00:43:34.140Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-23T00:43:34.140Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-23T00:43:34.401Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T00:43:34.401Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-23T00:43:34.401Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-23T00:43:34.401Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-23T00:43:34.401Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T00:43:34.401Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-23T00:43:34.662Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-23T00:43:34.662Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-23T00:43:34.924Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-23T00:43:34.924Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-23T00:43:34.924Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-23T00:43:34.924Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-23T00:43:34.924Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-23T00:43:35.496Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-23T00:43:35.496Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-23T00:43:35.496Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-23T00:43:35.758Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-23T00:43:35.758Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-23T00:43:35.758Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-23T00:43:36.027Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-23T00:43:36.027Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-23T00:43:36.027Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-23T00:43:36.027Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-23T00:43:36.288Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-23T00:43:36.288Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-23T00:43:36.288Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-23T00:43:36.549Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-23T00:43:36.549Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-23T00:43:36.549Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-23T00:43:36.549Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-23T00:43:36.809Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-23T00:43:36.809Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-23T00:43:36.809Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-23T00:43:37.755Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-23T00:43:37.755Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-23T00:43:37.755Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-23T00:43:37.755Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-23T00:43:38.016Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-23T00:43:38.016Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-23T00:43:38.589Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-23T00:43:38.589Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-23T00:43:38.589Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-23T00:43:38.589Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-23T00:43:38.850Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-23T00:43:38.850Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-23T00:43:38.850Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-23T00:43:38.850Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-23T00:43:39.110Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-23T00:43:39.110Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-23T00:43:39.370Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-23T00:43:39.370Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-23T00:43:39.370Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-23T00:43:39.370Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-23T00:43:40.351Z] ---> 77b224fd8e79 [2021-03-23T00:43:40.351Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-23T00:43:40.351Z] ---> c9cf1658cf87 [2021-03-23T00:43:40.351Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-23T00:43:40.351Z] ---> 729613dbf15c [2021-03-23T00:43:40.351Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-23T00:43:40.351Z] ---> ee4d57b2bc45 [2021-03-23T00:43:40.351Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-23T00:43:40.351Z] ---> fad992665c75 [2021-03-23T00:43:40.351Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-23T00:43:40.351Z] ---> Running in 66cee5593367 [2021-03-23T00:43:40.351Z] ---> Running in 3da188493530 [2021-03-23T00:43:40.351Z] ---> Running in ff889cd577bf [2021-03-23T00:43:40.351Z] ---> Running in 8bcf41403fda [2021-03-23T00:43:40.351Z] ---> Running in c61ffff66ab1 [2021-03-23T00:43:40.351Z] 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-03-23T00:43:40.351Z] 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-03-23T00:43:40.351Z] 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-03-23T00:43:40.351Z] 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-03-23T00:43:40.351Z] 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-03-23T00:43:40.754Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-23T00:43:40.754Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-23T00:43:41.698Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-23T00:43:41.698Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-23T00:43:42.725Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-23T00:43:42.725Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-23T00:43:42.986Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-23T00:43:42.986Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-23T00:43:43.928Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-23T00:43:43.928Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-23T00:43:44.190Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-23T00:43:44.190Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-23T00:43:44.190Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-23T00:43:44.190Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-23T00:43:44.450Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-23T00:43:44.450Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-23T00:43:44.450Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-23T00:43:44.711Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-23T00:43:44.711Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-23T00:43:44.711Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-23T00:43:44.978Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-23T00:43:44.978Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-23T00:43:44.978Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-23T00:43:44.978Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-23T00:43:45.239Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-23T00:43:45.239Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-23T00:43:45.239Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-23T00:43:45.239Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-23T00:43:45.504Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-23T00:43:45.504Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-23T00:43:45.504Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-23T00:43:45.504Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-23T00:43:45.504Z] [2021-03-23T00:43:45.504Z] Current default time zone: 'Etc/UTC' [2021-03-23T00:43:45.504Z] Local time is now: Tue Mar 23 00:43:45 UTC 2021. [2021-03-23T00:43:45.504Z] Universal Time is now: Tue Mar 23 00:43:45 UTC 2021. [2021-03-23T00:43:45.504Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-23T00:43:45.504Z] [2021-03-23T00:43:45.765Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-23T00:43:45.765Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-23T00:43:45.765Z] Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... [2021-03-23T00:43:45.765Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-23T00:43:45.765Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-23T00:43:45.765Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-23T00:43:45.765Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-23T00:43:46.027Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-23T00:43:46.027Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-23T00:43:46.027Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-23T00:43:46.027Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-23T00:43:46.027Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-23T00:43:46.288Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-23T00:43:46.288Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-23T00:43:46.288Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-23T00:43:46.548Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-23T00:43:46.548Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-23T00:43:46.548Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-23T00:43:46.548Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-23T00:43:46.548Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-23T00:43:46.548Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-23T00:43:46.548Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-23T00:43:46.549Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-23T00:43:48.466Z] Updating certificates in /etc/ssl/certs... [2021-03-23T00:43:49.419Z] 23 added, 27 removed; done. [2021-03-23T00:43:49.419Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-23T00:43:49.419Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-23T00:43:49.419Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-23T00:43:49.419Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-23T00:43:49.419Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-23T00:43:49.419Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-23T00:43:49.688Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-23T00:43:49.688Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-23T00:43:49.688Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-23T00:43:49.688Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-23T00:43:49.688Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-23T00:43:49.688Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-23T00:43:49.688Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-23T00:43:49.949Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-23T00:43:49.949Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-23T00:43:49.949Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-23T00:43:49.949Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-23T00:43:49.949Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-23T00:43:50.210Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-23T00:43:50.210Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-23T00:43:50.210Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-23T00:43:50.210Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-23T00:43:50.210Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-23T00:43:50.472Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-23T00:43:50.472Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-23T00:43:50.472Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-23T00:43:50.472Z] Updating certificates in /etc/ssl/certs... [2021-03-23T00:43:51.464Z] 0 added, 0 removed; done. [2021-03-23T00:43:51.464Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-23T00:43:51.464Z] done. [2021-03-23T00:43:52.069Z] Reading package lists... [2021-03-23T00:43:52.353Z] Building dependency tree... [2021-03-23T00:43:52.353Z] Reading state information... [2021-03-23T00:43:52.629Z] The following NEW packages will be installed: [2021-03-23T00:43:52.629Z] apt-transport-https [2021-03-23T00:43:52.629Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-23T00:43:52.629Z] Need to get 1696 B of archives. [2021-03-23T00:43:52.629Z] After this operation, 153 kB of additional disk space will be used. [2021-03-23T00:43:52.629Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-23T00:43:52.629Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-23T00:43:52.893Z] Fetched 1696 B in 0s (23.0 kB/s) [2021-03-23T00:43:52.893Z] Selecting previously unselected package apt-transport-https. [2021-03-23T00:43:52.893Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-23T00:43:52.893Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-23T00:43:52.893Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-23T00:43:52.893Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-23T00:43:53.154Z] Waiting for network to be ready... [2021-03-23T00:44:01.303Z] 2021-03-23T00:43:57Z INFO Waiting for automatic snapd restart... [2021-03-23T00:44:01.303Z] snapd 2.49 from Canonical* installed [2021-03-23T00:44:02.689Z] "snapd" switched to the "latest/stable" channel [2021-03-23T00:44:02.689Z] [2021-03-23T00:44:06.917Z] core18 20210128 from Canonical* installed [2021-03-23T00:44:07.487Z] "core18" switched to the "latest/stable" channel [2021-03-23T00:44:07.487Z] [2021-03-23T00:44:14.088Z] snapcraft 4.5.4 from Canonical* installed [2021-03-23T00:44:14.088Z] "snapcraft" switched to the "latest/stable" channel [2021-03-23T00:44:14.088Z] [2021-03-23T00:44:17.392Z] 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-03-23T00:44:17.392Z] - README.md [2021-03-23T00:44:17.392Z] [2021-03-23T00:44:17.392Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-23T00:44:23.977Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-23T00:44:23.977Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-23T00:44:23.977Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-23T00:44:23.977Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-23T00:44:26.177Z] Reading package lists... [2021-03-23T00:44:26.757Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 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-03-23T00:44:33.351Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-23T00:44:33.351Z] Reading package lists... [2021-03-23T00:44:33.351Z] Building dependency tree... [2021-03-23T00:44:33.351Z] Reading state information... [2021-03-23T00:44:33.351Z] Suggested packages: [2021-03-23T00:44:33.351Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-23T00:44:33.351Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-23T00:44:33.351Z] Recommended packages: [2021-03-23T00:44:33.351Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-23T00:44:33.351Z] The following NEW packages will be installed: [2021-03-23T00:44:33.351Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-23T00:44:33.351Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-23T00:44:33.351Z] pkg-config zip [2021-03-23T00:44:33.351Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-23T00:44:33.351Z] Need to get 7657 kB of archives. [2021-03-23T00:44:33.351Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-23T00:44:33.351Z] 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-03-23T00:44:33.351Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-23T00:44:33.351Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-23T00:44:33.351Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-23T00:44:33.351Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-23T00:44:33.351Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-23T00:44:33.351Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-23T00:44:33.612Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-23T00:44:33.612Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-23T00:44:33.612Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-23T00:44:33.612Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-23T00:44:33.874Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-23T00:44:33.874Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-23T00:44:33.874Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-23T00:44:33.874Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-23T00:44:34.139Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-23T00:44:34.139Z] Fetched 7657 kB in 1s (10.6 MB/s) [2021-03-23T00:44:34.404Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-23T00:44:34.404Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-23T00:44:34.404Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-23T00:44:34.404Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-23T00:44:34.670Z] Selecting previously unselected package libpsl5:amd64. [2021-03-23T00:44:34.670Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-23T00:44:34.670Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-23T00:44:34.935Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-23T00:44:34.935Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-23T00:44:34.935Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-23T00:44:34.935Z] Selecting previously unselected package librtmp1:amd64. [2021-03-23T00:44:34.935Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-23T00:44:34.935Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-23T00:44:34.935Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-23T00:44:34.935Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-23T00:44:34.935Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-23T00:44:35.197Z] Selecting previously unselected package liberror-perl. [2021-03-23T00:44:35.197Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-23T00:44:35.197Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-23T00:44:35.197Z] Selecting previously unselected package git-man. [2021-03-23T00:44:35.197Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-23T00:44:35.197Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-23T00:44:35.458Z] Selecting previously unselected package git. [2021-03-23T00:44:35.458Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-23T00:44:35.458Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-23T00:44:36.405Z] Selecting previously unselected package libnorm1:amd64. [2021-03-23T00:44:36.405Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-23T00:44:36.405Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-23T00:44:36.667Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-23T00:44:36.667Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-23T00:44:36.667Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-23T00:44:36.667Z] Selecting previously unselected package libsodium23:amd64. [2021-03-23T00:44:36.667Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-23T00:44:36.667Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-23T00:44:36.936Z] Selecting previously unselected package libzmq5:amd64. [2021-03-23T00:44:36.936Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-23T00:44:36.936Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-23T00:44:36.936Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-23T00:44:36.936Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-23T00:44:36.936Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-23T00:44:37.200Z] Selecting previously unselected package pkg-config. [2021-03-23T00:44:37.200Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-23T00:44:37.200Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-23T00:44:37.462Z] Selecting previously unselected package zip. [2021-03-23T00:44:37.462Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-23T00:44:37.462Z] Unpacking zip (3.0-11build1) ... [2021-03-23T00:44:37.462Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-23T00:44:37.462Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-23T00:44:37.462Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-23T00:44:37.462Z] Setting up liberror-perl (0.17025-1) ... [2021-03-23T00:44:37.723Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-23T00:44:37.723Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-23T00:44:37.723Z] No schema files found: doing nothing. [2021-03-23T00:44:37.723Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-23T00:44:37.723Z] Setting up zip (3.0-11build1) ... [2021-03-23T00:44:37.723Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-23T00:44:37.723Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-23T00:44:37.723Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-23T00:44:37.723Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-23T00:44:37.984Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-23T00:44:37.985Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-23T00:44:37.985Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-23T00:44:37.985Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-23T00:44:44.575Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-23T00:44:44.837Z] git set to automatically installed. [2021-03-23T00:44:44.837Z] git-man set to automatically installed. [2021-03-23T00:44:44.837Z] libcurl3-gnutls set to automatically installed. [2021-03-23T00:44:44.837Z] liberror-perl set to automatically installed. [2021-03-23T00:44:44.837Z] libglib2.0-0 set to automatically installed. [2021-03-23T00:44:44.837Z] libnghttp2-14 set to automatically installed. [2021-03-23T00:44:44.837Z] libnorm1 set to automatically installed. [2021-03-23T00:44:44.837Z] libpgm-5.2-0 set to automatically installed. [2021-03-23T00:44:44.837Z] libpsl5 set to automatically installed. [2021-03-23T00:44:44.837Z] librtmp1 set to automatically installed. [2021-03-23T00:44:44.837Z] libsodium23 set to automatically installed. [2021-03-23T00:44:44.837Z] libzmq3-dev set to automatically installed. [2021-03-23T00:44:44.837Z] libzmq5 set to automatically installed. [2021-03-23T00:44:44.837Z] pkg-config set to automatically installed. [2021-03-23T00:44:44.837Z] zip set to automatically installed. [2021-03-23T00:44:46.760Z] snapd is not logged in, snap install commands will use sudo [2021-03-23T00:44:53.356Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-23T00:44:53.356Z] snap "core18" has no updates available [2021-03-23T00:44:55.921Z] snapd is not logged in, snap install commands will use sudo [2021-03-23T00:45:02.137Z] 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-03-23T00:45:02.523Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-23T00:45:03.600Z] 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-03-23T00:45:20.670Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-23T00:45:20.934Z] Pulling go-build-helper [2021-03-23T00:45:20.934Z] + snapcraftctl pull [2021-03-23T00:45:22.325Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-23T00:45:22.325Z] Skipping pull go-build-helper (already ran) [2021-03-23T00:45:22.325Z] Building go-build-helper [2021-03-23T00:45:22.325Z] + snapcraftctl build [2021-03-23T00:45:24.904Z] Staging go-build-helper [2021-03-23T00:45:24.904Z] + snapcraftctl stage [2021-03-23T00:45:25.794Z] Removing intermediate container 66cee5593367 [2021-03-23T00:45:25.794Z] ---> bd1e44956c9a [2021-03-23T00:45:25.795Z] [2021-03-23T00:45:25.795Z] Step 10/21 : FROM alpine:3.12 [2021-03-23T00:45:25.795Z] 3.12: Pulling from library/alpine [2021-03-23T00:45:25.795Z] Removing intermediate container ff889cd577bf [2021-03-23T00:45:25.795Z] ---> a6c6ec943b5d [2021-03-23T00:45:25.795Z] [2021-03-23T00:45:25.795Z] Step 10/24 : FROM alpine:3.12 [2021-03-23T00:45:25.795Z] Removing intermediate container 8bcf41403fda [2021-03-23T00:45:25.795Z] ---> 2c54f803de7c [2021-03-23T00:45:25.795Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-23T00:45:25.795Z] 3.12: Pulling from library/alpine [2021-03-23T00:45:25.795Z] ---> Running in 12104d732893 [2021-03-23T00:45:25.795Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-23T00:45:25.795Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-23T00:45:25.795Z] Status: Downloaded newer image for alpine:3.12 [2021-03-23T00:45:25.795Z] ---> d10569e2745f [2021-03-23T00:45:25.795Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-23T00:45:25.795Z] Status: Downloaded newer image for alpine:3.12 [2021-03-23T00:45:25.795Z] ---> d10569e2745f [2021-03-23T00:45:25.795Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-23T00:45:25.795Z] ---> Running in 7e84c4aced76 [2021-03-23T00:45:25.795Z] ---> Running in 357b86ed9776 [2021-03-23T00:45:26.834Z] 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-03-23T00:45:27.824Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T00:45:27.824Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T00:45:28.099Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T00:45:28.099Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T00:45:28.701Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-23T00:45:28.701Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-23T00:45:28.701Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-23T00:45:28.701Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-23T00:45:28.979Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-23T00:45:28.979Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-23T00:45:28.979Z] (4/5) Installing curl (7.69.1-r3) [2021-03-23T00:45:28.979Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-23T00:45:28.979Z] (4/4) Installing curl (7.69.1-r3) [2021-03-23T00:45:28.979Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T00:45:28.979Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T00:45:28.979Z] Executing ca-certificates-20191127-r4.trigger [2021-03-23T00:45:28.979Z] Executing ca-certificates-20191127-r4.trigger [2021-03-23T00:45:29.274Z] OK: 7 MiB in 19 packages [2021-03-23T00:45:29.274Z] OK: 7 MiB in 18 packages [2021-03-23T00:45:33.607Z] Removing intermediate container 7e84c4aced76 [2021-03-23T00:45:33.607Z] ---> 80039487c7f1 [2021-03-23T00:45:33.607Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-23T00:45:33.607Z] Removing intermediate container 357b86ed9776 [2021-03-23T00:45:33.607Z] ---> 5b19de4512d4 [2021-03-23T00:45:33.607Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-23T00:45:33.880Z] Removing intermediate container 12104d732893 [2021-03-23T00:45:33.880Z] ---> 47c1f0fc6dc5 [2021-03-23T00:45:33.880Z] [2021-03-23T00:45:33.880Z] Step 11/26 : FROM docker:20.10.0 [2021-03-23T00:45:33.880Z] 20.10.0: Pulling from library/docker [2021-03-23T00:45:34.152Z] ---> Running in a35b50f17ac6 [2021-03-23T00:45:34.152Z] ---> Running in 5abdb699a13e [2021-03-23T00:45:34.750Z] Removing intermediate container 3da188493530 [2021-03-23T00:45:34.750Z] ---> dbed6935c844 [2021-03-23T00:45:34.750Z] [2021-03-23T00:45:34.750Z] Step 10/22 : FROM alpine:3.12 [2021-03-23T00:45:34.750Z] ---> d10569e2745f [2021-03-23T00:45:34.750Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-23T00:45:35.343Z] Removing intermediate container a35b50f17ac6 [2021-03-23T00:45:35.343Z] ---> 585d2824604c [2021-03-23T00:45:35.343Z] Step 13/21 : WORKDIR /edgex [2021-03-23T00:45:35.620Z] ---> Running in 7db2cc92c55b [2021-03-23T00:45:35.896Z] Removing intermediate container 5abdb699a13e [2021-03-23T00:45:35.896Z] ---> 6f8cea398805 [2021-03-23T00:45:35.896Z] Step 13/24 : WORKDIR / [2021-03-23T00:45:36.168Z] ---> Running in 43831883a789 [2021-03-23T00:45:36.767Z] ---> Running in 2f4fa305bc79 [2021-03-23T00:45:37.745Z] Removing intermediate container 43831883a789 [2021-03-23T00:45:37.745Z] ---> 52219a90e282 [2021-03-23T00:45:37.745Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-23T00:45:38.020Z] Removing intermediate container 2f4fa305bc79 [2021-03-23T00:45:38.020Z] ---> 365e79126bb7 [2021-03-23T00:45:38.020Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-23T00:45:38.292Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T00:45:38.564Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T00:45:38.843Z] ---> 31c3f2c684a1 [2021-03-23T00:45:38.843Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-23T00:45:39.115Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-23T00:45:39.116Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T00:45:39.116Z] OK: 5 MiB in 15 packages [2021-03-23T00:45:39.718Z] ---> f28f27f5ec36 [2021-03-23T00:45:39.718Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-23T00:45:39.823Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-23T00:45:39.823Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-23T00:45:39.823Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] [2021-03-23T00:45:39.823Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-23T00:45:39.823Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-23T00:45:39.823Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-23T00:45:39.823Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-23T00:45:39.823Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-23T00:45:39.823Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-23T00:45:39.823Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-23T00:45:39.823Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-23T00:45:39.823Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [307 kB] [2021-03-23T00:45:39.823Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-23T00:45:39.823Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-23T00:45:39.823Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] [2021-03-23T00:45:39.823Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] [2021-03-23T00:45:39.823Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1115 kB] [2021-03-23T00:45:39.823Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-23T00:45:39.823Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-23T00:45:39.823Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1950 kB] [2021-03-23T00:45:39.823Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] [2021-03-23T00:45:39.823Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-23T00:45:39.823Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-23T00:45:39.823Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] [2021-03-23T00:45:39.823Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] [2021-03-23T00:45:39.823Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1721 kB] [2021-03-23T00:45:39.823Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-23T00:45:39.823Z] Fetched 24.1 MB in 0s (0 B/s) [2021-03-23T00:45:39.823Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-23T00:45:39.823Z] Fetched 224 kB in 0s (0 B/s) [2021-03-23T00:45:39.823Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-23T00:45:39.823Z] Fetched 157 kB in 0s (0 B/s) [2021-03-23T00:45:39.823Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-23T00:45:39.823Z] Fetched 221 kB in 0s (0 B/s) [2021-03-23T00:45:39.823Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-23T00:45:39.823Z] Fetched 143 kB in 0s (0 B/s) [2021-03-23T00:45:39.823Z] Pulling app-service-config [2021-03-23T00:45:39.823Z] + snapcraftctl pull [2021-03-23T00:45:39.823Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-23T00:45:40.083Z] Pulling config-common [2021-03-23T00:45:40.344Z] + snapcraftctl pull [2021-03-23T00:45:40.703Z] Removing intermediate container c61ffff66ab1 [2021-03-23T00:45:40.703Z] ---> c0a322bdf5fa [2021-03-23T00:45:40.703Z] [2021-03-23T00:45:40.703Z] Step 10/23 : FROM alpine:3.12 [2021-03-23T00:45:40.703Z] ---> d10569e2745f [2021-03-23T00:45:40.703Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-23T00:45:41.312Z] ---> c3c9abbf0199 [2021-03-23T00:45:41.312Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-23T00:45:41.312Z] ---> Running in 0a3f6dd81110 [2021-03-23T00:45:41.584Z] ---> 7b4bbd52148a [2021-03-23T00:45:41.585Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-23T00:45:41.859Z] Removing intermediate container 7db2cc92c55b [2021-03-23T00:45:41.859Z] ---> d95983dbfc03 [2021-03-23T00:45:41.859Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-23T00:45:42.456Z] ---> Running in 1d928e5bee41 [2021-03-23T00:45:42.736Z] ---> a539eed71c09 [2021-03-23T00:45:43.015Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-23T00:45:43.288Z] Removing intermediate container 1d928e5bee41 [2021-03-23T00:45:43.288Z] ---> 08817c73f993 [2021-03-23T00:45:43.288Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-23T00:45:43.571Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T00:45:43.571Z] ---> 05c6167bc34d [2021-03-23T00:45:43.571Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-23T00:45:43.571Z] ---> Running in 3cad4c89e141 [2021-03-23T00:45:43.571Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T00:45:43.847Z] ---> Running in d74c8cfecac0 [2021-03-23T00:45:44.124Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-23T00:45:44.124Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T00:45:44.398Z] OK: 5 MiB in 15 packages [2021-03-23T00:45:44.398Z] Removing intermediate container 3cad4c89e141 [2021-03-23T00:45:44.398Z] ---> 167078e854a1 [2021-03-23T00:45:44.399Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-23T00:45:44.996Z] ---> Running in cb347317efbe [2021-03-23T00:45:44.996Z] Removing intermediate container d74c8cfecac0 [2021-03-23T00:45:44.996Z] ---> 3f03d4150557 [2021-03-23T00:45:44.996Z] Step 18/21 : CMD ["--init=true"] [2021-03-23T00:45:45.272Z] ---> a818dbefd937 [2021-03-23T00:45:45.272Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-23T00:45:45.272Z] ---> Running in 42762f883d40 [2021-03-23T00:45:45.628Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-23T00:45:45.628Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-23T00:45:45.628Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-23T00:45:45.628Z] Fetched 0 B in 0s (0 B/s) [2021-03-23T00:45:45.628Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-23T00:45:45.628Z] Fetched 0 B in 0s (0 B/s) [2021-03-23T00:45:45.628Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-23T00:45:45.628Z] Fetched 0 B in 0s (0 B/s) [2021-03-23T00:45:45.628Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-23T00:45:45.628Z] Fetched 0 B in 0s (0 B/s) [2021-03-23T00:45:45.628Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-23T00:45:45.628Z] Fetched 0 B in 0s (0 B/s) [2021-03-23T00:45:45.628Z] Pulling edgex-go [2021-03-23T00:45:45.628Z] + snapcraftctl pull [2021-03-23T00:45:45.870Z] Removing intermediate container cb347317efbe [2021-03-23T00:45:45.870Z] ---> 31b8d932626d [2021-03-23T00:45:45.870Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T00:45:46.464Z] Removing intermediate container 42762f883d40 [2021-03-23T00:45:46.464Z] ---> e123f1548409 [2021-03-23T00:45:46.464Z] Step 19/21 : LABEL arch=arm64 [2021-03-23T00:45:46.464Z] Removing intermediate container 0a3f6dd81110 [2021-03-23T00:45:46.464Z] ---> f768bf7a5c2d [2021-03-23T00:45:46.464Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-23T00:45:46.835Z] ---> Running in a428d144d550 [2021-03-23T00:45:46.835Z] ---> Running in 0c9ce37018b6 [2021-03-23T00:45:47.214Z] ---> e9eeceda64cf [2021-03-23T00:45:47.214Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-23T00:45:47.498Z] ---> 09e80409a6bf [2021-03-23T00:45:47.498Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-23T00:45:47.796Z] Removing intermediate container 0c9ce37018b6 [2021-03-23T00:45:47.796Z] ---> a9f70c75a943 [2021-03-23T00:45:47.796Z] Step 20/21 : LABEL git_sha=a7414695f078ddcd8848205c7319b49b88f89bde [2021-03-23T00:45:47.796Z] Removing intermediate container a428d144d550 [2021-03-23T00:45:47.796Z] ---> a9494f775db1 [2021-03-23T00:45:47.796Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-23T00:45:48.113Z] ---> Running in f89a4c717d56 [2021-03-23T00:45:48.113Z] ---> Running in 95669de3a164 [2021-03-23T00:45:48.752Z] ---> 8a3cf914e3c4 [2021-03-23T00:45:48.752Z] Step 20/24 : 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-03-23T00:45:49.031Z] Removing intermediate container f89a4c717d56 [2021-03-23T00:45:49.031Z] ---> 471b7413d26b [2021-03-23T00:45:49.031Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-23T00:45:49.031Z] ---> Running in 18d6eca7b1ac [2021-03-23T00:45:49.305Z] Removing intermediate container 95669de3a164 [2021-03-23T00:45:49.305Z] ---> 674d278c8400 [2021-03-23T00:45:49.305Z] Step 21/21 : LABEL version=0.0.0 [2021-03-23T00:45:49.587Z] ---> Running in ec7d257d4e34 [2021-03-23T00:45:49.587Z] ---> 71df6f7d8604 [2021-03-23T00:45:49.587Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-23T00:45:49.587Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-23T00:45:49.587Z] ---> Running in eedc94ea4682 [2021-03-23T00:45:49.587Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-23T00:45:49.587Z] ---> eeaf43b92773 [2021-03-23T00:45:49.587Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-23T00:45:49.862Z] ---> Running in 570c4df2f5ff [2021-03-23T00:45:50.139Z] Removing intermediate container ec7d257d4e34 [2021-03-23T00:45:50.139Z] ---> 2ed869636b63 [2021-03-23T00:45:50.139Z] Step 15/23 : WORKDIR / [2021-03-23T00:45:50.413Z] ---> Running in c27b48d39b9a [2021-03-23T00:45:50.414Z] Removing intermediate container eedc94ea4682 [2021-03-23T00:45:50.414Z] ---> 8010a711a32a [2021-03-23T00:45:50.414Z] [2021-03-23T00:45:50.696Z] ---> 779317d70914 [2021-03-23T00:45:50.696Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-23T00:45:50.968Z] Successfully built 8010a711a32a [2021-03-23T00:45:51.245Z] ---> Running in 6c9a9e34167b [2021-03-23T00:45:51.245Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-23T00:45:51.245Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-03-23T00:45:51.245Z] Removing intermediate container c27b48d39b9a [2021-03-23T00:45:51.245Z] ---> bb0d7030738f [2021-03-23T00:45:51.245Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T00:45:51.526Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T00:45:51.811Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T00:45:52.083Z] Removing intermediate container 6c9a9e34167b [2021-03-23T00:45:52.083Z] ---> 0f9c120da0ab [2021-03-23T00:45:52.083Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T00:45:52.355Z] ---> Running in 9fab65ad1ad8 [2021-03-23T00:45:52.355Z] (1/2) Installing readline (8.0.4-r0) [2021-03-23T00:45:52.631Z] (2/2) Installing bash (5.0.17-r0) [2021-03-23T00:45:52.631Z] ---> bca5944c820a [2021-03-23T00:45:52.631Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-23T00:45:52.631Z] Executing bash-5.0.17-r0.post-install [2021-03-23T00:45:52.631Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T00:45:52.631Z] OK: 12 MiB in 22 packages [2021-03-23T00:45:52.631Z] Removing intermediate container 18d6eca7b1ac [2021-03-23T00:45:52.631Z] ---> 5d01cd7693cd [2021-03-23T00:45:52.631Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-23T00:45:54.607Z] ---> Running in 686a53ea2d78 [2021-03-23T00:45:54.607Z] Removing intermediate container 9fab65ad1ad8 [2021-03-23T00:45:54.607Z] ---> aca3510a15c9 [2021-03-23T00:45:54.607Z] Step 20/22 : LABEL arch=arm64 [2021-03-23T00:45:55.205Z] ---> Running in 96b9138a34e0 [2021-03-23T00:45:55.205Z] ---> 12aeac8b51aa [2021-03-23T00:45:55.205Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-23T00:45:55.804Z] Removing intermediate container 686a53ea2d78 [2021-03-23T00:45:55.804Z] ---> 618792a7d1e6 [2021-03-23T00:45:55.804Z] Step 22/24 : LABEL arch=arm64 [2021-03-23T00:45:56.412Z] Removing intermediate container 570c4df2f5ff [2021-03-23T00:45:56.412Z] ---> 58280d416be2 [2021-03-23T00:45:56.412Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-23T00:45:56.412Z] ---> Running in fd3e30e30a32 [2021-03-23T00:45:56.412Z] Removing intermediate container 96b9138a34e0 [2021-03-23T00:45:56.412Z] ---> ec7f7b0bc306 [2021-03-23T00:45:56.412Z] Step 21/22 : LABEL git_sha=a7414695f078ddcd8848205c7319b49b88f89bde [2021-03-23T00:45:57.013Z] ---> ada3ba55748e [2021-03-23T00:45:57.013Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-23T00:45:57.013Z] ---> Running in 07f5ff40f09b [2021-03-23T00:45:57.013Z] ---> Running in 6b338931e9c6 [2021-03-23T00:45:57.287Z] ---> Running in a0830dd2911d [2021-03-23T00:45:57.287Z] Removing intermediate container fd3e30e30a32 [2021-03-23T00:45:57.287Z] ---> e060d6a75547 [2021-03-23T00:45:57.287Z] Step 23/24 : LABEL git_sha=a7414695f078ddcd8848205c7319b49b88f89bde [2021-03-23T00:45:57.572Z] ---> Running in 4ee72dcea0b8 [2021-03-23T00:45:57.841Z] Removing intermediate container 07f5ff40f09b [2021-03-23T00:45:57.841Z] ---> b0be498e4d32 [2021-03-23T00:45:57.841Z] Step 22/22 : LABEL version=0.0.0 [2021-03-23T00:45:57.841Z] Removing intermediate container 6b338931e9c6 [2021-03-23T00:45:57.841Z] ---> bdc9aaa01163 [2021-03-23T00:45:57.841Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-23T00:45:57.841Z] Removing intermediate container a0830dd2911d [2021-03-23T00:45:57.841Z] ---> a30d7e7caf70 [2021-03-23T00:45:57.841Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T00:45:58.112Z] ---> Running in 55869d25655b [2021-03-23T00:45:58.112Z] ---> Running in 6c74e1d64318 [2021-03-23T00:45:58.112Z] ---> Running in 24fde5ee7e6e [2021-03-23T00:45:58.112Z] Removing intermediate container 4ee72dcea0b8 [2021-03-23T00:45:58.112Z] ---> da6182d481e0 [2021-03-23T00:45:58.112Z] Step 24/24 : LABEL version=0.0.0 [2021-03-23T00:45:58.382Z] ---> Running in 73dd5c5e7e58 [2021-03-23T00:45:58.652Z] Removing intermediate container 55869d25655b [2021-03-23T00:45:58.652Z] ---> 78db806d70b7 [2021-03-23T00:45:58.652Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-23T00:45:58.652Z] Removing intermediate container 6c74e1d64318 [2021-03-23T00:45:58.652Z] ---> 14315601927c [2021-03-23T00:45:58.652Z] [2021-03-23T00:45:58.928Z] Removing intermediate container 24fde5ee7e6e [2021-03-23T00:45:58.928Z] ---> dae5e93b1ec3 [2021-03-23T00:45:58.928Z] Step 21/23 : LABEL arch=arm64 [2021-03-23T00:45:59.206Z] ---> Running in 884b0d7647eb [2021-03-23T00:45:59.206Z] Successfully built 14315601927c [2021-03-23T00:45:59.478Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-23T00:45:59.478Z] Building docker-security-bootstrapper-go [2021-03-23T00:45:59.478Z]  Building docker-support-scheduler-go ... done  ---> Running in ea44d169578b [2021-03-23T00:45:59.478Z] Removing intermediate container 73dd5c5e7e58 [2021-03-23T00:45:59.478Z] ---> 35fc0499a4d0 [2021-03-23T00:45:59.478Z] [2021-03-23T00:45:59.750Z] Removing intermediate container 884b0d7647eb [2021-03-23T00:45:59.750Z] ---> f8272f2a07a1 [2021-03-23T00:45:59.750Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-23T00:46:00.026Z] Successfully built 35fc0499a4d0 [2021-03-23T00:46:00.026Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-23T00:46:00.026Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2021-03-23T00:46:00.026Z] Removing intermediate container ea44d169578b [2021-03-23T00:46:00.026Z] ---> 55e25bb57c82 [2021-03-23T00:46:00.026Z] Step 22/23 : LABEL git_sha=a7414695f078ddcd8848205c7319b49b88f89bde [2021-03-23T00:46:00.625Z] ---> Running in b1f94afc398f [2021-03-23T00:46:01.219Z] Removing intermediate container b1f94afc398f [2021-03-23T00:46:01.219Z] ---> 832c04f959fe [2021-03-23T00:46:01.219Z] Step 23/23 : LABEL version=0.0.0 [2021-03-23T00:46:01.219Z] ---> e1110b4ad415 [2021-03-23T00:46:01.219Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-23T00:46:01.219Z] ---> Running in 0e826ed1c420 [2021-03-23T00:46:01.816Z] Removing intermediate container 0e826ed1c420 [2021-03-23T00:46:01.816Z] ---> 7cf05db00305 [2021-03-23T00:46:01.816Z] [2021-03-23T00:46:02.086Z] ---> da040e939792 [2021-03-23T00:46:02.086Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-23T00:46:02.359Z] Successfully built 7cf05db00305 [2021-03-23T00:46:02.359Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-23T00:46:02.359Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2021-03-23T00:46:03.334Z] ---> d5030090d474 [2021-03-23T00:46:03.334Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-23T00:46:03.605Z] ---> Running in 2d257d1de872 [2021-03-23T00:46:05.032Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T00:46:05.032Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T00:46:05.631Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-23T00:46:05.631Z] (2/33) Installing expat (2.2.9-r1) [2021-03-23T00:46:05.631Z] (3/33) Installing libffi (3.3-r2) [2021-03-23T00:46:05.631Z] (4/33) Installing gdbm (1.13-r1) [2021-03-23T00:46:05.631Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-23T00:46:05.631Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-23T00:46:05.631Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-23T00:46:07.601Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-23T00:46:07.601Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-23T00:46:07.601Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-23T00:46:07.601Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-23T00:46:07.601Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-23T00:46:07.601Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-23T00:46:07.601Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-23T00:46:07.601Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-23T00:46:07.601Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-23T00:46:07.601Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-23T00:46:07.601Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-23T00:46:07.601Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-23T00:46:07.601Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-23T00:46:07.873Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-23T00:46:07.873Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-23T00:46:07.873Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-23T00:46:07.873Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-23T00:46:07.873Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-23T00:46:07.873Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-23T00:46:07.873Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-23T00:46:07.873Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-23T00:46:07.873Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-23T00:46:07.873Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-23T00:46:07.873Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-23T00:46:07.873Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-23T00:46:07.873Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-23T00:46:08.149Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T00:46:08.149Z] OK: 71 MiB in 55 packages [2021-03-23T00:46:12.445Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-23T00:46:12.446Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-23T00:46:12.446Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-23T00:46:12.446Z] Fetched 0 B in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-23T00:46:12.446Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-23T00:46:12.446Z] Fetched 279 kB in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-23T00:46:12.446Z] Fetched 122 kB in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-23T00:46:12.446Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-23T00:46:12.446Z] Fetched 8848 B in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-23T00:46:12.446Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-23T00:46:12.446Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-23T00:46:12.446Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-23T00:46:12.446Z] Fetched 214 kB in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-23T00:46:12.446Z] Fetched 154 kB in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-23T00:46:12.446Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-23T00:46:12.446Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-23T00:46:12.446Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-23T00:46:12.446Z] Fetched 499 kB in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-23T00:46:12.446Z] Fetched 111 kB in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-23T00:46:12.446Z] Fetched 240 kB in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-23T00:46:12.446Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-23T00:46:12.446Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-23T00:46:12.446Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-23T00:46:12.446Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-23T00:46:12.446Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-23T00:46:12.446Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-23T00:46:12.446Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-23T00:46:12.446Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-23T00:46:12.446Z] Fetched 8720 B in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-23T00:46:12.446Z] Fetched 137 kB in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-23T00:46:12.446Z] Fetched 119 kB in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-23T00:46:12.446Z] Fetched 109 kB in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-23T00:46:12.446Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-23T00:46:12.446Z] Fetched 645 kB in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-23T00:46:12.446Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-23T00:46:12.446Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-23T00:46:12.446Z] Fetched 368 kB in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-23T00:46:12.446Z] Fetched 187 kB in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-23T00:46:12.446Z] Fetched 175 kB in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-23T00:46:12.446Z] Fetched 206 kB in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-23T00:46:12.446Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-23T00:46:12.446Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-23T00:46:12.446Z] Fetched 159 kB in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-23T00:46:12.446Z] Fetched 107 kB in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-23T00:46:12.446Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-23T00:46:12.446Z] Pulling static-packages [2021-03-23T00:46:12.446Z] + snapcraftctl pull [2021-03-23T00:46:12.446Z] Pulling version [2021-03-23T00:46:12.446Z] + cd /root/project [2021-03-23T00:46:12.446Z] + [ -f VERSION ] [2021-03-23T00:46:12.446Z] + PROJECT_VERSION=local-dev [2021-03-23T00:46:12.446Z] + git rev-parse --short HEAD [2021-03-23T00:46:12.446Z] + GIT_REVISION=4187702f [2021-03-23T00:46:12.446Z] + snapcraftctl set-version local-dev [2021-03-23T00:46:12.446Z] Skipping build go-build-helper (already ran) [2021-03-23T00:46:12.446Z] Building app-service-config [2021-03-23T00:46:12.446Z] + make build [2021-03-23T00:46:12.446Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-03-23T00:46:13.831Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 [2021-03-23T00:46:13.831Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 [2021-03-23T00:46:13.831Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-23T00:46:13.831Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 [2021-03-23T00:46:13.831Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-03-23T00:46:13.831Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-23T00:46:14.092Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-23T00:46:14.092Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-23T00:46:14.092Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-23T00:46:14.092Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-23T00:46:14.352Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-23T00:46:14.352Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-23T00:46:14.611Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-23T00:46:14.611Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-23T00:46:14.611Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-23T00:46:14.872Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-23T00:46:14.872Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-23T00:46:14.872Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-23T00:46:14.872Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-03-23T00:46:15.135Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-23T00:46:15.135Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-23T00:46:15.135Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-23T00:46:15.135Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-03-23T00:46:15.135Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-23T00:46:15.135Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-23T00:46:15.135Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-23T00:46:15.395Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-23T00:46:15.395Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-23T00:46:15.395Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-23T00:46:15.395Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-23T00:46:15.395Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-23T00:46:15.395Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-23T00:46:15.395Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-23T00:46:15.656Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-23T00:46:15.656Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-23T00:46:15.656Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-03-23T00:46:15.656Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-23T00:46:15.656Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-23T00:46:15.656Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-23T00:46:15.916Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-23T00:46:15.916Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-23T00:46:15.916Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-23T00:46:16.177Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-23T00:46:20.565Z] Removing intermediate container 2d257d1de872 [2021-03-23T00:46:20.565Z] ---> 744cba6b410c [2021-03-23T00:46:20.565Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-23T00:46:20.565Z] ---> Running in bd557f7d75d3 [2021-03-23T00:46:24.864Z] Collecting docker-compose==1.23.2 [2021-03-23T00:46:24.864Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-23T00:46:25.463Z] Collecting jsonschema<3,>=2.5.1 [2021-03-23T00:46:25.463Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-23T00:46:25.738Z] Collecting docopt<0.7,>=0.6.1 [2021-03-23T00:46:25.738Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-23T00:46:28.355Z] Collecting cached-property<2,>=1.2.0 [2021-03-23T00:46:28.355Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-23T00:46:28.413Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-23T00:46:28.413Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-23T00:46:28.413Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-23T00:46:28.413Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-23T00:46:28.949Z] Collecting docker<4.0,>=3.6.0 [2021-03-23T00:46:28.949Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-23T00:46:30.710Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-23T00:46:30.710Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-23T00:46:30.714Z] Building config-common [2021-03-23T00:46:30.714Z] + snapcraftctl build [2021-03-23T00:46:31.711Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T00:46:31.711Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-23T00:46:31.711Z] ---> d2863d76a4d3 [2021-03-23T00:46:31.711Z] Step 3/23 : WORKDIR /edgex-go [2021-03-23T00:46:31.711Z] ---> Using cache [2021-03-23T00:46:31.711Z] ---> f6b668dbd2dc [2021-03-23T00:46:31.711Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T00:46:31.711Z] ---> Using cache [2021-03-23T00:46:31.711Z] ---> 05f576c1716f [2021-03-23T00:46:31.711Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-23T00:46:32.692Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-23T00:46:32.692Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-23T00:46:33.284Z] Building edgex-go [2021-03-23T00:46:33.545Z] + cd /root/parts/edgex-go/src [2021-03-23T00:46:33.545Z] + make build [2021-03-23T00:46:33.545Z] 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-03-23T00:46:33.673Z] 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-03-23T00:46:33.947Z] Collecting texttable<0.10,>=0.9.0 [2021-03-23T00:46:33.947Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-23T00:46:34.221Z] ---> Running in 0414e6603a49 [2021-03-23T00:46:34.486Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-23T00:46:34.486Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-23T00:46:34.486Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-23T00:46:34.486Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.9 [2021-03-23T00:46:34.486Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 [2021-03-23T00:46:34.486Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-23T00:46:34.486Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-23T00:46:34.486Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-23T00:46:34.486Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-23T00:46:34.486Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-23T00:46:34.486Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-23T00:46:36.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T00:46:36.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T00:46:37.396Z] OK: 217 MiB in 51 packages [2021-03-23T00:46:37.396Z] Collecting PyYAML<4,>=3.10 [2021-03-23T00:46:37.396Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-23T00:46:39.779Z] 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-03-23T00:46:39.779Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-23T00:46:41.716Z] Removing intermediate container 0414e6603a49 [2021-03-23T00:46:41.716Z] ---> 7d55b3f814c0 [2021-03-23T00:46:41.716Z] Step 6/23 : COPY go.mod . [2021-03-23T00:46:42.321Z] ---> fff49c636b68 [2021-03-23T00:46:42.321Z] Step 7/23 : RUN go mod download [2021-03-23T00:46:42.595Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-23T00:46:42.595Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-23T00:46:43.194Z] ---> Running in 5dacf044d317 [2021-03-23T00:46:43.194Z] Collecting docker-pycreds>=0.4.0 [2021-03-23T00:46:43.194Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-23T00:46:43.470Z] 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-03-23T00:46:43.470Z] 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-03-23T00:46:43.744Z] Collecting idna<2.8,>=2.5 [2021-03-23T00:46:43.744Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-23T00:46:44.726Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-23T00:46:44.726Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-23T00:46:44.726Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-23T00:46:44.726Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-23T00:46:44.726Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-23T00:46:44.726Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-23T00:46:46.174Z] Installing collected packages: jsonschema, docopt, cached-property, websocket-client, docker-pycreds, idna, urllib3, requests, docker, dockerpty, texttable, PyYAML, docker-compose [2021-03-23T00:46:46.174Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T00:46:46.174Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-23T00:46:46.174Z] ---> d2863d76a4d3 [2021-03-23T00:46:46.174Z] Step 3/31 : WORKDIR /edgex-go [2021-03-23T00:46:46.174Z] ---> Using cache [2021-03-23T00:46:46.174Z] ---> f6b668dbd2dc [2021-03-23T00:46:46.174Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T00:46:46.174Z] ---> Using cache [2021-03-23T00:46:46.174Z] ---> 05f576c1716f [2021-03-23T00:46:46.174Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-23T00:46:46.174Z] ---> Using cache [2021-03-23T00:46:46.174Z] ---> ffa8df56369b [2021-03-23T00:46:46.174Z] Step 6/31 : COPY go.mod . [2021-03-23T00:46:46.174Z] ---> Using cache [2021-03-23T00:46:46.174Z] ---> 787929dea5c5 [2021-03-23T00:46:46.174Z] Step 7/31 : RUN go mod download [2021-03-23T00:46:46.174Z] ---> Using cache [2021-03-23T00:46:46.174Z] ---> e2e4416a981c [2021-03-23T00:46:46.174Z] Step 8/31 : COPY . . [2021-03-23T00:46:46.174Z] ---> Using cache [2021-03-23T00:46:46.174Z] ---> fad992665c75 [2021-03-23T00:46:46.174Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-23T00:46:47.174Z] Running setup.py install for docopt: started [2021-03-23T00:46:47.174Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T00:46:47.174Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-23T00:46:47.174Z] ---> d2863d76a4d3 [2021-03-23T00:46:47.174Z] Step 3/23 : WORKDIR /edgex-go [2021-03-23T00:46:47.174Z] ---> Using cache [2021-03-23T00:46:47.174Z] ---> f6b668dbd2dc [2021-03-23T00:46:47.174Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T00:46:47.174Z] ---> Using cache [2021-03-23T00:46:47.174Z] ---> 05f576c1716f [2021-03-23T00:46:47.174Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-23T00:46:47.174Z] ---> Using cache [2021-03-23T00:46:47.174Z] ---> ffa8df56369b [2021-03-23T00:46:47.174Z] Step 6/23 : COPY go.mod . [2021-03-23T00:46:47.174Z] ---> Using cache [2021-03-23T00:46:47.174Z] ---> 787929dea5c5 [2021-03-23T00:46:47.174Z] Step 7/23 : RUN go mod download [2021-03-23T00:46:47.174Z] ---> Using cache [2021-03-23T00:46:47.174Z] ---> e2e4416a981c [2021-03-23T00:46:47.174Z] Step 8/23 : COPY . . [2021-03-23T00:46:47.174Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T00:46:47.174Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-23T00:46:47.174Z] ---> d2863d76a4d3 [2021-03-23T00:46:47.174Z] Step 3/22 : WORKDIR /edgex-go [2021-03-23T00:46:47.174Z] ---> Using cache [2021-03-23T00:46:47.174Z] ---> f6b668dbd2dc [2021-03-23T00:46:47.174Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T00:46:47.174Z] ---> Using cache [2021-03-23T00:46:47.174Z] ---> 05f576c1716f [2021-03-23T00:46:47.174Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-23T00:46:47.174Z] ---> Running in afbbcc56cc9e [2021-03-23T00:46:47.446Z] ---> Using cache [2021-03-23T00:46:47.446Z] ---> fad992665c75 [2021-03-23T00:46:47.446Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-23T00:46:47.446Z] ---> Running in b198d72397aa [2021-03-23T00:46:47.728Z] ---> Running in 93652c244f86 [2021-03-23T00:46:47.921Z] 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-03-23T00:46:48.009Z] Removing intermediate container 5dacf044d317 [2021-03-23T00:46:48.009Z] ---> afdd0809d067 [2021-03-23T00:46:48.009Z] Step 8/23 : COPY . . [2021-03-23T00:46:48.492Z] 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-03-23T00:46:49.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T00:46:49.454Z] 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-03-23T00:46:49.728Z] 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-03-23T00:46:49.728Z] Running setup.py install for docopt: finished with status 'done' [2021-03-23T00:46:50.014Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T00:46:50.400Z] 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-03-23T00:46:50.622Z] Attempting uninstall: idna [2021-03-23T00:46:50.623Z] Found existing installation: idna 2.9 [2021-03-23T00:46:50.623Z] Uninstalling idna-2.9: [2021-03-23T00:46:50.899Z] Successfully uninstalled idna-2.9 [2021-03-23T00:46:50.899Z] OK: 217 MiB in 51 packages [2021-03-23T00:46:50.971Z] 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-03-23T00:46:51.231Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-23T00:46:51.491Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-23T00:46:51.491Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-23T00:46:51.491Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-23T00:46:51.501Z] Attempting uninstall: urllib3 [2021-03-23T00:46:51.501Z] Found existing installation: urllib3 1.25.9 [2021-03-23T00:46:51.501Z] Uninstalling urllib3-1.25.9: [2021-03-23T00:46:51.780Z] Successfully uninstalled urllib3-1.25.9 [2021-03-23T00:46:53.238Z] Attempting uninstall: requests [2021-03-23T00:46:53.238Z] Found existing installation: requests 2.23.0 [2021-03-23T00:46:53.238Z] Uninstalling requests-2.23.0: [2021-03-23T00:46:53.515Z] Successfully uninstalled requests-2.23.0 [2021-03-23T00:46:54.049Z] 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-03-23T00:46:54.049Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-23T00:46:54.049Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-23T00:46:54.501Z] Removing intermediate container b198d72397aa [2021-03-23T00:46:54.502Z] ---> 5836e3b6edc2 [2021-03-23T00:46:54.502Z] Step 6/22 : COPY go.mod . [2021-03-23T00:46:55.478Z] Running setup.py install for dockerpty: started [2021-03-23T00:46:55.969Z] 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-03-23T00:46:56.083Z] ---> ac395c24dbae [2021-03-23T00:46:56.083Z] Step 7/22 : RUN go mod download [2021-03-23T00:46:56.355Z] ---> Running in e8bac6ba37bd [2021-03-23T00:46:57.357Z] 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-03-23T00:46:57.357Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-23T00:46:58.693Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-23T00:46:58.693Z] Running setup.py install for texttable: started [2021-03-23T00:46:59.276Z] 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-03-23T00:47:00.664Z] 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-03-23T00:47:00.665Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-23T00:47:02.069Z] 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-03-23T00:47:02.206Z] Running setup.py install for texttable: finished with status 'done' [2021-03-23T00:47:02.206Z] Running setup.py install for PyYAML: started [2021-03-23T00:47:02.336Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-23T00:47:03.189Z] Removing intermediate container e8bac6ba37bd [2021-03-23T00:47:03.189Z] ---> 977360bcc697 [2021-03-23T00:47:03.189Z] Step 8/22 : COPY . . [2021-03-23T00:47:04.897Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-23T00:47:04.897Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-23T00:47:04.897Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-23T00:47:04.897Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-23T00:47:04.897Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-23T00:47:04.897Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-23T00:47:04.897Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-23T00:47:04.897Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-23T00:47:04.897Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-23T00:47:04.897Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-23T00:47:04.897Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-23T00:47:04.897Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-23T00:47:04.897Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-23T00:47:04.897Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-23T00:47:04.897Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-23T00:47:04.897Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-23T00:47:04.897Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-23T00:47:04.897Z] + 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-03-23T00:47:04.897Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-23T00:47:05.160Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-23T00:47:05.160Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-03-23T00:47:05.160Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-23T00:47:05.160Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-23T00:47:05.160Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-23T00:47:05.160Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-23T00:47:05.160Z] + 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-03-23T00:47:05.171Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-23T00:47:06.170Z] 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.58.0 [2021-03-23T00:47:09.374Z] Building static-packages [2021-03-23T00:47:09.374Z] + snapcraftctl build [2021-03-23T00:47:11.933Z] Building version [2021-03-23T00:47:11.934Z] + snapcraftctl build [2021-03-23T00:47:12.928Z] ---> 82f7ba35bb5d [2021-03-23T00:47:12.929Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-23T00:47:13.537Z] ---> Running in 1147e28ec417 [2021-03-23T00:47:14.494Z] Skipping stage go-build-helper (already ran) [2021-03-23T00:47:14.494Z] Staging app-service-config [2021-03-23T00:47:14.494Z] + snapcraftctl stage [2021-03-23T00:47:14.516Z] Removing intermediate container bd557f7d75d3 [2021-03-23T00:47:14.516Z] ---> deadb7b55057 [2021-03-23T00:47:14.516Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-23T00:47:15.505Z] ---> Running in c5b00513d7ee [2021-03-23T00:47:15.876Z] Staging config-common [2021-03-23T00:47:15.876Z] + snapcraftctl stage [2021-03-23T00:47:16.142Z] 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-03-23T00:47:16.821Z] Staging edgex-go [2021-03-23T00:47:16.821Z] + snapcraftctl stage [2021-03-23T00:47:18.126Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T00:47:18.207Z] Staging static-packages [2021-03-23T00:47:18.207Z] + snapcraftctl stage [2021-03-23T00:47:18.403Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T00:47:19.003Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-23T00:47:19.003Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-23T00:47:19.279Z] (3/3) Installing curl (7.69.1-r3) [2021-03-23T00:47:19.279Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T00:47:19.279Z] OK: 72 MiB in 58 packages [2021-03-23T00:47:19.598Z] Staging version [2021-03-23T00:47:19.598Z] + snapcraftctl stage [2021-03-23T00:47:20.542Z] Priming go-build-helper [2021-03-23T00:47:20.542Z] + snapcraftctl prime [2021-03-23T00:47:21.924Z] Priming app-service-config [2021-03-23T00:47:21.925Z] + snapcraftctl prime [2021-03-23T00:47:23.307Z] Priming config-common [2021-03-23T00:47:23.307Z] + snapcraftctl prime [2021-03-23T00:47:23.597Z] Removing intermediate container c5b00513d7ee [2021-03-23T00:47:23.597Z] ---> 67bf75b3db22 [2021-03-23T00:47:23.597Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-23T00:47:23.597Z] ---> Running in 0933b2030d45 [2021-03-23T00:47:24.246Z] Priming edgex-go [2021-03-23T00:47:24.246Z] + snapcraftctl prime [2021-03-23T00:47:25.040Z] Removing intermediate container 0933b2030d45 [2021-03-23T00:47:25.040Z] ---> 7ff515be1c16 [2021-03-23T00:47:25.040Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T00:47:25.627Z] Priming static-packages [2021-03-23T00:47:25.643Z] ---> Running in 453efb1e7014 [2021-03-23T00:47:25.887Z] + snapcraftctl prime [2021-03-23T00:47:26.627Z] Removing intermediate container 453efb1e7014 [2021-03-23T00:47:26.627Z] ---> 1b15dabd6b94 [2021-03-23T00:47:26.627Z] Step 24/26 : LABEL arch=arm64 [2021-03-23T00:47:27.227Z] ---> Running in 6b72fc2a424a [2021-03-23T00:47:27.826Z] ---> dc2860d60e82 [2021-03-23T00:47:27.826Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-23T00:47:28.100Z] Removing intermediate container 6b72fc2a424a [2021-03-23T00:47:28.100Z] ---> 0404020975a8 [2021-03-23T00:47:28.100Z] Step 25/26 : LABEL git_sha=a7414695f078ddcd8848205c7319b49b88f89bde [2021-03-23T00:47:28.377Z] ---> Running in eb2ed9eab958 [2021-03-23T00:47:28.478Z] Priming version [2021-03-23T00:47:28.478Z] + snapcraftctl prime [2021-03-23T00:47:28.654Z] ---> Running in 9be6836dfab3 [2021-03-23T00:47:29.254Z] Removing intermediate container 9be6836dfab3 [2021-03-23T00:47:29.254Z] ---> 2551f65144a0 [2021-03-23T00:47:29.254Z] Step 26/26 : LABEL version=0.0.0 [2021-03-23T00:47:29.420Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-03-23T00:47:29.858Z] ---> Running in e32d79a0a49d [2021-03-23T00:47:30.459Z] 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-03-23T00:47:30.734Z] Removing intermediate container e32d79a0a49d [2021-03-23T00:47:30.734Z] ---> 89729ff73306 [2021-03-23T00:47:30.734Z] [2021-03-23T00:47:31.341Z] Successfully built 89729ff73306 [2021-03-23T00:47:31.341Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-23T00:48:18.344Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container afbbcc56cc9e [2021-03-23T00:48:18.344Z] ---> 5c57076e2bf9 [2021-03-23T00:48:18.344Z] [2021-03-23T00:48:18.344Z] Step 10/31 : FROM alpine:3.12 [2021-03-23T00:48:18.344Z] ---> d10569e2745f [2021-03-23T00:48:18.344Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-23T00:48:18.620Z] ---> Running in 8161cb584d7a [2021-03-23T00:48:19.231Z] Removing intermediate container 8161cb584d7a [2021-03-23T00:48:19.231Z] ---> 385256a3b8da [2021-03-23T00:48:19.231Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-23T00:48:19.506Z] ---> Running in 8107f1b17eb3 [2021-03-23T00:48:21.490Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T00:48:21.490Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T00:48:22.092Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-23T00:48:22.092Z] (2/2) Installing su-exec (0.2-r1) [2021-03-23T00:48:22.092Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T00:48:22.092Z] OK: 5 MiB in 16 packages [2021-03-23T00:48:24.086Z] Removing intermediate container 8107f1b17eb3 [2021-03-23T00:48:24.086Z] ---> 060ed0d09fbf [2021-03-23T00:48:24.086Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-23T00:48:24.361Z] ---> Running in 8ae6425f3860 [2021-03-23T00:48:25.352Z] Removing intermediate container 8ae6425f3860 [2021-03-23T00:48:25.352Z] ---> 380e66195960 [2021-03-23T00:48:25.352Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-23T00:48:25.352Z] ---> Running in ed701a4b27f5 [2021-03-23T00:48:26.329Z] Removing intermediate container ed701a4b27f5 [2021-03-23T00:48:26.329Z] ---> 96b7f8b32c3e [2021-03-23T00:48:26.329Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-23T00:48:26.614Z] ---> Running in caab654846f9 [2021-03-23T00:48:32.053Z] Removing intermediate container 93652c244f86 [2021-03-23T00:48:32.053Z] ---> 3618cf52fafa [2021-03-23T00:48:32.053Z] [2021-03-23T00:48:32.053Z] Step 10/23 : FROM alpine:3.12 [2021-03-23T00:48:32.053Z] ---> d10569e2745f [2021-03-23T00:48:32.053Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-23T00:48:32.053Z] ---> Using cache [2021-03-23T00:48:32.053Z] ---> f768bf7a5c2d [2021-03-23T00:48:32.053Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-23T00:48:32.053Z] ---> Using cache [2021-03-23T00:48:32.053Z] ---> a9494f775db1 [2021-03-23T00:48:32.053Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-23T00:48:32.053Z] Removing intermediate container caab654846f9 [2021-03-23T00:48:32.053Z] ---> 53f9e777344e [2021-03-23T00:48:32.053Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-23T00:48:32.053Z] ---> Running in 19444b24acce [2021-03-23T00:48:32.053Z] ---> Running in b0a3af5b604f [2021-03-23T00:48:32.651Z] Removing intermediate container 19444b24acce [2021-03-23T00:48:32.651Z] ---> 07c402ce5690 [2021-03-23T00:48:32.651Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-23T00:48:32.651Z] Removing intermediate container b0a3af5b604f [2021-03-23T00:48:32.651Z] ---> cc0425b1982a [2021-03-23T00:48:32.651Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-23T00:48:32.651Z] ---> Running in 65d42ddd4dfd [2021-03-23T00:48:33.631Z] Removing intermediate container 65d42ddd4dfd [2021-03-23T00:48:33.631Z] ---> ce4075644849 [2021-03-23T00:48:33.631Z] Step 15/23 : WORKDIR / [2021-03-23T00:48:33.904Z] ---> Running in 3018306fdcd0 [2021-03-23T00:48:33.904Z] ---> 490fd7874155 [2021-03-23T00:48:33.904Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-23T00:48:34.185Z] ---> Running in c12b3f16c9d0 [2021-03-23T00:48:34.782Z] Removing intermediate container 3018306fdcd0 [2021-03-23T00:48:34.782Z] ---> 285b0d93d67c [2021-03-23T00:48:34.782Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T00:48:36.222Z] ---> 99d65ec23125 [2021-03-23T00:48:36.222Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-23T00:48:38.213Z] Removing intermediate container c12b3f16c9d0 [2021-03-23T00:48:38.213Z] ---> 8f11e66a0741 [2021-03-23T00:48:38.213Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T00:48:38.489Z] ---> f7efa877605a [2021-03-23T00:48:38.489Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-23T00:48:39.484Z] ---> 423f5894f37f [2021-03-23T00:48:39.484Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-23T00:48:40.085Z] ---> 84dff0715e8f [2021-03-23T00:48:40.085Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-23T00:48:40.362Z] ---> Running in 362dc004fc15 [2021-03-23T00:48:41.354Z] Removing intermediate container 362dc004fc15 [2021-03-23T00:48:41.354Z] ---> 78109f217f45 [2021-03-23T00:48:41.354Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T00:48:41.625Z] ---> 17ef9440c87d [2021-03-23T00:48:41.625Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-23T00:48:41.625Z] ---> Running in 4dff40f9dd84 [2021-03-23T00:48:42.711Z] Removing intermediate container 4dff40f9dd84 [2021-03-23T00:48:42.711Z] ---> acdcaf088a56 [2021-03-23T00:48:42.711Z] Step 21/23 : LABEL arch=arm64 [2021-03-23T00:48:42.989Z] ---> Running in c971823b262e [2021-03-23T00:48:42.989Z] ---> 1f8d009462e1 [2021-03-23T00:48:42.989Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-23T00:48:44.051Z] Removing intermediate container c971823b262e [2021-03-23T00:48:44.051Z] ---> 86946d6c7c7c [2021-03-23T00:48:44.051Z] Step 22/23 : LABEL git_sha=a7414695f078ddcd8848205c7319b49b88f89bde [2021-03-23T00:48:44.051Z] ---> Running in 8ba9ad43ada4 [2021-03-23T00:48:44.695Z] ---> 5961c7ec52db [2021-03-23T00:48:44.695Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-23T00:48:44.971Z] Removing intermediate container 8ba9ad43ada4 [2021-03-23T00:48:44.971Z] ---> b4361acadfbd [2021-03-23T00:48:44.971Z] Step 23/23 : LABEL version=0.0.0 [2021-03-23T00:48:45.242Z] ---> Running in dac50a8e2b0f [2021-03-23T00:48:46.232Z] ---> c3dbb4c6acce [2021-03-23T00:48:46.232Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-23T00:48:46.232Z] Removing intermediate container dac50a8e2b0f [2021-03-23T00:48:46.232Z] ---> 92ab83a78b1c [2021-03-23T00:48:46.232Z] [2021-03-23T00:48:46.512Z] ---> Running in a425cf75107b [2021-03-23T00:48:47.120Z] Successfully built 92ab83a78b1c [2021-03-23T00:48:47.120Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-23T00:48:47.120Z]  Building docker-core-command-go ... done Removing intermediate container a425cf75107b [2021-03-23T00:48:47.120Z] ---> 4adfa40da8ab [2021-03-23T00:48:47.120Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-23T00:48:48.114Z] ---> b0c0d2da86e5 [2021-03-23T00:48:48.114Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-23T00:48:48.716Z] ---> Running in ee7691f1c1ad [2021-03-23T00:48:51.352Z] Removing intermediate container ee7691f1c1ad [2021-03-23T00:48:51.352Z] ---> 29a03cffb68e [2021-03-23T00:48:51.352Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-23T00:48:51.628Z] ---> Running in 5f709b35a0ad [2021-03-23T00:48:52.261Z] Removing intermediate container 5f709b35a0ad [2021-03-23T00:48:52.261Z] ---> 075d92a5c02a [2021-03-23T00:48:52.261Z] Step 28/31 : CMD ["gate"] [2021-03-23T00:48:53.267Z] ---> Running in debb293cde33 [2021-03-23T00:48:53.865Z] Removing intermediate container debb293cde33 [2021-03-23T00:48:53.865Z] ---> 6d90e15ffb2f [2021-03-23T00:48:53.865Z] Step 29/31 : LABEL arch=arm64 [2021-03-23T00:48:54.136Z] ---> Running in ca0ab6d85a36 [2021-03-23T00:48:55.116Z] Removing intermediate container ca0ab6d85a36 [2021-03-23T00:48:55.116Z] ---> d6a3de7c645d [2021-03-23T00:48:55.116Z] Step 30/31 : LABEL git_sha=a7414695f078ddcd8848205c7319b49b88f89bde [2021-03-23T00:48:56.101Z] ---> Running in 1d217da569b3 [2021-03-23T00:48:56.690Z] Removing intermediate container 1d217da569b3 [2021-03-23T00:48:56.690Z] ---> 3e1228cb3375 [2021-03-23T00:48:56.690Z] Step 31/31 : LABEL version=0.0.0 [2021-03-23T00:48:56.963Z] Removing intermediate container eb2ed9eab958 [2021-03-23T00:48:56.963Z] ---> 30ef85a56d9e [2021-03-23T00:48:56.963Z] [2021-03-23T00:48:56.963Z] Step 10/22 : FROM alpine:3.12 [2021-03-23T00:48:56.963Z] ---> d10569e2745f [2021-03-23T00:48:56.963Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-23T00:48:57.238Z] ---> Running in 33bcfb0fc91f [2021-03-23T00:48:57.238Z] ---> Running in 6246a747cf3e [2021-03-23T00:48:58.215Z] Removing intermediate container 33bcfb0fc91f [2021-03-23T00:48:58.215Z] ---> 06772bcd18e7 [2021-03-23T00:48:58.215Z] [2021-03-23T00:48:58.484Z] Successfully built 06772bcd18e7 [2021-03-23T00:48:58.484Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-23T00:48:58.484Z]  Building docker-security-bootstrapper-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T00:48:58.755Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T00:48:59.351Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-23T00:48:59.351Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-23T00:48:59.351Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T00:48:59.351Z] Executing ca-certificates-20191127-r4.trigger [2021-03-23T00:48:59.632Z] OK: 6 MiB in 16 packages [2021-03-23T00:49:01.605Z] Removing intermediate container 6246a747cf3e [2021-03-23T00:49:01.605Z] ---> 1a1031974551 [2021-03-23T00:49:01.605Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-23T00:49:02.196Z] ---> Running in 8288d9cc8e4b [2021-03-23T00:49:02.466Z] Removing intermediate container 1147e28ec417 [2021-03-23T00:49:02.466Z] ---> 781b7393ea17 [2021-03-23T00:49:02.466Z] [2021-03-23T00:49:02.466Z] Step 10/23 : FROM alpine:3.12 [2021-03-23T00:49:02.466Z] ---> d10569e2745f [2021-03-23T00:49:02.466Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-23T00:49:02.466Z] Removing intermediate container 8288d9cc8e4b [2021-03-23T00:49:02.466Z] ---> fda0046d36d3 [2021-03-23T00:49:02.466Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-23T00:49:02.736Z] ---> Running in 14a81d0b7c4a [2021-03-23T00:49:02.736Z] ---> Running in 3d6ae72c8473 [2021-03-23T00:49:03.004Z] Removing intermediate container 14a81d0b7c4a [2021-03-23T00:49:03.004Z] ---> be3e9899f895 [2021-03-23T00:49:03.004Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-23T00:49:03.276Z] Removing intermediate container 3d6ae72c8473 [2021-03-23T00:49:03.276Z] ---> 4da7f134a5b0 [2021-03-23T00:49:03.276Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-23T00:49:03.276Z] ---> Running in d8e28e913061 [2021-03-23T00:49:03.276Z] ---> Running in 38f90e6b1e6d [2021-03-23T00:49:03.865Z] Removing intermediate container d8e28e913061 [2021-03-23T00:49:03.865Z] ---> d743cb1fa656 [2021-03-23T00:49:03.865Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-23T00:49:03.865Z] Removing intermediate container 38f90e6b1e6d [2021-03-23T00:49:03.865Z] ---> 080013ab0e7f [2021-03-23T00:49:03.865Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T00:49:03.865Z] ---> Running in ca9375ee6cb5 [2021-03-23T00:49:04.454Z] Removing intermediate container ca9375ee6cb5 [2021-03-23T00:49:04.454Z] ---> 541341ef72be [2021-03-23T00:49:04.454Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T00:49:04.454Z] ---> Running in b5e0723d302c [2021-03-23T00:49:04.730Z] ---> 28af3a130690 [2021-03-23T00:49:04.730Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-23T00:49:06.169Z] ---> 61568e493ea0 [2021-03-23T00:49:06.169Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-23T00:49:06.766Z] ---> 99815d403326 [2021-03-23T00:49:06.766Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-23T00:49:07.038Z] ---> Running in c6248b8ff376 [2021-03-23T00:49:07.038Z] Removing intermediate container b5e0723d302c [2021-03-23T00:49:07.038Z] ---> 2f1b9bb9af40 [2021-03-23T00:49:07.038Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-23T00:49:07.321Z] ---> Running in ce5be9d44812 [2021-03-23T00:49:07.321Z] Removing intermediate container c6248b8ff376 [2021-03-23T00:49:07.321Z] ---> f5ac2a4f93c1 [2021-03-23T00:49:07.321Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T00:49:07.594Z] ---> Running in bf1428f4bfc0 [2021-03-23T00:49:08.188Z] Removing intermediate container bf1428f4bfc0 [2021-03-23T00:49:08.188Z] ---> 61541d565881 [2021-03-23T00:49:08.188Z] Step 20/22 : LABEL arch=arm64 [2021-03-23T00:49:08.459Z] ---> Running in e44e47fe924c [2021-03-23T00:49:08.459Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T00:49:08.731Z] Removing intermediate container e44e47fe924c [2021-03-23T00:49:08.731Z] ---> 34790f1756df [2021-03-23T00:49:08.731Z] Step 21/22 : LABEL git_sha=a7414695f078ddcd8848205c7319b49b88f89bde [2021-03-23T00:49:09.002Z] ---> Running in c0f0db6cf831 [2021-03-23T00:49:09.002Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T00:49:09.593Z] Removing intermediate container c0f0db6cf831 [2021-03-23T00:49:09.593Z] ---> 0a4a92522db3 [2021-03-23T00:49:09.593Z] Step 22/22 : LABEL version=0.0.0 [2021-03-23T00:49:09.593Z] ---> Running in bd538f477258 [2021-03-23T00:49:09.868Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-23T00:49:09.868Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-23T00:49:10.138Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-23T00:49:10.138Z] Removing intermediate container bd538f477258 [2021-03-23T00:49:10.138Z] ---> c872f75c4e66 [2021-03-23T00:49:10.138Z] [2021-03-23T00:49:10.138Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-23T00:49:10.408Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-23T00:49:10.408Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-23T00:49:10.408Z] Successfully built c872f75c4e66 [2021-03-23T00:49:10.679Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-23T00:49:10.679Z]  Building docker-support-notifications-go ... done Executing busybox-1.31.1-r19.trigger [2021-03-23T00:49:10.679Z] OK: 8 MiB in 20 packages [2021-03-23T00:49:11.662Z] Removing intermediate container ce5be9d44812 [2021-03-23T00:49:11.662Z] ---> b1c8aa3232d4 [2021-03-23T00:49:11.662Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T00:49:13.085Z] ---> 715bdce62917 [2021-03-23T00:49:13.085Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-23T00:49:14.542Z] ---> 7132d5695570 [2021-03-23T00:49:14.542Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-23T00:49:15.137Z] ---> 158e70b5732c [2021-03-23T00:49:15.137Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-23T00:49:15.137Z] ---> Running in 962295aff761 [2021-03-23T00:49:15.730Z] Removing intermediate container 962295aff761 [2021-03-23T00:49:15.730Z] ---> 8d2b906e4de1 [2021-03-23T00:49:15.730Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T00:49:15.730Z] ---> Running in e99e0e13106f [2021-03-23T00:49:16.324Z] Removing intermediate container e99e0e13106f [2021-03-23T00:49:16.324Z] ---> 79a295a6ac82 [2021-03-23T00:49:16.324Z] Step 21/23 : LABEL arch=arm64 [2021-03-23T00:49:16.324Z] ---> Running in f902f7f89290 [2021-03-23T00:49:16.918Z] Removing intermediate container f902f7f89290 [2021-03-23T00:49:16.918Z] ---> 213261720820 [2021-03-23T00:49:16.918Z] Step 22/23 : LABEL git_sha=a7414695f078ddcd8848205c7319b49b88f89bde [2021-03-23T00:49:16.918Z] ---> Running in 7f4a5296da3c [2021-03-23T00:49:17.507Z] Removing intermediate container 7f4a5296da3c [2021-03-23T00:49:17.507Z] ---> 79dd16f155e3 [2021-03-23T00:49:17.507Z] Step 23/23 : LABEL version=0.0.0 [2021-03-23T00:49:17.507Z] ---> Running in 70f92cc862ed [2021-03-23T00:49:18.100Z] Removing intermediate container 70f92cc862ed [2021-03-23T00:49:18.100Z] ---> 41c4199d46b0 [2021-03-23T00:49:18.100Z] [2021-03-23T00:49:18.373Z] Successfully built 41c4199d46b0 [2021-03-23T00:49:18.373Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-23T00:49:18.980Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-23T00:49:19.141Z] $ docker stop --time=1 f0d66b4fbac687adac33258f90a2b70e77a3a452e450aa980fc4b328948e604b [2021-03-23T00:49:21.124Z] $ docker rm -f f0d66b4fbac687adac33258f90a2b70e77a3a452e450aa980fc4b328948e604b [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-23T00:49:21.686Z] + docker images [2021-03-23T00:49:21.686Z] + grep docker [2021-03-23T00:49:21.955Z] docker-core-data-go-arm64 latest 41c4199d46b0 4 seconds ago 21.3MB [2021-03-23T00:49:21.955Z] docker-support-notifications-go-arm64 latest c872f75c4e66 12 seconds ago 16.9MB [2021-03-23T00:49:21.955Z] docker-security-bootstrapper-go-arm64 latest 06772bcd18e7 24 seconds ago 17.8MB [2021-03-23T00:49:21.955Z] docker-core-command-go-arm64 latest 92ab83a78b1c 35 seconds ago 16.4MB [2021-03-23T00:49:21.955Z] docker-sys-mgmt-agent-go-arm64 latest 89729ff73306 About a minute ago 300MB [2021-03-23T00:49:21.955Z] docker-core-metadata-go-arm64 latest 7cf05db00305 3 minutes ago 17.9MB [2021-03-23T00:49:21.955Z] docker-security-secretstore-setup-go-arm64 latest 35fc0499a4d0 3 minutes ago 23.7MB [2021-03-23T00:49:21.955Z] docker-support-scheduler-go-arm64 latest 14315601927c 3 minutes ago 16.3MB [2021-03-23T00:49:21.955Z] docker-security-proxy-setup-go-arm64 latest 8010a711a32a 3 minutes ago 23.4MB [2021-03-23T00:49:21.955Z] docker 20.10.0 eeaf43b92773 3 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-03-23T00:49:23.153Z] ---> job-cost.sh [2021-03-23T00:49:23.153Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-gAJS [2021-03-23T00:50:02.089Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-23T00:51:38.853Z] lf-activate-venv(): INFO: Adding /tmp/venv-gAJS/bin to PATH [2021-03-23T00:51:38.853Z] INFO: No Stack... [2021-03-23T00:51:38.853Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-23T00:51:38.853Z] INFO: Archiving Costs [Pipeline] sh [2021-03-23T00:51:39.185Z] + + cutcat -d, /w/workspace/edgex-go/10/archives/cost.csv [2021-03-23T00:51:39.185Z] -f6 [Pipeline] lock [2021-03-23T00:51:39.317Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3241-10-stack-cost] [2021-03-23T00:51:39.326Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3241-10-stack-cost] did not exist. Created. [2021-03-23T00:51:39.327Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3241-10-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-23T00:51:39.783Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-23T00:51:40.092Z] Stashed 1 file(s) [Pipeline] } [2021-03-23T00:51:40.103Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3241-10-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-03-23T00:51:42.080Z] provisioning config files... [2021-03-23T00:51:42.097Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/10@tmp/config5421692123554057618tmp [Pipeline] { [Pipeline] sh [2021-03-23T00:51:42.474Z] + set +x [2021-03-23T00:51:42.474Z] + curl -s https://codecov.io/bash [2021-03-23T00:51:42.474Z] + bash -s -- [2021-03-23T00:51:43.049Z] [2021-03-23T00:51:43.049Z] _____ _ [2021-03-23T00:51:43.049Z] / ____| | | [2021-03-23T00:51:43.049Z] | | ___ __| | ___ ___ _____ __ [2021-03-23T00:51:43.049Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-23T00:51:43.049Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-23T00:51:43.049Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-23T00:51:43.049Z] Bash-20210309-2b87ace [2021-03-23T00:51:43.049Z] [2021-03-23T00:51:43.049Z] [2021-03-23T00:51:43.049Z] ==> git version 2.24.3 found [2021-03-23T00:51:43.049Z] ==> 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-03-23T00:51:43.049Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-23T00:51:43.049Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-23T00:51:43.049Z] ==> Jenkins CI detected. [2021-03-23T00:51:43.049Z] project root: . [2021-03-23T00:51:43.049Z] --> token set from env [2021-03-23T00:51:43.049Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-23T00:51:43.049Z] ==> Running gcov in . (disable via -X gcov) [2021-03-23T00:51:43.049Z] ==> Python coveragepy not found [2021-03-23T00:51:43.049Z] ==> Searching for coverage reports in: [2021-03-23T00:51:43.049Z] + . [2021-03-23T00:51:43.049Z] -> Found 1 reports [2021-03-23T00:51:43.049Z] ==> Detecting git/mercurial file structure [2021-03-23T00:51:43.311Z] ==> Reading reports [2021-03-23T00:51:43.311Z] + ./coverage.out bytes=659965 [2021-03-23T00:51:43.311Z] ==> Appending adjustments [2021-03-23T00:51:43.311Z] https://docs.codecov.io/docs/fixing-reports [2021-03-23T00:51:46.656Z] + Found adjustments [2021-03-23T00:51:46.656Z] ==> Gzipping contents [2021-03-23T00:51:46.656Z] 96K /tmp/codecov.fIcc9a.gz [2021-03-23T00:51:46.656Z] ==> Uploading reports [2021-03-23T00:51:46.656Z] url: https://codecov.io [2021-03-23T00:51:46.656Z] query: branch=PR-3241&commit=a7414695f078ddcd8848205c7319b49b88f89bde&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3241%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3241&job=&cmd_args= [2021-03-23T00:51:46.656Z] -> Pinging Codecov [2021-03-23T00:51:46.656Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3241&commit=a7414695f078ddcd8848205c7319b49b88f89bde&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3241%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3241&job=&cmd_args= [2021-03-23T00:51:47.246Z] -> Uploading to [2021-03-23T00:51:47.246Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-23/00271124DB129430A58F1EEE437C3FCB/a7414695f078ddcd8848205c7319b49b88f89bde/6816e44c-5878-40b5-9f87-f84d20838f49.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210323%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210323T005146Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5cec92cd724437af5837e6e98a4b5c6c68b41c888b3d66b66b6e4101d6e646a2 [2021-03-23T00:51:47.246Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-23T00:51:47.246Z] Dload Upload Total Spent Left Speed [2021-03-23T00:51:47.507Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 95945 0 0 100 95945 0 179k --:--:-- --:--:-- --:--:-- 179k [2021-03-23T00:51:47.508Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/a7414695f078ddcd8848205c7319b49b88f89bde [Pipeline] } [2021-03-23T00:51:47.517Z] 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-03-23T00:51:49.623Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T00:51:50.516Z] ---> package-listing.sh [2021-03-23T00:51:50.516Z] ++ facter osfamily [2021-03-23T00:51:50.516Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-23T00:51:50.516Z] + OS_FAMILY=redhat [2021-03-23T00:51:50.516Z] + workspace=/w/workspace/edgex-go/10 [2021-03-23T00:51:50.516Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-23T00:51:50.516Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-23T00:51:50.516Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-23T00:51:50.516Z] + PACKAGES=/tmp/packages_start.txt [2021-03-23T00:51:50.516Z] + '[' /w/workspace/edgex-go/10 ']' [2021-03-23T00:51:50.516Z] + PACKAGES=/tmp/packages_end.txt [2021-03-23T00:51:50.516Z] + case "${OS_FAMILY}" in [2021-03-23T00:51:50.516Z] + rpm -qa [2021-03-23T00:51:50.516Z] + sort [2021-03-23T00:51:55.820Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-23T00:51:55.820Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-23T00:51:55.820Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-23T00:51:55.820Z] + '[' /w/workspace/edgex-go/10 ']' [2021-03-23T00:51:55.820Z] + mkdir -p /w/workspace/edgex-go/10/archives/ [2021-03-23T00:51:55.820Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/10/archives/ [Pipeline] echo [2021-03-23T00:51:55.833Z] 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/10/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-23T00:51:56.130Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-23T00:51:56.438Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-23T00:51:56.438Z] [2021-03-23T00:51:56.438Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-23T00:51:56.791Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-23T00:51:56.791Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-23T00:51:56.791Z] df20fa9351a1: Pulling fs layer [2021-03-23T00:51:56.791Z] 36b3adc4ff6f: Pulling fs layer [2021-03-23T00:51:56.791Z] 8ad3a11d3b57: Pulling fs layer [2021-03-23T00:51:56.791Z] 46f8f816bc3b: Pulling fs layer [2021-03-23T00:51:56.791Z] 93b61091891f: Pulling fs layer [2021-03-23T00:51:56.791Z] 93b9cdb0e59b: Pulling fs layer [2021-03-23T00:51:56.791Z] 5e14af77c1be: Pulling fs layer [2021-03-23T00:51:56.791Z] 01666e4c0597: Pulling fs layer [2021-03-23T00:51:56.791Z] aa168da1d23b: Pulling fs layer [2021-03-23T00:51:56.791Z] 93b61091891f: Waiting [2021-03-23T00:51:56.791Z] 93b9cdb0e59b: Waiting [2021-03-23T00:51:56.791Z] 5e14af77c1be: Waiting [2021-03-23T00:51:56.791Z] 01666e4c0597: Waiting [2021-03-23T00:51:56.791Z] aa168da1d23b: Waiting [2021-03-23T00:51:56.791Z] 46f8f816bc3b: Waiting [2021-03-23T00:51:56.791Z] 36b3adc4ff6f: Verifying Checksum [2021-03-23T00:51:56.791Z] 36b3adc4ff6f: Download complete [2021-03-23T00:51:56.791Z] 46f8f816bc3b: Verifying Checksum [2021-03-23T00:51:56.791Z] 46f8f816bc3b: Download complete [2021-03-23T00:51:57.054Z] 93b61091891f: Verifying Checksum [2021-03-23T00:51:57.054Z] 93b61091891f: Download complete [2021-03-23T00:51:57.054Z] 93b9cdb0e59b: Verifying Checksum [2021-03-23T00:51:57.054Z] 93b9cdb0e59b: Download complete [2021-03-23T00:51:57.054Z] 5e14af77c1be: Verifying Checksum [2021-03-23T00:51:57.054Z] 5e14af77c1be: Download complete [2021-03-23T00:51:57.054Z] 01666e4c0597: Verifying Checksum [2021-03-23T00:51:57.054Z] 01666e4c0597: Download complete [2021-03-23T00:51:57.317Z] df20fa9351a1: Verifying Checksum [2021-03-23T00:51:57.317Z] df20fa9351a1: Download complete [2021-03-23T00:51:57.587Z] df20fa9351a1: Pull complete [2021-03-23T00:51:57.854Z] 36b3adc4ff6f: Pull complete [2021-03-23T00:51:57.854Z] 8ad3a11d3b57: Verifying Checksum [2021-03-23T00:51:57.854Z] 8ad3a11d3b57: Download complete [2021-03-23T00:51:58.804Z] 8ad3a11d3b57: Pull complete [2021-03-23T00:51:58.804Z] 46f8f816bc3b: Pull complete [2021-03-23T00:51:59.378Z] aa168da1d23b: Verifying Checksum [2021-03-23T00:51:59.378Z] aa168da1d23b: Download complete [2021-03-23T00:52:01.301Z] 93b61091891f: Pull complete [2021-03-23T00:52:01.302Z] 93b9cdb0e59b: Pull complete [2021-03-23T00:52:01.302Z] 5e14af77c1be: Pull complete [2021-03-23T00:52:01.302Z] 01666e4c0597: Pull complete [2021-03-23T00:52:11.373Z] aa168da1d23b: Pull complete [2021-03-23T00:52:11.373Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-23T00:52:11.373Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-23T00:52:11.373Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-23T00:52:11.629Z] prd-centos7-docker-4c-2g-30984 does not seem to be running inside a container [2021-03-23T00:52:11.692Z] $ 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/10/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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-23T00:52:16.927Z] $ docker top 42c8d4dcfd7418c9b949c3685c811ff786b67d40061b910092362029e4c4877c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T00:52:17.665Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-23T00:52:18.024Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-23T00:52:18.413Z] + ls /var/log/sa-host [2021-03-23T00:52:18.413Z] + sadf -c /var/log/sa-host/sa23 [2021-03-23T00:52:18.413Z] file_magic: OK [2021-03-23T00:52:18.413Z] HZ: Using current value: 100 [2021-03-23T00:52:18.413Z] file_header: OK [2021-03-23T00:52:18.413Z] 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-03-23T00:52:18.413Z] Statistics: [2021-03-23T00:52:18.413Z] 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... [2021-03-23T00:52:18.413Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-23T00:52:19.065Z] provisioning config files... [2021-03-23T00:52:19.082Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/10@tmp/config8789332069493573792tmp [Pipeline] { [Pipeline] echo [2021-03-23T00:52:19.180Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T00:52:19.480Z] ---> create-netrc.sh [Pipeline] } [2021-03-23T00:52:19.490Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-23T00:52:19.582Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T00:52:19.884Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-23T00:52:19.895Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T00:52:20.194Z] ---> sudo-logs.sh [2021-03-23T00:52:20.194Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-23T00:52:20.265Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T00:52:20.578Z] ---> job-cost.sh [2021-03-23T00:52:20.578Z] lf-activate-venv: SKIPPING [2021-03-23T00:52:20.578Z] DEBUG: total: 0.20999999344348907 [2021-03-23T00:52:20.578Z] INFO: Retrieving Stack Cost... [2021-03-23T00:52:21.525Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-23T00:52:22.099Z] INFO: Archiving Costs [Pipeline] echo [2021-03-23T00:52:22.115Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T00:52:22.432Z] ---> logs-deploy.sh [2021-03-23T00:52:22.433Z] lf-activate-venv: SKIPPING [2021-03-23T00:52:22.433Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3241/10 [2021-03-23T00:52:22.433Z] INFO: archiving workspace using pattern(s): [2021-03-23T00:52:24.348Z] Archives upload complete. [2021-03-23T00:52:24.348Z] INFO: archiving logs to Nexus [2021-03-23T00:52:25.296Z] ---> uname -a: [2021-03-23T00:52:25.297Z] Linux prd-centos7-docker-4c-2g-30984.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-03-23T00:52:25.297Z] [2021-03-23T00:52:25.297Z] [2021-03-23T00:52:25.297Z] ---> lscpu: [2021-03-23T00:52:25.297Z] Architecture: x86_64 [2021-03-23T00:52:25.297Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-23T00:52:25.297Z] Byte Order: Little Endian [2021-03-23T00:52:25.297Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-23T00:52:25.297Z] CPU(s): 4 [2021-03-23T00:52:25.297Z] On-line CPU(s) list: 0-3 [2021-03-23T00:52:25.297Z] Thread(s) per core: 1 [2021-03-23T00:52:25.297Z] Core(s) per socket: 1 [2021-03-23T00:52:25.297Z] Socket(s): 4 [2021-03-23T00:52:25.297Z] NUMA node(s): 1 [2021-03-23T00:52:25.297Z] Vendor ID: GenuineIntel [2021-03-23T00:52:25.297Z] CPU family: 6 [2021-03-23T00:52:25.297Z] Model: 44 [2021-03-23T00:52:25.297Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-23T00:52:25.297Z] Stepping: 1 [2021-03-23T00:52:25.297Z] CPU MHz: 2933.438 [2021-03-23T00:52:25.297Z] BogoMIPS: 5866.87 [2021-03-23T00:52:25.297Z] Virtualization: VT-x [2021-03-23T00:52:25.297Z] Hypervisor vendor: KVM [2021-03-23T00:52:25.297Z] Virtualization type: full [2021-03-23T00:52:25.297Z] L1d cache: 128 KiB [2021-03-23T00:52:25.297Z] L1i cache: 128 KiB [2021-03-23T00:52:25.297Z] L2 cache: 16 MiB [2021-03-23T00:52:25.297Z] L3 cache: 64 MiB [2021-03-23T00:52:25.297Z] NUMA node0 CPU(s): 0-3 [2021-03-23T00:52:25.297Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-23T00:52:25.297Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-23T00:52:25.297Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-23T00:52:25.297Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-23T00:52:25.297Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-23T00:52:25.297Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-23T00:52:25.297Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-23T00:52:25.297Z] Vulnerability Srbds: Not affected [2021-03-23T00:52:25.297Z] Vulnerability Tsx async abort: Not affected [2021-03-23T00:52:25.297Z] 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-03-23T00:52:25.297Z] [2021-03-23T00:52:25.297Z] [2021-03-23T00:52:25.297Z] ---> nproc: [2021-03-23T00:52:25.297Z] 4 [2021-03-23T00:52:25.297Z] [2021-03-23T00:52:25.297Z] [2021-03-23T00:52:25.297Z] ---> df -h: [2021-03-23T00:52:25.297Z] Filesystem Size Used Available Use% Mounted on [2021-03-23T00:52:25.297Z] overlay 50.0G 13.0G 37.0G 26% / [2021-03-23T00:52:25.297Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-23T00:52:25.297Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-23T00:52:25.297Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-23T00:52:25.297Z] /dev/vda1 50.0G 13.0G 37.0G 26% /facter-os [2021-03-23T00:52:25.297Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/resolv.conf [2021-03-23T00:52:25.297Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hostname [2021-03-23T00:52:25.297Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hosts [2021-03-23T00:52:25.297Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/sa-host [2021-03-23T00:52:25.297Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/secure [2021-03-23T00:52:25.297Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/auth.log [2021-03-23T00:52:25.297Z] /dev/vda1 50.0G 13.0G 37.0G 26% /run/cloud-init/result.json [2021-03-23T00:52:25.297Z] /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/10 [2021-03-23T00:52:25.297Z] /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/10@tmp [2021-03-23T00:52:25.297Z] [2021-03-23T00:52:25.297Z] [2021-03-23T00:52:25.297Z] ---> free -m: [2021-03-23T00:52:25.297Z] total used free shared buff/cache available [2021-03-23T00:52:25.297Z] Mem: 1837 709 330 0 797 1043 [2021-03-23T00:52:25.297Z] Swap: 1023 77 946 [2021-03-23T00:52:25.297Z] [2021-03-23T00:52:25.297Z] [2021-03-23T00:52:25.297Z] ---> ip addr: [2021-03-23T00:52:25.297Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-23T00:52:25.297Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-23T00:52:25.297Z] inet 127.0.0.1/8 scope host lo [2021-03-23T00:52:25.297Z] valid_lft forever preferred_lft forever [2021-03-23T00:52:25.297Z] inet6 ::1/128 scope host [2021-03-23T00:52:25.297Z] valid_lft forever preferred_lft forever [2021-03-23T00:52:25.297Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-23T00:52:25.297Z] link/ether fa:16:3e:bd:91:62 brd ff:ff:ff:ff:ff:ff [2021-03-23T00:52:25.297Z] inet 10.30.122.109/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-23T00:52:25.297Z] valid_lft 85027sec preferred_lft 85027sec [2021-03-23T00:52:25.297Z] inet6 fe80::f816:3eff:febd:9162/64 scope link [2021-03-23T00:52:25.297Z] valid_lft forever preferred_lft forever [2021-03-23T00:52:25.297Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-23T00:52:25.297Z] link/ether 02:42:f5:72:11:22 brd ff:ff:ff:ff:ff:ff [2021-03-23T00:52:25.297Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-23T00:52:25.297Z] valid_lft forever preferred_lft forever [2021-03-23T00:52:25.297Z] inet6 fe80::42:f5ff:fe72:1122/64 scope link [2021-03-23T00:52:25.297Z] valid_lft forever preferred_lft forever [2021-03-23T00:52:25.297Z] [2021-03-23T00:52:25.297Z] [2021-03-23T00:52:25.297Z] ---> sar -b -r -n DEV: [2021-03-23T00:52:25.297Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/23/21 _x86_64_ (4 CPU) [2021-03-23T00:52:25.297Z] [2021-03-23T00:52:25.297Z] 00:29:20 LINUX RESTART (4 CPU) [2021-03-23T00:52:25.297Z] [2021-03-23T00:52:25.297Z] 00:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-23T00:52:25.297Z] 00:31:01 139.35 50.87 88.48 0.00 8817.58 33072.05 0.00 [2021-03-23T00:52:25.297Z] 00:32:01 296.43 114.93 181.50 0.00 4667.42 37768.95 0.00 [2021-03-23T00:52:25.297Z] 00:33:01 115.26 35.46 79.80 0.00 1347.56 10022.63 0.00 [2021-03-23T00:52:25.297Z] 00:34:02 148.10 71.21 76.90 0.00 3509.05 11026.96 0.00 [2021-03-23T00:52:25.297Z] 00:35:01 355.40 151.59 203.81 0.00 70497.06 141665.65 0.00 [2021-03-23T00:52:25.297Z] 00:36:01 3436.58 3071.65 364.94 0.00 161016.78 179421.93 0.00 [2021-03-23T00:52:25.297Z] 00:37:02 365.17 162.61 202.56 0.00 11628.53 36585.97 0.00 [2021-03-23T00:52:25.297Z] 00:38:03 1865.48 1484.90 380.58 0.00 148837.79 167171.31 0.00 [2021-03-23T00:52:25.297Z] 00:39:01 1745.50 1464.87 280.63 0.00 90005.07 95442.01 0.00 [2021-03-23T00:52:25.297Z] 00:40:02 187.62 50.13 137.49 0.00 5333.24 18097.67 0.00 [2021-03-23T00:52:25.297Z] 00:41:01 2.90 1.41 1.49 0.00 99.58 25.10 0.00 [2021-03-23T00:52:25.297Z] 00:42:01 0.18 0.02 0.17 0.00 0.53 1.77 0.00 [2021-03-23T00:52:25.297Z] 00:43:01 0.78 0.50 0.28 0.00 5.86 3.16 0.00 [2021-03-23T00:52:25.297Z] 00:44:01 0.27 0.02 0.25 0.00 0.27 2.56 0.00 [2021-03-23T00:52:25.297Z] 00:45:01 2.30 2.10 0.20 0.00 203.26 4.36 0.00 [2021-03-23T00:52:25.297Z] 00:46:01 0.83 0.03 0.80 0.00 1.07 14.74 0.00 [2021-03-23T00:52:25.297Z] 00:47:01 0.43 0.08 0.35 0.00 1.07 4.78 0.00 [2021-03-23T00:52:25.297Z] 00:48:01 0.22 0.00 0.22 0.00 0.00 2.31 0.00 [2021-03-23T00:52:25.297Z] 00:49:01 0.22 0.03 0.18 0.00 0.27 2.05 0.00 [2021-03-23T00:52:25.297Z] 00:50:01 0.30 0.02 0.28 0.00 0.27 3.00 0.00 [2021-03-23T00:52:25.297Z] 00:51:01 0.23 0.02 0.22 0.00 0.53 2.58 0.00 [2021-03-23T00:52:25.297Z] 00:52:01 82.79 68.06 14.73 0.00 5319.97 5131.64 0.00 [2021-03-23T00:52:25.297Z] Average: 398.49 306.68 91.81 0.00 23318.98 33511.67 0.00 [2021-03-23T00:52:25.297Z] [2021-03-23T00:52:25.297Z] 00:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-23T00:52:25.297Z] 00:31:01 71636 0 623388 33.13 2596 1183924 1374036 46.89 672328 922592 92896 [2021-03-23T00:52:25.297Z] 00:32:01 157732 0 760908 40.44 1492 961412 1749500 59.71 596372 849072 49844 [2021-03-23T00:52:25.297Z] 00:33:01 206136 0 860128 45.71 696 814584 1837412 62.71 722620 664536 79512 [2021-03-23T00:52:25.297Z] 00:34:02 164100 0 799956 42.52 688 916800 1437892 49.07 664436 756328 41296 [2021-03-23T00:52:25.297Z] 00:35:01 73160 0 832500 44.25 0 975884 2274444 77.62 709832 891528 45748 [2021-03-23T00:52:25.297Z] 00:36:01 618200 0 677816 36.02 0 585528 1371148 46.80 481904 551380 0 [2021-03-23T00:52:25.297Z] 00:37:02 249272 0 699752 37.19 0 932520 1370120 46.76 476376 903756 8 [2021-03-23T00:52:25.297Z] 00:38:03 74412 0 821708 43.67 0 985424 2291432 78.20 748808 822660 33784 [2021-03-23T00:52:25.297Z] 00:39:01 66952 0 1044564 55.52 0 770028 3293788 112.41 831660 715332 28528 [2021-03-23T00:52:25.297Z] 00:40:02 401052 0 638652 33.94 0 841840 1239892 42.32 531092 696556 20 [2021-03-23T00:52:25.297Z] 00:41:01 404676 0 632176 33.60 0 844692 1181868 40.34 526744 698552 12 [2021-03-23T00:52:25.297Z] 00:42:01 405488 0 631328 33.55 0 844728 1177756 40.19 526512 698592 8 [2021-03-23T00:52:25.297Z] 00:43:01 404996 0 631912 33.58 0 844636 1177864 40.20 526768 698588 8 [2021-03-23T00:52:25.297Z] 00:44:01 405248 0 631564 33.57 0 844732 1177756 40.19 526508 698764 8 [2021-03-23T00:52:25.297Z] 00:45:01 396212 0 635372 33.77 0 849960 1177852 40.20 533556 700232 20 [2021-03-23T00:52:25.297Z] 00:46:01 396580 0 634980 33.75 0 849984 1177804 40.20 533360 700248 12 [2021-03-23T00:52:25.297Z] 00:47:01 396192 0 635360 33.77 0 849992 1177756 40.19 533444 700280 12 [2021-03-23T00:52:25.297Z] 00:48:01 396264 0 635280 33.76 0 850000 1177756 40.19 533424 700280 8 [2021-03-23T00:52:25.297Z] 00:49:01 396348 0 635188 33.76 0 850008 1177756 40.19 533308 700288 8 [2021-03-23T00:52:25.297Z] 00:50:01 396432 0 635100 33.75 0 850012 1177840 40.20 533384 700296 16 [2021-03-23T00:52:25.297Z] 00:51:01 396436 0 635096 33.75 0 850012 1177756 40.19 533436 700300 16 [2021-03-23T00:52:25.297Z] 00:52:01 67284 0 703164 37.37 0 1111096 1597120 54.51 626936 929036 23732 [2021-03-23T00:52:25.297Z] Average: 297491 0 701631 37.29 249 882173 1490752 50.88 586491 745418 17977 [2021-03-23T00:52:25.297Z] [2021-03-23T00:52:25.297Z] 00:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-23T00:52:25.297Z] 00:31:01 eth0 1538.65 1525.47 8138.21 167.08 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.297Z] 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.297Z] 00:31:01 docker0 860.02 788.43 71.06 2687.90 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.297Z] 00:32:01 veth60a89ac 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.297Z] 00:32:01 eth0 221.43 172.54 863.74 26.97 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.297Z] 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.297Z] 00:32:01 docker0 151.25 185.17 10.68 830.81 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.297Z] 00:33:01 veth60a89ac 1.63 1.65 0.13 0.14 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.297Z] 00:33:01 eth0 36.53 23.03 23.27 65.19 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.297Z] 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.297Z] 00:33:01 docker0 1.63 1.63 0.11 0.14 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.297Z] 00:34:02 veth60a89ac 0.60 0.60 0.05 0.05 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.297Z] 00:34:02 eth0 26.58 13.75 21.02 11.15 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.297Z] 00:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.297Z] 00:34:02 docker0 0.60 0.60 0.04 0.05 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.297Z] 00:35:01 eth0 222.03 172.00 1716.66 91.72 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.297Z] 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.297Z] 00:35:01 veth628bfc7 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.297Z] 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.297Z] 00:36:01 veth15cad2d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.297Z] 00:36:01 veth8c9e90a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.297Z] 00:36:01 vetha9b02a5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.297Z] 00:36:01 eth0 51.89 39.80 159.83 9.50 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.297Z] 00:37:02 eth0 166.35 111.65 1449.87 16.71 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.297Z] 00:37:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.297Z] 00:37:02 veth628bfc7 0.00 0.75 0.00 0.04 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.297Z] 00:37:02 docker0 1056.97 1035.44 84.56 3831.25 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.297Z] 00:38:03 eth0 106.90 64.89 434.92 80.28 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:38:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:38:03 veth02864bb 2.12 2.82 0.34 14.23 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:38:03 veth628bfc7 0.00 0.26 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:39:01 vethaed744d 0.00 0.24 0.00 0.02 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:39:01 eth0 38.16 21.34 67.13 14.28 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:39:01 veth5e1096c 0.00 0.24 0.00 0.02 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:40:02 eth0 49.82 33.24 104.34 79.56 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:40:02 docker0 1093.09 1109.10 86.82 4368.81 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:41:01 eth0 0.19 0.15 0.07 0.04 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:42:01 eth0 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:43:01 eth0 0.50 0.35 0.27 0.17 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:44:01 eth0 0.53 0.08 0.05 0.04 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:45:01 eth0 0.65 0.35 0.35 0.26 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:46:01 eth0 0.15 0.10 0.07 0.01 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:47:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:48:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:49:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:50:01 eth0 0.32 0.20 0.14 0.07 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:51:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:52:01 eth0 209.10 164.95 2172.35 19.57 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] Average: eth0 121.54 106.69 689.42 26.55 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] Average: docker0 49.77 50.50 3.95 198.90 0.00 0.00 0.00 0.00 [2021-03-23T00:52:25.298Z] [2021-03-23T00:52:25.298Z] [2021-03-23T00:52:25.298Z] ---> sar -P ALL: [2021-03-23T00:52:25.298Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/23/21 _x86_64_ (4 CPU) [2021-03-23T00:52:25.298Z] [2021-03-23T00:52:25.298Z] 00:29:20 LINUX RESTART (4 CPU) [2021-03-23T00:52:25.298Z] [2021-03-23T00:52:25.298Z] 00:30:01 CPU %user %nice %system %iowait %steal %idle [2021-03-23T00:52:25.298Z] 00:31:01 all 16.14 0.00 7.95 2.02 0.18 73.70 [2021-03-23T00:52:25.298Z] 00:31:01 0 11.14 0.00 10.59 1.26 0.17 76.84 [2021-03-23T00:52:25.298Z] 00:31:01 1 19.92 0.00 7.59 3.14 0.19 69.17 [2021-03-23T00:52:25.298Z] 00:31:01 2 14.23 0.00 6.20 0.67 0.15 78.74 [2021-03-23T00:52:25.298Z] 00:31:01 3 19.20 0.00 7.47 3.02 0.22 70.09 [2021-03-23T00:52:25.298Z] 00:32:01 all 15.86 0.00 9.67 6.58 0.11 67.79 [2021-03-23T00:52:25.298Z] 00:32:01 0 15.73 0.00 9.38 6.05 0.14 68.70 [2021-03-23T00:52:25.298Z] 00:32:01 1 16.02 0.00 9.42 5.44 0.09 69.03 [2021-03-23T00:52:25.298Z] 00:32:01 2 16.79 0.00 10.75 8.94 0.09 63.44 [2021-03-23T00:52:25.298Z] 00:32:01 3 14.87 0.00 9.14 5.87 0.12 69.99 [2021-03-23T00:52:25.298Z] 00:33:01 all 52.64 0.00 12.81 2.25 0.18 32.12 [2021-03-23T00:52:25.298Z] 00:33:01 0 51.86 0.00 13.26 3.63 0.14 31.11 [2021-03-23T00:52:25.298Z] 00:33:01 1 52.54 0.00 12.99 0.40 0.19 33.88 [2021-03-23T00:52:25.298Z] 00:33:01 2 52.58 0.00 12.25 3.16 0.14 31.87 [2021-03-23T00:52:25.298Z] 00:33:01 3 53.59 0.00 12.73 1.81 0.24 31.62 [2021-03-23T00:52:25.298Z] 00:34:02 all 52.73 0.00 15.50 4.04 0.31 27.42 [2021-03-23T00:52:25.298Z] 00:34:02 0 53.50 0.00 14.96 3.23 0.19 28.13 [2021-03-23T00:52:25.298Z] 00:34:02 1 51.87 0.00 15.46 4.19 0.30 28.18 [2021-03-23T00:52:25.298Z] 00:34:02 2 53.26 0.00 15.56 3.50 0.40 27.28 [2021-03-23T00:52:25.298Z] 00:34:02 3 52.28 0.00 16.02 5.23 0.37 26.10 [2021-03-23T00:52:25.298Z] 00:35:01 all 22.16 0.00 19.48 7.52 0.42 50.41 [2021-03-23T00:52:25.298Z] 00:35:01 0 22.09 0.00 19.62 8.01 0.42 49.85 [2021-03-23T00:52:25.298Z] 00:35:01 1 21.60 0.00 19.28 8.26 0.44 50.42 [2021-03-23T00:52:25.298Z] 00:35:01 2 25.67 0.00 19.47 7.46 0.47 46.93 [2021-03-23T00:52:25.298Z] 00:35:01 3 19.28 0.00 19.56 6.35 0.34 54.47 [2021-03-23T00:52:25.298Z] 00:36:01 all 21.77 0.00 28.39 24.94 0.65 24.25 [2021-03-23T00:52:25.298Z] 00:36:01 0 22.18 0.00 28.77 24.10 0.62 24.33 [2021-03-23T00:52:25.298Z] 00:36:01 1 22.56 0.00 28.05 25.39 0.76 23.23 [2021-03-23T00:52:25.298Z] 00:36:01 2 22.71 0.00 28.62 27.16 0.57 20.95 [2021-03-23T00:52:25.298Z] 00:36:01 3 19.62 0.00 28.11 23.09 0.65 28.54 [2021-03-23T00:52:25.298Z] 00:37:02 all 58.52 0.00 18.96 10.16 0.30 12.06 [2021-03-23T00:52:25.298Z] 00:37:02 0 59.76 0.00 18.71 10.89 0.24 10.40 [2021-03-23T00:52:25.298Z] 00:37:02 1 57.02 0.00 18.90 11.62 0.26 12.20 [2021-03-23T00:52:25.298Z] 00:37:02 2 59.22 0.00 18.61 10.88 0.35 10.95 [2021-03-23T00:52:25.298Z] 00:37:02 3 58.07 0.00 19.64 7.25 0.33 14.70 [2021-03-23T00:52:25.298Z] 00:38:03 all 19.98 0.00 26.61 26.44 1.00 25.98 [2021-03-23T00:52:25.298Z] 00:38:03 0 20.44 0.00 25.94 28.92 1.02 23.68 [2021-03-23T00:52:25.298Z] 00:38:03 1 17.81 0.00 24.92 22.93 1.10 33.24 [2021-03-23T00:52:25.298Z] 00:38:03 2 21.28 0.00 28.16 27.95 0.89 21.72 [2021-03-23T00:52:25.298Z] 00:38:03 3 20.42 0.00 27.43 25.98 0.98 25.19 [2021-03-23T00:52:25.298Z] 00:39:01 all 56.19 0.00 23.14 11.85 0.44 8.37 [2021-03-23T00:52:25.298Z] 00:39:01 0 56.82 0.00 23.39 11.35 0.29 8.14 [2021-03-23T00:52:25.298Z] 00:39:01 1 54.30 0.00 22.89 11.33 0.58 10.90 [2021-03-23T00:52:25.298Z] 00:39:01 2 56.65 0.00 23.25 11.70 0.46 7.94 [2021-03-23T00:52:25.298Z] 00:39:01 3 57.00 0.00 23.03 13.03 0.45 6.49 [2021-03-23T00:52:25.298Z] 00:40:02 all 14.35 0.00 7.61 9.64 0.20 68.20 [2021-03-23T00:52:25.298Z] 00:40:02 0 14.50 0.00 8.14 10.53 0.17 66.65 [2021-03-23T00:52:25.298Z] 00:40:02 1 15.00 0.00 7.35 4.91 0.22 72.52 [2021-03-23T00:52:25.298Z] 00:40:02 2 13.93 0.00 7.42 9.76 0.17 68.72 [2021-03-23T00:52:25.298Z] 00:40:02 3 13.97 0.00 7.52 13.36 0.22 64.92 [2021-03-23T00:52:25.298Z] 00:41:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-03-23T00:52:25.298Z] 00:41:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-23T00:52:25.298Z] 00:41:01 1 0.53 0.00 0.05 0.00 0.02 99.41 [2021-03-23T00:52:25.298Z] 00:41:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-23T00:52:25.298Z] 00:41:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2021-03-23T00:52:25.298Z] [2021-03-23T00:52:25.298Z] 00:41:01 CPU %user %nice %system %iowait %steal %idle [2021-03-23T00:52:25.298Z] 00:42:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-03-23T00:52:25.298Z] 00:42:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-23T00:52:25.298Z] 00:42:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-03-23T00:52:25.298Z] 00:42:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2021-03-23T00:52:25.298Z] 00:42:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-23T00:52:25.298Z] 00:43:01 all 0.15 0.00 0.03 0.02 0.00 99.80 [2021-03-23T00:52:25.298Z] 00:43:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-23T00:52:25.298Z] 00:43:01 1 0.52 0.00 0.03 0.02 0.00 99.43 [2021-03-23T00:52:25.298Z] 00:43:01 2 0.00 0.00 0.02 0.03 0.00 99.95 [2021-03-23T00:52:25.298Z] 00:43:01 3 0.07 0.00 0.05 0.02 0.02 99.85 [2021-03-23T00:52:25.298Z] 00:44:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-03-23T00:52:25.298Z] 00:44:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-23T00:52:25.298Z] 00:44:01 1 0.53 0.00 0.02 0.00 0.00 99.45 [2021-03-23T00:52:25.298Z] 00:44:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-23T00:52:25.298Z] 00:44:01 3 0.07 0.00 0.07 0.00 0.00 99.87 [2021-03-23T00:52:25.298Z] 00:45:01 all 0.17 0.00 0.08 0.03 0.00 99.71 [2021-03-23T00:52:25.298Z] 00:45:01 0 0.05 0.00 0.07 0.02 0.00 99.87 [2021-03-23T00:52:25.298Z] 00:45:01 1 0.52 0.00 0.07 0.00 0.00 99.42 [2021-03-23T00:52:25.298Z] 00:45:01 2 0.10 0.00 0.18 0.12 0.00 99.60 [2021-03-23T00:52:25.298Z] 00:45:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-23T00:52:25.298Z] 00:46:01 all 0.13 0.00 0.03 0.00 0.00 99.84 [2021-03-23T00:52:25.298Z] 00:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-23T00:52:25.298Z] 00:46:01 1 0.18 0.00 0.02 0.00 0.00 99.80 [2021-03-23T00:52:25.298Z] 00:46:01 2 0.07 0.00 0.03 0.00 0.00 99.90 [2021-03-23T00:52:25.298Z] 00:46:01 3 0.23 0.00 0.07 0.00 0.00 99.70 [2021-03-23T00:52:25.298Z] 00:47:01 all 0.04 0.00 0.03 0.01 0.00 99.92 [2021-03-23T00:52:25.298Z] 00:47:01 0 0.03 0.00 0.02 0.02 0.00 99.93 [2021-03-23T00:52:25.298Z] 00:47:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2021-03-23T00:52:25.298Z] 00:47:01 2 0.03 0.00 0.05 0.02 0.02 99.88 [2021-03-23T00:52:25.298Z] 00:47:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2021-03-23T00:52:25.298Z] 00:48:01 all 0.03 0.00 0.03 0.00 0.00 99.94 [2021-03-23T00:52:25.298Z] 00:48:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-23T00:52:25.298Z] 00:48:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2021-03-23T00:52:25.298Z] 00:48:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-23T00:52:25.298Z] 00:48:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-23T00:52:25.298Z] 00:49:01 all 0.14 0.00 0.02 0.00 0.00 99.84 [2021-03-23T00:52:25.298Z] 00:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-23T00:52:25.298Z] 00:49:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-23T00:52:25.298Z] 00:49:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-23T00:52:25.298Z] 00:49:01 3 0.48 0.00 0.02 0.00 0.00 99.50 [2021-03-23T00:52:25.298Z] 00:50:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-03-23T00:52:25.298Z] 00:50:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-23T00:52:25.298Z] 00:50:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-23T00:52:25.298Z] 00:50:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-23T00:52:25.298Z] 00:50:01 3 0.53 0.00 0.02 0.00 0.00 99.45 [2021-03-23T00:52:25.298Z] 00:51:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2021-03-23T00:52:25.298Z] 00:51:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-23T00:52:25.298Z] 00:51:01 1 0.08 0.00 0.07 0.00 0.00 99.85 [2021-03-23T00:52:25.298Z] 00:51:01 2 0.00 0.00 0.03 0.00 0.00 99.97 [2021-03-23T00:52:25.298Z] 00:51:01 3 0.50 0.00 0.02 0.00 0.00 99.48 [2021-03-23T00:52:25.298Z] 00:52:01 all 3.28 0.00 2.24 2.12 0.02 92.35 [2021-03-23T00:52:25.298Z] 00:52:01 0 2.70 0.00 2.43 1.16 0.02 93.70 [2021-03-23T00:52:25.298Z] 00:52:01 1 3.47 0.00 2.13 1.99 0.02 92.40 [2021-03-23T00:52:25.298Z] 00:52:01 2 3.74 0.00 2.16 3.64 0.02 90.45 [2021-03-23T00:52:25.298Z] 00:52:01 3 3.22 0.00 2.23 1.68 0.03 92.83 [2021-03-23T00:52:25.298Z] [2021-03-23T00:52:25.299Z] Average: CPU %user %nice %system %iowait %steal %idle [2021-03-23T00:52:25.299Z] Average: all 14.82 0.00 7.63 4.76 0.17 72.62 [2021-03-23T00:52:25.299Z] Average: 0 14.64 0.00 7.76 4.83 0.15 72.61 [2021-03-23T00:52:25.299Z] Average: 1 14.83 0.00 7.49 4.41 0.18 73.09 [2021-03-23T00:52:25.299Z] Average: 2 15.04 0.00 7.64 5.09 0.16 72.07 [2021-03-23T00:52:25.299Z] Average: 3 14.76 0.00 7.64 4.71 0.18 72.71 [2021-03-23T00:52:25.299Z] [2021-03-23T00:52:25.299Z] [2021-03-23T00:52:25.299Z]