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 judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from a9e89425e353be16965c3e2b4be2414c6f565315+76edbf6b374c198a59e0ea3df6d90d6fbb7c8c41 (5dff4d71964b76b913fa4eea8f2e901802a796c5) 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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-28301 in /w/workspace/edgexfoundry_edgex-go_PR-3202 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/8 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/3202/head:refs/remotes/origin/PR-3202 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 76edbf6b374c198a59e0ea3df6d90d6fbb7c8c41 into PR head commit a9e89425e353be16965c3e2b4be2414c6f565315 Merge succeeded, producing f8ccee420e8decb679a8f689602e4fe561665500 Checking out Revision f8ccee420e8decb679a8f689602e4fe561665500 (PR-3202) > git config core.sparsecheckout # timeout=10 > git checkout -f a9e89425e353be16965c3e2b4be2414c6f565315 # 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 76edbf6b374c198a59e0ea3df6d90d6fbb7c8c41 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f8ccee420e8decb679a8f689602e4fe561665500 # timeout=10 Commit message: "Merge commit '76edbf6b374c198a59e0ea3df6d90d6fbb7c8c41' into HEAD" > git rev-list --no-walk a9e89425e353be16965c3e2b4be2414c6f565315 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-03T00:31:12.913Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-03T00:31:13.135Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-03T00:31:13.253Z] ========================================================= [2021-03-03T00:31:13.253Z] EdgeX Global Pipelines Version Info [2021-03-03T00:31:13.253Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-03T00:31:17.074Z] ------------------- [2021-03-03T00:31:17.074Z] stable info: [2021-03-03T00:31:17.074Z] ------------------- [2021-03-03T00:31:17.074Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-03T00:31:17.074Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-03T00:31:17.074Z] Message: update stable to v1.0.184 [2021-03-03T00:31:17.661Z] ------------------- [2021-03-03T00:31:17.661Z] experimental info: [2021-03-03T00:31:17.661Z] ------------------- [2021-03-03T00:31:17.661Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-03T00:31:17.661Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-03T00:31:17.661Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-03T00:31:18.015Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-03T00:31:18.103Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-03T00:31:18.180Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-03T00:31:18.260Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-03T00:31:18.341Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-03T00:31:18.419Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-03T00:31:18.498Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-03T00:31:18.597Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-03T00:31:18.674Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-03T00:31:18.753Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-03T00:31:18.831Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-03T00:31:18.909Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-03T00:31:18.990Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-03T00:31:19.071Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-03T00:31:19.148Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-03T00:31:19.228Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-03T00:31:19.306Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-03T00:31:19.406Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-03T00:31:19.487Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-03T00:31:19.567Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-03T00:31:19.646Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-03T00:31:19.728Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-03T00:31:19.809Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3202 [Pipeline] echo [2021-03-03T00:31:19.894Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3202 [Pipeline] echo [2021-03-03T00:31:20.065Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3202 [Pipeline] echo [2021-03-03T00:31:20.187Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f8ccee420e8decb679a8f689602e4fe561665500 [Pipeline] echo [2021-03-03T00:31:20.282Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f8ccee4 [Pipeline] echo [2021-03-03T00:31:20.374Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-03T00:31:20.548Z] provisioning config files... [2021-03-03T00:31:20.587Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config4297765335196490441tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-03T00:31:20.948Z] ---> docker-login.sh [2021-03-03T00:31:20.948Z] nexus3.edgexfoundry.org:10001 [2021-03-03T00:31:21.213Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T00:31:21.497Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T00:31:21.497Z] Configure a credential helper to remove this warning. See [2021-03-03T00:31:21.497Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T00:31:21.497Z] [2021-03-03T00:31:21.497Z] Login Succeeded [2021-03-03T00:31:21.497Z] nexus3.edgexfoundry.org:10002 [2021-03-03T00:31:21.497Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T00:31:21.762Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T00:31:21.762Z] Configure a credential helper to remove this warning. See [2021-03-03T00:31:21.762Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T00:31:21.762Z] [2021-03-03T00:31:21.762Z] Login Succeeded [2021-03-03T00:31:21.762Z] nexus3.edgexfoundry.org:10003 [2021-03-03T00:31:21.762Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T00:31:22.037Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T00:31:22.037Z] Configure a credential helper to remove this warning. See [2021-03-03T00:31:22.037Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T00:31:22.037Z] [2021-03-03T00:31:22.037Z] Login Succeeded [2021-03-03T00:31:22.037Z] nexus3.edgexfoundry.org:10004 [2021-03-03T00:31:22.037Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T00:31:22.037Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T00:31:22.037Z] Configure a credential helper to remove this warning. See [2021-03-03T00:31:22.037Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T00:31:22.037Z] [2021-03-03T00:31:22.037Z] Login Succeeded [2021-03-03T00:31:22.037Z] docker.io [2021-03-03T00:31:22.303Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T00:31:22.569Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T00:31:22.569Z] Configure a credential helper to remove this warning. See [2021-03-03T00:31:22.569Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T00:31:22.569Z] [2021-03-03T00:31:22.569Z] Login Succeeded [2021-03-03T00:31:22.569Z] ---> docker-login.sh ends [Pipeline] } [2021-03-03T00:31:22.598Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-03T00:31:23.078Z] ++ 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-03T00:31:23.078Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T00:31:23.078Z] ++ dirname cmd/core-command/Dockerfile [2021-03-03T00:31:23.078Z] ++ cut -d/ -f2 [2021-03-03T00:31:23.078Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-03T00:31:23.078Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T00:31:23.078Z] ++ cut -d/ -f2 [2021-03-03T00:31:23.078Z] ++ dirname cmd/core-data/Dockerfile [2021-03-03T00:31:23.078Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-03T00:31:23.078Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T00:31:23.078Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-03T00:31:23.078Z] ++ cut -d/ -f2 [2021-03-03T00:31:23.078Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-03T00:31:23.078Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T00:31:23.078Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-03T00:31:23.078Z] ++ cut -d/ -f2 [2021-03-03T00:31:23.078Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-03T00:31:23.078Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T00:31:23.078Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-03T00:31:23.078Z] ++ cut -d/ -f2 [2021-03-03T00:31:23.078Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-03T00:31:23.078Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T00:31:23.078Z] ++ cut -d/ -f2 [2021-03-03T00:31:23.078Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-03T00:31:23.078Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-03T00:31:23.078Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T00:31:23.078Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-03T00:31:23.078Z] ++ cut -d/ -f2 [2021-03-03T00:31:23.078Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-03T00:31:23.078Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T00:31:23.078Z] ++ cut -d/ -f2 [2021-03-03T00:31:23.078Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-03T00:31:23.078Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-03T00:31:23.078Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-03T00:31:23.078Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-03T00:31:23.078Z] ++ cut -d/ -f2 [2021-03-03T00:31:23.078Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-03T00:31:23.173Z] 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-03T00:31:24.110Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-03T00:31:24.110Z] [2021-03-03T00:31:24.110Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-03T00:31:24.476Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-03T00:31:24.476Z] latest: Pulling from edgex-devops/git-semver [2021-03-03T00:31:24.476Z] 31603596830f: Pulling fs layer [2021-03-03T00:31:24.476Z] 2a8b12db71e7: Pulling fs layer [2021-03-03T00:31:24.476Z] 6ca5941a6612: Pulling fs layer [2021-03-03T00:31:24.476Z] ecc8261a40a4: Pulling fs layer [2021-03-03T00:31:24.476Z] ecc8261a40a4: Waiting [2021-03-03T00:31:24.476Z] 2a8b12db71e7: Verifying Checksum [2021-03-03T00:31:24.476Z] 2a8b12db71e7: Download complete [2021-03-03T00:31:24.759Z] 31603596830f: Verifying Checksum [2021-03-03T00:31:24.759Z] 31603596830f: Download complete [2021-03-03T00:31:24.759Z] ecc8261a40a4: Verifying Checksum [2021-03-03T00:31:24.759Z] ecc8261a40a4: Download complete [2021-03-03T00:31:24.759Z] 6ca5941a6612: Verifying Checksum [2021-03-03T00:31:24.759Z] 6ca5941a6612: Download complete [2021-03-03T00:31:25.030Z] 31603596830f: Pull complete [2021-03-03T00:31:25.304Z] 2a8b12db71e7: Pull complete [2021-03-03T00:31:26.283Z] 6ca5941a6612: Pull complete [2021-03-03T00:31:26.283Z] ecc8261a40a4: Pull complete [2021-03-03T00:31:26.283Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-03T00:31:26.546Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-03T00:31:26.546Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-03T00:31:26.662Z] prd-centos7-docker-4c-2g-28301 does not seem to be running inside a container [2021-03-03T00:31:26.726Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-03T00:31:29.563Z] $ docker top 8c20f81ad5f5f77ea0f33fe7602bc32da4662e52830e9ffbd4f46e24342b0e84 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-03T00:31:29.856Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-03T00:31:29.856Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-03T00:31:30.142Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-03T00:31:30.147Z] $ docker exec 8c20f81ad5f5f77ea0f33fe7602bc32da4662e52830e9ffbd4f46e24342b0e84 ssh-agent [2021-03-03T00:31:30.342Z] SSH_AUTH_SOCK=/tmp/ssh-0T2bDBTnBdPU/agent.13 [2021-03-03T00:31:30.342Z] SSH_AGENT_PID=18 [2021-03-03T00:31:30.352Z] Running ssh-add (command line suppressed) [2021-03-03T00:31:30.487Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_5184626440628660867.key (/w/workspace/edgex-go/8@tmp/private_key_5184626440628660867.key) [2021-03-03T00:31:30.549Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-03T00:31:30.922Z] + git tag --points-at HEAD [Pipeline] } [2021-03-03T00:31:30.949Z] $ docker exec --env ******** --env ******** 8c20f81ad5f5f77ea0f33fe7602bc32da4662e52830e9ffbd4f46e24342b0e84 ssh-agent -k [2021-03-03T00:31:31.083Z] unset SSH_AUTH_SOCK; [2021-03-03T00:31:31.084Z] unset SSH_AGENT_PID; [2021-03-03T00:31:31.084Z] echo Agent pid 18 killed; [2021-03-03T00:31:31.135Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-03T00:31:31.278Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-03T00:31:31.278Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-03T00:31:31.480Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-03T00:31:31.485Z] $ docker exec 8c20f81ad5f5f77ea0f33fe7602bc32da4662e52830e9ffbd4f46e24342b0e84 ssh-agent [2021-03-03T00:31:31.668Z] SSH_AUTH_SOCK=/tmp/ssh-w33bOkeeba9c/agent.47 [2021-03-03T00:31:31.668Z] SSH_AGENT_PID=52 [2021-03-03T00:31:31.675Z] Running ssh-add (command line suppressed) [2021-03-03T00:31:31.812Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_7728989684594054254.key (/w/workspace/edgex-go/8@tmp/private_key_7728989684594054254.key) [2021-03-03T00:31:31.872Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-03T00:31:32.208Z] + git semver init [2021-03-03T00:31:32.208Z] # -> Open(): unable to determine branch for HEAD [2021-03-03T00:31:32.208Z] # $GIT_DIR = /w/workspace/edgex-go/8/.git [2021-03-03T00:31:32.208Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/8 [2021-03-03T00:31:32.208Z] # $SEMVER_REMOTE_NAME = origin [2021-03-03T00:31:32.208Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-03T00:31:32.208Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-03T00:31:32.208Z] # $SEMVER_BRANCH = PR-3202 [2021-03-03T00:31:32.208Z] # $SEMVER_TEMP = /tmp/semver-724406135 [2021-03-03T00:31:32.209Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-03T00:31:58.899Z] # '/tmp/semver-724406135' -> '/w/workspace/edgex-go/8/.semver' [2021-03-03T00:31:58.899Z] # -> Force: false [2021-03-03T00:31:58.899Z] # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } [2021-03-03T00:31:58.921Z] $ docker exec --env ******** --env ******** 8c20f81ad5f5f77ea0f33fe7602bc32da4662e52830e9ffbd4f46e24342b0e84 ssh-agent -k [2021-03-03T00:31:59.217Z] unset SSH_AUTH_SOCK; [2021-03-03T00:31:59.217Z] unset SSH_AGENT_PID; [2021-03-03T00:31:59.217Z] echo Agent pid 52 killed; [2021-03-03T00:31:59.323Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-03T00:31:59.799Z] + git semver [Pipeline] } [2021-03-03T00:31:59.828Z] $ docker stop --time=1 8c20f81ad5f5f77ea0f33fe7602bc32da4662e52830e9ffbd4f46e24342b0e84 [2021-03-03T00:32:01.492Z] $ docker rm -f 8c20f81ad5f5f77ea0f33fe7602bc32da4662e52830e9ffbd4f46e24342b0e84 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-03T00:32:02.113Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-03T00:32:02.829Z] Stashed 1 file(s) [Pipeline] echo [2021-03-03T00:32:02.832Z] [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-03T00:32:03.693Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-03T00:32:04.004Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-03T00:32:04.309Z] + sudo service docker restart [2021-03-03T00:32:04.309Z] + true [2021-03-03T00:32:04.309Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-03T00:32:05.297Z] ========================================================= [2021-03-03T00:32:05.297Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-03T00:32:05.297Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-03T00:32:05.674Z] + 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-03T00:32:09.948Z] Sending build context to Docker daemon 328.2MB [2021-03-03T00:32:09.948Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-03T00:32:09.948Z] Step 2/6 : FROM ${BASE} [2021-03-03T00:32:09.948Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-03T00:32:09.948Z] 188c0c94c7c5: Pulling fs layer [2021-03-03T00:32:09.948Z] 0ef7d3d256c8: Pulling fs layer [2021-03-03T00:32:09.948Z] de9db76c5a1d: Pulling fs layer [2021-03-03T00:32:09.948Z] bca2f99d35d6: Pulling fs layer [2021-03-03T00:32:09.948Z] 93359f2a8cfa: Pulling fs layer [2021-03-03T00:32:09.948Z] 7c6f9722023f: Pulling fs layer [2021-03-03T00:32:09.948Z] a35cf1a2eb13: Pulling fs layer [2021-03-03T00:32:09.948Z] 93359f2a8cfa: Waiting [2021-03-03T00:32:09.948Z] 7c6f9722023f: Waiting [2021-03-03T00:32:09.948Z] a35cf1a2eb13: Waiting [2021-03-03T00:32:09.948Z] bca2f99d35d6: Waiting [2021-03-03T00:32:09.948Z] de9db76c5a1d: Download complete [2021-03-03T00:32:09.948Z] 0ef7d3d256c8: Verifying Checksum [2021-03-03T00:32:09.948Z] 0ef7d3d256c8: Download complete [2021-03-03T00:32:09.948Z] 93359f2a8cfa: Verifying Checksum [2021-03-03T00:32:09.948Z] 93359f2a8cfa: Download complete [2021-03-03T00:32:09.948Z] 188c0c94c7c5: Verifying Checksum [2021-03-03T00:32:09.948Z] 7c6f9722023f: Verifying Checksum [2021-03-03T00:32:09.948Z] 7c6f9722023f: Download complete [2021-03-03T00:32:11.355Z] 188c0c94c7c5: Pull complete [2021-03-03T00:32:11.951Z] a35cf1a2eb13: Verifying Checksum [2021-03-03T00:32:11.951Z] a35cf1a2eb13: Download complete [2021-03-03T00:32:12.217Z] bca2f99d35d6: Verifying Checksum [2021-03-03T00:32:12.217Z] bca2f99d35d6: Download complete [2021-03-03T00:32:12.482Z] 0ef7d3d256c8: Pull complete [2021-03-03T00:32:12.746Z] de9db76c5a1d: Pull complete [2021-03-03T00:32:18.190Z] Still waiting to schedule task [2021-03-03T00:32:18.190Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-03T00:32:19.403Z] bca2f99d35d6: Pull complete [2021-03-03T00:32:19.403Z] 93359f2a8cfa: Pull complete [2021-03-03T00:32:19.403Z] 7c6f9722023f: Pull complete [2021-03-03T00:32:23.666Z] a35cf1a2eb13: Pull complete [2021-03-03T00:32:23.666Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-03T00:32:23.666Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-03T00:32:23.666Z] ---> a62c8e92a672 [2021-03-03T00:32:23.666Z] 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-03T00:32:23.666Z] ---> Running in 11138d226533 [2021-03-03T00:32:23.931Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T00:32:24.881Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T00:32:26.285Z] (1/12) Installing libmagic (5.38-r0) [2021-03-03T00:32:26.864Z] (2/12) Installing file (5.38-r0) [2021-03-03T00:32:26.864Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-03T00:32:26.864Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-03T00:32:45.052Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-03T00:32:45.052Z] (6/12) Installing patch (2.7.6-r6) [2021-03-03T00:32:45.052Z] (7/12) Installing build-base (0.5-r2) [2021-03-03T00:32:45.052Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-03T00:32:45.052Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-03T00:32:45.052Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-03T00:32:45.052Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-03T00:32:45.052Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-03T00:32:45.052Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:32:45.052Z] OK: 233 MiB in 51 packages [2021-03-03T00:32:49.333Z] Removing intermediate container 11138d226533 [2021-03-03T00:32:49.333Z] ---> 28eec1f8da6d [2021-03-03T00:32:49.333Z] Step 4/6 : WORKDIR /edgex-go [2021-03-03T00:32:49.333Z] ---> Running in 3d9b6c56652a [2021-03-03T00:32:49.333Z] Removing intermediate container 3d9b6c56652a [2021-03-03T00:32:49.333Z] ---> dedcaa0fda8d [2021-03-03T00:32:49.333Z] Step 5/6 : COPY go.mod . [2021-03-03T00:32:49.605Z] ---> 78ef6729fdd9 [2021-03-03T00:32:49.605Z] Step 6/6 : RUN go mod download [2021-03-03T00:32:49.605Z] ---> Running in 823bdb468eaf [2021-03-03T00:33:16.292Z] Removing intermediate container 823bdb468eaf [2021-03-03T00:33:16.292Z] ---> 785d4d0c0b6a [2021-03-03T00:33:16.292Z] Successfully built 785d4d0c0b6a [2021-03-03T00:33:16.292Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-03T00:33:16.634Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-03T00:33:16.634Z] . [Pipeline] withDockerContainer [2021-03-03T00:33:16.743Z] prd-centos7-docker-4c-2g-28301 does not seem to be running inside a container [2021-03-03T00:33:16.798Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-03T00:33:17.931Z] $ docker top cb50309c107c4b46a9f68d7452db4979b79ceac7bf9f48a11ffb3e6639d9e24c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-03T00:33:18.483Z] + go version [2021-03-03T00:33:19.065Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-03T00:33:19.085Z] $ docker stop --time=1 cb50309c107c4b46a9f68d7452db4979b79ceac7bf9f48a11ffb3e6639d9e24c [2021-03-03T00:33:20.545Z] $ docker rm -f cb50309c107c4b46a9f68d7452db4979b79ceac7bf9f48a11ffb3e6639d9e24c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T00:33:21.523Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-03T00:33:21.523Z] . [Pipeline] withDockerContainer [2021-03-03T00:33:21.632Z] prd-centos7-docker-4c-2g-28301 does not seem to be running inside a container [2021-03-03T00:33:21.686Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-03T00:33:22.403Z] $ docker top 58c39ef47b7570176e785c0e2d00b42f14365f1cea9f540fe6b425219553ca89 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-03T00:33:22.603Z] ========================================================= [2021-03-03T00:33:22.603Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-03T00:33:22.603Z] ========================================================= [Pipeline] sh [2021-03-03T00:33:22.896Z] + make test [2021-03-03T00:33:22.896Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-03T00:33:35.434Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-03T00:34:02.992Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-03T00:34:05.324Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-03T00:34:09.862Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-03T00:34:09.862Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-03T00:34:11.335Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-03T00:34:11.335Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-03T00:34:11.335Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-03T00:34:11.335Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-03T00:34:12.814Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-03T00:34:13.096Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-03T00:34:17.435Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-03T00:34:17.435Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-03T00:34:17.435Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-03T00:34:19.481Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.164s coverage: 45.9% of statements [2021-03-03T00:34:19.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-03T00:34:19.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-03T00:34:19.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-03T00:34:19.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-03T00:34:19.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-03T00:34:19.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-03T00:34:19.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-03T00:34:19.481Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.126s coverage: 100.0% of statements [2021-03-03T00:34:23.842Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.229s coverage: 27.1% of statements [2021-03-03T00:34:23.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-03T00:34:23.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-03T00:34:23.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-03T00:34:23.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-03T00:34:23.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-03T00:34:23.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-03T00:34:23.842Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.048s coverage: 100.0% of statements [2021-03-03T00:34:23.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-03T00:34:23.842Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.231s coverage: 100.0% of statements [2021-03-03T00:34:23.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-03T00:34:23.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-03T00:34:23.842Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.170s coverage: 64.5% of statements [2021-03-03T00:34:23.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-03T00:34:23.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-03T00:34:24.136Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.536s coverage: 82.7% of statements [2021-03-03T00:34:24.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-03T00:34:24.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-03T00:34:24.136Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.060s coverage: 90.0% of statements [2021-03-03T00:34:24.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-03T00:34:28.607Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.545s coverage: 28.6% of statements [2021-03-03T00:34:28.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-03T00:34:28.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-03T00:34:28.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-03T00:34:28.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-03T00:34:28.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-03T00:34:28.607Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.081s coverage: 100.0% of statements [2021-03-03T00:34:28.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-03T00:34:28.607Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements [2021-03-03T00:34:28.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-03T00:34:28.607Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.157s coverage: 86.7% of statements [2021-03-03T00:34:28.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-03T00:34:28.607Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.156s coverage: 97.5% of statements [2021-03-03T00:34:28.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-03T00:34:28.607Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.095s coverage: 78.3% of statements [2021-03-03T00:34:28.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-03T00:34:28.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-03T00:34:28.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-03T00:34:28.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-03T00:34:33.008Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.554s coverage: 92.8% of statements [2021-03-03T00:34:33.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-03T00:34:33.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-03T00:34:33.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-03T00:34:33.009Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-03T00:34:33.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-03T00:34:33.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-03T00:34:33.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-03T00:34:33.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-03T00:34:33.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-03T00:34:33.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-03T00:34:33.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-03T00:34:33.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-03T00:34:33.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-03T00:34:33.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-03T00:34:33.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-03T00:34:33.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-03T00:34:33.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-03T00:34:33.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-03T00:34:33.009Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements [2021-03-03T00:34:33.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-03T00:34:33.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-03T00:34:33.009Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.085s coverage: 0.1% of statements [2021-03-03T00:34:33.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-03T00:34:33.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-03T00:34:33.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-03T00:34:33.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.080s coverage: 45.5% of statements [2021-03-03T00:34:33.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.104s coverage: 79.5% of statements [2021-03-03T00:34:33.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.039s coverage: 94.1% of statements [2021-03-03T00:34:33.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.072s coverage: 96.3% of statements [2021-03-03T00:34:33.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.040s coverage: 87.5% of statements [2021-03-03T00:34:45.443Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.043s coverage: 94.4% of statements [2021-03-03T00:34:45.443Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.031s coverage: 44.8% of statements [2021-03-03T00:34:55.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.078s coverage: 92.9% of statements [2021-03-03T00:34:55.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-03T00:34:55.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-03T00:34:55.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-03T00:34:55.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 77.8% of statements [2021-03-03T00:34:55.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-03T00:34:55.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-03T00:34:55.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-03T00:34:55.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-03T00:34:55.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-03T00:34:55.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.063s coverage: 87.2% of statements [2021-03-03T00:34:55.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-03T00:34:55.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-03T00:34:55.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-03-03T00:34:55.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-03T00:34:55.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-03-03T00:34:55.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-03T00:34:55.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2021-03-03T00:34:55.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.067s coverage: 87.2% of statements [2021-03-03T00:34:55.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.6% of statements [2021-03-03T00:34:55.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.6% of statements [2021-03-03T00:34:55.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-03T00:34:55.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.184s coverage: 62.4% of statements [2021-03-03T00:34:55.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-03T00:34:55.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-03T00:34:55.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements [2021-03-03T00:34:55.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-03-03T00:34:55.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-03-03T00:34:55.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements [2021-03-03T00:34:55.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2021-03-03T00:34:55.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.355s coverage: 69.1% of statements [2021-03-03T00:34:55.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-03T00:34:55.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-03T00:34:55.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.103s coverage: 38.4% of statements [2021-03-03T00:34:55.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-03T00:34:55.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-03T00:34:55.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.048s coverage: 89.5% of statements [2021-03-03T00:34:55.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-03T00:34:55.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.052s coverage: 84.8% of statements [2021-03-03T00:34:55.589Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.202s coverage: 47.0% of statements [2021-03-03T00:34:55.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-03T00:34:55.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-03T00:34:55.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-03T00:34:55.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-03T00:34:55.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-03T00:34:55.589Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.102s coverage: 100.0% of statements [2021-03-03T00:34:55.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-03T00:34:55.589Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements [2021-03-03T00:34:55.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-03T00:34:55.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-03T00:34:55.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-03T00:34:55.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-03T00:34:55.589Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.125s coverage: 88.5% of statements [2021-03-03T00:34:55.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-03T00:34:55.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-03T00:34:55.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-03T00:34:55.589Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.764s coverage: 29.1% of statements [2021-03-03T00:34:55.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-03T00:34:55.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-03T00:34:55.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-03T00:34:55.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-03T00:34:55.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-03T00:34:55.590Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.075s coverage: 99.0% of statements [2021-03-03T00:34:55.590Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-03T00:34:55.590Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements [2021-03-03T00:34:55.590Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-03T00:34:55.590Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-03T00:34:55.590Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-03T00:34:55.590Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-03T00:34:55.590Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.074s coverage: 94.3% of statements [2021-03-03T00:34:55.590Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-03T00:34:55.590Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-03T00:34:55.590Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-03T00:34:55.590Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements [2021-03-03T00:34:55.590Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-03T00:34:55.590Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements [2021-03-03T00:34:55.590Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-03T00:34:55.590Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-03T00:34:55.590Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-03T00:34:55.590Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-03T00:34:55.590Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements [2021-03-03T00:34:55.590Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-03T00:34:55.590Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-03T00:34:55.590Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.026s coverage: 100.0% of statements [2021-03-03T00:34:55.590Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.030s coverage: 32.1% of statements [2021-03-03T00:34:55.590Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-03-03T00:34:55.856Z] GO111MODULE=on go vet ./... [2021-03-03T00:35:28.266Z] gofmt -l . [2021-03-03T00:35:28.266Z] [ "`gofmt -l .`" = "" ] [2021-03-03T00:35:28.266Z] ./bin/test-go-mod-tidy.sh [2021-03-03T00:35:28.266Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-03T00:35:29.181Z] + ls -al . [2021-03-03T00:35:29.181Z] total 716 [2021-03-03T00:35:29.181Z] drwxrwxr-x 10 1001 1001 4096 Mar 3 00:35 . [2021-03-03T00:35:29.181Z] drwxr-xr-x 4 root root 28 Mar 3 00:33 .. [2021-03-03T00:35:29.181Z] -rw-rw-r-- 1 1001 1001 11 Mar 3 00:31 .dockerignore [2021-03-03T00:35:29.181Z] drwxrwxr-x 8 1001 1001 179 Mar 3 00:31 .git [2021-03-03T00:35:29.181Z] drwxrwxr-x 3 1001 1001 125 Mar 3 00:31 .github [2021-03-03T00:35:29.181Z] -rw-rw-r-- 1 1001 1001 818 Mar 3 00:31 .gitignore [2021-03-03T00:35:29.181Z] drwx------ 3 1001 1001 60 Mar 3 00:31 .semver [2021-03-03T00:35:29.181Z] -rw-rw-r-- 1 1001 1001 166 Mar 3 00:31 .sonarcloud.properties [2021-03-03T00:35:29.181Z] -rw-rw-r-- 1 1001 1001 8475 Mar 3 00:31 Attribution.txt [2021-03-03T00:35:29.181Z] -rw-rw-r-- 1 1001 1001 3804 Mar 3 00:31 CONTRIBUTING.md [2021-03-03T00:35:29.181Z] -rw-rw-r-- 1 1001 1001 931 Mar 3 00:31 Dockerfile.build [2021-03-03T00:35:29.181Z] -rw-rw-r-- 1 1001 1001 863 Mar 3 00:31 Jenkinsfile [2021-03-03T00:35:29.181Z] -rw-rw-r-- 1 1001 1001 10775 Mar 3 00:31 LICENSE [2021-03-03T00:35:29.181Z] -rw-rw-r-- 1 1001 1001 5774 Mar 3 00:31 Makefile [2021-03-03T00:35:29.181Z] -rw-rw-r-- 1 1001 1001 6524 Mar 3 00:31 README.md [2021-03-03T00:35:29.181Z] -rw-rw-r-- 1 1001 1001 6755 Mar 3 00:31 SECURITY.md [2021-03-03T00:35:29.181Z] -rw-rw-r-- 1 1001 1001 5 Mar 3 00:32 VERSION [2021-03-03T00:35:29.181Z] -rw-rw-r-- 1 1001 1001 4131 Mar 3 00:31 ZMQWindows.md [2021-03-03T00:35:29.181Z] drwxrwxr-x 2 1001 1001 117 Mar 3 00:31 bin [2021-03-03T00:35:29.182Z] drwxrwxr-x 14 1001 1001 4096 Mar 3 00:31 cmd [2021-03-03T00:35:29.182Z] -rw-r--r-- 1 root root 604615 Mar 3 00:34 coverage.out [2021-03-03T00:35:29.182Z] -rw-r--r-- 1 root root 1055 Mar 3 00:35 go.mod [2021-03-03T00:35:29.182Z] -rw-r--r-- 1 root root 21699 Mar 3 00:35 go.sum [2021-03-03T00:35:29.182Z] drwxrwxr-x 8 1001 1001 127 Mar 3 00:31 internal [2021-03-03T00:35:29.182Z] drwxrwxr-x 4 1001 1001 26 Mar 3 00:31 openapi [2021-03-03T00:35:29.182Z] drwxrwxr-x 4 1001 1001 71 Mar 3 00:31 snap [2021-03-03T00:35:29.182Z] -rw-rw-r-- 1 1001 1001 168 Mar 3 00:31 version.go [Pipeline] sh [2021-03-03T00:35:29.499Z] + '[' -e coverage.out ] [2021-03-03T00:35:29.499Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-03T00:35:29.794Z] Stashed 1 file(s) [Pipeline] sh [2021-03-03T00:35:30.105Z] + make build [2021-03-03T00:35:30.105Z] 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-03T00:35:32.327Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-28309 in /w/workspace/edgexfoundry_edgex-go_PR-3202 [Pipeline] { [Pipeline] ws [2021-03-03T00:35:32.388Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [2021-03-03T00:35:35.455Z] 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-03T00:35:37.702Z] using credential edgex-jenkins-ssh [2021-03-03T00:35:37.760Z] Cloning the remote Git repository [2021-03-03T00:35:37.856Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-03T00:35:37.999Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2021-03-03T00:35:38.132Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-03T00:35:38.133Z] > git --version # timeout=10 [2021-03-03T00:35:38.156Z] > git --version # 'git version 2.17.1' [2021-03-03T00:35:38.159Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-03T00:35:38.241Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-03T00:35:43.818Z] 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-03T00:35:45.768Z] 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-03T00:35:47.730Z] 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-03T00:35:47.994Z] 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-03T00:35:50.614Z] 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-03T00:35:52.578Z] 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-03T00:35:53.532Z] 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-03T00:35:54.933Z] 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-03T00:35:56.343Z] 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-03T00:35:57.310Z] 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-03T00:35:59.915Z] $ docker stop --time=1 58c39ef47b7570176e785c0e2d00b42f14365f1cea9f540fe6b425219553ca89 [2021-03-03T00:36:01.765Z] $ docker rm -f 58c39ef47b7570176e785c0e2d00b42f14365f1cea9f540fe6b425219553ca89 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-03-03T00:36:03.313Z] Merging remotes/origin/master commit 76edbf6b374c198a59e0ea3df6d90d6fbb7c8c41 into PR head commit a9e89425e353be16965c3e2b4be2414c6f565315 [Pipeline] isUnix [Pipeline] sh [2021-03-03T00:36:01.724Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-03T00:36:01.756Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-03T00:36:01.792Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-03T00:36:01.841Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-03T00:36:01.842Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-03T00:36:01.855Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3202/head:refs/remotes/origin/PR-3202 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-03T00:36:03.333Z] > git config core.sparsecheckout # timeout=10 [2021-03-03T00:36:03.348Z] > git checkout -f a9e89425e353be16965c3e2b4be2414c6f565315 # timeout=10 [2021-03-03T00:36:03.764Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-03T00:36:03.764Z] [2021-03-03T00:36:03.764Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-03T00:36:04.123Z] Merge succeeded, producing 36793ce54b049569f6458e0a0025ae0cc558e981 [2021-03-03T00:36:04.124Z] Checking out Revision 36793ce54b049569f6458e0a0025ae0cc558e981 (PR-3202) [2021-03-03T00:36:04.170Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-03T00:36:04.170Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-03T00:36:04.170Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-03T00:36:04.170Z] ca9280d653b3: Pulling fs layer [2021-03-03T00:36:04.170Z] 7e9c9ca2126c: Pulling fs layer [2021-03-03T00:36:04.433Z] cbdbe7a5bc2a: Download complete [2021-03-03T00:36:05.028Z] cbdbe7a5bc2a: Pull complete [2021-03-03T00:36:05.028Z] ca9280d653b3: Verifying Checksum [2021-03-03T00:36:05.028Z] ca9280d653b3: Download complete [2021-03-03T00:36:05.987Z] 7e9c9ca2126c: Download complete [2021-03-03T00:36:03.730Z] > git remote # timeout=10 [2021-03-03T00:36:03.759Z] > git config --get remote.origin.url # timeout=10 [2021-03-03T00:36:03.778Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-03T00:36:03.792Z] > git merge 76edbf6b374c198a59e0ea3df6d90d6fbb7c8c41 # timeout=10 [2021-03-03T00:36:04.103Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-03T00:36:04.130Z] > git config core.sparsecheckout # timeout=10 [2021-03-03T00:36:04.145Z] > git checkout -f 36793ce54b049569f6458e0a0025ae0cc558e981 # timeout=10 [2021-03-03T00:36:06.251Z] ca9280d653b3: Pull complete [2021-03-03T00:36:08.502Z] Commit message: "Merge commit '76edbf6b374c198a59e0ea3df6d90d6fbb7c8c41' into HEAD" [2021-03-03T00:36:08.508Z] > git rev-list --no-walk a9e89425e353be16965c3e2b4be2414c6f565315 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-03T00:36:10.201Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-03T00:36:10.618Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-03T00:36:10.971Z] + sudo service docker restart [2021-03-03T00:36:10.971Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-03T00:36:13.010Z] provisioning config files... [2021-03-03T00:36:13.055Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config703855946163111662tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-03T00:36:13.468Z] ---> docker-login.sh [2021-03-03T00:36:13.468Z] nexus3.edgexfoundry.org:10001 [2021-03-03T00:36:14.062Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T00:36:14.475Z] 7e9c9ca2126c: Pull complete [2021-03-03T00:36:14.475Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-03T00:36:14.475Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-03T00:36:14.475Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-03T00:36:14.664Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T00:36:14.664Z] Configure a credential helper to remove this warning. See [2021-03-03T00:36:14.664Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T00:36:14.664Z] [2021-03-03T00:36:14.664Z] Login Succeeded [2021-03-03T00:36:14.664Z] nexus3.edgexfoundry.org:10002 [2021-03-03T00:36:14.696Z] prd-centos7-docker-4c-2g-28301 does not seem to be running inside a container [2021-03-03T00:36:14.767Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-03T00:36:14.936Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T00:36:15.209Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T00:36:15.209Z] Configure a credential helper to remove this warning. See [2021-03-03T00:36:15.209Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T00:36:15.209Z] [2021-03-03T00:36:15.209Z] Login Succeeded [2021-03-03T00:36:15.209Z] nexus3.edgexfoundry.org:10003 [2021-03-03T00:36:15.483Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T00:36:15.483Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T00:36:15.483Z] Configure a credential helper to remove this warning. See [2021-03-03T00:36:15.483Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T00:36:15.483Z] [2021-03-03T00:36:15.483Z] Login Succeeded [2021-03-03T00:36:15.483Z] nexus3.edgexfoundry.org:10004 [2021-03-03T00:36:16.081Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T00:36:16.081Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T00:36:16.081Z] Configure a credential helper to remove this warning. See [2021-03-03T00:36:16.081Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T00:36:16.081Z] [2021-03-03T00:36:16.081Z] Login Succeeded [2021-03-03T00:36:16.081Z] docker.io [2021-03-03T00:36:16.680Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-03T00:36:17.415Z] $ docker top 3635eaf1af2f0f6929859c1d8f274c4e5aba49ddfec10ccf6f037f92e40baa03 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-03T00:36:18.064Z] + grep parallel [2021-03-03T00:36:18.064Z] + docker-compose build --help [2021-03-03T00:36:18.118Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-03T00:36:18.118Z] Configure a credential helper to remove this warning. See [2021-03-03T00:36:18.118Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-03T00:36:18.118Z] [2021-03-03T00:36:18.118Z] Login Succeeded [2021-03-03T00:36:18.118Z] ---> docker-login.sh ends [Pipeline] } [2021-03-03T00:36:18.137Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-03T00:36:18.628Z] ========================================================= [2021-03-03T00:36:18.629Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-03T00:36:18.629Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-03T00:36:19.011Z] + 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-03T00:36:19.108Z] --parallel Build images in parallel. [Pipeline] } [2021-03-03T00:36:19.425Z] $ docker stop --time=1 3635eaf1af2f0f6929859c1d8f274c4e5aba49ddfec10ccf6f037f92e40baa03 [2021-03-03T00:36:20.864Z] $ docker rm -f 3635eaf1af2f0f6929859c1d8f274c4e5aba49ddfec10ccf6f037f92e40baa03 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T00:36:21.493Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-03T00:36:21.493Z] . [Pipeline] withDockerContainer [2021-03-03T00:36:21.690Z] Sending build context to Docker daemon 166.5MB [2021-03-03T00:36:21.690Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-03T00:36:21.690Z] Step 2/6 : FROM ${BASE} [2021-03-03T00:36:21.690Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-03T00:36:21.690Z] 5f621e34cdf4: Pulling fs layer [2021-03-03T00:36:21.690Z] a4357932f1b6: Pulling fs layer [2021-03-03T00:36:21.690Z] 18c013af1878: Pulling fs layer [2021-03-03T00:36:21.690Z] 00ac8860ef70: Pulling fs layer [2021-03-03T00:36:21.690Z] 63d7cb157983: Pulling fs layer [2021-03-03T00:36:21.690Z] b116817d02f9: Pulling fs layer [2021-03-03T00:36:21.690Z] 745a02a5169b: Pulling fs layer [2021-03-03T00:36:21.690Z] 00ac8860ef70: Waiting [2021-03-03T00:36:21.690Z] 63d7cb157983: Waiting [2021-03-03T00:36:21.690Z] b116817d02f9: Waiting [2021-03-03T00:36:21.690Z] 18c013af1878: Download complete [2021-03-03T00:36:21.690Z] a4357932f1b6: Verifying Checksum [2021-03-03T00:36:21.690Z] a4357932f1b6: Download complete [2021-03-03T00:36:21.690Z] 63d7cb157983: Download complete [2021-03-03T00:36:21.694Z] prd-centos7-docker-4c-2g-28301 does not seem to be running inside a container [2021-03-03T00:36:21.796Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-03T00:36:21.964Z] b116817d02f9: Download complete [2021-03-03T00:36:21.964Z] 5f621e34cdf4: Verifying Checksum [2021-03-03T00:36:21.964Z] 5f621e34cdf4: Download complete [2021-03-03T00:36:22.440Z] $ docker top 555c614042538c0174bf2c19422401f0dd7e2cdab38d3da669c6c05d735a3b38 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-03T00:36:22.930Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-03T00:36:22.949Z] 5f621e34cdf4: Pull complete [2021-03-03T00:36:23.550Z] a4357932f1b6: Pull complete [2021-03-03T00:36:23.828Z] 18c013af1878: Pull complete [2021-03-03T00:36:23.881Z] Building docker-core-command-go ... [2021-03-03T00:36:23.881Z] Building docker-core-data-go ... [2021-03-03T00:36:23.881Z] Building docker-core-metadata-go ... [2021-03-03T00:36:23.881Z] Building docker-security-bootstrapper-go ... [2021-03-03T00:36:23.881Z] Building docker-security-proxy-setup-go ... [2021-03-03T00:36:23.881Z] Building docker-security-secretstore-setup-go ... [2021-03-03T00:36:23.881Z] Building docker-support-notifications-go ... [2021-03-03T00:36:23.881Z] Building docker-support-scheduler-go ... [2021-03-03T00:36:23.881Z] Building docker-sys-mgmt-agent-go ... [2021-03-03T00:36:23.881Z] Building docker-support-scheduler-go [2021-03-03T00:36:23.881Z] Building docker-security-bootstrapper-go [2021-03-03T00:36:23.881Z] Building docker-core-command-go [2021-03-03T00:36:23.881Z] Building docker-support-notifications-go [2021-03-03T00:36:23.881Z] Building docker-security-proxy-setup-go [2021-03-03T00:36:24.426Z] 745a02a5169b: Verifying Checksum [2021-03-03T00:36:24.426Z] 745a02a5169b: Download complete [2021-03-03T00:36:25.407Z] 00ac8860ef70: Verifying Checksum [2021-03-03T00:36:25.407Z] 00ac8860ef70: Download complete [2021-03-03T00:36:37.836Z] 00ac8860ef70: Pull complete [2021-03-03T00:36:37.836Z] 63d7cb157983: Pull complete [2021-03-03T00:36:37.836Z] b116817d02f9: Pull complete [2021-03-03T00:36:40.501Z] 745a02a5169b: Pull complete [2021-03-03T00:36:40.502Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-03T00:36:40.502Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-03T00:36:40.502Z] ---> b7e6874047d6 [2021-03-03T00:36:40.502Z] 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-03T00:36:43.937Z] ---> Running in 5d45aa80ae8d [2021-03-03T00:36:44.917Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T00:36:45.888Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T00:36:46.479Z] (1/12) Installing libmagic (5.38-r0) [2021-03-03T00:36:46.751Z] (2/12) Installing file (5.38-r0) [2021-03-03T00:36:47.023Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-03T00:36:47.023Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-03T00:36:50.401Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-03T00:36:50.401Z] (6/12) Installing patch (2.7.6-r6) [2021-03-03T00:36:50.401Z] (7/12) Installing build-base (0.5-r2) [2021-03-03T00:36:50.401Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-03T00:36:50.672Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-03T00:36:50.672Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-03T00:36:50.672Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-03T00:36:50.947Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-03T00:36:50.947Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:36:50.947Z] OK: 217 MiB in 51 packages [2021-03-03T00:36:55.251Z] Removing intermediate container 5d45aa80ae8d [2021-03-03T00:36:55.251Z] ---> 273b920b6aa1 [2021-03-03T00:36:55.251Z] Step 4/6 : WORKDIR /edgex-go [2021-03-03T00:36:55.251Z] ---> Running in 3cc584a9513a [2021-03-03T00:36:55.529Z] Removing intermediate container 3cc584a9513a [2021-03-03T00:36:55.529Z] ---> 0cec02a405ed [2021-03-03T00:36:55.529Z] Step 5/6 : COPY go.mod . [2021-03-03T00:36:56.512Z] ---> c816fdf46491 [2021-03-03T00:36:56.512Z] Step 6/6 : RUN go mod download [2021-03-03T00:36:56.512Z] ---> Running in 9e38fc34a794 [2021-03-03T00:37:02.817Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T00:37:02.817Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-03T00:37:02.817Z] ---> 785d4d0c0b6a [2021-03-03T00:37:02.817Z] Step 3/21 : WORKDIR /edgex-go [2021-03-03T00:37:02.817Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T00:37:02.817Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-03T00:37:02.817Z] ---> 785d4d0c0b6a [2021-03-03T00:37:02.817Z] Step 3/23 : WORKDIR /edgex-go [2021-03-03T00:37:02.817Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T00:37:02.817Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-03T00:37:02.817Z] ---> 785d4d0c0b6a [2021-03-03T00:37:02.817Z] Step 3/22 : WORKDIR /edgex-go [2021-03-03T00:37:02.817Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T00:37:02.817Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-03T00:37:02.817Z] ---> 785d4d0c0b6a [2021-03-03T00:37:02.817Z] Step 3/22 : WORKDIR /edgex-go [2021-03-03T00:37:02.817Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T00:37:02.817Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-03-03T00:37:02.817Z] ---> 785d4d0c0b6a [2021-03-03T00:37:02.817Z] Step 3/30 : WORKDIR /edgex-go [2021-03-03T00:37:03.125Z] ---> Running in 604c0702fc25 [2021-03-03T00:37:03.125Z] ---> Running in ca0028d89e01 [2021-03-03T00:37:03.125Z] ---> Running in f92d6a6fbffb [2021-03-03T00:37:03.125Z] ---> Running in b8145af5fb88 [2021-03-03T00:37:03.125Z] ---> Running in 8eae7b4599e1 [2021-03-03T00:37:03.722Z] Removing intermediate container b8145af5fb88 [2021-03-03T00:37:03.722Z] ---> 280eb7d2162d [2021-03-03T00:37:03.722Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T00:37:03.722Z] Removing intermediate container 8eae7b4599e1 [2021-03-03T00:37:03.722Z] ---> 0dadea5910c9 [2021-03-03T00:37:03.722Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T00:37:03.722Z] Removing intermediate container 604c0702fc25 [2021-03-03T00:37:03.722Z] ---> bac035a5aa8d [2021-03-03T00:37:03.722Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T00:37:03.986Z] Removing intermediate container f92d6a6fbffb [2021-03-03T00:37:03.986Z] ---> 368d754ac0e0 [2021-03-03T00:37:03.986Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T00:37:03.986Z] Removing intermediate container ca0028d89e01 [2021-03-03T00:37:03.986Z] ---> 38016363f7f4 [2021-03-03T00:37:03.986Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T00:37:03.986Z] ---> Running in 084eca20dcc4 [2021-03-03T00:37:03.986Z] ---> Running in 953c563f5060 [2021-03-03T00:37:03.986Z] ---> Running in d659d6abd851 [2021-03-03T00:37:03.986Z] ---> Running in 166534dac621 [2021-03-03T00:37:03.986Z] ---> Running in 70adcde1335b [2021-03-03T00:37:06.603Z] Removing intermediate container d659d6abd851 [2021-03-03T00:37:06.603Z] ---> 925fe4aec5c7 [2021-03-03T00:37:06.603Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-03T00:37:06.603Z] ---> Running in b4b90c2b9761 [2021-03-03T00:37:06.603Z] Removing intermediate container 953c563f5060 [2021-03-03T00:37:06.603Z] ---> f141f28cbd13 [2021-03-03T00:37:06.603Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-03-03T00:37:06.603Z] Removing intermediate container 084eca20dcc4 [2021-03-03T00:37:06.603Z] ---> 226817de6ad0 [2021-03-03T00:37:06.603Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-03T00:37:06.603Z] Removing intermediate container 166534dac621 [2021-03-03T00:37:06.603Z] ---> fe89a004bc09 [2021-03-03T00:37:06.603Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-03T00:37:06.870Z] ---> Running in b5af3aa9b968 [2021-03-03T00:37:06.870Z] Removing intermediate container 70adcde1335b [2021-03-03T00:37:06.870Z] ---> 7c4f7d2a1d3d [2021-03-03T00:37:06.870Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-03T00:37:06.870Z] ---> Running in dfc603e25c0f [2021-03-03T00:37:07.165Z] ---> Running in c72207726419 [2021-03-03T00:37:07.165Z] ---> Running in f66b20437090 [2021-03-03T00:37:07.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T00:37:07.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T00:37:08.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T00:37:08.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T00:37:08.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T00:37:08.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T00:37:08.575Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T00:37:08.840Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T00:37:08.840Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T00:37:09.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T00:37:09.117Z] OK: 233 MiB in 51 packages [2021-03-03T00:37:09.710Z] OK: 233 MiB in 51 packages [2021-03-03T00:37:09.710Z] OK: 233 MiB in 51 packages [2021-03-03T00:37:09.710Z] OK: 233 MiB in 51 packages [2021-03-03T00:37:09.995Z] Removing intermediate container b4b90c2b9761 [2021-03-03T00:37:09.995Z] ---> d4de1d90bd8d [2021-03-03T00:37:09.995Z] Step 6/23 : COPY go.mod . [2021-03-03T00:37:09.995Z] OK: 233 MiB in 51 packages [2021-03-03T00:37:10.600Z] ---> 538401d88bf0 [2021-03-03T00:37:10.600Z] Step 7/23 : RUN go mod download [2021-03-03T00:37:10.600Z] Removing intermediate container dfc603e25c0f [2021-03-03T00:37:10.600Z] ---> c16d83911435 [2021-03-03T00:37:10.600Z] Step 6/22 : COPY go.mod . [2021-03-03T00:37:10.600Z] Removing intermediate container c72207726419 [2021-03-03T00:37:10.600Z] ---> 687df56d69d9 [2021-03-03T00:37:10.600Z] Step 6/22 : COPY go.mod . [2021-03-03T00:37:10.879Z] ---> Running in 6d4194c952b2 [2021-03-03T00:37:10.879Z] Removing intermediate container b5af3aa9b968 [2021-03-03T00:37:10.879Z] ---> 05dbb3d8dcd2 [2021-03-03T00:37:10.879Z] Step 6/30 : COPY go.mod . [2021-03-03T00:37:11.152Z] ---> f4b7c55ded62 [2021-03-03T00:37:11.152Z] Step 7/22 : RUN go mod download [2021-03-03T00:37:11.152Z] Removing intermediate container f66b20437090 [2021-03-03T00:37:11.152Z] ---> c6ec1ecd3a33 [2021-03-03T00:37:11.152Z] Step 6/21 : COPY go.mod . [2021-03-03T00:37:11.152Z] ---> 5822435e853c [2021-03-03T00:37:11.152Z] Step 7/22 : RUN go mod download [2021-03-03T00:37:11.152Z] ---> Running in 5ba03d6ae36b [2021-03-03T00:37:11.152Z] ---> df16d88bc1ff [2021-03-03T00:37:11.152Z] Step 7/30 : RUN go mod download [2021-03-03T00:37:11.420Z] ---> Running in 35edd9c34513 [2021-03-03T00:37:11.420Z] ---> Running in 5516f734bda6 [2021-03-03T00:37:11.684Z] ---> 9457f62c0967 [2021-03-03T00:37:11.684Z] Step 7/21 : RUN go mod download [2021-03-03T00:37:11.684Z] ---> Running in aa1457758398 [2021-03-03T00:37:13.681Z] Removing intermediate container 6d4194c952b2 [2021-03-03T00:37:13.681Z] ---> 65e6bc3f4bd4 [2021-03-03T00:37:13.681Z] Step 8/23 : COPY . . [2021-03-03T00:37:13.681Z] Removing intermediate container 5ba03d6ae36b [2021-03-03T00:37:13.681Z] ---> b15ad288c190 [2021-03-03T00:37:13.681Z] Step 8/22 : COPY . . [2021-03-03T00:37:17.047Z] Removing intermediate container 5516f734bda6 [2021-03-03T00:37:17.047Z] ---> 6d698333cd8a [2021-03-03T00:37:17.047Z] Step 8/30 : COPY . . [2021-03-03T00:37:18.470Z] Removing intermediate container aa1457758398 [2021-03-03T00:37:18.470Z] ---> 84cde0e8f907 [2021-03-03T00:37:18.470Z] Step 8/21 : COPY . . [2021-03-03T00:37:19.470Z] Removing intermediate container 35edd9c34513 [2021-03-03T00:37:19.470Z] ---> 9bf35a18c9af [2021-03-03T00:37:19.470Z] Step 8/22 : COPY . . [2021-03-03T00:37:28.910Z] Removing intermediate container 9e38fc34a794 [2021-03-03T00:37:28.910Z] ---> f565ba859e3e [2021-03-03T00:37:28.910Z] Successfully built f565ba859e3e [2021-03-03T00:37:28.910Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-03T00:37:29.255Z] + docker inspect -f . ci-base-image-arm64 [2021-03-03T00:37:29.255Z] . [Pipeline] withDockerContainer [2021-03-03T00:37:29.510Z] prd-ubuntu18.04-docker-arm64-4c-16g-28309 does not seem to be running inside a container [2021-03-03T00:37:29.597Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-03T00:37:31.138Z] $ docker top ff3ef86d818de0f9870c12dee52bcd36813361124eb3319abfc97b30b6213bc6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-03T00:37:32.147Z] + go version [2021-03-03T00:37:32.147Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-03T00:37:32.171Z] $ docker stop --time=1 ff3ef86d818de0f9870c12dee52bcd36813361124eb3319abfc97b30b6213bc6 [2021-03-03T00:37:34.082Z] $ docker rm -f ff3ef86d818de0f9870c12dee52bcd36813361124eb3319abfc97b30b6213bc6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T00:37:35.170Z] + docker inspect -f . ci-base-image-arm64 [2021-03-03T00:37:35.170Z] . [Pipeline] withDockerContainer [2021-03-03T00:37:35.454Z] prd-ubuntu18.04-docker-arm64-4c-16g-28309 does not seem to be running inside a container [2021-03-03T00:37:35.553Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-03T00:37:36.989Z] $ docker top d27747c6eaaa11fc468d75812d1a214a785561e59b7a99d909fc8f6b6b541b18 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-03T00:37:37.427Z] ========================================================= [2021-03-03T00:37:37.427Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-03T00:37:37.427Z] ========================================================= [Pipeline] sh [2021-03-03T00:37:38.082Z] + make test [2021-03-03T00:37:38.082Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-03T00:37:59.030Z] ---> b722fb92cbf8 [2021-03-03T00:37:59.030Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-03T00:37:59.030Z] ---> 4d803a87ed15 [2021-03-03T00:37:59.030Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-03T00:37:59.030Z] ---> Running in d5fa2adb7cd7 [2021-03-03T00:37:59.030Z] ---> Running in 11ec7f12a159 [2021-03-03T00:37:59.030Z] ---> 566972e60ca9 [2021-03-03T00:37:59.030Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-03T00:37:59.030Z] ---> c62d92a18918 [2021-03-03T00:37:59.030Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-03T00:37:59.030Z] ---> 4b09b6b41641 [2021-03-03T00:37:59.030Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-03T00:37:59.030Z] ---> Running in 617810671aa5 [2021-03-03T00:37:59.030Z] ---> Running in c99006d6e9fd [2021-03-03T00:37:59.030Z] ---> Running in bc3929f50981 [2021-03-03T00:37:59.324Z] 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-03T00:37:59.324Z] 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-03T00:37:59.324Z] 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-03T00:37:59.603Z] 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-03T00:37:59.603Z] 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-03T00:38:04.906Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-03T00:38:38.705Z] 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-03T00:38:46.993Z] Removing intermediate container bc3929f50981 [2021-03-03T00:38:46.993Z] ---> 5aa55706f300 [2021-03-03T00:38:46.993Z] [2021-03-03T00:38:46.993Z] Step 10/30 : FROM alpine:3.12 [2021-03-03T00:38:46.993Z] 3.12: Pulling from library/alpine [2021-03-03T00:38:47.580Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-03T00:38:47.580Z] Removing intermediate container d5fa2adb7cd7 [2021-03-03T00:38:47.580Z] ---> 1871e95b891b [2021-03-03T00:38:47.580Z] [2021-03-03T00:38:47.580Z] Step 10/23 : FROM alpine:3.12 [2021-03-03T00:38:47.580Z] Status: Downloaded newer image for alpine:3.12 [2021-03-03T00:38:47.580Z] ---> 88dd2752d2ea [2021-03-03T00:38:47.580Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-03T00:38:47.580Z] Removing intermediate container c99006d6e9fd [2021-03-03T00:38:47.580Z] ---> 404af0f83598 [2021-03-03T00:38:47.580Z] [2021-03-03T00:38:47.580Z] Step 10/21 : FROM alpine:3.12 [2021-03-03T00:38:47.580Z] ---> 88dd2752d2ea [2021-03-03T00:38:47.580Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-03T00:38:47.580Z] 3.12: Pulling from library/alpine [2021-03-03T00:38:47.852Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-03T00:38:47.852Z] Status: Image is up to date for alpine:3.12 [2021-03-03T00:38:47.852Z] ---> 88dd2752d2ea [2021-03-03T00:38:47.852Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-03T00:38:51.977Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-03T00:38:52.100Z] ---> Running in b55a36c690c2 [2021-03-03T00:38:52.100Z] ---> Running in 736b4dfcd7d9 [2021-03-03T00:38:52.100Z] ---> Running in f0c0e110ca02 [2021-03-03T00:38:52.368Z] Removing intermediate container 617810671aa5 [2021-03-03T00:38:52.368Z] ---> d600ed71f264 [2021-03-03T00:38:52.368Z] [2021-03-03T00:38:52.368Z] Step 10/22 : FROM alpine:3.12 [2021-03-03T00:38:52.368Z] ---> 88dd2752d2ea [2021-03-03T00:38:52.368Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-03T00:38:52.368Z] Removing intermediate container 11ec7f12a159 [2021-03-03T00:38:52.368Z] ---> d2c88e45ea90 [2021-03-03T00:38:52.368Z] [2021-03-03T00:38:52.368Z] Step 10/22 : FROM alpine:3.12 [2021-03-03T00:38:52.368Z] ---> 88dd2752d2ea [2021-03-03T00:38:52.368Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-03T00:38:52.636Z] ---> Running in b95ba9949f0e [2021-03-03T00:38:52.636Z] ---> Running in 9f56299dbcf5 [2021-03-03T00:38:52.903Z] Removing intermediate container 736b4dfcd7d9 [2021-03-03T00:38:52.903Z] ---> 553c60262a68 [2021-03-03T00:38:52.903Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-03T00:38:53.180Z] ---> Running in 9bd83aaf708d [2021-03-03T00:38:53.458Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T00:38:53.458Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T00:38:53.458Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T00:38:53.458Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T00:38:53.749Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T00:38:53.749Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-03T00:38:53.749Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:38:53.749Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-03T00:38:53.749Z] OK: 6 MiB in 15 packages [2021-03-03T00:38:53.749Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-03T00:38:53.749Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-03T00:38:53.749Z] (4/4) Installing curl (7.69.1-r3) [2021-03-03T00:38:53.749Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:38:53.749Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T00:38:53.749Z] Executing ca-certificates-20191127-r4.trigger [2021-03-03T00:38:54.044Z] OK: 7 MiB in 18 packages [2021-03-03T00:38:54.044Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-03T00:38:54.044Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:38:54.044Z] OK: 6 MiB in 15 packages [2021-03-03T00:38:54.044Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T00:38:54.044Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T00:38:54.044Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T00:38:54.044Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T00:38:54.312Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-03T00:38:54.312Z] (2/2) Installing su-exec (0.2-r1) [2021-03-03T00:38:54.312Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:38:54.312Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-03T00:38:54.312Z] OK: 6 MiB in 16 packages [2021-03-03T00:38:54.312Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-03T00:38:54.312Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:38:54.312Z] Executing ca-certificates-20191127-r4.trigger [2021-03-03T00:38:54.577Z] OK: 6 MiB in 16 packages [2021-03-03T00:38:55.164Z] Removing intermediate container b55a36c690c2 [2021-03-03T00:38:55.164Z] ---> 44e760a6c6e0 [2021-03-03T00:38:55.164Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-03T00:38:56.119Z] ---> Running in 999c0c5f8d11 [2021-03-03T00:38:56.119Z] Removing intermediate container f0c0e110ca02 [2021-03-03T00:38:56.119Z] ---> adebc4270466 [2021-03-03T00:38:56.119Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-03T00:38:56.119Z] Removing intermediate container 9f56299dbcf5 [2021-03-03T00:38:56.119Z] ---> eead862bc901 [2021-03-03T00:38:56.119Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-03T00:38:56.384Z] ---> Running in a273f2c7012d [2021-03-03T00:38:56.650Z] ---> Running in 375287c36047 [2021-03-03T00:38:56.650Z] Removing intermediate container b95ba9949f0e [2021-03-03T00:38:56.650Z] ---> 4666a78bee80 [2021-03-03T00:38:56.650Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-03T00:38:56.650Z] Removing intermediate container 999c0c5f8d11 [2021-03-03T00:38:56.650Z] ---> 47da522394f9 [2021-03-03T00:38:56.650Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-03T00:38:56.650Z] Removing intermediate container 9bd83aaf708d [2021-03-03T00:38:56.650Z] ---> f58305a956bf [2021-03-03T00:38:56.650Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-03T00:38:56.916Z] ---> Running in fb6f7c4c6fd5 [2021-03-03T00:38:56.916Z] ---> Running in bcf837b3e377 [2021-03-03T00:38:56.916Z] ---> Running in 313c3a09934b [2021-03-03T00:38:56.916Z] Removing intermediate container 375287c36047 [2021-03-03T00:38:56.916Z] ---> e211cb08aad2 [2021-03-03T00:38:56.916Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-03T00:38:56.916Z] Removing intermediate container a273f2c7012d [2021-03-03T00:38:56.916Z] ---> 95c2b2491b27 [2021-03-03T00:38:56.916Z] Step 13/21 : WORKDIR /edgex [2021-03-03T00:38:57.192Z] ---> Running in ee2945226e8b [2021-03-03T00:38:57.193Z] ---> Running in 706de929d22c [2021-03-03T00:38:57.193Z] Removing intermediate container bcf837b3e377 [2021-03-03T00:38:57.193Z] ---> bd2911fb5528 [2021-03-03T00:38:57.193Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-03T00:38:57.193Z] Removing intermediate container fb6f7c4c6fd5 [2021-03-03T00:38:57.193Z] ---> 63fa52dd6cca [2021-03-03T00:38:57.193Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-03T00:38:57.193Z] Removing intermediate container 313c3a09934b [2021-03-03T00:38:57.193Z] ---> 7d210986f38a [2021-03-03T00:38:57.193Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-03T00:38:57.783Z] ---> Running in 3b2e065faa67 [2021-03-03T00:38:58.062Z] ---> Running in ad8df7c7e0d8 [2021-03-03T00:38:58.062Z] ---> Running in f70683caba35 [2021-03-03T00:38:58.062Z] Removing intermediate container ee2945226e8b [2021-03-03T00:38:58.062Z] ---> a1cb3768ffcb [2021-03-03T00:38:58.062Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-03T00:38:58.062Z] Removing intermediate container 706de929d22c [2021-03-03T00:38:58.062Z] ---> 015e54ff3802 [2021-03-03T00:38:58.062Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-03T00:38:58.335Z] ---> Running in 2505d0583ab8 [2021-03-03T00:38:58.335Z] Removing intermediate container 3b2e065faa67 [2021-03-03T00:38:58.335Z] ---> c5273e1ac33c [2021-03-03T00:38:58.335Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-03T00:38:58.335Z] Removing intermediate container f70683caba35 [2021-03-03T00:38:58.335Z] ---> 43af0bbfc2b5 [2021-03-03T00:38:58.335Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-03T00:38:58.603Z] Removing intermediate container ad8df7c7e0d8 [2021-03-03T00:38:58.603Z] ---> 43382f04ff2d [2021-03-03T00:38:58.603Z] Step 15/23 : WORKDIR / [2021-03-03T00:38:58.603Z] ---> Running in 13b8ee4e06c2 [2021-03-03T00:38:58.603Z] ---> 435f2a61d389 [2021-03-03T00:38:58.603Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-03T00:38:58.603Z] Removing intermediate container 2505d0583ab8 [2021-03-03T00:38:58.603Z] ---> aa109f48d910 [2021-03-03T00:38:58.603Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T00:38:58.884Z] ---> Running in f2be7bfedf9c [2021-03-03T00:38:58.884Z] ---> Running in 7b044bb2b248 [2021-03-03T00:38:59.165Z] ---> e2a755e9770d [2021-03-03T00:38:59.165Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-03T00:38:59.165Z] Removing intermediate container f2be7bfedf9c [2021-03-03T00:38:59.165Z] ---> f27e3dfb5f1f [2021-03-03T00:38:59.165Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T00:38:59.165Z] Removing intermediate container 7b044bb2b248 [2021-03-03T00:38:59.165Z] ---> d7f22217c7bb [2021-03-03T00:38:59.165Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T00:38:59.438Z] ---> 98973828777e [2021-03-03T00:38:59.438Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-03T00:38:59.727Z] ---> 49ca01ce4b39 [2021-03-03T00:38:59.727Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-03T00:38:59.727Z] ---> ead31588e96a [2021-03-03T00:38:59.727Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-03T00:39:00.341Z] ---> 94501c11902c [2021-03-03T00:39:00.341Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-03T00:39:00.341Z] ---> b02409a56df7 [2021-03-03T00:39:00.341Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-03T00:39:00.438Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-03T00:39:00.619Z] ---> Running in c5ac74d2186b [2021-03-03T00:39:00.619Z] ---> da74a9cf4667 [2021-03-03T00:39:00.619Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-03T00:39:00.884Z] ---> 47f490d02fd7 [2021-03-03T00:39:00.884Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-03T00:39:00.884Z] Removing intermediate container 13b8ee4e06c2 [2021-03-03T00:39:00.884Z] ---> 96dcfc8de88f [2021-03-03T00:39:00.884Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-03T00:39:00.884Z] ---> 378866f633ed [2021-03-03T00:39:00.884Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-03T00:39:01.149Z] ---> Running in 40ae5ff683ee [2021-03-03T00:39:01.149Z] ---> Running in 40d737b6c109 [2021-03-03T00:39:01.423Z] Removing intermediate container c5ac74d2186b [2021-03-03T00:39:01.423Z] ---> ced3b0db0e60 [2021-03-03T00:39:01.423Z] Step 18/21 : CMD ["--init=true"] [2021-03-03T00:39:01.423Z] ---> b07ed5826749 [2021-03-03T00:39:01.423Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-03T00:39:01.423Z] ---> 7bd2040486ef [2021-03-03T00:39:01.423Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-03T00:39:01.423Z] ---> Running in f082a3b3c5ac [2021-03-03T00:39:01.423Z] ---> Running in 92e9de326f04 [2021-03-03T00:39:01.690Z] ---> Running in 75f10a0b45a4 [2021-03-03T00:39:01.690Z] Removing intermediate container 40ae5ff683ee [2021-03-03T00:39:01.690Z] ---> 19e5e79278a2 [2021-03-03T00:39:01.690Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-03T00:39:01.690Z] Removing intermediate container 40d737b6c109 [2021-03-03T00:39:01.690Z] ---> 8f7e7fabea42 [2021-03-03T00:39:01.690Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T00:39:01.960Z] Removing intermediate container f082a3b3c5ac [2021-03-03T00:39:01.960Z] ---> bc58bc6bbfdf [2021-03-03T00:39:01.960Z] Step 19/21 : LABEL arch=x86_64 [2021-03-03T00:39:01.960Z] ---> Running in 5d44b9aaeb5b [2021-03-03T00:39:01.960Z] Removing intermediate container 92e9de326f04 [2021-03-03T00:39:01.960Z] ---> 47f94d1bdb21 [2021-03-03T00:39:01.960Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T00:39:01.960Z] Removing intermediate container 75f10a0b45a4 [2021-03-03T00:39:01.960Z] ---> 17352681d7d7 [2021-03-03T00:39:01.960Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T00:39:02.226Z] ---> Running in 9e7637c52714 [2021-03-03T00:39:02.226Z] ---> 47234f876670 [2021-03-03T00:39:02.226Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-03T00:39:02.226Z] ---> Running in c935efa4b23f [2021-03-03T00:39:02.226Z] ---> Running in 81e6b6e1cb2f [2021-03-03T00:39:02.493Z] Removing intermediate container 5d44b9aaeb5b [2021-03-03T00:39:02.493Z] ---> 065738d07db6 [2021-03-03T00:39:02.493Z] Step 20/22 : LABEL arch=x86_64 [2021-03-03T00:39:02.493Z] Removing intermediate container 9e7637c52714 [2021-03-03T00:39:02.493Z] ---> 77e77f45a201 [2021-03-03T00:39:02.493Z] Step 20/21 : LABEL git_sha=f8ccee420e8decb679a8f689602e4fe561665500 [2021-03-03T00:39:02.493Z] ---> Running in 6e70d6925024 [2021-03-03T00:39:02.764Z] ---> Running in fb6094304f80 [2021-03-03T00:39:02.764Z] ---> Running in be9a19564712 [2021-03-03T00:39:02.764Z] Removing intermediate container 81e6b6e1cb2f [2021-03-03T00:39:02.764Z] ---> d514f0af0ead [2021-03-03T00:39:02.764Z] Step 21/23 : LABEL arch=x86_64 [2021-03-03T00:39:02.764Z] Removing intermediate container c935efa4b23f [2021-03-03T00:39:02.764Z] ---> b9f024baf57f [2021-03-03T00:39:02.764Z] Step 20/22 : LABEL arch=x86_64 [2021-03-03T00:39:03.050Z] ---> Running in a2891c938b88 [2021-03-03T00:39:03.050Z] ---> Running in d0adfbdecc7b [2021-03-03T00:39:03.050Z] Removing intermediate container be9a19564712 [2021-03-03T00:39:03.050Z] ---> b577ace2aa05 [2021-03-03T00:39:03.050Z] Step 21/22 : LABEL git_sha=f8ccee420e8decb679a8f689602e4fe561665500 [2021-03-03T00:39:03.050Z] Removing intermediate container fb6094304f80 [2021-03-03T00:39:03.050Z] ---> b0e38825f03c [2021-03-03T00:39:03.050Z] Step 21/21 : LABEL version=0.0.0 [2021-03-03T00:39:03.636Z] ---> Running in c724e0b1a208 [2021-03-03T00:39:03.636Z] ---> Running in 0e7fa605b350 [2021-03-03T00:39:03.636Z] Removing intermediate container a2891c938b88 [2021-03-03T00:39:03.636Z] ---> 3eed60a60d4d [2021-03-03T00:39:03.636Z] Step 22/23 : LABEL git_sha=f8ccee420e8decb679a8f689602e4fe561665500 [2021-03-03T00:39:03.636Z] Removing intermediate container d0adfbdecc7b [2021-03-03T00:39:03.636Z] ---> aac252a6e797 [2021-03-03T00:39:03.636Z] Step 21/22 : LABEL git_sha=f8ccee420e8decb679a8f689602e4fe561665500 [2021-03-03T00:39:03.636Z] ---> Running in 589cbc8f9a36 [2021-03-03T00:39:03.636Z] ---> Running in 1a6a69c6c7d9 [2021-03-03T00:39:03.900Z] Removing intermediate container c724e0b1a208 [2021-03-03T00:39:03.900Z] ---> 6b588ccd3735 [2021-03-03T00:39:03.900Z] Step 22/22 : LABEL version=0.0.0 [2021-03-03T00:39:03.900Z] Removing intermediate container 0e7fa605b350 [2021-03-03T00:39:03.900Z] ---> 81964cac9a9b [2021-03-03T00:39:03.900Z] [2021-03-03T00:39:04.164Z] ---> Running in be52e83361ca [2021-03-03T00:39:04.164Z] Removing intermediate container 1a6a69c6c7d9 [2021-03-03T00:39:04.164Z] ---> 4ac43e024475 [2021-03-03T00:39:04.164Z] Step 22/22 : LABEL version=0.0.0 [2021-03-03T00:39:04.164Z] Removing intermediate container 589cbc8f9a36 [2021-03-03T00:39:04.164Z] ---> 608ec60a3c2c [2021-03-03T00:39:04.164Z] Step 23/23 : LABEL version=0.0.0 [2021-03-03T00:39:04.433Z] Successfully built 81964cac9a9b [2021-03-03T00:39:04.433Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-03T00:39:04.433Z] Building docker-sys-mgmt-agent-go [2021-03-03T00:39:04.433Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 7f23d628f2a3 [2021-03-03T00:39:04.722Z] ---> Running in b1ef1913aaed [2021-03-03T00:39:04.722Z] Removing intermediate container 6e70d6925024 [2021-03-03T00:39:04.722Z] ---> 39b8d58013f0 [2021-03-03T00:39:04.722Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T00:39:04.722Z] Removing intermediate container be52e83361ca [2021-03-03T00:39:04.722Z] ---> a7e2666bb263 [2021-03-03T00:39:04.722Z] [2021-03-03T00:39:04.990Z] Removing intermediate container 7f23d628f2a3 [2021-03-03T00:39:04.990Z] ---> 54d941474ef8 [2021-03-03T00:39:04.990Z] [2021-03-03T00:39:04.990Z] Successfully built a7e2666bb263 [2021-03-03T00:39:04.990Z] Removing intermediate container b1ef1913aaed [2021-03-03T00:39:04.990Z] ---> 1695432d8c7b [2021-03-03T00:39:04.990Z] [2021-03-03T00:39:04.990Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-03T00:39:04.990Z] Building docker-security-secretstore-setup-go [2021-03-03T00:39:04.990Z]  Building docker-support-scheduler-go ... done  ---> eec428a6a4d5 [2021-03-03T00:39:04.990Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-03T00:39:05.256Z] Successfully built 1695432d8c7b [2021-03-03T00:39:05.256Z] Successfully built 54d941474ef8 [2021-03-03T00:39:05.256Z] Successfully tagged docker-core-command-go:latest [2021-03-03T00:39:05.256Z] Building docker-core-metadata-go [2021-03-03T00:39:05.256Z]  Building docker-core-command-go ... done Successfully tagged docker-support-notifications-go:latest [2021-03-03T00:39:05.256Z] Building docker-core-data-go [2021-03-03T00:39:05.853Z]  Building docker-support-notifications-go ... done  ---> 03a372c57f11 [2021-03-03T00:39:05.853Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-03T00:39:06.122Z] ---> 221d37ee7bd1 [2021-03-03T00:39:06.122Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-03T00:39:06.729Z] ---> 0a0991ef40f3 [2021-03-03T00:39:06.729Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-03-03T00:39:07.342Z] ---> Running in 6bb946aa1f9d [2021-03-03T00:39:09.907Z] Removing intermediate container 6bb946aa1f9d [2021-03-03T00:39:09.907Z] ---> 55972b5dfa21 [2021-03-03T00:39:09.907Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-03T00:39:10.626Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-03T00:39:10.626Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-03T00:39:11.141Z] ---> 5f9e603c4d4f [2021-03-03T00:39:11.141Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-03-03T00:39:11.614Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-03T00:39:11.614Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-03T00:39:11.614Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-03T00:39:11.614Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-03T00:39:11.852Z] ---> Running in 78d51e141f7c [2021-03-03T00:39:14.479Z] Removing intermediate container 78d51e141f7c [2021-03-03T00:39:14.479Z] ---> e43300c3e9b8 [2021-03-03T00:39:14.479Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-03T00:39:14.479Z] ---> Running in 2cf09739123e [2021-03-03T00:39:14.779Z] Removing intermediate container 2cf09739123e [2021-03-03T00:39:14.779Z] ---> b5f6ecb2ba38 [2021-03-03T00:39:14.779Z] Step 27/30 : CMD ["gate"] [2021-03-03T00:39:15.007Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-03T00:39:16.006Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-03T00:39:17.352Z] ---> Running in 99efbc6a2c30 [2021-03-03T00:39:17.619Z] Removing intermediate container 99efbc6a2c30 [2021-03-03T00:39:17.619Z] ---> 68987ef43b3f [2021-03-03T00:39:17.619Z] Step 28/30 : LABEL arch=x86_64 [2021-03-03T00:39:18.200Z] ---> Running in 15e08d4772e9 [2021-03-03T00:39:18.470Z] Removing intermediate container 15e08d4772e9 [2021-03-03T00:39:18.470Z] ---> 2e1ce889e61e [2021-03-03T00:39:18.470Z] Step 29/30 : LABEL git_sha=f8ccee420e8decb679a8f689602e4fe561665500 [2021-03-03T00:39:18.470Z] ---> Running in 431e3c603a0d [2021-03-03T00:39:18.740Z] Removing intermediate container 431e3c603a0d [2021-03-03T00:39:18.740Z] ---> e809f45be9d7 [2021-03-03T00:39:18.740Z] Step 30/30 : LABEL version=0.0.0 [2021-03-03T00:39:19.012Z] ---> Running in 6e08a7cdc177 [2021-03-03T00:39:19.277Z] Removing intermediate container 6e08a7cdc177 [2021-03-03T00:39:19.277Z] ---> 23f036376fa8 [2021-03-03T00:39:19.277Z] [2021-03-03T00:39:19.277Z] Successfully built 23f036376fa8 [2021-03-03T00:39:19.543Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-03T00:39:24.334Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-03T00:39:24.334Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-03T00:39:24.334Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-03T00:39:29.765Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.343s coverage: 45.9% of statements [2021-03-03T00:39:29.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-03T00:39:29.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-03T00:39:29.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-03T00:39:29.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-03T00:39:29.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-03T00:39:29.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-03T00:39:29.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-03T00:39:29.765Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.249s coverage: 100.0% of statements [2021-03-03T00:39:36.543Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.567s coverage: 27.1% of statements [2021-03-03T00:39:36.543Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-03T00:39:36.543Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-03T00:39:36.543Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-03T00:39:36.543Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-03T00:39:36.543Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-03T00:39:36.543Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-03T00:39:36.543Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.067s coverage: 100.0% of statements [2021-03-03T00:39:36.543Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-03T00:39:36.543Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.087s coverage: 100.0% of statements [2021-03-03T00:39:36.543Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-03T00:39:36.543Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-03T00:39:36.543Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.227s coverage: 64.5% of statements [2021-03-03T00:39:36.543Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-03T00:39:36.543Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-03T00:39:38.015Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T00:39:38.015Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-03T00:39:38.015Z] ---> 785d4d0c0b6a [2021-03-03T00:39:38.015Z] Step 3/23 : WORKDIR /edgex-go [2021-03-03T00:39:38.015Z] ---> Using cache [2021-03-03T00:39:38.015Z] ---> 38016363f7f4 [2021-03-03T00:39:38.015Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T00:39:38.015Z] ---> Using cache [2021-03-03T00:39:38.015Z] ---> 7c4f7d2a1d3d [2021-03-03T00:39:38.015Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-03T00:39:38.015Z] ---> Using cache [2021-03-03T00:39:38.015Z] ---> c6ec1ecd3a33 [2021-03-03T00:39:38.015Z] Step 6/23 : COPY go.mod . [2021-03-03T00:39:38.015Z] ---> Using cache [2021-03-03T00:39:38.015Z] ---> 9457f62c0967 [2021-03-03T00:39:38.015Z] Step 7/23 : RUN go mod download [2021-03-03T00:39:38.015Z] ---> Using cache [2021-03-03T00:39:38.015Z] ---> 84cde0e8f907 [2021-03-03T00:39:38.015Z] Step 8/23 : COPY . . [2021-03-03T00:39:38.015Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T00:39:38.015Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-03T00:39:38.015Z] ---> 785d4d0c0b6a [2021-03-03T00:39:38.015Z] Step 3/23 : WORKDIR /edgex-go [2021-03-03T00:39:38.015Z] ---> Using cache [2021-03-03T00:39:38.015Z] ---> 38016363f7f4 [2021-03-03T00:39:38.015Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T00:39:38.015Z] ---> Using cache [2021-03-03T00:39:38.015Z] ---> 7c4f7d2a1d3d [2021-03-03T00:39:38.015Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-03T00:39:38.015Z] ---> Using cache [2021-03-03T00:39:38.015Z] ---> c62d92a18918 [2021-03-03T00:39:38.015Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-03T00:39:38.015Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T00:39:38.015Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-03T00:39:38.015Z] ---> 785d4d0c0b6a [2021-03-03T00:39:38.015Z] Step 3/26 : WORKDIR /edgex-go [2021-03-03T00:39:38.015Z] ---> Using cache [2021-03-03T00:39:38.015Z] ---> 38016363f7f4 [2021-03-03T00:39:38.015Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T00:39:38.015Z] ---> Using cache [2021-03-03T00:39:38.015Z] ---> 7c4f7d2a1d3d [2021-03-03T00:39:38.015Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-03T00:39:38.015Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T00:39:38.015Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-03T00:39:38.015Z] ---> 785d4d0c0b6a [2021-03-03T00:39:38.015Z] Step 3/24 : WORKDIR /edgex-go [2021-03-03T00:39:38.015Z] ---> Using cache [2021-03-03T00:39:38.015Z] ---> 38016363f7f4 [2021-03-03T00:39:38.015Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T00:39:38.015Z] ---> Using cache [2021-03-03T00:39:38.015Z] ---> 7c4f7d2a1d3d [2021-03-03T00:39:38.015Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-03T00:39:38.015Z] ---> Using cache [2021-03-03T00:39:38.015Z] ---> c6ec1ecd3a33 [2021-03-03T00:39:38.015Z] Step 6/24 : COPY go.mod . [2021-03-03T00:39:38.015Z] ---> Using cache [2021-03-03T00:39:38.015Z] ---> 9457f62c0967 [2021-03-03T00:39:38.015Z] Step 7/24 : RUN go mod download [2021-03-03T00:39:38.015Z] ---> Using cache [2021-03-03T00:39:38.015Z] ---> 84cde0e8f907 [2021-03-03T00:39:38.015Z] Step 8/24 : COPY . . [2021-03-03T00:39:38.015Z] ---> Using cache [2021-03-03T00:39:38.015Z] ---> c62d92a18918 [2021-03-03T00:39:38.015Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-03T00:39:38.015Z] ---> Running in 8f75e279bae8 [2021-03-03T00:39:38.015Z] ---> Running in 638dc65712f4 [2021-03-03T00:39:38.015Z] ---> Running in 2aeeb3033f0e [2021-03-03T00:39:38.015Z] ---> Running in 26b200bb56d2 [2021-03-03T00:39:38.994Z] 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-03T00:39:38.994Z] 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-03T00:39:38.994Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T00:39:38.994Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T00:39:39.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.751s coverage: 82.7% of statements [2021-03-03T00:39:39.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-03T00:39:39.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-03T00:39:39.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.149s coverage: 90.0% of statements [2021-03-03T00:39:39.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-03T00:39:39.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T00:39:39.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T00:39:40.627Z] OK: 233 MiB in 51 packages [2021-03-03T00:39:40.627Z] OK: 233 MiB in 51 packages [2021-03-03T00:39:42.076Z] Removing intermediate container 638dc65712f4 [2021-03-03T00:39:42.076Z] ---> a5ab4aea5684 [2021-03-03T00:39:42.076Z] Step 6/23 : COPY go.mod . [2021-03-03T00:39:42.077Z] Removing intermediate container 2aeeb3033f0e [2021-03-03T00:39:42.077Z] ---> ccb471cad607 [2021-03-03T00:39:42.077Z] Step 6/26 : COPY go.mod . [2021-03-03T00:39:43.531Z] ---> 89b784f38c09 [2021-03-03T00:39:43.531Z] Step 7/23 : RUN go mod download [2021-03-03T00:39:43.531Z] ---> 7262dd2b30ee [2021-03-03T00:39:43.531Z] Step 7/26 : RUN go mod download [2021-03-03T00:39:43.826Z] ---> Running in 16063ccdb4b8 [2021-03-03T00:39:43.826Z] ---> Running in e828b529edea [2021-03-03T00:39:47.513Z] Removing intermediate container 16063ccdb4b8 [2021-03-03T00:39:47.513Z] ---> f2ab812f98ab [2021-03-03T00:39:47.513Z] Step 8/23 : COPY . . [2021-03-03T00:39:47.513Z] Removing intermediate container e828b529edea [2021-03-03T00:39:47.513Z] ---> e46a658ce1b9 [2021-03-03T00:39:47.513Z] Step 8/26 : COPY . . [2021-03-03T00:39:49.370Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.166s coverage: 28.6% of statements [2021-03-03T00:39:49.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-03T00:39:49.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-03T00:39:49.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-03T00:39:49.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-03T00:39:49.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-03T00:39:49.370Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.207s coverage: 100.0% of statements [2021-03-03T00:39:49.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-03T00:39:49.370Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.116s coverage: 100.0% of statements [2021-03-03T00:39:49.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-03T00:39:49.370Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.406s coverage: 86.7% of statements [2021-03-03T00:39:49.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-03T00:39:49.370Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.404s coverage: 97.5% of statements [2021-03-03T00:39:49.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-03T00:39:49.370Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.130s coverage: 78.3% of statements [2021-03-03T00:39:49.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-03T00:39:49.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-03T00:39:49.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-03T00:39:49.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-03T00:39:57.707Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.374s coverage: 92.8% of statements [2021-03-03T00:39:57.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-03T00:39:57.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-03T00:39:57.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-03T00:39:57.707Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-03T00:39:57.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-03T00:39:57.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-03T00:39:57.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-03T00:39:57.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-03T00:39:57.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-03T00:39:57.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-03T00:39:57.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-03T00:39:57.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-03T00:39:57.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-03T00:39:57.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-03T00:39:57.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-03T00:39:57.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-03T00:39:57.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-03T00:39:57.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-03T00:39:57.707Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.068s coverage: 58.8% of statements [2021-03-03T00:39:57.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-03T00:39:57.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-03T00:39:57.707Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.195s coverage: 0.1% of statements [2021-03-03T00:39:57.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-03T00:39:57.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-03T00:39:57.707Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-03T00:39:57.708Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.116s coverage: 45.5% of statements [2021-03-03T00:39:57.708Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.090s coverage: 79.5% of statements [2021-03-03T00:39:57.708Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.078s coverage: 94.1% of statements [2021-03-03T00:39:57.708Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.114s coverage: 96.3% of statements [2021-03-03T00:39:57.708Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.081s coverage: 87.5% of statements [2021-03-03T00:40:00.589Z] 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-03T00:40:10.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.073s coverage: 94.4% of statements [2021-03-03T00:40:10.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements [2021-03-03T00:40:15.624Z] Removing intermediate container 26b200bb56d2 [2021-03-03T00:40:15.624Z] ---> f3086ad3c48d [2021-03-03T00:40:15.624Z] [2021-03-03T00:40:15.624Z] Step 10/24 : FROM alpine:3.12 [2021-03-03T00:40:15.624Z] ---> 88dd2752d2ea [2021-03-03T00:40:15.624Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-03T00:40:15.909Z] ---> Running in f5b24e7365af [2021-03-03T00:40:16.174Z] Removing intermediate container 8f75e279bae8 [2021-03-03T00:40:16.174Z] ---> b202719dab00 [2021-03-03T00:40:16.174Z] [2021-03-03T00:40:16.174Z] Step 10/23 : FROM alpine:3.12 [2021-03-03T00:40:16.174Z] ---> 88dd2752d2ea [2021-03-03T00:40:16.174Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-03T00:40:16.174Z] ---> Using cache [2021-03-03T00:40:16.174Z] ---> eead862bc901 [2021-03-03T00:40:16.174Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-03T00:40:16.174Z] ---> Using cache [2021-03-03T00:40:16.174Z] ---> e211cb08aad2 [2021-03-03T00:40:16.174Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-03T00:40:16.174Z] ---> 7d95e2bdde21 [2021-03-03T00:40:16.174Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-03T00:40:16.174Z] ---> a45dbcc7c569 [2021-03-03T00:40:16.174Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-03T00:40:16.438Z] ---> Running in f76c6bbe269a [2021-03-03T00:40:16.439Z] ---> Running in 71c68a4f7531 [2021-03-03T00:40:16.439Z] ---> Running in 43846bab80e9 [2021-03-03T00:40:16.710Z] Removing intermediate container f76c6bbe269a [2021-03-03T00:40:16.710Z] ---> a6532f33fd3f [2021-03-03T00:40:16.710Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-03T00:40:16.975Z] ---> Running in c3ba3528cb59 [2021-03-03T00:40:16.975Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T00:40:16.975Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T00:40:17.252Z] Removing intermediate container c3ba3528cb59 [2021-03-03T00:40:17.252Z] ---> dc8221c36d78 [2021-03-03T00:40:17.252Z] Step 15/23 : WORKDIR / [2021-03-03T00:40:17.252Z] 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-03T00:40:17.252Z] 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-03T00:40:17.252Z] ---> Running in 72e8a9305581 [2021-03-03T00:40:17.252Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-03T00:40:17.252Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-03T00:40:17.252Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-03T00:40:17.252Z] (4/5) Installing curl (7.69.1-r3) [2021-03-03T00:40:17.252Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-03T00:40:17.252Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:40:17.522Z] Executing ca-certificates-20191127-r4.trigger [2021-03-03T00:40:17.787Z] OK: 7 MiB in 19 packages [2021-03-03T00:40:17.787Z] Removing intermediate container 72e8a9305581 [2021-03-03T00:40:17.787Z] ---> 3a50aa81855d [2021-03-03T00:40:17.787Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T00:40:18.051Z] ---> 5d9afeaebb88 [2021-03-03T00:40:18.051Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-03T00:40:20.039Z] Removing intermediate container f5b24e7365af [2021-03-03T00:40:20.039Z] ---> 82faf30b3bc0 [2021-03-03T00:40:20.039Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-03T00:40:20.039Z] ---> 1ad1eaff7668 [2021-03-03T00:40:20.039Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-03T00:40:20.326Z] ---> Running in 57c7960001b7 [2021-03-03T00:40:21.749Z] Removing intermediate container 57c7960001b7 [2021-03-03T00:40:21.749Z] ---> 13b926b52564 [2021-03-03T00:40:21.749Z] Step 13/24 : WORKDIR / [2021-03-03T00:40:21.749Z] ---> c11ee5fc2878 [2021-03-03T00:40:21.749Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-03T00:40:21.749Z] ---> Running in 0aaeb186c02c [2021-03-03T00:40:21.749Z] ---> Running in 5585b9611c25 [2021-03-03T00:40:22.019Z] Removing intermediate container 0aaeb186c02c [2021-03-03T00:40:22.019Z] ---> 60e8bb2a0d57 [2021-03-03T00:40:22.019Z] 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-03T00:40:22.019Z] Removing intermediate container 5585b9611c25 [2021-03-03T00:40:22.019Z] ---> af492842f57c [2021-03-03T00:40:22.019Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T00:40:22.295Z] ---> Running in f349231a4943 [2021-03-03T00:40:22.571Z] ---> 8644815c73f6 [2021-03-03T00:40:22.571Z] 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-03T00:40:22.571Z] Removing intermediate container f349231a4943 [2021-03-03T00:40:22.571Z] ---> 9054b8785460 [2021-03-03T00:40:22.571Z] Step 21/23 : LABEL arch=x86_64 [2021-03-03T00:40:22.848Z] ---> Running in 206f4586730b [2021-03-03T00:40:23.123Z] ---> 663b6632f42f [2021-03-03T00:40:23.123Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-03T00:40:23.123Z] Removing intermediate container 206f4586730b [2021-03-03T00:40:23.123Z] ---> 7aa83911270e [2021-03-03T00:40:23.123Z] Step 22/23 : LABEL git_sha=f8ccee420e8decb679a8f689602e4fe561665500 [2021-03-03T00:40:23.123Z] ---> Running in 10f39a73aeac [2021-03-03T00:40:23.390Z] ---> 3e117ca38a87 [2021-03-03T00:40:23.390Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-03T00:40:23.666Z] Removing intermediate container 10f39a73aeac [2021-03-03T00:40:23.666Z] ---> 05c76cdabc05 [2021-03-03T00:40:23.666Z] Step 23/23 : LABEL version=0.0.0 [2021-03-03T00:40:23.666Z] ---> Running in eaa28791ef94 [2021-03-03T00:40:23.933Z] Removing intermediate container eaa28791ef94 [2021-03-03T00:40:23.933Z] ---> c6d326c85a9c [2021-03-03T00:40:23.933Z] [2021-03-03T00:40:24.537Z] Successfully built c6d326c85a9c [2021-03-03T00:40:24.537Z] Successfully tagged docker-core-metadata-go:latest [2021-03-03T00:40:25.165Z]  Building docker-core-metadata-go ... done  ---> 132ea098ec96 [2021-03-03T00:40:25.165Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-03T00:40:25.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.134s coverage: 92.9% of statements [2021-03-03T00:40:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-03T00:40:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-03T00:40:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-03T00:40:25.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-03-03T00:40:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-03T00:40:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-03T00:40:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-03T00:40:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-03T00:40:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-03T00:40:25.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements [2021-03-03T00:40:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-03T00:40:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-03T00:40:25.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements [2021-03-03T00:40:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-03T00:40:25.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements [2021-03-03T00:40:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-03T00:40:25.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.071s coverage: 80.8% of statements [2021-03-03T00:40:25.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.130s coverage: 87.2% of statements [2021-03-03T00:40:25.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.158s coverage: 84.6% of statements [2021-03-03T00:40:25.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.202s coverage: 91.6% of statements [2021-03-03T00:40:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-03T00:40:25.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.564s coverage: 62.4% of statements [2021-03-03T00:40:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-03T00:40:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-03T00:40:25.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.072s coverage: 100.0% of statements [2021-03-03T00:40:25.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.082s coverage: 91.3% of statements [2021-03-03T00:40:25.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements [2021-03-03T00:40:25.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.087s coverage: 73.7% of statements [2021-03-03T00:40:25.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.073s coverage: 100.0% of statements [2021-03-03T00:40:25.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.995s coverage: 69.1% of statements [2021-03-03T00:40:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-03T00:40:25.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-03T00:40:26.609Z] ---> 60befd4dd5f7 [2021-03-03T00:40:26.609Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-03T00:40:27.591Z] ---> 262082795cf6 [2021-03-03T00:40:27.591Z] 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-03T00:40:27.591Z] ---> Running in 3c9bb180e882 [2021-03-03T00:40:27.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.404s coverage: 38.4% of statements [2021-03-03T00:40:27.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-03T00:40:27.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-03T00:40:27.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.096s coverage: 89.5% of statements [2021-03-03T00:40:27.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-03T00:40:27.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.128s coverage: 84.8% of statements [2021-03-03T00:40:29.587Z] Removing intermediate container 3c9bb180e882 [2021-03-03T00:40:29.587Z] ---> 30f80da9abde [2021-03-03T00:40:29.587Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-03T00:40:29.587Z] ---> Running in db45fd662be6 [2021-03-03T00:40:29.863Z] Removing intermediate container db45fd662be6 [2021-03-03T00:40:29.863Z] ---> 0cccc5e10c2d [2021-03-03T00:40:29.863Z] Step 22/24 : LABEL arch=x86_64 [2021-03-03T00:40:30.133Z] ---> Running in d7ca485faeef [2021-03-03T00:40:30.408Z] Removing intermediate container d7ca485faeef [2021-03-03T00:40:30.408Z] ---> 430a6bb79e18 [2021-03-03T00:40:30.408Z] Step 23/24 : LABEL git_sha=f8ccee420e8decb679a8f689602e4fe561665500 [2021-03-03T00:40:30.408Z] ---> Running in eae668ff4b48 [2021-03-03T00:40:30.681Z] Removing intermediate container eae668ff4b48 [2021-03-03T00:40:30.681Z] ---> 6f4928cff676 [2021-03-03T00:40:30.681Z] Step 24/24 : LABEL version=0.0.0 [2021-03-03T00:40:30.955Z] ---> Running in a4287af4ed49 [2021-03-03T00:40:31.230Z] Removing intermediate container a4287af4ed49 [2021-03-03T00:40:31.230Z] ---> 515e8bdd9b4c [2021-03-03T00:40:31.230Z] [2021-03-03T00:40:31.504Z] Successfully built 515e8bdd9b4c [2021-03-03T00:40:31.504Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-03T00:40:34.880Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.539s coverage: 47.0% of statements [2021-03-03T00:40:34.880Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-03T00:40:34.880Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-03T00:40:34.880Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-03T00:40:34.880Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-03T00:40:34.880Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-03T00:40:34.880Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.125s coverage: 100.0% of statements [2021-03-03T00:40:34.880Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-03T00:40:34.880Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.113s coverage: 100.0% of statements [2021-03-03T00:40:34.880Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-03T00:40:34.880Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-03T00:40:34.880Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-03T00:40:34.880Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-03T00:40:34.880Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.386s coverage: 88.5% of statements [2021-03-03T00:40:34.880Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-03T00:40:34.880Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-03T00:40:34.880Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-03T00:40:35.799Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 43846bab80e9 [2021-03-03T00:40:35.799Z] ---> 1db91a442519 [2021-03-03T00:40:35.799Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-03T00:40:35.799Z] ---> Running in 7bcb5e4f82c1 [2021-03-03T00:40:37.193Z] 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-03T00:40:39.768Z] Removing intermediate container 7bcb5e4f82c1 [2021-03-03T00:40:39.768Z] ---> 85fc74a4492c [2021-03-03T00:40:39.768Z] [2021-03-03T00:40:39.768Z] Step 11/26 : FROM docker:20.10.0 [2021-03-03T00:40:39.768Z] 20.10.0: Pulling from library/docker [2021-03-03T00:40:39.768Z] Removing intermediate container 71c68a4f7531 [2021-03-03T00:40:39.768Z] ---> e88ffaddb0d0 [2021-03-03T00:40:39.768Z] [2021-03-03T00:40:39.768Z] Step 10/23 : FROM alpine:3.12 [2021-03-03T00:40:39.768Z] ---> 88dd2752d2ea [2021-03-03T00:40:39.768Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-03T00:40:39.768Z] ---> Running in 57d07b1524d6 [2021-03-03T00:40:40.033Z] Removing intermediate container 57d07b1524d6 [2021-03-03T00:40:40.033Z] ---> 05422a21b5cf [2021-03-03T00:40:40.033Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-03T00:40:40.304Z] ---> Running in 091cf8b8480b [2021-03-03T00:40:40.574Z] Removing intermediate container 091cf8b8480b [2021-03-03T00:40:40.574Z] ---> b04db550a318 [2021-03-03T00:40:40.574Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-03T00:40:40.574Z] ---> Running in ce1146024678 [2021-03-03T00:40:40.841Z] Removing intermediate container ce1146024678 [2021-03-03T00:40:40.841Z] ---> 7d58d3c1a96c [2021-03-03T00:40:40.841Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T00:40:41.105Z] ---> Running in 3add6ec35a62 [2021-03-03T00:40:42.509Z] Removing intermediate container 3add6ec35a62 [2021-03-03T00:40:42.509Z] ---> 951ac19f75ed [2021-03-03T00:40:42.509Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-03T00:40:42.509Z] ---> Running in 55324bc00ccd [2021-03-03T00:40:43.087Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T00:40:43.184Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.275s coverage: 29.1% of statements [2021-03-03T00:40:43.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-03T00:40:43.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-03T00:40:43.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-03T00:40:43.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-03T00:40:43.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-03T00:40:43.184Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.216s coverage: 99.0% of statements [2021-03-03T00:40:43.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-03T00:40:43.184Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.108s coverage: 100.0% of statements [2021-03-03T00:40:43.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-03T00:40:43.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-03T00:40:43.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-03T00:40:43.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-03T00:40:43.184Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.159s coverage: 94.3% of statements [2021-03-03T00:40:43.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-03T00:40:43.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-03T00:40:43.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-03T00:40:43.184Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.059s coverage: 0.0% of statements [2021-03-03T00:40:43.184Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-03T00:40:43.184Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements [2021-03-03T00:40:43.184Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-03T00:40:43.184Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-03T00:40:43.184Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-03T00:40:43.184Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-03T00:40:43.184Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.123s coverage: 87.9% of statements [2021-03-03T00:40:43.184Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-03T00:40:43.184Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-03T00:40:43.184Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2021-03-03T00:40:43.184Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2021-03-03T00:40:43.665Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T00:40:43.781Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-03-03T00:40:44.239Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-03T00:40:44.240Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-03T00:40:44.380Z] GO111MODULE=on go vet ./... [2021-03-03T00:40:44.504Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-03T00:40:44.504Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-03T00:40:44.504Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-03T00:40:44.504Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-03T00:40:44.504Z] ---> aefe523efa57 [2021-03-03T00:40:44.504Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-03T00:40:44.767Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-03T00:40:44.767Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-03T00:40:44.767Z] ---> Running in 8703ddf51912 [2021-03-03T00:40:44.767Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:40:44.767Z] OK: 8 MiB in 20 packages [2021-03-03T00:40:45.341Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T00:40:45.341Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T00:40:45.341Z] Removing intermediate container 55324bc00ccd [2021-03-03T00:40:45.341Z] ---> d8dd728e216f [2021-03-03T00:40:45.341Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T00:40:45.607Z] (1/2) Installing readline (8.0.4-r0) [2021-03-03T00:40:45.607Z] (2/2) Installing bash (5.0.17-r0) [2021-03-03T00:40:45.607Z] Executing bash-5.0.17-r0.post-install [2021-03-03T00:40:45.607Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:40:45.607Z] OK: 12 MiB in 22 packages [2021-03-03T00:40:45.607Z] ---> 383d11a0c934 [2021-03-03T00:40:45.607Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-03T00:40:46.191Z] Removing intermediate container 8703ddf51912 [2021-03-03T00:40:46.191Z] ---> f7edea094f4f [2021-03-03T00:40:46.191Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-03T00:40:46.191Z] ---> Running in 50128e0cd980 [2021-03-03T00:40:46.455Z] ---> 97eb83d06a51 [2021-03-03T00:40:46.455Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-03T00:40:46.455Z] Removing intermediate container 50128e0cd980 [2021-03-03T00:40:46.455Z] ---> 843b4872b0bf [2021-03-03T00:40:46.455Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-03T00:40:46.455Z] ---> Running in 72c193de1567 [2021-03-03T00:40:46.717Z] ---> 7834216d4522 [2021-03-03T00:40:46.717Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-03T00:40:46.717Z] ---> Running in 2d18b7dca241 [2021-03-03T00:40:46.717Z] Removing intermediate container 72c193de1567 [2021-03-03T00:40:46.717Z] ---> 825b4bfaf82c [2021-03-03T00:40:46.717Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-03T00:40:46.717Z] ---> Running in 539563e82925 [2021-03-03T00:40:46.984Z] Removing intermediate container 2d18b7dca241 [2021-03-03T00:40:46.984Z] ---> c4d194df81be [2021-03-03T00:40:46.984Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T00:40:46.984Z] ---> Running in 3082c2aac3ac [2021-03-03T00:40:46.984Z] Removing intermediate container 539563e82925 [2021-03-03T00:40:46.984Z] ---> f9e3b59c1bf8 [2021-03-03T00:40:46.984Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-03T00:40:47.246Z] Removing intermediate container 3082c2aac3ac [2021-03-03T00:40:47.246Z] ---> 43a1b5cddf3d [2021-03-03T00:40:47.246Z] Step 21/23 : LABEL arch=x86_64 [2021-03-03T00:40:47.246Z] ---> Running in 506dd2a53fa3 [2021-03-03T00:40:47.510Z] Removing intermediate container 506dd2a53fa3 [2021-03-03T00:40:47.510Z] ---> a17f5fc4f2d9 [2021-03-03T00:40:47.510Z] Step 22/23 : LABEL git_sha=f8ccee420e8decb679a8f689602e4fe561665500 [2021-03-03T00:40:47.510Z] ---> Running in 3aef76b56559 [2021-03-03T00:40:47.510Z] ---> 99564c95dad6 [2021-03-03T00:40:47.510Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-03T00:40:47.773Z] Removing intermediate container 3aef76b56559 [2021-03-03T00:40:47.773Z] ---> 3fec0948ebe9 [2021-03-03T00:40:47.773Z] Step 23/23 : LABEL version=0.0.0 [2021-03-03T00:40:47.773Z] ---> Running in c93950614039 [2021-03-03T00:40:47.773Z] ---> 7230f99d2bd9 [2021-03-03T00:40:47.773Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-03T00:40:48.037Z] Removing intermediate container c93950614039 [2021-03-03T00:40:48.037Z] ---> d6e4cbd827f9 [2021-03-03T00:40:48.037Z] [2021-03-03T00:40:48.613Z] Successfully built d6e4cbd827f9 [2021-03-03T00:40:48.613Z] Successfully tagged docker-core-data-go:latest [2021-03-03T00:40:48.613Z]  Building docker-core-data-go ... done  ---> 231a0127fc28 [2021-03-03T00:40:48.613Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-03T00:40:48.876Z] ---> Running in 757b29b7a5a5 [2021-03-03T00:40:49.452Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T00:40:49.452Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T00:40:49.452Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-03T00:40:49.452Z] (2/33) Installing expat (2.2.9-r1) [2021-03-03T00:40:49.452Z] (3/33) Installing libffi (3.3-r2) [2021-03-03T00:40:49.452Z] (4/33) Installing gdbm (1.13-r1) [2021-03-03T00:40:49.452Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-03T00:40:49.452Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-03T00:40:49.452Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-03T00:40:52.003Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-03T00:40:52.003Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-03T00:40:52.003Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-03T00:40:52.003Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-03T00:40:52.003Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-03T00:40:52.003Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-03T00:40:52.003Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-03T00:40:52.003Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-03T00:40:52.003Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-03T00:40:52.003Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-03T00:40:52.003Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-03T00:40:52.003Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-03T00:40:52.003Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-03T00:40:52.003Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-03T00:40:52.003Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-03T00:40:52.003Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-03T00:40:52.003Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-03T00:40:52.003Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-03T00:40:52.003Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-03T00:40:52.003Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-03T00:40:52.003Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-03T00:40:52.003Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-03T00:40:52.003Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-03T00:40:52.003Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-03T00:40:52.003Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-03T00:40:52.003Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-03T00:40:52.003Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:40:52.003Z] OK: 71 MiB in 55 packages [2021-03-03T00:41:00.171Z] Removing intermediate container 757b29b7a5a5 [2021-03-03T00:41:00.171Z] ---> 0e66619e560e [2021-03-03T00:41:00.171Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-03T00:41:00.171Z] ---> Running in 6ab515f6cb51 [2021-03-03T00:41:00.744Z] Collecting docker-compose==1.23.2 [2021-03-03T00:41:00.744Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-03T00:41:01.007Z] Collecting docopt<0.7,>=0.6.1 [2021-03-03T00:41:01.007Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-03T00:41:01.581Z] Collecting jsonschema<3,>=2.5.1 [2021-03-03T00:41:01.581Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-03T00:41:01.581Z] Collecting cached-property<2,>=1.2.0 [2021-03-03T00:41:01.581Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-03T00:41:01.581Z] Collecting docker<4.0,>=3.6.0 [2021-03-03T00:41:01.844Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-03T00:41:01.844Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-03T00:41:01.844Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-03T00:41:02.419Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-03T00:41:02.419Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-03T00:41:02.681Z] Collecting PyYAML<4,>=3.10 [2021-03-03T00:41:02.681Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-03T00:41:03.627Z] 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-03T00:41:03.627Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-03T00:41:03.627Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-03-03T00:41:03.627Z] Collecting texttable<0.10,>=0.9.0 [2021-03-03T00:41:03.627Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-03T00:41:04.199Z] Collecting docker-pycreds>=0.4.0 [2021-03-03T00:41:04.199Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-03T00:41:04.199Z] 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-03T00:41:04.199Z] 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-03T00:41:04.199Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-03T00:41:04.460Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-03T00:41:04.460Z] Collecting idna<2.8,>=2.5 [2021-03-03T00:41:04.460Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-03T00:41:04.460Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-03T00:41:04.460Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-03T00:41:04.460Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-03T00:41:04.460Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-03T00:41:04.722Z] Installing collected packages: docopt, jsonschema, cached-property, websocket-client, docker-pycreds, urllib3, idna, requests, docker, dockerpty, PyYAML, texttable, docker-compose [2021-03-03T00:41:04.722Z] Running setup.py install for docopt: started [2021-03-03T00:41:04.983Z] Running setup.py install for docopt: finished with status 'done' [2021-03-03T00:41:05.562Z] Attempting uninstall: urllib3 [2021-03-03T00:41:05.562Z] Found existing installation: urllib3 1.25.9 [2021-03-03T00:41:05.562Z] Uninstalling urllib3-1.25.9: [2021-03-03T00:41:05.562Z] Successfully uninstalled urllib3-1.25.9 [2021-03-03T00:41:05.827Z] Attempting uninstall: idna [2021-03-03T00:41:05.827Z] Found existing installation: idna 2.9 [2021-03-03T00:41:05.827Z] Uninstalling idna-2.9: [2021-03-03T00:41:05.827Z] Successfully uninstalled idna-2.9 [2021-03-03T00:41:06.131Z] Attempting uninstall: requests [2021-03-03T00:41:06.131Z] Found existing installation: requests 2.23.0 [2021-03-03T00:41:06.131Z] Uninstalling requests-2.23.0: [2021-03-03T00:41:06.131Z] Successfully uninstalled requests-2.23.0 [2021-03-03T00:41:06.468Z] Running setup.py install for dockerpty: started [2021-03-03T00:41:06.765Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-03T00:41:06.765Z] Running setup.py install for PyYAML: started [2021-03-03T00:41:07.496Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-03T00:41:07.496Z] Running setup.py install for texttable: started [2021-03-03T00:41:07.795Z] Running setup.py install for texttable: finished with status 'done' [2021-03-03T00:41:08.078Z] 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.57.0 [2021-03-03T00:41:12.309Z] Removing intermediate container 6ab515f6cb51 [2021-03-03T00:41:12.309Z] ---> 4579a354016c [2021-03-03T00:41:12.309Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-03T00:41:12.309Z] ---> Running in a0ce84e4ceae [2021-03-03T00:41:12.309Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-03T00:41:12.309Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-03T00:41:12.309Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-03T00:41:12.309Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-03T00:41:12.309Z] (3/3) Installing curl (7.69.1-r3) [2021-03-03T00:41:12.309Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:41:12.309Z] OK: 72 MiB in 58 packages [2021-03-03T00:41:12.890Z] Removing intermediate container a0ce84e4ceae [2021-03-03T00:41:12.890Z] ---> 9622e191d066 [2021-03-03T00:41:12.890Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-03T00:41:12.890Z] ---> Running in 9ddae69be2d3 [2021-03-03T00:41:13.154Z] Removing intermediate container 9ddae69be2d3 [2021-03-03T00:41:13.154Z] ---> b5e7dd38228d [2021-03-03T00:41:13.154Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T00:41:13.154Z] ---> Running in f139d8f3ffb7 [2021-03-03T00:41:13.420Z] Removing intermediate container f139d8f3ffb7 [2021-03-03T00:41:13.420Z] ---> 143651f5ed84 [2021-03-03T00:41:13.420Z] Step 24/26 : LABEL arch=x86_64 [2021-03-03T00:41:13.420Z] ---> Running in 8cd310670fc0 [2021-03-03T00:41:13.681Z] Removing intermediate container 8cd310670fc0 [2021-03-03T00:41:13.681Z] ---> 62c12673d3d4 [2021-03-03T00:41:13.681Z] Step 25/26 : LABEL git_sha=f8ccee420e8decb679a8f689602e4fe561665500 [2021-03-03T00:41:13.681Z] ---> Running in a22aa7f7a8f8 [2021-03-03T00:41:13.946Z] Removing intermediate container a22aa7f7a8f8 [2021-03-03T00:41:13.946Z] ---> 2bcc1ec05cc3 [2021-03-03T00:41:13.946Z] Step 26/26 : LABEL version=0.0.0 [2021-03-03T00:41:13.946Z] ---> Running in 005d8d7ed63b [2021-03-03T00:41:13.946Z] Removing intermediate container 005d8d7ed63b [2021-03-03T00:41:13.946Z] ---> 75f4f6260b65 [2021-03-03T00:41:13.946Z] [2021-03-03T00:41:14.209Z] Successfully built 75f4f6260b65 [2021-03-03T00:41:14.209Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-03T00:41:14.811Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-03T00:41:14.859Z] $ docker stop --time=1 555c614042538c0174bf2c19422401f0dd7e2cdab38d3da669c6c05d735a3b38 [2021-03-03T00:41:16.640Z] $ docker rm -f 555c614042538c0174bf2c19422401f0dd7e2cdab38d3da669c6c05d735a3b38 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-03T00:41:17.179Z] + docker images [2021-03-03T00:41:17.179Z] + grep docker [2021-03-03T00:41:17.441Z] docker-sys-mgmt-agent-go latest 75f4f6260b65 4 seconds ago 313MB [2021-03-03T00:41:17.441Z] docker-core-data-go latest d6e4cbd827f9 30 seconds ago 22.5MB [2021-03-03T00:41:17.441Z] docker-security-secretstore-setup-go latest 515e8bdd9b4c 46 seconds ago 24.9MB [2021-03-03T00:41:17.441Z] docker-core-metadata-go latest c6d326c85a9c 54 seconds ago 19MB [2021-03-03T00:41:17.441Z] docker-security-bootstrapper-go latest 23f036376fa8 About a minute ago 18.7MB [2021-03-03T00:41:17.441Z] docker-support-scheduler-go latest a7e2666bb263 2 minutes ago 17.2MB [2021-03-03T00:41:17.441Z] docker-support-notifications-go latest 54d941474ef8 2 minutes ago 17.8MB [2021-03-03T00:41:17.441Z] docker-core-command-go latest 1695432d8c7b 2 minutes ago 17MB [2021-03-03T00:41:17.441Z] docker-security-proxy-setup-go latest 81964cac9a9b 2 minutes ago 24.7MB [2021-03-03T00:41:17.441Z] docker 20.10.0 aefe523efa57 2 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-03T00:41:33.206Z] Still waiting to schedule task [2021-03-03T00:41:33.207Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-28312’ [2021-03-03T00:42:06.160Z] gofmt -l . [2021-03-03T00:42:06.161Z] [ "`gofmt -l .`" = "" ] [2021-03-03T00:42:06.161Z] ./bin/test-go-mod-tidy.sh [2021-03-03T00:42:06.161Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-03T00:42:06.822Z] + ls -al . [2021-03-03T00:42:06.822Z] total 744 [2021-03-03T00:42:06.822Z] drwxrwxr-x 9 1001 1001 4096 Mar 3 00:42 . [2021-03-03T00:42:06.822Z] drwxr-xr-x 4 root root 4096 Mar 3 00:37 .. [2021-03-03T00:42:06.822Z] -rw-rw-r-- 1 1001 1001 11 Mar 3 00:36 .dockerignore [2021-03-03T00:42:06.822Z] drwxrwxr-x 8 1001 1001 4096 Mar 3 00:36 .git [2021-03-03T00:42:06.822Z] drwxrwxr-x 3 1001 1001 4096 Mar 3 00:36 .github [2021-03-03T00:42:06.822Z] -rw-rw-r-- 1 1001 1001 818 Mar 3 00:36 .gitignore [2021-03-03T00:42:06.822Z] -rw-rw-r-- 1 1001 1001 166 Mar 3 00:36 .sonarcloud.properties [2021-03-03T00:42:06.822Z] -rw-rw-r-- 1 1001 1001 8475 Mar 3 00:36 Attribution.txt [2021-03-03T00:42:06.822Z] -rw-rw-r-- 1 1001 1001 3804 Mar 3 00:36 CONTRIBUTING.md [2021-03-03T00:42:06.822Z] -rw-rw-r-- 1 1001 1001 931 Mar 3 00:36 Dockerfile.build [2021-03-03T00:42:06.822Z] -rw-rw-r-- 1 1001 1001 863 Mar 3 00:36 Jenkinsfile [2021-03-03T00:42:06.822Z] -rw-rw-r-- 1 1001 1001 10775 Mar 3 00:36 LICENSE [2021-03-03T00:42:06.822Z] -rw-rw-r-- 1 1001 1001 5774 Mar 3 00:36 Makefile [2021-03-03T00:42:06.822Z] -rw-rw-r-- 1 1001 1001 6524 Mar 3 00:36 README.md [2021-03-03T00:42:06.822Z] -rw-rw-r-- 1 1001 1001 6755 Mar 3 00:36 SECURITY.md [2021-03-03T00:42:06.822Z] -rw-rw-r-- 1 1001 1001 5 Mar 3 00:32 VERSION [2021-03-03T00:42:06.822Z] -rw-rw-r-- 1 1001 1001 4131 Mar 3 00:36 ZMQWindows.md [2021-03-03T00:42:06.822Z] drwxrwxr-x 2 1001 1001 4096 Mar 3 00:36 bin [2021-03-03T00:42:06.822Z] drwxrwxr-x 14 1001 1001 4096 Mar 3 00:36 cmd [2021-03-03T00:42:06.822Z] -rw-r--r-- 1 root root 604615 Mar 3 00:40 coverage.out [2021-03-03T00:42:06.822Z] -rw-r--r-- 1 root root 1055 Mar 3 00:41 go.mod [2021-03-03T00:42:06.822Z] -rw-r--r-- 1 root root 21699 Mar 3 00:42 go.sum [2021-03-03T00:42:06.822Z] drwxrwxr-x 8 1001 1001 4096 Mar 3 00:36 internal [2021-03-03T00:42:06.822Z] drwxrwxr-x 4 1001 1001 4096 Mar 3 00:36 openapi [2021-03-03T00:42:06.822Z] drwxrwxr-x 4 1001 1001 4096 Mar 3 00:36 snap [2021-03-03T00:42:06.822Z] -rw-rw-r-- 1 1001 1001 168 Mar 3 00:36 version.go [Pipeline] sh [2021-03-03T00:42:07.479Z] + '[' -e coverage.out ] [2021-03-03T00:42:07.479Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-03T00:42:07.500Z] Warning: overwriting stash ‘coverage-report’ [2021-03-03T00:42:08.762Z] Stashed 1 file(s) [Pipeline] sh [2021-03-03T00:42:09.492Z] + make build [2021-03-03T00:42:09.493Z] 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-03T00:42:19.661Z] 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-03T00:42:46.507Z] 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-03T00:42:49.889Z] 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-03T00:42:56.610Z] 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-03T00:42:57.210Z] 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-03T00:43:02.635Z] 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-03T00:43:09.374Z] 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-03T00:43:13.679Z] 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-03T00:43:17.996Z] 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-03T00:43:22.293Z] 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-03T00:43:26.462Z] Running on prd-ubuntu18.04-docker-8c-8g-28315 in /w/workspace/edgexfoundry_edgex-go_PR-3202 [Pipeline] { [Pipeline] ws [2021-03-03T00:43:26.513Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [2021-03-03T00:43:26.630Z] 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-03T00:43:29.083Z] using credential edgex-jenkins-ssh [2021-03-03T00:43:29.132Z] Cloning the remote Git repository [2021-03-03T00:43:29.164Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-03T00:43:29.237Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2021-03-03T00:43:29.277Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-03T00:43:29.277Z] > git --version # timeout=10 [2021-03-03T00:43:29.290Z] > git --version # 'git version 2.17.1' [2021-03-03T00:43:29.291Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-03T00:43:29.322Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } [2021-03-03T00:43:34.969Z] $ docker stop --time=1 d27747c6eaaa11fc468d75812d1a214a785561e59b7a99d909fc8f6b6b541b18 [2021-03-03T00:43:37.638Z] $ docker rm -f d27747c6eaaa11fc468d75812d1a214a785561e59b7a99d909fc8f6b6b541b18 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T00:43:39.590Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-03T00:43:39.591Z] [2021-03-03T00:43:39.591Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-03T00:43:40.244Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-03T00:43:40.244Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-03T00:43:40.244Z] 29e5d40040c1: Pulling fs layer [2021-03-03T00:43:40.244Z] 1ce36da41761: Pulling fs layer [2021-03-03T00:43:40.244Z] 25b303627fd3: Pulling fs layer [2021-03-03T00:43:40.518Z] 29e5d40040c1: Verifying Checksum [2021-03-03T00:43:40.518Z] 29e5d40040c1: Download complete [2021-03-03T00:43:41.118Z] 29e5d40040c1: Pull complete [2021-03-03T00:43:42.111Z] 1ce36da41761: Verifying Checksum [2021-03-03T00:43:42.111Z] 1ce36da41761: Download complete [2021-03-03T00:43:43.094Z] 1ce36da41761: Pull complete [2021-03-03T00:43:43.692Z] 25b303627fd3: Download complete [2021-03-03T00:43:53.535Z] 25b303627fd3: Pull complete [2021-03-03T00:43:53.535Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-03T00:43:53.535Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-03T00:43:53.535Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-03T00:43:53.812Z] prd-ubuntu18.04-docker-arm64-4c-16g-28309 does not seem to be running inside a container [2021-03-03T00:43:53.890Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-03T00:43:57.331Z] $ docker top daf27ce5fe32c4963c2827ed8d7c73a96f1c55d2c4badce1e42806d805b58f4e -eo pid,comm [2021-03-03T00:43:57.057Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-03T00:43:57.071Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-03T00:43:57.096Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-03T00:43:57.117Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-03T00:43:57.117Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-03T00:43:57.127Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3202/head:refs/remotes/origin/PR-3202 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] { [2021-03-03T00:43:57.752Z] Merging remotes/origin/master commit 76edbf6b374c198a59e0ea3df6d90d6fbb7c8c41 into PR head commit a9e89425e353be16965c3e2b4be2414c6f565315 [Pipeline] sh [2021-03-03T00:43:58.104Z] Merge succeeded, producing ba62eee9c36e863235ce6503abc0c50bf9aafd77 [2021-03-03T00:43:58.104Z] Checking out Revision ba62eee9c36e863235ce6503abc0c50bf9aafd77 (PR-3202) [2021-03-03T00:43:58.416Z] + docker-compose build --help [2021-03-03T00:43:58.416Z] + grep parallel [2021-03-03T00:43:57.762Z] > git config core.sparsecheckout # timeout=10 [2021-03-03T00:43:57.773Z] > git checkout -f a9e89425e353be16965c3e2b4be2414c6f565315 # timeout=10 [2021-03-03T00:43:57.940Z] > git remote # timeout=10 [2021-03-03T00:43:57.949Z] > git config --get remote.origin.url # timeout=10 [2021-03-03T00:43:57.958Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-03T00:43:57.964Z] > git merge 76edbf6b374c198a59e0ea3df6d90d6fbb7c8c41 # timeout=10 [2021-03-03T00:43:58.094Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-03T00:43:58.105Z] > git config core.sparsecheckout # timeout=10 [2021-03-03T00:43:58.113Z] > git checkout -f ba62eee9c36e863235ce6503abc0c50bf9aafd77 # timeout=10 [2021-03-03T00:44:01.981Z] Commit message: "Merge commit '76edbf6b374c198a59e0ea3df6d90d6fbb7c8c41' into HEAD" [2021-03-03T00:44:01.983Z] > git rev-list --no-walk a9e89425e353be16965c3e2b4be2414c6f565315 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-03T00:44:02.748Z] --parallel Build images in parallel. [Pipeline] } [2021-03-03T00:44:03.127Z] $ docker stop --time=1 daf27ce5fe32c4963c2827ed8d7c73a96f1c55d2c4badce1e42806d805b58f4e [2021-03-03T00:44:03.383Z] + echo snap-build.sh [2021-03-03T00:44:03.383Z] snap-build.sh [2021-03-03T00:44:03.383Z] + SNAP_BASE_DIR=. [2021-03-03T00:44:03.383Z] + '[' '!' -z /w/workspace/edgex-go/8 ']' [2021-03-03T00:44:03.383Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/8 [2021-03-03T00:44:03.383Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/8]' [2021-03-03T00:44:03.383Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/8] [2021-03-03T00:44:03.383Z] + cd /w/workspace/edgex-go/8 [2021-03-03T00:44:03.383Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-03T00:44:03.383Z] Reading package lists... [2021-03-03T00:44:03.649Z] Building dependency tree... [2021-03-03T00:44:03.649Z] Reading state information... [2021-03-03T00:44:03.913Z] The following packages were automatically installed and are no longer required: [2021-03-03T00:44:03.913Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-03T00:44:03.913Z] uidmap xdelta3 [2021-03-03T00:44:03.913Z] Use 'sudo apt autoremove' to remove them. [2021-03-03T00:44:04.181Z] The following packages will be REMOVED: [2021-03-03T00:44:04.181Z] lxd* lxd-client* [2021-03-03T00:44:04.773Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-03T00:44:04.773Z] After this operation, 31.7 MB disk space will be freed. [2021-03-03T00:44:05.129Z] $ docker rm -f daf27ce5fe32c4963c2827ed8d7c73a96f1c55d2c4badce1e42806d805b58f4e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-03T00:44:05.960Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-03T00:44:05.960Z] . [Pipeline] withDockerContainer [2021-03-03T00:44:06.096Z] (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-03T00:44:06.096Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-03T00:44:06.220Z] prd-ubuntu18.04-docker-arm64-4c-16g-28309 does not seem to be running inside a container [2021-03-03T00:44:06.291Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-03T00:44:07.499Z] Removing lxd dnsmasq configuration [2021-03-03T00:44:07.499Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-03T00:44:07.689Z] $ docker top 8a3955738a622d709121b508237ce4b970ce1a0a0f6333dbae99b20ff6b7bb99 -eo pid,comm [2021-03-03T00:44:07.763Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [Pipeline] { [Pipeline] sh [2021-03-03T00:44:08.713Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-03T00:44:08.721Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-03T00:44:09.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-03T00:44:09.241Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-03T00:44:11.173Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-03T00:44:11.173Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-03T00:44:13.025Z] Building docker-core-command-go ... [2021-03-03T00:44:13.025Z] Building docker-core-data-go ... [2021-03-03T00:44:13.025Z] Building docker-core-metadata-go ... [2021-03-03T00:44:13.025Z] Building docker-security-bootstrapper-go ... [2021-03-03T00:44:13.025Z] Building docker-security-proxy-setup-go ... [2021-03-03T00:44:13.025Z] Building docker-security-secretstore-setup-go ... [2021-03-03T00:44:13.025Z] Building docker-support-notifications-go ... [2021-03-03T00:44:13.025Z] Building docker-support-scheduler-go ... [2021-03-03T00:44:13.025Z] Building docker-sys-mgmt-agent-go ... [2021-03-03T00:44:13.025Z] Building docker-support-notifications-go [2021-03-03T00:44:13.025Z] Building docker-core-command-go [2021-03-03T00:44:13.025Z] Building docker-security-proxy-setup-go [2021-03-03T00:44:13.025Z] Building docker-security-bootstrapper-go [2021-03-03T00:44:13.025Z] Building docker-sys-mgmt-agent-go [2021-03-03T00:44:13.773Z] + sudo snap remove --purge lxd [2021-03-03T00:44:13.773Z] snap "lxd" is not installed [2021-03-03T00:44:13.773Z] + sudo groupadd --force --system lxd [2021-03-03T00:44:13.773Z] ++ whoami [2021-03-03T00:44:13.773Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-03T00:44:13.773Z] + newgrp - lxd [2021-03-03T00:44:13.773Z] + sudo snap install lxd [2021-03-03T00:44:23.814Z] 2021-03-03T00:44:20Z INFO Waiting for automatic snapd restart... [2021-03-03T00:44:38.840Z] lxd 4.11 from Canonical* installed [2021-03-03T00:44:38.840Z] + sudo lxd init --auto [2021-03-03T00:44:47.050Z] + sudo snap install --classic snapcraft [2021-03-03T00:44:55.279Z] snapcraft 4.5.1 from Canonical* installed [2021-03-03T00:44:55.279Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-03T00:44:55.279Z] + patch --verbose -p1 [2021-03-03T00:44:55.279Z] Hmm... Looks like a unified diff to me... [2021-03-03T00:44:55.279Z] The text leading up to this was: [2021-03-03T00:44:55.279Z] -------------------------- [2021-03-03T00:44:55.279Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-03T00:44:55.279Z] |From: Tony Espy [2021-03-03T00:44:55.279Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-03T00:44:55.279Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-03T00:44:55.279Z] | [2021-03-03T00:44:55.279Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-03T00:44:55.279Z] |optimize the snap CI check run for pull requests. When [2021-03-03T00:44:55.279Z] |applied, it essentially strips out everything (apps and [2021-03-03T00:44:55.279Z] |parts) from the snapcraft.yaml file except those required [2021-03-03T00:44:55.279Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-03T00:44:55.279Z] |catch changes to edgex-go that break the snap build. [2021-03-03T00:44:55.279Z] | [2021-03-03T00:44:55.279Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-03T00:44:55.279Z] |to update this patch file, otherwise it may fail to apply, [2021-03-03T00:44:55.279Z] |resulting in a failed snap build CI check in the associated [2021-03-03T00:44:55.279Z] |pull request. [2021-03-03T00:44:55.279Z] | [2021-03-03T00:44:55.279Z] |Note - in addition to applying this patch, the pipeline also [2021-03-03T00:44:55.279Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-03T00:44:55.279Z] |need to build the finally binary .snap file (and it won't [2021-03-03T00:44:55.279Z] |work with the patch applied). This further reduces the build [2021-03-03T00:44:55.279Z] |time. [2021-03-03T00:44:55.279Z] |--- [2021-03-03T00:44:55.279Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-03T00:44:55.279Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-03T00:44:55.279Z] | [2021-03-03T00:44:55.279Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-03T00:44:55.279Z] |index 1e537489..faf42425 100644 [2021-03-03T00:44:55.279Z] |--- a/snap/snapcraft.yaml [2021-03-03T00:44:55.279Z] |+++ b/snap/snapcraft.yaml [2021-03-03T00:44:55.279Z] -------------------------- [2021-03-03T00:44:55.279Z] patching file snap/snapcraft.yaml [2021-03-03T00:44:55.279Z] Using Plan A... [2021-03-03T00:44:55.279Z] Hunk #1 succeeded at 73. [2021-03-03T00:44:55.279Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-03T00:44:55.279Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-03T00:44:55.279Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-03-03T00:44:55.279Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-03-03T00:44:55.279Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-03-03T00:44:55.279Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-03-03T00:44:55.279Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-03-03T00:44:55.279Z] Hmm... Ignoring the trailing garbage. [2021-03-03T00:44:55.279Z] done [2021-03-03T00:44:55.279Z] + sudo snapcraft prime --use-lxd [2021-03-03T00:44:57.209Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-03T00:44:57.209Z] 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-03T00:44:57.209Z] - README.md [2021-03-03T00:44:57.209Z] - snapcraft.yaml.orig [2021-03-03T00:44:57.209Z] [2021-03-03T00:44:57.209Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-03T00:44:58.165Z] Launching a container. [2021-03-03T00:45:13.145Z] Waiting for container to be ready [2021-03-03T00:45:13.145Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-03T00:45:13.145Z] [2021-03-03T00:45:17.391Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-03T00:45:17.391Z] Waiting for network to be ready... [2021-03-03T00:45:17.968Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-03T00:45:17.968Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-03T00:45:18.230Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-03T00:45:18.230Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-03-03T00:45:18.494Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-03T00:45:18.760Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-03T00:45:18.760Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-03T00:45:18.760Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-03T00:45:18.760Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-03T00:45:18.760Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-03T00:45:18.760Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-03T00:45:18.760Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-03T00:45:18.760Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] [2021-03-03T00:45:18.760Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] [2021-03-03T00:45:18.760Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] [2021-03-03T00:45:18.760Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] [2021-03-03T00:45:18.760Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-03-03T00:45:19.026Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-03T00:45:19.026Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-03T00:45:19.291Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-03T00:45:19.291Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-03T00:45:19.291Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] [2021-03-03T00:45:19.291Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] [2021-03-03T00:45:19.291Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] [2021-03-03T00:45:19.291Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] [2021-03-03T00:45:19.291Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-03T00:45:19.291Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-03T00:45:24.615Z] Fetched 24.0 MB in 7s (3601 kB/s) [2021-03-03T00:45:26.569Z] Reading package lists... [2021-03-03T00:45:26.569Z] Reading package lists... [2021-03-03T00:45:26.833Z] Building dependency tree... [2021-03-03T00:45:26.833Z] Reading state information... [2021-03-03T00:45:27.095Z] The following additional packages will be installed: [2021-03-03T00:45:27.095Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-03T00:45:27.095Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-03T00:45:27.095Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-03T00:45:27.095Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-03T00:45:27.095Z] Suggested packages: [2021-03-03T00:45:27.095Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-03T00:45:27.095Z] Recommended packages: [2021-03-03T00:45:27.095Z] gnupg libsasl2-modules [2021-03-03T00:45:27.095Z] The following NEW packages will be installed: [2021-03-03T00:45:27.095Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-03T00:45:27.095Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-03T00:45:27.095Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-03T00:45:27.095Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-03T00:45:27.095Z] The following packages will be upgraded: [2021-03-03T00:45:27.095Z] gpg gpg-agent gpgconf libudev1 [2021-03-03T00:45:27.357Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-03T00:45:27.357Z] Need to get 3530 kB of archives. [2021-03-03T00:45:27.357Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-03T00:45:27.357Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-03T00:45:27.357Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-03T00:45:27.620Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-03T00:45:27.620Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-03T00:45:27.620Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-03T00:45:27.620Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-03T00:45:27.886Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-03T00:45:27.886Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-03T00:45:27.886Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-03T00:45:27.886Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-03T00:45:27.886Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-03T00:45:28.153Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-03T00:45:28.153Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-03T00:45:28.153Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-03T00:45:28.153Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-03T00:45:28.153Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-03T00:45:28.153Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-03T00:45:28.153Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-03T00:45:28.153Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-03T00:45:28.153Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-03T00:45:28.153Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-03T00:45:28.153Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-03T00:45:28.425Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-03T00:45:28.425Z] Fetched 3530 kB in 1s (3479 kB/s) [2021-03-03T00:45:28.699Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-03T00:45:28.699Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-03T00:45:28.699Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-03T00:45:28.699Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-03T00:45:28.699Z] Selecting previously unselected package udev. [2021-03-03T00:45:28.962Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-03T00:45:28.962Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-03T00:45:28.962Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-03T00:45:29.225Z] Selecting previously unselected package libfuse2:amd64. [2021-03-03T00:45:29.225Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-03T00:45:29.225Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-03T00:45:29.225Z] Selecting previously unselected package fuse. [2021-03-03T00:45:29.225Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-03T00:45:29.225Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-03T00:45:29.487Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-03T00:45:29.487Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-03T00:45:29.487Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-03T00:45:29.763Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-03T00:45:29.763Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-03T00:45:29.763Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-03T00:45:30.027Z] Selecting previously unselected package libksba8:amd64. [2021-03-03T00:45:30.027Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-03T00:45:30.027Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-03T00:45:30.027Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-03T00:45:30.027Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-03T00:45:30.027Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T00:45:30.293Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-03T00:45:30.293Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-03T00:45:30.293Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T00:45:30.293Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-03T00:45:30.293Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-03T00:45:30.293Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T00:45:30.566Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-03T00:45:30.566Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-03T00:45:30.566Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T00:45:30.829Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-03T00:45:30.829Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-03T00:45:30.829Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T00:45:31.092Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-03T00:45:31.092Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-03T00:45:31.092Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T00:45:31.092Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-03T00:45:31.092Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-03T00:45:31.092Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T00:45:31.356Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-03T00:45:31.356Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-03T00:45:31.356Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T00:45:31.356Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-03T00:45:31.356Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-03T00:45:31.356Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T00:45:31.621Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-03T00:45:31.621Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-03T00:45:31.621Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-03T00:45:31.621Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-03T00:45:31.621Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-03T00:45:31.621Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-03T00:45:31.890Z] Selecting previously unselected package libldap-common. [2021-03-03T00:45:31.890Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-03T00:45:31.890Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-03T00:45:31.890Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-03T00:45:31.890Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-03T00:45:31.890Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-03T00:45:32.157Z] Selecting previously unselected package dirmngr. [2021-03-03T00:45:32.157Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-03T00:45:32.157Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-03T00:45:32.157Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-03T00:45:32.157Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-03T00:45:32.423Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-03T00:45:32.423Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-03T00:45:32.423Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-03T00:45:32.423Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-03T00:45:32.423Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T00:45:32.423Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-03T00:45:32.688Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-03T00:45:32.688Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-03T00:45:33.268Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-03T00:45:33.268Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T00:45:33.533Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-03T00:45:33.533Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-03T00:45:33.533Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-03T00:45:33.533Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T00:45:33.533Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T00:45:33.797Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T00:45:33.797Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T00:45:33.797Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T00:45:33.797Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T00:45:33.797Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-03T00:45:33.797Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-03T00:45:33.797Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-03T00:45:33.797Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-03T00:45:34.753Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-03T00:45:34.753Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-03T00:45:34.753Z] This means they are not meant to be enabled using systemctl. [2021-03-03T00:45:34.753Z] Possible reasons for having this kind of units are: [2021-03-03T00:45:34.753Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-03T00:45:34.753Z] .wants/ or .requires/ directory. [2021-03-03T00:45:34.753Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-03T00:45:34.753Z] a requirement dependency on it. [2021-03-03T00:45:34.753Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-03T00:45:34.753Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-03T00:45:34.753Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-03T00:45:34.753Z] instance name specified. [2021-03-03T00:45:34.819Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T00:45:34.819Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-03T00:45:34.819Z] ---> f565ba859e3e [2021-03-03T00:45:34.819Z] Step 3/21 : WORKDIR /edgex-go [2021-03-03T00:45:34.819Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T00:45:34.819Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-03T00:45:34.819Z] ---> f565ba859e3e [2021-03-03T00:45:34.819Z] Step 3/23 : WORKDIR /edgex-go [2021-03-03T00:45:34.819Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T00:45:34.819Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-03T00:45:34.819Z] ---> f565ba859e3e [2021-03-03T00:45:34.819Z] Step 3/26 : WORKDIR /edgex-go [2021-03-03T00:45:34.819Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T00:45:34.819Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-03-03T00:45:34.819Z] ---> f565ba859e3e [2021-03-03T00:45:34.819Z] Step 3/30 : WORKDIR /edgex-go [2021-03-03T00:45:34.819Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T00:45:34.819Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-03T00:45:34.819Z] ---> f565ba859e3e [2021-03-03T00:45:34.819Z] Step 3/22 : WORKDIR /edgex-go [2021-03-03T00:45:34.819Z] ---> Running in 9d579dec4ad8 [2021-03-03T00:45:34.819Z] ---> Running in fa125db90042 [2021-03-03T00:45:34.819Z] ---> Running in 51bb977d787e [2021-03-03T00:45:34.819Z] ---> Running in 08d5356eb3db [2021-03-03T00:45:34.819Z] ---> Running in de9a5cb056d7 [2021-03-03T00:45:34.819Z] Removing intermediate container 9d579dec4ad8 [2021-03-03T00:45:34.819Z] Removing intermediate container 08d5356eb3db [2021-03-03T00:45:34.819Z] ---> 829f2d7e282e [2021-03-03T00:45:34.819Z] ---> 7be93493d15f [2021-03-03T00:45:34.819Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T00:45:34.819Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container de9a5cb056d7 [2021-03-03T00:45:34.819Z] ---> 0a3a5366e978 [2021-03-03T00:45:34.819Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T00:45:34.819Z] [2021-03-03T00:45:34.819Z] Removing intermediate container 51bb977d787e [2021-03-03T00:45:34.819Z] ---> f8dfdd411111 [2021-03-03T00:45:34.819Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T00:45:34.819Z] Removing intermediate container fa125db90042 [2021-03-03T00:45:34.819Z] ---> 970df0b3142c [2021-03-03T00:45:34.819Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T00:45:34.819Z] ---> Running in ff664e0b3f8b [2021-03-03T00:45:34.819Z] ---> Running in d4673abbe5f2 [2021-03-03T00:45:34.819Z] ---> Running in e7a77a3f3938 [2021-03-03T00:45:34.819Z] ---> Running in e22b923c6ca6 [2021-03-03T00:45:34.819Z] ---> Running in 97e4af2ab2cc [2021-03-03T00:45:34.819Z] Removing intermediate container ff664e0b3f8b [2021-03-03T00:45:34.819Z] ---> 4fbdb17707cc [2021-03-03T00:45:34.819Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-03T00:45:34.819Z] ---> Running in 24cdf902c26d [2021-03-03T00:45:34.819Z] Removing intermediate container 97e4af2ab2cc [2021-03-03T00:45:34.819Z] ---> 181909437e2f [2021-03-03T00:45:34.819Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-03T00:45:34.819Z] Removing intermediate container d4673abbe5f2 [2021-03-03T00:45:34.819Z] ---> 82ba66889d41 [2021-03-03T00:45:34.819Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-03-03T00:45:34.819Z] ---> Running in f52026698f9d [2021-03-03T00:45:34.819Z] ---> Running in 5579b6dea40c [2021-03-03T00:45:34.819Z] Removing intermediate container e22b923c6ca6 [2021-03-03T00:45:34.819Z] ---> 3318eeb61546 [2021-03-03T00:45:34.819Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-03T00:45:34.819Z] Removing intermediate container e7a77a3f3938 [2021-03-03T00:45:34.819Z] ---> 52e4f93519fb [2021-03-03T00:45:34.819Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-03T00:45:34.819Z] ---> Running in 5e9f77ec620d [2021-03-03T00:45:34.819Z] ---> Running in f434a5bc9406 [2021-03-03T00:45:34.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T00:45:34.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T00:45:34.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T00:45:34.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T00:45:34.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T00:45:34.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T00:45:34.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T00:45:34.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T00:45:34.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T00:45:34.819Z] OK: 217 MiB in 51 packages [2021-03-03T00:45:34.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T00:45:34.819Z] OK: 217 MiB in 51 packages [2021-03-03T00:45:34.819Z] OK: 217 MiB in 51 packages [2021-03-03T00:45:34.819Z] OK: 217 MiB in 51 packages [2021-03-03T00:45:34.819Z] OK: 217 MiB in 51 packages [2021-03-03T00:45:35.096Z] Removing intermediate container f52026698f9d [2021-03-03T00:45:35.096Z] ---> 42f89eb1559a [2021-03-03T00:45:35.096Z] Step 6/22 : COPY go.mod . [2021-03-03T00:45:35.096Z] Removing intermediate container 24cdf902c26d [2021-03-03T00:45:35.096Z] ---> c678f454bd32 [2021-03-03T00:45:35.096Z] Step 6/23 : COPY go.mod . [2021-03-03T00:45:35.335Z] Reading package lists... [2021-03-03T00:45:35.335Z] Building dependency tree... [2021-03-03T00:45:35.335Z] Reading state information... [2021-03-03T00:45:35.602Z] The following additional packages will be installed: [2021-03-03T00:45:35.602Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-03T00:45:35.602Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-03T00:45:35.602Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-03T00:45:35.602Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-03T00:45:35.602Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-03T00:45:35.602Z] Suggested packages: [2021-03-03T00:45:35.602Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-03T00:45:35.602Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-03T00:45:35.602Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-03T00:45:35.602Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-03T00:45:35.602Z] systemd-container policykit-1 [2021-03-03T00:45:35.602Z] Recommended packages: [2021-03-03T00:45:35.602Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-03T00:45:35.602Z] The following NEW packages will be installed: [2021-03-03T00:45:35.602Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-03T00:45:35.602Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-03T00:45:35.603Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-03T00:45:35.603Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-03T00:45:35.603Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-03T00:45:35.603Z] The following packages will be upgraded: [2021-03-03T00:45:35.603Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-03T00:45:35.700Z] Removing intermediate container 5579b6dea40c [2021-03-03T00:45:35.700Z] ---> eb26a9731815 [2021-03-03T00:45:35.700Z] Step 6/30 : COPY go.mod . [2021-03-03T00:45:35.700Z] Removing intermediate container 5e9f77ec620d [2021-03-03T00:45:35.700Z] ---> 3f78072d9d5f [2021-03-03T00:45:35.701Z] Step 6/21 : COPY go.mod . [2021-03-03T00:45:35.867Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-03T00:45:35.867Z] Need to get 35.2 MB of archives. [2021-03-03T00:45:35.867Z] After this operation, 141 MB of additional disk space will be used. [2021-03-03T00:45:35.867Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-03T00:45:35.867Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-03T00:45:35.980Z] ---> 6d05fbe0464f [2021-03-03T00:45:35.980Z] Step 7/22 : RUN go mod download [2021-03-03T00:45:36.262Z] ---> Running in 1f2de77809dc [2021-03-03T00:45:36.262Z] Removing intermediate container f434a5bc9406 [2021-03-03T00:45:36.262Z] ---> de5064332fdf [2021-03-03T00:45:36.262Z] Step 6/26 : COPY go.mod . [2021-03-03T00:45:36.262Z] ---> d3ed61dae230 [2021-03-03T00:45:36.262Z] Step 7/23 : RUN go mod download [2021-03-03T00:45:36.449Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-03T00:45:36.541Z] ---> Running in 5c8bb9579f83 [2021-03-03T00:45:36.714Z] 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-03T00:45:36.714Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-03T00:45:36.714Z] 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-03T00:45:36.714Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-03T00:45:36.714Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-03T00:45:36.714Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-03T00:45:36.714Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-03T00:45:36.714Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-03T00:45:36.714Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-03T00:45:36.714Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-03T00:45:36.714Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-03T00:45:36.714Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-03T00:45:36.714Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-03T00:45:36.714Z] 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-03T00:45:36.714Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-03T00:45:36.714Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-03T00:45:36.819Z] ---> c56aa94efb77 [2021-03-03T00:45:36.819Z] Step 7/30 : RUN go mod download [2021-03-03T00:45:36.819Z] ---> b0299cef5145 [2021-03-03T00:45:36.819Z] Step 7/21 : RUN go mod download [2021-03-03T00:45:36.981Z] 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-03T00:45:36.981Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-03T00:45:36.981Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-03T00:45:36.981Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-03T00:45:36.981Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-03T00:45:36.981Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-03T00:45:36.981Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-03T00:45:36.981Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-03T00:45:36.981Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-03T00:45:36.981Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-03T00:45:36.981Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-03T00:45:37.098Z] ---> Running in 9ee0270d8902 [2021-03-03T00:45:37.098Z] ---> Running in 9bc8f5faecf1 [2021-03-03T00:45:37.377Z] ---> 822d902954e5 [2021-03-03T00:45:37.377Z] Step 7/26 : RUN go mod download [2021-03-03T00:45:37.652Z] ---> Running in d3dd1d418d21 [2021-03-03T00:45:38.377Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-03T00:45:38.377Z] Fetched 35.2 MB in 2s (14.6 MB/s) [2021-03-03T00:45:38.377Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-03T00:45:38.377Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-03T00:45:38.643Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-03T00:45:39.218Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-03T00:45:39.218Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-03T00:45:39.486Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-03T00:45:39.486Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-03T00:45:39.486Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-03T00:45:39.486Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-03T00:45:39.751Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-03T00:45:40.014Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-03T00:45:40.014Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-03T00:45:40.014Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-03T00:45:40.593Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-03T00:45:40.593Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-03T00:45:41.062Z] Removing intermediate container 1f2de77809dc [2021-03-03T00:45:41.062Z] ---> c9cab456c00e [2021-03-03T00:45:41.062Z] Step 8/22 : COPY . . [2021-03-03T00:45:41.062Z] Removing intermediate container 5c8bb9579f83 [2021-03-03T00:45:41.062Z] ---> da4320df3d8e [2021-03-03T00:45:41.062Z] Step 8/23 : COPY . . [2021-03-03T00:45:41.174Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-03T00:45:42.580Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-03T00:45:42.580Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-03T00:45:42.580Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-03T00:45:42.580Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-03T00:45:42.580Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-03T00:45:42.580Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-03T00:45:42.846Z] Selecting previously unselected package libexpat1:amd64. [2021-03-03T00:45:42.846Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-03T00:45:42.846Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-03T00:45:43.067Z] Removing intermediate container 9bc8f5faecf1 [2021-03-03T00:45:43.067Z] ---> 5ac7b5d86568 [2021-03-03T00:45:43.067Z] Step 8/21 : COPY . . [2021-03-03T00:45:43.108Z] Selecting previously unselected package python3.6-minimal. [2021-03-03T00:45:43.108Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-03T00:45:43.108Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-03T00:45:43.376Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-03T00:45:43.638Z] Checking for services that may need to be restarted...done. [2021-03-03T00:45:43.638Z] Checking for services that may need to be restarted...done. [2021-03-03T00:45:43.638Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-03T00:45:43.638Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-03T00:45:43.638Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-03T00:45:44.046Z] Removing intermediate container 9ee0270d8902 [2021-03-03T00:45:44.046Z] ---> 8cf4e3cc6c79 [2021-03-03T00:45:44.046Z] Step 8/30 : COPY . . [2021-03-03T00:45:44.215Z] Selecting previously unselected package python3-minimal. [2021-03-03T00:45:44.215Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-03T00:45:44.215Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-03T00:45:44.215Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-03T00:45:44.478Z] Selecting previously unselected package mime-support. [2021-03-03T00:45:44.478Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-03T00:45:44.478Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-03T00:45:44.478Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-03T00:45:44.478Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-03T00:45:44.478Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-03T00:45:44.741Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-03T00:45:44.741Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-03T00:45:44.741Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-03T00:45:45.003Z] Selecting previously unselected package python3.6. [2021-03-03T00:45:45.003Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-03T00:45:45.003Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-03T00:45:45.003Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-03T00:45:45.003Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-03T00:45:45.003Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-03T00:45:45.033Z] Removing intermediate container d3dd1d418d21 [2021-03-03T00:45:45.033Z] ---> f6fcd4c302c9 [2021-03-03T00:45:45.033Z] Step 8/26 : COPY . . [2021-03-03T00:45:45.265Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-03T00:45:45.529Z] Selecting previously unselected package python3. [2021-03-03T00:45:45.792Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-03T00:45:45.792Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-03T00:45:45.792Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-03T00:45:45.792Z] Selecting previously unselected package multiarch-support. [2021-03-03T00:45:45.792Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-03T00:45:45.792Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-03T00:45:45.792Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-03T00:45:46.055Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-03T00:45:46.055Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-03T00:45:46.055Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-03T00:45:46.055Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-03T00:45:46.055Z] Selecting previously unselected package libbsd0:amd64. [2021-03-03T00:45:46.055Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-03T00:45:46.055Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-03T00:45:46.320Z] Selecting previously unselected package sudo. [2021-03-03T00:45:46.320Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-03T00:45:46.320Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-03T00:45:46.320Z] Selecting previously unselected package apparmor. [2021-03-03T00:45:46.320Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-03T00:45:46.583Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-03T00:45:46.583Z] Selecting previously unselected package libedit2:amd64. [2021-03-03T00:45:46.583Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-03T00:45:46.583Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-03T00:45:46.845Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-03T00:45:46.845Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-03T00:45:46.845Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-03T00:45:46.845Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-03T00:45:46.845Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-03T00:45:46.845Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-03T00:45:47.108Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-03T00:45:47.108Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-03T00:45:47.108Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-03T00:45:47.108Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-03T00:45:47.108Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-03T00:45:47.108Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-03T00:45:47.373Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-03T00:45:47.373Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-03T00:45:47.373Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-03T00:45:47.373Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-03T00:45:47.373Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-03T00:45:47.373Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-03T00:45:47.635Z] Selecting previously unselected package openssh-client. [2021-03-03T00:45:47.635Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-03T00:45:47.635Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-03T00:45:47.909Z] Selecting previously unselected package squashfs-tools. [2021-03-03T00:45:47.909Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-03T00:45:47.909Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-03T00:45:48.172Z] Selecting previously unselected package snapd. [2021-03-03T00:45:48.172Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-03T00:45:48.172Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-03T00:45:50.769Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-03T00:45:50.769Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-03T00:45:51.035Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-03T00:45:51.036Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-03T00:45:51.302Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-03T00:45:51.302Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-03T00:45:51.302Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-03T00:45:51.302Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-03T00:45:51.302Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-03T00:45:52.259Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-03T00:45:52.521Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-03T00:45:52.521Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-03T00:45:52.521Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-03T00:45:52.521Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-03T00:45:52.783Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-03T00:45:53.735Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-03T00:45:53.735Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-03T00:45:53.735Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-03T00:45:53.735Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-03T00:45:53.735Z] running python rtupdate hooks for python3.6... [2021-03-03T00:45:53.735Z] running python post-rtupdate hooks for python3.6... [2021-03-03T00:45:53.997Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-03T00:45:55.926Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-03T00:45:55.926Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-03T00:45:55.926Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-03T00:45:55.926Z] Setting up snapd (2.48.3+18.04) ... [2021-03-03T00:45:56.503Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-03T00:45:56.766Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-03T00:45:57.029Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-03T00:45:57.292Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-03T00:45:57.558Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-03T00:45:57.558Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-03T00:45:57.819Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-03T00:45:58.082Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-03T00:45:58.345Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-03T00:45:58.920Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-03T00:45:58.920Z] /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-03T00:45:58.920Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-03T00:45:58.920Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-03T00:46:00.845Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-03T00:46:00.845Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-03T00:46:00.845Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-03T00:46:02.773Z] Reading package lists... [2021-03-03T00:46:03.039Z] Reading package lists... [2021-03-03T00:46:03.304Z] Building dependency tree... [2021-03-03T00:46:03.304Z] Reading state information... [2021-03-03T00:46:03.567Z] Calculating upgrade... [2021-03-03T00:46:03.832Z] The following packages will be upgraded: [2021-03-03T00:46:03.832Z] advancecomp base-files bash binutils binutils-common [2021-03-03T00:46:03.832Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-03T00:46:03.832Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-03T00:46:03.832Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-03T00:46:03.832Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-03T00:46:03.832Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-03T00:46:03.832Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-03T00:46:03.832Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-03T00:46:03.832Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-03T00:46:03.832Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-03T00:46:03.832Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-03T00:46:03.832Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-03T00:46:03.832Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-03T00:46:03.832Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-03T00:46:03.832Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-03T00:46:04.098Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-03T00:46:04.098Z] Need to get 63.8 MB of archives. [2021-03-03T00:46:04.098Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-03T00:46:04.098Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-03T00:46:04.098Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-03T00:46:04.098Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-03T00:46:04.098Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-03T00:46:04.098Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-03T00:46:04.098Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-03T00:46:04.098Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-03T00:46:04.098Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-03T00:46:04.098Z] 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-03T00:46:04.098Z] 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-03T00:46:04.099Z] 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-03T00:46:04.099Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-03T00:46:04.099Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-03T00:46:04.099Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-03T00:46:04.099Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-03T00:46:04.099Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-03T00:46:04.099Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-03T00:46:04.369Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-03T00:46:04.369Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-03T00:46:04.369Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-03T00:46:04.369Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-03T00:46:04.369Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-03T00:46:04.369Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-03T00:46:04.369Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-03T00:46:04.369Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-03T00:46:04.369Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-03T00:46:04.369Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-03T00:46:04.369Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-03T00:46:04.369Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-03T00:46:04.369Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-03T00:46:04.369Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-03T00:46:04.369Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-03T00:46:04.369Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-03T00:46:04.369Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-03T00:46:04.369Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-03T00:46:04.369Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-03-03T00:46:04.369Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-03T00:46:04.369Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-03T00:46:04.637Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-03T00:46:04.637Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-03T00:46:04.637Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-03T00:46:04.637Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-03T00:46:04.637Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-03T00:46:04.637Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-03T00:46:04.637Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-03T00:46:04.637Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-03T00:46:04.637Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-03T00:46:04.637Z] Get:48 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-03T00:46:04.637Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-03T00:46:04.637Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-03T00:46:04.637Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-03T00:46:04.637Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-03T00:46:04.637Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-03T00:46:04.637Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-03T00:46:04.637Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-03T00:46:04.905Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-03T00:46:04.905Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-03T00:46:05.168Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-03T00:46:05.168Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-03T00:46:05.168Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-03T00:46:05.168Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-03T00:46:05.168Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-03T00:46:05.168Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-03T00:46:05.168Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-03T00:46:05.431Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-03T00:46:05.431Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-03T00:46:05.696Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-03T00:46:05.696Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-03T00:46:05.696Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-03T00:46:05.696Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-03T00:46:05.696Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-03T00:46:05.696Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-03T00:46:05.696Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-03T00:46:05.696Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-03T00:46:05.696Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-03T00:46:05.696Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-03T00:46:05.696Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-03T00:46:05.696Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-03T00:46:05.960Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-03T00:46:05.960Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-03T00:46:05.960Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-03T00:46:05.960Z] Get:82 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-03T00:46:05.960Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-03T00:46:05.960Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-03T00:46:05.960Z] Get:85 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-03T00:46:05.960Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-03T00:46:05.960Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-03T00:46:05.960Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-03T00:46:05.960Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-03T00:46:05.960Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-03T00:46:05.960Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-03T00:46:06.223Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-03T00:46:06.223Z] Get:93 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-03T00:46:06.223Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-03T00:46:06.223Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-03T00:46:06.223Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-03T00:46:06.223Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-03T00:46:06.223Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-03T00:46:06.223Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-03T00:46:06.486Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-03T00:46:06.486Z] Fetched 63.8 MB in 2s (28.2 MB/s) [2021-03-03T00:46:06.486Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T00:46:06.486Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-03T00:46:06.486Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-03T00:46:07.209Z] ---> 4d2b47546e42 [2021-03-03T00:46:07.209Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-03T00:46:07.209Z] ---> 465b72a882bf [2021-03-03T00:46:07.209Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-03T00:46:07.209Z] ---> 82be692f4088 [2021-03-03T00:46:07.209Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-03T00:46:07.209Z] ---> 92ea90bf791a [2021-03-03T00:46:07.209Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-03T00:46:07.209Z] ---> a1d39a7977ba [2021-03-03T00:46:07.209Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-03T00:46:07.439Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-03T00:46:07.439Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-03T00:46:07.483Z] ---> Running in 28ec5efe13ec [2021-03-03T00:46:07.483Z] ---> Running in 90dcbd9b0a92 [2021-03-03T00:46:07.483Z] ---> Running in 7badadb9809a [2021-03-03T00:46:07.702Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-03T00:46:07.703Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-03T00:46:07.757Z] ---> Running in ea08c4bec93d [2021-03-03T00:46:07.757Z] ---> Running in 7e5b57d95e2c [2021-03-03T00:46:08.654Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-03T00:46:08.654Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-03T00:46:08.654Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-03T00:46:08.916Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-03T00:46:08.916Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-03T00:46:09.179Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-03T00:46:09.179Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-03T00:46:09.179Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-03T00:46:09.442Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-03T00:46:09.442Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-03T00:46:09.442Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-03T00:46:09.706Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-03T00:46:09.706Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-03T00:46:09.706Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-03T00:46:09.776Z] 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-03T00:46:09.777Z] 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-03T00:46:09.969Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-03T00:46:09.969Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-03T00:46:09.969Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-03T00:46:09.969Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-03T00:46:10.052Z] 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-03T00:46:10.052Z] 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-03T00:46:10.052Z] 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-03T00:46:10.234Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-03T00:46:10.234Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-03T00:46:10.234Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-03T00:46:10.234Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-03T00:46:10.497Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-03T00:46:10.497Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-03T00:46:10.497Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-03T00:46:10.760Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-03T00:46:10.760Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-03T00:46:11.023Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-03T00:46:11.023Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-03T00:46:11.286Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-03T00:46:11.861Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-03T00:46:12.438Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-03T00:46:12.438Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-03T00:46:12.438Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-03T00:46:12.438Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-03T00:46:12.438Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-03T00:46:12.702Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-03T00:46:12.702Z] Installing new version of config file /etc/issue ... [2021-03-03T00:46:12.702Z] Installing new version of config file /etc/issue.net ... [2021-03-03T00:46:12.702Z] Installing new version of config file /etc/lsb-release ... [2021-03-03T00:46:12.965Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-03T00:46:13.228Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-03T00:46:13.228Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-03T00:46:13.228Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-03T00:46:13.491Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T00:46:13.491Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-03T00:46:13.491Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-03T00:46:13.753Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-03T00:46:13.753Z] 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-03T00:46:14.017Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T00:46:14.017Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-03T00:46:14.017Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-03T00:46:14.017Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-03T00:46:14.280Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T00:46:14.280Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-03T00:46:14.280Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-03T00:46:14.558Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-03T00:46:14.558Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T00:46:14.558Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-03T00:46:14.558Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-03T00:46:14.821Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-03T00:46:15.084Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T00:46:15.084Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-03T00:46:15.084Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-03T00:46:15.347Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-03T00:46:15.347Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T00:46:15.347Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-03T00:46:15.347Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-03T00:46:15.609Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-03T00:46:15.870Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T00:46:15.871Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-03T00:46:15.871Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-03T00:46:15.871Z] Setting up grep (3.1-2build1) ... [2021-03-03T00:46:16.141Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T00:46:16.141Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-03T00:46:16.141Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-03T00:46:16.141Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-03T00:46:16.404Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T00:46:16.404Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-03T00:46:16.404Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-03T00:46:16.404Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-03T00:46:16.667Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T00:46:16.667Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-03T00:46:16.667Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-03T00:46:17.615Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-03T00:46:17.615Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-03T00:46:17.615Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-03T00:46:17.615Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-03T00:46:18.190Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-03T00:46:18.453Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T00:46:18.453Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-03T00:46:18.453Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-03T00:46:19.848Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-03T00:46:19.848Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-03T00:46:19.848Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-03T00:46:19.848Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-03T00:46:19.848Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-03T00:46:19.848Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T00:46:19.848Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-03T00:46:19.848Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-03T00:46:20.112Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-03T00:46:20.376Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T00:46:20.376Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-03T00:46:20.376Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-03T00:46:20.376Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-03T00:46:20.639Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T00:46:20.639Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-03T00:46:20.639Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-03T00:46:20.639Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-03T00:46:20.903Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T00:46:20.903Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-03T00:46:20.903Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-03T00:46:20.903Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-03T00:46:21.167Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T00:46:21.167Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-03T00:46:21.167Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-03T00:46:21.432Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-03T00:46:21.432Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T00:46:21.432Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-03T00:46:21.432Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-03T00:46:21.701Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-03T00:46:21.701Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-03T00:46:21.701Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-03T00:46:21.966Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T00:46:21.966Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-03T00:46:21.966Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-03T00:46:21.966Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-03T00:46:22.231Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T00:46:22.231Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-03T00:46:22.231Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-03T00:46:22.231Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-03T00:46:22.231Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T00:46:22.231Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-03T00:46:22.496Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-03T00:46:22.496Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-03T00:46:22.764Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T00:46:22.764Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-03T00:46:22.764Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-03T00:46:23.341Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-03T00:46:23.605Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-03T00:46:24.178Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-03T00:46:24.441Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T00:46:24.441Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-03T00:46:24.441Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-03T00:46:24.704Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-03T00:46:24.966Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-03T00:46:24.966Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-03T00:46:24.966Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-03T00:46:25.228Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-03T00:46:25.228Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T00:46:25.228Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-03T00:46:25.490Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-03T00:46:25.490Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-03T00:46:26.068Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T00:46:26.068Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-03T00:46:26.068Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-03T00:46:26.068Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-03T00:46:26.335Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T00:46:26.335Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-03T00:46:26.335Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-03T00:46:26.335Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-03T00:46:26.598Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T00:46:26.598Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-03T00:46:26.598Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-03T00:46:26.861Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-03T00:46:26.861Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T00:46:26.861Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-03T00:46:27.124Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-03T00:46:27.124Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-03T00:46:27.386Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T00:46:27.386Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-03T00:46:27.386Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-03T00:46:27.648Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-03T00:46:27.912Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T00:46:27.912Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-03T00:46:27.912Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-03T00:46:28.174Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-03T00:46:28.174Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-03T00:46:28.174Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-03T00:46:28.437Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-03T00:46:28.437Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-03T00:46:28.702Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T00:46:28.702Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-03T00:46:28.702Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-03T00:46:28.702Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-03T00:46:28.967Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T00:46:28.967Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-03T00:46:28.967Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-03T00:46:28.967Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-03T00:46:29.549Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T00:46:29.549Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-03T00:46:29.549Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-03T00:46:29.549Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-03T00:46:29.812Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T00:46:29.812Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-03-03T00:46:29.812Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-03T00:46:29.812Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-03-03T00:46:30.081Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T00:46:30.081Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-03T00:46:30.081Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-03T00:46:30.675Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-03T00:46:30.675Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T00:46:30.675Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-03T00:46:30.940Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-03T00:46:30.940Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-03T00:46:31.203Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T00:46:31.203Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-03T00:46:31.204Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-03T00:46:31.204Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-03T00:46:31.469Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T00:46:31.469Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-03T00:46:31.469Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-03T00:46:31.752Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-03T00:46:31.752Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T00:46:31.752Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-03T00:46:31.752Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-03T00:46:32.016Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-03T00:46:32.016Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T00:46:32.016Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-03T00:46:32.016Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-03T00:46:32.280Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-03T00:46:32.542Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T00:46:32.542Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-03T00:46:32.542Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-03T00:46:32.542Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-03T00:46:32.805Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-03T00:46:32.805Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-03T00:46:32.805Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-03T00:46:32.805Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-03T00:46:33.068Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-03T00:46:33.068Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-03T00:46:33.068Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-03T00:46:33.068Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-03T00:46:33.331Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-03T00:46:33.593Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-03T00:46:33.593Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-03T00:46:33.856Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-03T00:46:33.856Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-03T00:46:34.121Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-03T00:46:34.385Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-03T00:46:34.386Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-03T00:46:34.386Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-03T00:46:34.650Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-03T00:46:34.650Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-03T00:46:34.650Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-03T00:46:34.913Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-03T00:46:34.913Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-03T00:46:34.913Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-03T00:46:35.176Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-03T00:46:35.176Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-03T00:46:35.176Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-03T00:46:35.176Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-03T00:46:35.442Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-03T00:46:35.442Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-03T00:46:36.399Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-03T00:46:36.399Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-03T00:46:36.669Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-03T00:46:36.669Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-03T00:46:36.933Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-03T00:46:36.933Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-03T00:46:37.514Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-03T00:46:37.514Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-03T00:46:37.778Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-03T00:46:37.778Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-03T00:46:37.778Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-03T00:46:37.778Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-03T00:46:38.041Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-03T00:46:38.041Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-03T00:46:38.305Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-03T00:46:38.305Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-03T00:46:38.305Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-03T00:46:38.570Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-03T00:46:38.570Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-03T00:46:38.570Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-03T00:46:39.968Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-03T00:46:39.968Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-03T00:46:41.370Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-03T00:46:41.370Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-03T00:46:41.949Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-03T00:46:41.949Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-03T00:46:42.537Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-03T00:46:42.537Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-03T00:46:43.939Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-03T00:46:43.939Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-03T00:46:43.940Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-03T00:46:43.940Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-03T00:46:43.940Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-03T00:46:43.940Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-03T00:46:44.262Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-03T00:46:44.262Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-03T00:46:44.526Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-03T00:46:44.526Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-03T00:46:44.526Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-03T00:46:44.526Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-03T00:46:44.788Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-03T00:46:44.788Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-03T00:46:45.051Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-03T00:46:45.051Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-03T00:46:45.051Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-03T00:46:45.051Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-03T00:46:45.315Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-03T00:46:45.315Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-03T00:46:45.315Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-03T00:46:45.315Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-03T00:46:45.315Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-03T00:46:45.315Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-03T00:46:45.578Z] [2021-03-03T00:46:45.578Z] Current default time zone: 'Etc/UTC' [2021-03-03T00:46:45.578Z] Local time is now: Wed Mar 3 00:46:45 UTC 2021. [2021-03-03T00:46:45.578Z] Universal Time is now: Wed Mar 3 00:46:45 UTC 2021. [2021-03-03T00:46:45.578Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-03T00:46:45.578Z] [2021-03-03T00:46:45.578Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-03T00:46:45.841Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-03T00:46:45.841Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-03T00:46:45.841Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-03T00:46:45.841Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-03T00:46:45.841Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-03T00:46:45.841Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-03T00:46:45.841Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-03T00:46:46.103Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-03T00:46:46.103Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-03T00:46:46.103Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-03T00:46:46.103Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-03T00:46:46.366Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-03T00:46:46.366Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-03T00:46:46.366Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-03T00:46:46.366Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-03T00:46:46.629Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-03T00:46:46.629Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-03T00:46:46.629Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-03T00:46:46.629Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-03T00:46:46.629Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-03T00:46:46.629Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-03T00:46:46.629Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-03T00:46:49.198Z] Updating certificates in /etc/ssl/certs... [2021-03-03T00:46:50.149Z] 23 added, 27 removed; done. [2021-03-03T00:46:50.149Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-03T00:46:50.149Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-03T00:46:50.412Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-03T00:46:50.412Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-03T00:46:50.412Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-03T00:46:50.412Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-03T00:46:50.412Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-03T00:46:50.412Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-03T00:46:50.675Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-03T00:46:50.675Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-03T00:46:50.675Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-03T00:46:50.675Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-03T00:46:50.675Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-03T00:46:50.675Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-03T00:46:50.943Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-03T00:46:50.944Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-03T00:46:50.944Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-03T00:46:50.944Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-03T00:46:50.944Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-03T00:46:50.944Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-03T00:46:50.944Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-03T00:46:51.208Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-03T00:46:51.208Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-03T00:46:51.208Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-03T00:46:51.471Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-03T00:46:51.471Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-03T00:46:51.471Z] Updating certificates in /etc/ssl/certs... [2021-03-03T00:46:52.423Z] 0 added, 0 removed; done. [2021-03-03T00:46:52.423Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-03T00:46:52.423Z] done. [2021-03-03T00:46:53.379Z] Reading package lists... [2021-03-03T00:46:53.379Z] Building dependency tree... [2021-03-03T00:46:53.379Z] Reading state information... [2021-03-03T00:46:53.642Z] The following NEW packages will be installed: [2021-03-03T00:46:53.642Z] apt-transport-https [2021-03-03T00:46:53.904Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-03T00:46:53.904Z] Need to get 1696 B of archives. [2021-03-03T00:46:53.904Z] After this operation, 153 kB of additional disk space will be used. [2021-03-03T00:46:53.904Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-03T00:46:54.169Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-03T00:46:54.169Z] Fetched 1696 B in 0s (8293 B/s) [2021-03-03T00:46:54.169Z] Selecting previously unselected package apt-transport-https. [2021-03-03T00:46:54.169Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-03T00:46:54.169Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-03T00:46:54.169Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-03T00:46:54.169Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-03T00:46:54.744Z] Waiting for network to be ready... [2021-03-03T00:47:01.361Z] 2021-03-03T00:46:59Z INFO Waiting for automatic snapd restart... [2021-03-03T00:47:01.361Z] snapd 2.48.2.1 from Canonical* installed [2021-03-03T00:47:01.361Z] "snapd" switched to the "latest/stable" channel [2021-03-03T00:47:01.361Z] [2021-03-03T00:47:07.997Z] core18 20210128 from Canonical* installed [2021-03-03T00:47:07.997Z] "core18" switched to the "latest/stable" channel [2021-03-03T00:47:07.997Z] [2021-03-03T00:47:16.152Z] snapcraft 4.5.1 from Canonical* installed [2021-03-03T00:47:16.152Z] "snapcraft" switched to the "latest/stable" channel [2021-03-03T00:47:16.152Z] [2021-03-03T00:47:20.372Z] 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-03T00:47:20.373Z] - README.md [2021-03-03T00:47:20.373Z] - snapcraft.yaml.orig [2021-03-03T00:47:20.373Z] [2021-03-03T00:47:20.373Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-03T00:47:26.986Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-03T00:47:26.986Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-03T00:47:26.986Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-03T00:47:26.986Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-03T00:47:28.912Z] Reading package lists... [2021-03-03T00:47:29.486Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 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-03T00:47:36.100Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-03T00:47:36.100Z] Reading package lists... [2021-03-03T00:47:36.100Z] Building dependency tree... [2021-03-03T00:47:36.100Z] Reading state information... [2021-03-03T00:47:36.100Z] Suggested packages: [2021-03-03T00:47:36.100Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-03T00:47:36.100Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-03T00:47:36.100Z] Recommended packages: [2021-03-03T00:47:36.100Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-03T00:47:36.100Z] The following NEW packages will be installed: [2021-03-03T00:47:36.100Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-03T00:47:36.100Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-03T00:47:36.100Z] pkg-config zip [2021-03-03T00:47:36.363Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-03T00:47:36.363Z] Need to get 7655 kB of archives. [2021-03-03T00:47:36.363Z] After this operation, 43.7 MB of additional disk space will be used. [2021-03-03T00:47:36.363Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-03-03T00:47:36.363Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-03T00:47:36.363Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-03T00:47:36.625Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-03T00:47:36.626Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-03T00:47:36.626Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-03T00:47:36.626Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-03T00:47:36.891Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-03T00:47:36.891Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-03T00:47:36.891Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-03T00:47:36.891Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-03T00:47:36.891Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-03-03T00:47:36.891Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-03-03T00:47:37.155Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-03T00:47:37.155Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-03T00:47:37.419Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-03T00:47:37.419Z] Fetched 7655 kB in 1s (7119 kB/s) [2021-03-03T00:47:37.419Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-03T00:47:37.419Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-03T00:47:37.419Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-03-03T00:47:37.684Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-03-03T00:47:37.947Z] Selecting previously unselected package libpsl5:amd64. [2021-03-03T00:47:37.947Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-03T00:47:37.947Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-03T00:47:37.948Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-03T00:47:37.948Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-03T00:47:37.948Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-03T00:47:37.948Z] Selecting previously unselected package librtmp1:amd64. [2021-03-03T00:47:37.948Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-03T00:47:37.948Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-03T00:47:38.210Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-03T00:47:38.210Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-03T00:47:38.210Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-03T00:47:38.210Z] Selecting previously unselected package liberror-perl. [2021-03-03T00:47:38.210Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-03T00:47:38.210Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-03T00:47:38.473Z] Selecting previously unselected package git-man. [2021-03-03T00:47:38.473Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-03-03T00:47:38.473Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-03T00:47:38.473Z] Selecting previously unselected package git. [2021-03-03T00:47:38.473Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-03-03T00:47:38.736Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-03-03T00:47:39.687Z] Selecting previously unselected package libnorm1:amd64. [2021-03-03T00:47:39.687Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-03T00:47:39.687Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-03T00:47:39.687Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-03T00:47:39.687Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-03T00:47:39.687Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-03T00:47:39.948Z] Selecting previously unselected package libsodium23:amd64. [2021-03-03T00:47:39.948Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-03T00:47:39.948Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-03T00:47:39.948Z] Selecting previously unselected package libzmq5:amd64. [2021-03-03T00:47:39.948Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-03T00:47:39.948Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-03T00:47:40.210Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-03T00:47:40.210Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-03T00:47:40.210Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-03T00:47:40.477Z] Selecting previously unselected package pkg-config. [2021-03-03T00:47:40.477Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-03T00:47:40.477Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-03T00:47:40.477Z] Selecting previously unselected package zip. [2021-03-03T00:47:40.477Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-03T00:47:40.477Z] Unpacking zip (3.0-11build1) ... [2021-03-03T00:47:40.743Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-03T00:47:40.743Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-03T00:47:40.743Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-03T00:47:40.743Z] Setting up liberror-perl (0.17025-1) ... [2021-03-03T00:47:40.743Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-03T00:47:40.743Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-03-03T00:47:40.743Z] No schema files found: doing nothing. [2021-03-03T00:47:40.743Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-03T00:47:40.743Z] Setting up zip (3.0-11build1) ... [2021-03-03T00:47:40.743Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-03T00:47:41.007Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-03T00:47:41.007Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-03T00:47:41.007Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-03T00:47:41.007Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-03T00:47:41.007Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-03T00:47:41.007Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-03-03T00:47:41.272Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-03T00:47:46.906Z] 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-03T00:47:47.877Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-03T00:47:48.140Z] git set to automatically installed. [2021-03-03T00:47:48.140Z] git-man set to automatically installed. [2021-03-03T00:47:48.140Z] libcurl3-gnutls set to automatically installed. [2021-03-03T00:47:48.140Z] liberror-perl set to automatically installed. [2021-03-03T00:47:48.140Z] libglib2.0-0 set to automatically installed. [2021-03-03T00:47:48.140Z] libnghttp2-14 set to automatically installed. [2021-03-03T00:47:48.140Z] libnorm1 set to automatically installed. [2021-03-03T00:47:48.140Z] libpgm-5.2-0 set to automatically installed. [2021-03-03T00:47:48.140Z] libpsl5 set to automatically installed. [2021-03-03T00:47:48.140Z] librtmp1 set to automatically installed. [2021-03-03T00:47:48.140Z] libsodium23 set to automatically installed. [2021-03-03T00:47:48.140Z] libzmq3-dev set to automatically installed. [2021-03-03T00:47:48.140Z] libzmq5 set to automatically installed. [2021-03-03T00:47:48.140Z] pkg-config set to automatically installed. [2021-03-03T00:47:48.140Z] zip set to automatically installed. [2021-03-03T00:47:49.534Z] snapd is not logged in, snap install commands will use sudo [2021-03-03T00:47:56.147Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-03T00:47:56.410Z] snap "core18" has no updates available [2021-03-03T00:47:57.358Z] Pulling config-common [2021-03-03T00:47:57.358Z] + snapcraftctl pull [2021-03-03T00:47:58.764Z] Pulling go-build-helper [2021-03-03T00:47:58.764Z] + snapcraftctl pull [2021-03-03T00:47:59.369Z] Removing intermediate container 90dcbd9b0a92 [2021-03-03T00:47:59.369Z] ---> 9ad7d15974e6 [2021-03-03T00:47:59.369Z] [2021-03-03T00:47:59.369Z] Step 10/21 : FROM alpine:3.12 [2021-03-03T00:47:59.369Z] Removing intermediate container 7e5b57d95e2c [2021-03-03T00:47:59.369Z] ---> 09b6a1d45521 [2021-03-03T00:47:59.369Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-03T00:47:59.369Z] 3.12: Pulling from library/alpine [2021-03-03T00:47:59.369Z] ---> Running in 938fb492c466 [2021-03-03T00:48:00.354Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-03T00:48:00.354Z] Status: Downloaded newer image for alpine:3.12 [2021-03-03T00:48:00.354Z] ---> d10569e2745f [2021-03-03T00:48:00.354Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-03T00:48:00.354Z] 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-03T00:48:01.340Z] ---> Running in 98fa905dc5ce [2021-03-03T00:48:01.952Z] Removing intermediate container ea08c4bec93d [2021-03-03T00:48:01.952Z] ---> 6b971545709c [2021-03-03T00:48:01.952Z] [2021-03-03T00:48:01.952Z] Step 10/30 : FROM alpine:3.12 [2021-03-03T00:48:01.952Z] ---> d10569e2745f [2021-03-03T00:48:01.952Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-03T00:48:02.556Z] ---> Running in 7733730b2978 [2021-03-03T00:48:03.551Z] Removing intermediate container 7733730b2978 [2021-03-03T00:48:03.551Z] ---> d884417538d8 [2021-03-03T00:48:03.551Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-03T00:48:03.551Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T00:48:03.832Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T00:48:03.832Z] ---> Running in db73b3970b3a [2021-03-03T00:48:04.433Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-03T00:48:04.433Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-03T00:48:04.433Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-03T00:48:04.754Z] (4/4) Installing curl (7.69.1-r3) [2021-03-03T00:48:04.754Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:48:04.754Z] Executing ca-certificates-20191127-r4.trigger [2021-03-03T00:48:05.077Z] OK: 7 MiB in 18 packages [2021-03-03T00:48:06.133Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T00:48:06.452Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T00:48:06.452Z] Removing intermediate container 938fb492c466 [2021-03-03T00:48:06.452Z] ---> f7e6769965ea [2021-03-03T00:48:06.452Z] [2021-03-03T00:48:06.452Z] Step 11/26 : FROM docker:20.10.0 [2021-03-03T00:48:06.746Z] 20.10.0: Pulling from library/docker [2021-03-03T00:48:07.029Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-03T00:48:07.029Z] (2/2) Installing su-exec (0.2-r1) [2021-03-03T00:48:07.029Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:48:07.029Z] OK: 5 MiB in 16 packages [2021-03-03T00:48:09.012Z] Removing intermediate container 98fa905dc5ce [2021-03-03T00:48:09.012Z] ---> 4a95909c7fb9 [2021-03-03T00:48:09.012Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-03T00:48:09.615Z] ---> Running in aa1b73608c78 [2021-03-03T00:48:10.217Z] Removing intermediate container 28ec5efe13ec [2021-03-03T00:48:10.217Z] ---> 4a1951e182eb [2021-03-03T00:48:10.217Z] [2021-03-03T00:48:10.217Z] Step 10/23 : FROM alpine:3.12 [2021-03-03T00:48:10.217Z] ---> d10569e2745f [2021-03-03T00:48:10.217Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-03T00:48:10.487Z] Removing intermediate container db73b3970b3a [2021-03-03T00:48:10.487Z] ---> 46a341941c34 [2021-03-03T00:48:10.487Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-03T00:48:10.487Z] Removing intermediate container 7badadb9809a [2021-03-03T00:48:10.487Z] ---> dc4e25628976 [2021-03-03T00:48:10.487Z] [2021-03-03T00:48:10.487Z] Step 10/22 : FROM alpine:3.12 [2021-03-03T00:48:10.760Z] ---> d10569e2745f [2021-03-03T00:48:10.760Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-03T00:48:10.760Z] ---> Running in 386ae7f5374e [2021-03-03T00:48:10.760Z] ---> Running in 19e9fa4a9e34 [2021-03-03T00:48:10.760Z] Removing intermediate container aa1b73608c78 [2021-03-03T00:48:10.760Z] ---> 8a11e90c6b7c [2021-03-03T00:48:10.760Z] Step 13/21 : WORKDIR /edgex [2021-03-03T00:48:11.038Z] ---> Running in 40210b04652b [2021-03-03T00:48:11.316Z] ---> Running in 1102bc3a80e9 [2021-03-03T00:48:11.595Z] Removing intermediate container 19e9fa4a9e34 [2021-03-03T00:48:11.595Z] ---> 292d555923d3 [2021-03-03T00:48:11.595Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-03T00:48:11.875Z] ---> Running in 1c481f358378 [2021-03-03T00:48:12.154Z] Removing intermediate container 1102bc3a80e9 [2021-03-03T00:48:12.154Z] ---> 80291dcff3fa [2021-03-03T00:48:12.154Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-03T00:48:12.434Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T00:48:12.714Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T00:48:12.994Z] Removing intermediate container 1c481f358378 [2021-03-03T00:48:12.994Z] ---> 2d80ac356321 [2021-03-03T00:48:12.994Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-03T00:48:12.994Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T00:48:13.277Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T00:48:13.277Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-03T00:48:13.278Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:48:13.278Z] OK: 5 MiB in 15 packages [2021-03-03T00:48:13.563Z] ---> Running in c4a7e17ca709 [2021-03-03T00:48:13.846Z] ---> 0d7728f7f7a7 [2021-03-03T00:48:13.846Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-03T00:48:13.846Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-03T00:48:13.846Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-03T00:48:13.846Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:48:13.846Z] Executing ca-certificates-20191127-r4.trigger [2021-03-03T00:48:14.128Z] OK: 6 MiB in 16 packages [2021-03-03T00:48:16.134Z] Removing intermediate container 386ae7f5374e [2021-03-03T00:48:16.134Z] ---> 46122149a20a [2021-03-03T00:48:16.134Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-03T00:48:16.134Z] ---> 55c2463aa40d [2021-03-03T00:48:16.134Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-03T00:48:16.412Z] ---> Running in 1f096a77ab3f [2021-03-03T00:48:17.009Z] Removing intermediate container 40210b04652b [2021-03-03T00:48:17.009Z] ---> f108126a1034 [2021-03-03T00:48:17.009Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-03T00:48:17.606Z] Removing intermediate container 1f096a77ab3f [2021-03-03T00:48:17.606Z] ---> c8c9eb237a4c [2021-03-03T00:48:17.606Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-03T00:48:17.887Z] ---> Running in 2d376ebd8645 [2021-03-03T00:48:18.162Z] ---> Running in 474c57500c65 [2021-03-03T00:48:18.162Z] Removing intermediate container c4a7e17ca709 [2021-03-03T00:48:18.162Z] ---> 05359e96a7b3 [2021-03-03T00:48:18.162Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-03T00:48:18.439Z] ---> 605d800b95d7 [2021-03-03T00:48:18.439Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-03T00:48:18.714Z] ---> Running in ffd9f1d1e881 [2021-03-03T00:48:19.310Z] ---> Running in 1ab50e6b738a [2021-03-03T00:48:19.310Z] Removing intermediate container 2d376ebd8645 [2021-03-03T00:48:19.310Z] ---> b75fd8399f41 [2021-03-03T00:48:19.310Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-03T00:48:19.310Z] Removing intermediate container 474c57500c65 [2021-03-03T00:48:19.310Z] ---> e585d5b23dd1 [2021-03-03T00:48:19.310Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-03T00:48:19.907Z] ---> Running in 8a52960f7bb6 [2021-03-03T00:48:19.907Z] ---> Running in 3c84c26c80f0 [2021-03-03T00:48:19.907Z] Removing intermediate container ffd9f1d1e881 [2021-03-03T00:48:19.907Z] ---> e6ca362b42af [2021-03-03T00:48:19.907Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-03T00:48:20.181Z] Removing intermediate container 1ab50e6b738a [2021-03-03T00:48:20.181Z] ---> be47616e199b [2021-03-03T00:48:20.181Z] Step 18/21 : CMD ["--init=true"] [2021-03-03T00:48:20.458Z] Removing intermediate container 8a52960f7bb6 [2021-03-03T00:48:20.458Z] ---> 4d1df8d95fb5 [2021-03-03T00:48:20.458Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-03T00:48:20.737Z] ---> Running in 571c364c23fc [2021-03-03T00:48:20.737Z] Removing intermediate container 3c84c26c80f0 [2021-03-03T00:48:20.737Z] ---> 0a4e7d1d3882 [2021-03-03T00:48:20.737Z] Step 15/23 : WORKDIR / [2021-03-03T00:48:20.737Z] ---> Running in 9686d3462670 [2021-03-03T00:48:21.015Z] ---> Running in 99c468b25de3 [2021-03-03T00:48:21.292Z] ---> b513701768d5 [2021-03-03T00:48:21.292Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-03T00:48:21.292Z] Removing intermediate container 571c364c23fc [2021-03-03T00:48:21.292Z] ---> 2340d1cbfe15 [2021-03-03T00:48:21.292Z] Step 19/21 : LABEL arch=arm64 [2021-03-03T00:48:21.564Z] ---> Running in 12827a6b657d [2021-03-03T00:48:21.564Z] Removing intermediate container 9686d3462670 [2021-03-03T00:48:21.564Z] ---> d2a04a6176af [2021-03-03T00:48:21.564Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T00:48:21.839Z] ---> Running in 5b3571ff32df [2021-03-03T00:48:21.839Z] Removing intermediate container 99c468b25de3 [2021-03-03T00:48:21.839Z] ---> 5380fb283c60 [2021-03-03T00:48:21.839Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T00:48:22.436Z] Removing intermediate container 5b3571ff32df [2021-03-03T00:48:22.436Z] ---> 258fa72b9ca9 [2021-03-03T00:48:22.436Z] Step 20/21 : LABEL git_sha=f8ccee420e8decb679a8f689602e4fe561665500 [2021-03-03T00:48:22.713Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-03T00:48:22.713Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-03T00:48:22.713Z] ---> eeaf43b92773 [2021-03-03T00:48:22.713Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-03T00:48:22.713Z] ---> 810a3214c072 [2021-03-03T00:48:22.713Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-03T00:48:22.713Z] ---> Running in 8e01eeeb4ba8 [2021-03-03T00:48:22.987Z] ---> Running in c9e211a3a0e8 [2021-03-03T00:48:23.261Z] ---> 8785e32d13ac [2021-03-03T00:48:23.261Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-03T00:48:23.855Z] Removing intermediate container 8e01eeeb4ba8 [2021-03-03T00:48:23.855Z] ---> 89514254d519 [2021-03-03T00:48:23.855Z] Step 21/21 : LABEL version=0.0.0 [2021-03-03T00:48:24.130Z] ---> Running in 707a2c0371d5 [2021-03-03T00:48:24.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T00:48:25.025Z] ---> 56e17524484e [2021-03-03T00:48:25.025Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-03T00:48:25.025Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T00:48:25.025Z] Removing intermediate container 707a2c0371d5 [2021-03-03T00:48:25.025Z] ---> 04ece0ede161 [2021-03-03T00:48:25.025Z] [2021-03-03T00:48:25.025Z] ---> 8608df889799 [2021-03-03T00:48:25.025Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-03T00:48:25.300Z] Removing intermediate container 12827a6b657d [2021-03-03T00:48:25.300Z] ---> 5f121bdc8605 [2021-03-03T00:48:25.300Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T00:48:25.576Z] (1/2) Installing readline (8.0.4-r0) [2021-03-03T00:48:25.576Z] (2/2) Installing bash (5.0.17-r0) [2021-03-03T00:48:25.850Z] Executing bash-5.0.17-r0.post-install [2021-03-03T00:48:25.850Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:48:25.850Z] OK: 12 MiB in 22 packages [2021-03-03T00:48:25.850Z] Successfully built 04ece0ede161 [2021-03-03T00:48:25.850Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-03T00:48:25.850Z] Building docker-security-secretstore-setup-go [2021-03-03T00:48:26.450Z]  Building docker-security-proxy-setup-go ... done  ---> 879001506a83 [2021-03-03T00:48:26.450Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-03T00:48:26.450Z] ---> 23a681439ed9 [2021-03-03T00:48:26.450Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-03T00:48:26.718Z] ---> Running in 5b2958b2ed59 [2021-03-03T00:48:26.718Z] ---> 96d9e53736ee [2021-03-03T00:48:26.718Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . ---> Running in 837ab4993d31 [2021-03-03T00:48:26.718Z] [2021-03-03T00:48:27.311Z] Removing intermediate container 837ab4993d31 [2021-03-03T00:48:27.311Z] ---> c2b972671f6b [2021-03-03T00:48:27.311Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T00:48:27.311Z] Removing intermediate container 5b2958b2ed59 [2021-03-03T00:48:27.311Z] ---> 42550769a3c6 [2021-03-03T00:48:27.311Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T00:48:27.901Z] Removing intermediate container c9e211a3a0e8 [2021-03-03T00:48:27.901Z] ---> 60271b3fe17e [2021-03-03T00:48:27.901Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-03T00:48:28.495Z] ---> Running in 6f71130969ea [2021-03-03T00:48:28.495Z] ---> Running in 8403dd0a261b [2021-03-03T00:48:29.087Z] ---> baa7f0f84e49 [2021-03-03T00:48:29.087Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-03T00:48:29.360Z] ---> Running in 7adfab1cf529 [2021-03-03T00:48:29.633Z] Removing intermediate container 8403dd0a261b [2021-03-03T00:48:29.633Z] ---> efb0634c3f63 [2021-03-03T00:48:29.633Z] Step 21/23 : LABEL arch=arm64 [2021-03-03T00:48:29.633Z] Removing intermediate container 6f71130969ea [2021-03-03T00:48:29.633Z] ---> fed1a60632df [2021-03-03T00:48:29.633Z] Step 20/22 : LABEL arch=arm64 [2021-03-03T00:48:29.904Z] ---> Running in 1e03fd2907da [2021-03-03T00:48:29.904Z] ---> Running in 88f5cd150198 [2021-03-03T00:48:29.904Z] Removing intermediate container 7adfab1cf529 [2021-03-03T00:48:29.904Z] ---> 73c28e1df23f [2021-03-03T00:48:29.904Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-03T00:48:30.505Z] ---> Running in ac5eff526fdd [2021-03-03T00:48:30.916Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-03T00:48:30.916Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-03T00:48:30.916Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-03T00:48:30.916Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-03-03T00:48:30.916Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-03T00:48:30.916Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-03T00:48:30.916Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-03T00:48:30.916Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-03T00:48:30.916Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-03T00:48:30.916Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-03T00:48:30.916Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-03T00:48:30.916Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-03T00:48:30.916Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] [2021-03-03T00:48:30.916Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] [2021-03-03T00:48:30.916Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] [2021-03-03T00:48:30.916Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] [2021-03-03T00:48:30.917Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-03-03T00:48:30.917Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-03T00:48:30.917Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-03T00:48:30.917Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-03T00:48:30.917Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-03T00:48:30.917Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] [2021-03-03T00:48:30.917Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] [2021-03-03T00:48:30.917Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] [2021-03-03T00:48:30.917Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] [2021-03-03T00:48:30.917Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-03T00:48:30.917Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-03T00:48:30.917Z] Fetched 24.0 MB in 6s (3816 kB/s) [2021-03-03T00:48:30.917Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-03T00:48:30.917Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-03T00:48:30.917Z] Fetched 279 kB in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-03T00:48:30.917Z] Fetched 122 kB in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-03T00:48:30.917Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-03T00:48:30.917Z] Fetched 8848 B in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-03T00:48:30.917Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-03T00:48:30.917Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-03T00:48:30.917Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-03T00:48:30.917Z] Fetched 214 kB in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-03T00:48:30.917Z] Fetched 154 kB in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-03T00:48:30.917Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-03T00:48:30.917Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-03T00:48:30.917Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-03T00:48:30.917Z] Fetched 499 kB in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-03T00:48:30.917Z] Fetched 111 kB in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-03T00:48:30.917Z] Fetched 240 kB in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-03T00:48:30.917Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-03T00:48:30.917Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-03T00:48:30.917Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-03T00:48:30.917Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-03T00:48:30.917Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-03T00:48:30.917Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-03T00:48:30.917Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-03T00:48:30.917Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-03T00:48:30.917Z] Fetched 8720 B in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-03T00:48:30.917Z] Fetched 137 kB in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-03T00:48:30.917Z] Fetched 119 kB in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-03T00:48:30.917Z] Fetched 109 kB in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-03T00:48:30.917Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-03T00:48:30.917Z] Fetched 645 kB in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-03T00:48:30.917Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-03T00:48:30.917Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-03T00:48:30.917Z] Fetched 368 kB in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-03T00:48:30.917Z] Fetched 187 kB in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-03T00:48:30.917Z] Fetched 175 kB in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-03T00:48:30.917Z] Fetched 206 kB in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-03T00:48:30.917Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-03T00:48:30.917Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-03T00:48:30.917Z] Fetched 159 kB in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-03T00:48:30.917Z] Fetched 107 kB in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-03T00:48:30.917Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-03T00:48:30.917Z] Pulling static-packages [2021-03-03T00:48:30.917Z] + snapcraftctl pull [2021-03-03T00:48:31.100Z] ---> be5c9eb4a582 [2021-03-03T00:48:31.100Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-03T00:48:31.100Z] Removing intermediate container 88f5cd150198 [2021-03-03T00:48:31.100Z] ---> d1140f80dbf0 [2021-03-03T00:48:31.100Z] Step 21/22 : LABEL git_sha=f8ccee420e8decb679a8f689602e4fe561665500 [2021-03-03T00:48:31.100Z] Removing intermediate container 1e03fd2907da [2021-03-03T00:48:31.100Z] ---> 1b3047568b05 [2021-03-03T00:48:31.100Z] Step 22/23 : LABEL git_sha=f8ccee420e8decb679a8f689602e4fe561665500 [2021-03-03T00:48:31.717Z] Removing intermediate container ac5eff526fdd [2021-03-03T00:48:31.717Z] ---> 98c71bbd8881 [2021-03-03T00:48:31.717Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-03T00:48:31.864Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-03-03T00:48:31.864Z] Skipping pull go-build-helper (already ran) [2021-03-03T00:48:31.864Z] Skipping pull static-packages (already ran) [2021-03-03T00:48:31.864Z] Building go-build-helper [2021-03-03T00:48:31.864Z] + snapcraftctl build [2021-03-03T00:48:31.989Z] ---> Running in c00d3f296f10 [2021-03-03T00:48:31.989Z] ---> Running in cdc621bbbc6d [2021-03-03T00:48:31.989Z] ---> Running in f7f5c730f466 [2021-03-03T00:48:32.280Z] ---> eb2b5f2ba5ea [2021-03-03T00:48:32.280Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-03-03T00:48:32.553Z] ---> Running in ba39ba4e5949 [2021-03-03T00:48:32.553Z] Removing intermediate container c00d3f296f10 [2021-03-03T00:48:32.553Z] ---> 23b08ebea647 [2021-03-03T00:48:32.553Z] Step 22/22 : LABEL version=0.0.0 [2021-03-03T00:48:32.824Z] Removing intermediate container cdc621bbbc6d [2021-03-03T00:48:32.824Z] ---> d02646550b89 [2021-03-03T00:48:32.824Z] Step 23/23 : LABEL version=0.0.0 [2021-03-03T00:48:32.824Z] ---> Running in d7153f0d9311 [2021-03-03T00:48:32.824Z] Removing intermediate container f7f5c730f466 [2021-03-03T00:48:32.824Z] ---> 5f17b35e7aff [2021-03-03T00:48:32.824Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-03T00:48:33.099Z] ---> Running in abc2f83228aa [2021-03-03T00:48:33.099Z] Removing intermediate container ba39ba4e5949 [2021-03-03T00:48:33.099Z] ---> 3768780aa280 [2021-03-03T00:48:33.371Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-03T00:48:33.371Z] Removing intermediate container d7153f0d9311 [2021-03-03T00:48:33.371Z] ---> c0917a2ceb32 [2021-03-03T00:48:33.371Z] [2021-03-03T00:48:33.642Z] Removing intermediate container abc2f83228aa [2021-03-03T00:48:33.642Z] ---> 71a56039a9f9 [2021-03-03T00:48:33.642Z] [2021-03-03T00:48:34.245Z] Successfully built c0917a2ceb32 [2021-03-03T00:48:34.245Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-03T00:48:34.245Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-03-03T00:48:34.515Z] Successfully built 71a56039a9f9 [2021-03-03T00:48:34.787Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-03T00:48:34.787Z]  Building docker-core-command-go ... done  ---> 2f81f71ea6f2 [2021-03-03T00:48:34.787Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.tomlBuilding docker-support-scheduler-go [2021-03-03T00:48:34.787Z] ---> 05fd23b6f1c8 [2021-03-03T00:48:34.787Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-03-03T00:48:34.787Z] [2021-03-03T00:48:35.063Z] ---> Running in 7459e810d895 [2021-03-03T00:48:35.665Z] ---> 5c4cfb245c32 [2021-03-03T00:48:35.665Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-03T00:48:37.095Z] ---> f16c4a152086 [2021-03-03T00:48:37.095Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-03T00:48:37.095Z] ---> Running in cc5112a3c887 [2021-03-03T00:48:37.178Z] Building static-packages [2021-03-03T00:48:37.441Z] + snapcraftctl build [2021-03-03T00:48:38.074Z] Removing intermediate container 7459e810d895 [2021-03-03T00:48:38.074Z] ---> cc71d8b17699 [2021-03-03T00:48:38.074Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-03T00:48:38.672Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T00:48:38.957Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T00:48:39.233Z] ---> Running in 05ba40599356 [2021-03-03T00:48:39.521Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-03T00:48:39.521Z] (2/33) Installing expat (2.2.9-r1) [2021-03-03T00:48:39.521Z] (3/33) Installing libffi (3.3-r2) [2021-03-03T00:48:39.521Z] (4/33) Installing gdbm (1.13-r1) [2021-03-03T00:48:39.521Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-03T00:48:39.521Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-03T00:48:39.794Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-03T00:48:40.397Z] Removing intermediate container 05ba40599356 [2021-03-03T00:48:40.397Z] ---> f23559c4a6d5 [2021-03-03T00:48:40.397Z] Step 27/30 : CMD ["gate"] [2021-03-03T00:48:40.752Z] Staging go-build-helper [2021-03-03T00:48:40.752Z] + snapcraftctl stage [2021-03-03T00:48:41.846Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-03T00:48:41.846Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-03T00:48:41.846Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-03T00:48:41.846Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-03T00:48:41.846Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-03T00:48:41.846Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-03T00:48:41.846Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-03T00:48:41.846Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-03T00:48:41.846Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-03T00:48:41.846Z] ---> Running in d7f82278a96a [2021-03-03T00:48:41.846Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-03T00:48:41.846Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-03T00:48:41.846Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-03T00:48:41.846Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-03T00:48:41.846Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-03T00:48:41.846Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-03T00:48:41.846Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-03T00:48:42.123Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-03T00:48:42.123Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-03T00:48:42.123Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-03T00:48:42.123Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-03T00:48:42.123Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-03T00:48:42.123Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-03T00:48:42.123Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-03T00:48:42.123Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-03T00:48:42.123Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-03T00:48:42.123Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-03T00:48:42.160Z] Staging static-packages [2021-03-03T00:48:42.160Z] + snapcraftctl stage [2021-03-03T00:48:42.398Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:48:42.398Z] OK: 71 MiB in 55 packages [2021-03-03T00:48:42.993Z] Removing intermediate container d7f82278a96a [2021-03-03T00:48:42.993Z] ---> 4f77f5afa1c4 [2021-03-03T00:48:42.993Z] Step 28/30 : LABEL arch=arm64 [2021-03-03T00:48:43.559Z] Pulling go115 [2021-03-03T00:48:43.560Z] + snapcraftctl pull [2021-03-03T00:48:43.598Z] ---> Running in b22c0ef5696d [2021-03-03T00:48:44.582Z] Removing intermediate container b22c0ef5696d [2021-03-03T00:48:44.582Z] ---> 9985102a7c5f [2021-03-03T00:48:44.582Z] Step 29/30 : LABEL git_sha=f8ccee420e8decb679a8f689602e4fe561665500 [2021-03-03T00:48:44.865Z] ---> Running in 45e0d9513c72 [2021-03-03T00:48:44.968Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-03-03T00:48:44.968Z] Skipping pull go115 (already ran) [2021-03-03T00:48:44.968Z] Building go115 [2021-03-03T00:48:44.968Z] + dpkg --print-architecture [2021-03-03T00:48:44.968Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-03-03T00:48:44.968Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-03-03T00:48:44.968Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-03-03T00:48:44.968Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-03T00:48:44.968Z] Dload Upload Total Spent Left Speed [2021-03-03T00:48:46.300Z] Removing intermediate container 45e0d9513c72 [2021-03-03T00:48:46.300Z] ---> b4954cdcbee1 [2021-03-03T00:48:46.300Z] Step 30/30 : LABEL version=0.0.0 [2021-03-03T00:48:46.909Z] ---> Running in 79bb568a015b [2021-03-03T00:48:48.353Z] Removing intermediate container 79bb568a015b [2021-03-03T00:48:48.353Z] ---> 1797abfcd39c [2021-03-03T00:48:48.353Z] [2021-03-03T00:48:48.946Z] Successfully built 1797abfcd39c [2021-03-03T00:48:48.946Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-03T00:48:48.946Z] Building docker-core-data-go [2021-03-03T00:48:49.116Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 10 115M 10 12.4M 0 0 15.9M 0 0:00:07 --:--:-- 0:00:07 15.9M 34 115M 34 39.5M 0 0 22.1M 0 0:00:05 0:00:01 0:00:04 22.1M 60 115M 60 70.3M 0 0 25.2M 0 0:00:04 0:00:02 0:00:02 25.2M 94 115M 94 109M 0 0 28.5M 0 0:00:04 0:00:03 0:00:01 28.5M 100 115M 100 115M 0 0 28.6M 0 0:00:04 0:00:04 --:--:-- 28.6M [2021-03-03T00:48:49.116Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-03-03T00:48:49.116Z] + sha256sum -c sha256 [2021-03-03T00:48:49.116Z] + grep OK [2021-03-03T00:48:50.072Z] go1.15.2.linux-amd64.tar.gz: OK [2021-03-03T00:48:50.072Z] + mkdir -p /root/stage/go1.15 [2021-03-03T00:48:50.072Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-03-03T00:48:50.385Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container cc5112a3c887 [2021-03-03T00:48:50.385Z] ---> 9da6b1785035 [2021-03-03T00:48:50.385Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-03T00:48:50.985Z] ---> Running in badf32483795 [2021-03-03T00:48:56.713Z] Staging go115 [2021-03-03T00:48:56.714Z] + snapcraftctl stage [2021-03-03T00:48:57.697Z] Collecting docker-compose==1.23.2 [2021-03-03T00:48:57.697Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-03T00:48:58.685Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-03T00:48:58.964Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-03T00:48:58.964Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T00:48:58.964Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-03T00:48:58.964Z] ---> f565ba859e3e [2021-03-03T00:48:58.964Z] Step 3/24 : WORKDIR /edgex-go [2021-03-03T00:48:58.964Z] ---> Using cache [2021-03-03T00:48:58.964Z] ---> 970df0b3142c [2021-03-03T00:48:58.964Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T00:48:58.964Z] ---> Using cache [2021-03-03T00:48:58.964Z] ---> 181909437e2f [2021-03-03T00:48:58.964Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-03T00:49:00.401Z] Collecting docopt<0.7,>=0.6.1 [2021-03-03T00:49:00.401Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-03T00:49:01.840Z] ---> Running in e31c8f8066a6 [2021-03-03T00:49:03.289Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T00:49:03.884Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T00:49:04.158Z] Collecting cached-property<2,>=1.2.0 [2021-03-03T00:49:04.158Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-03T00:49:04.756Z] OK: 217 MiB in 51 packages [2021-03-03T00:49:04.756Z] Collecting jsonschema<3,>=2.5.1 [2021-03-03T00:49:05.034Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-03T00:49:05.034Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-03T00:49:05.034Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-03T00:49:05.034Z] Fetched 0 B in 0s (0 B/s) [2021-03-03T00:49:05.034Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-03T00:49:05.034Z] Fetched 224 kB in 0s (0 B/s) [2021-03-03T00:49:05.034Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-03T00:49:05.034Z] Fetched 157 kB in 0s (0 B/s) [2021-03-03T00:49:05.034Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-03T00:49:05.034Z] Fetched 221 kB in 0s (0 B/s) [2021-03-03T00:49:05.034Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-03T00:49:05.034Z] Fetched 143 kB in 0s (0 B/s) [2021-03-03T00:49:05.034Z] Pulling edgex-go [2021-03-03T00:49:05.034Z] + snapcraftctl pull [2021-03-03T00:49:05.150Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-03T00:49:05.465Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-03T00:49:05.762Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-03T00:49:07.739Z] Pulling version [2021-03-03T00:49:07.739Z] + cd /root/project [2021-03-03T00:49:07.739Z] + [ -f VERSION ] [2021-03-03T00:49:07.739Z] + PROJECT_VERSION=local-dev [2021-03-03T00:49:07.739Z] + git rev-parse --short HEAD [2021-03-03T00:49:07.739Z] + GIT_REVISION=ba62eee9 [2021-03-03T00:49:07.739Z] + snapcraftctl set-version local-dev [2021-03-03T00:49:08.564Z] Removing intermediate container e31c8f8066a6 [2021-03-03T00:49:08.564Z] ---> 83d6708a3ab7 [2021-03-03T00:49:08.564Z] Step 6/24 : COPY go.mod . [2021-03-03T00:49:08.741Z] Building config-common [2021-03-03T00:49:08.741Z] + snapcraftctl build [2021-03-03T00:49:09.169Z] Collecting docker<4.0,>=3.6.0 [2021-03-03T00:49:09.169Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-03T00:49:09.766Z] ---> 349a52919093 [2021-03-03T00:49:09.766Z] Step 7/24 : RUN go mod download [2021-03-03T00:49:10.045Z] ---> Running in 4eaaebd6822f [2021-03-03T00:49:11.018Z] Collecting PyYAML<4,>=3.10 [2021-03-03T00:49:11.018Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-03T00:49:12.169Z] Skipping build go-build-helper (already ran) [2021-03-03T00:49:12.169Z] Skipping build static-packages (already ran) [2021-03-03T00:49:12.169Z] Skipping build go115 (already ran) [2021-03-03T00:49:12.169Z] Building edgex-go [2021-03-03T00:49:13.134Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin [2021-03-03T00:49:13.134Z] + cd /root/parts/edgex-go/src [2021-03-03T00:49:13.134Z] + make build [2021-03-03T00:49:13.134Z] 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-03T00:49:14.412Z] Removing intermediate container 4eaaebd6822f [2021-03-03T00:49:14.412Z] ---> cdb784948b76 [2021-03-03T00:49:14.412Z] Step 8/24 : COPY . . [2021-03-03T00:49:15.010Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T00:49:15.010Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-03T00:49:15.010Z] ---> f565ba859e3e [2021-03-03T00:49:15.010Z] Step 3/23 : WORKDIR /edgex-go [2021-03-03T00:49:15.010Z] ---> Using cache [2021-03-03T00:49:15.010Z] ---> 970df0b3142c [2021-03-03T00:49:15.010Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T00:49:15.010Z] ---> Using cache [2021-03-03T00:49:15.010Z] ---> 181909437e2f [2021-03-03T00:49:15.010Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-03T00:49:15.010Z] ---> Using cache [2021-03-03T00:49:15.010Z] ---> 83d6708a3ab7 [2021-03-03T00:49:15.010Z] Step 6/23 : COPY go.mod . [2021-03-03T00:49:15.010Z] ---> Using cache [2021-03-03T00:49:15.010Z] ---> 349a52919093 [2021-03-03T00:49:15.010Z] Step 7/23 : RUN go mod download [2021-03-03T00:49:15.010Z] ---> Using cache [2021-03-03T00:49:15.010Z] ---> cdb784948b76 [2021-03-03T00:49:15.010Z] Step 8/23 : COPY . . [2021-03-03T00:49:15.010Z] Collecting texttable<0.10,>=0.9.0 [2021-03-03T00:49:15.010Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-03T00:49:15.079Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-03T00:49:15.079Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-03T00:49:15.079Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-03T00:49:15.079Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-03T00:49:15.079Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-03T00:49:15.079Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-03T00:49:15.079Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.39 [2021-03-03T00:49:15.079Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-03T00:49:15.079Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-03-03T00:49:15.079Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-03T00:49:15.079Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-03T00:49:15.079Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-03T00:49:15.079Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-03-03T00:49:15.079Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-03T00:49:15.079Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-03T00:49:15.079Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-03T00:49:15.079Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-03T00:49:15.079Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-03T00:49:15.079Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-03T00:49:15.079Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-03-03T00:49:15.079Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-03T00:49:15.079Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-03T00:49:15.079Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-03-03T00:49:15.079Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-03T00:49:15.079Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-03T00:49:15.079Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-03T00:49:15.079Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-03T00:49:15.378Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-03T00:49:15.378Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-03T00:49:15.378Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-03T00:49:15.378Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-03T00:49:15.378Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-03T00:49:15.378Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-03T00:49:15.378Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-03T00:49:15.378Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-03T00:49:15.378Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-03T00:49:15.378Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-03T00:49:15.668Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-03T00:49:15.668Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-03T00:49:15.668Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-03T00:49:15.668Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-03-03T00:49:15.668Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-03T00:49:15.943Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-03T00:49:15.943Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-03T00:49:16.457Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T00:49:16.457Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-03T00:49:16.457Z] ---> f565ba859e3e [2021-03-03T00:49:16.457Z] Step 3/22 : WORKDIR /edgex-go [2021-03-03T00:49:16.457Z] ---> Using cache [2021-03-03T00:49:16.457Z] ---> 970df0b3142c [2021-03-03T00:49:16.457Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T00:49:16.457Z] ---> Using cache [2021-03-03T00:49:16.458Z] ---> 181909437e2f [2021-03-03T00:49:16.458Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-03T00:49:16.458Z] ---> Using cache [2021-03-03T00:49:16.458Z] ---> 83d6708a3ab7 [2021-03-03T00:49:16.458Z] Step 6/22 : COPY go.mod . [2021-03-03T00:49:16.458Z] ---> Using cache [2021-03-03T00:49:16.458Z] ---> 349a52919093 [2021-03-03T00:49:16.458Z] Step 7/22 : RUN go mod download [2021-03-03T00:49:16.458Z] ---> Using cache [2021-03-03T00:49:16.458Z] ---> cdb784948b76 [2021-03-03T00:49:16.458Z] Step 8/22 : COPY . . [2021-03-03T00:49:17.437Z] 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-03T00:49:18.044Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-03T00:49:18.044Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-03-03T00:49:18.044Z] 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-03T00:49:18.320Z] 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-03T00:49:18.320Z] Collecting idna<2.8,>=2.5 [2021-03-03T00:49:18.590Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-03T00:49:19.185Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-03T00:49:19.185Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-03T00:49:19.781Z] Collecting docker-pycreds>=0.4.0 [2021-03-03T00:49:19.781Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-03T00:49:20.054Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-03T00:49:20.054Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-03T00:49:20.054Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-03T00:49:20.054Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-03T00:49:21.042Z] Installing collected packages: idna, urllib3, requests, docopt, cached-property, jsonschema, dockerpty, docker-pycreds, websocket-client, docker, PyYAML, texttable, docker-compose [2021-03-03T00:49:21.042Z] Attempting uninstall: idna [2021-03-03T00:49:21.042Z] Found existing installation: idna 2.9 [2021-03-03T00:49:21.042Z] Uninstalling idna-2.9: [2021-03-03T00:49:21.314Z] Successfully uninstalled idna-2.9 [2021-03-03T00:49:21.916Z] Attempting uninstall: urllib3 [2021-03-03T00:49:21.916Z] Found existing installation: urllib3 1.25.9 [2021-03-03T00:49:21.916Z] Uninstalling urllib3-1.25.9: [2021-03-03T00:49:22.190Z] Successfully uninstalled urllib3-1.25.9 [2021-03-03T00:49:22.791Z] Attempting uninstall: requests [2021-03-03T00:49:22.791Z] Found existing installation: requests 2.23.0 [2021-03-03T00:49:22.791Z] Uninstalling requests-2.23.0: [2021-03-03T00:49:23.062Z] Successfully uninstalled requests-2.23.0 [2021-03-03T00:49:23.333Z] Running setup.py install for docopt: started [2021-03-03T00:49:25.974Z] Running setup.py install for docopt: finished with status 'done' [2021-03-03T00:49:26.029Z] 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-03T00:49:26.029Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-03T00:49:26.249Z] Running setup.py install for dockerpty: started [2021-03-03T00:49:27.234Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-03T00:49:27.234Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-03T00:49:27.234Z] ---> f565ba859e3e [2021-03-03T00:49:27.234Z] Step 3/23 : WORKDIR /edgex-go [2021-03-03T00:49:27.234Z] ---> Using cache [2021-03-03T00:49:27.234Z] ---> 970df0b3142c [2021-03-03T00:49:27.234Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T00:49:27.234Z] ---> Using cache [2021-03-03T00:49:27.234Z] ---> 181909437e2f [2021-03-03T00:49:27.234Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-03T00:49:29.879Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-03T00:49:32.655Z] 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-03T00:49:33.612Z] 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-03T00:49:35.552Z] 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-03T00:49:35.819Z] 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-03T00:49:35.819Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-03T00:49:36.085Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-03T00:49:36.085Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-03T00:49:36.085Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-03T00:49:38.020Z] 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-03T00:49:38.020Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-03T00:49:38.020Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-03T00:49:38.170Z] Running setup.py install for PyYAML: started [2021-03-03T00:49:38.170Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-03T00:49:38.170Z] Running setup.py install for texttable: started [2021-03-03T00:49:38.773Z] Running setup.py install for texttable: finished with status 'done' [2021-03-03T00:49:39.366Z] ---> Running in b57bab40f8cc [2021-03-03T00:49:39.952Z] 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-03T00:49:39.964Z] 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.57.0 [2021-03-03T00:49:40.239Z] ---> 32b8d8af9c5f [2021-03-03T00:49:40.239Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-03T00:49:40.239Z] ---> 752a79b4750f [2021-03-03T00:49:40.239Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-03T00:49:40.530Z] ---> Running in c9d3a0774ed3 [2021-03-03T00:49:40.530Z] ---> Running in ece8919e6234 [2021-03-03T00:49:40.910Z] 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-03T00:49:40.910Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-03T00:49:41.133Z] ---> bbd86b7c88bd [2021-03-03T00:49:41.133Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-03T00:49:41.406Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T00:49:41.407Z] ---> Running in 466edb4a3f7f [2021-03-03T00:49:42.009Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T00:49:42.617Z] 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-03T00:49:42.617Z] 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-03T00:49:42.875Z] 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-03T00:49:42.892Z] 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-03T00:49:43.174Z] OK: 217 MiB in 51 packages [2021-03-03T00:49:43.846Z] 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-03T00:49:43.846Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-03T00:49:45.184Z] Removing intermediate container b57bab40f8cc [2021-03-03T00:49:45.184Z] ---> ce1983b36660 [2021-03-03T00:49:45.184Z] Step 6/23 : COPY go.mod . [2021-03-03T00:49:45.464Z] Removing intermediate container badf32483795 [2021-03-03T00:49:45.754Z] ---> 02d387c26c0f [2021-03-03T00:49:45.754Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-03T00:49:45.754Z] ---> Running in ba958b568278 [2021-03-03T00:49:45.791Z] 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-03T00:49:45.791Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-03T00:49:46.370Z] ---> 15e0452db75a [2021-03-03T00:49:46.370Z] Step 7/23 : RUN go mod download [2021-03-03T00:49:46.646Z] ---> Running in d14c05a1cb8d [2021-03-03T00:49:47.724Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-03T00:49:47.987Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-03T00:49:47.987Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-03T00:49:47.987Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-03T00:49:47.987Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-03T00:49:47.987Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-03T00:49:47.987Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-03T00:49:47.987Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-03T00:49:47.987Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-03T00:49:47.987Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-03T00:49:47.987Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-03T00:49:47.987Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-03T00:49:47.987Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-03T00:49:47.987Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-03T00:49:47.987Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-03T00:49:48.093Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T00:49:48.249Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-03T00:49:48.249Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-03T00:49:48.249Z] + 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-03T00:49:48.250Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-03T00:49:48.250Z] + 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-03T00:49:48.250Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-03T00:49:48.250Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-03T00:49:48.250Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-03T00:49:48.250Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-03T00:49:48.250Z] + 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-03T00:49:48.373Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T00:49:48.975Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-03T00:49:48.975Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-03T00:49:48.975Z] (3/3) Installing curl (7.69.1-r3) [2021-03-03T00:49:48.975Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:49:48.975Z] OK: 71 MiB in 58 packages [2021-03-03T00:49:50.802Z] Building version [2021-03-03T00:49:50.802Z] + snapcraftctl build [2021-03-03T00:49:50.971Z] Removing intermediate container ba958b568278 [2021-03-03T00:49:50.971Z] ---> 4ffcd1646f0b [2021-03-03T00:49:50.971Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-03T00:49:51.258Z] ---> Running in 3c1dfc8c4794 [2021-03-03T00:49:51.530Z] Removing intermediate container d14c05a1cb8d [2021-03-03T00:49:51.530Z] ---> 91a5038e4113 [2021-03-03T00:49:51.530Z] Step 8/23 : COPY . . [2021-03-03T00:49:51.805Z] Removing intermediate container 3c1dfc8c4794 [2021-03-03T00:49:51.805Z] ---> 185da619d347 [2021-03-03T00:49:51.805Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T00:49:52.082Z] ---> Running in f9774e8b377c [2021-03-03T00:49:53.075Z] Removing intermediate container f9774e8b377c [2021-03-03T00:49:53.075Z] ---> d0506c09bf39 [2021-03-03T00:49:53.075Z] Step 24/26 : LABEL arch=arm64 [2021-03-03T00:49:53.363Z] ---> Running in ea32f4ac3aa2 [2021-03-03T00:49:54.349Z] Removing intermediate container ea32f4ac3aa2 [2021-03-03T00:49:54.350Z] ---> 43a9ec3d7b9a [2021-03-03T00:49:54.350Z] Step 25/26 : LABEL git_sha=f8ccee420e8decb679a8f689602e4fe561665500 [2021-03-03T00:49:54.625Z] ---> Running in 4dc1add31c3e [2021-03-03T00:49:55.025Z] Staging config-common [2021-03-03T00:49:55.025Z] + snapcraftctl stage [2021-03-03T00:49:55.610Z] Removing intermediate container 4dc1add31c3e [2021-03-03T00:49:55.610Z] ---> e896d172799e [2021-03-03T00:49:55.610Z] Step 26/26 : LABEL version=0.0.0 [2021-03-03T00:49:55.972Z] Skipping stage go-build-helper (already ran) [2021-03-03T00:49:55.972Z] Skipping stage static-packages (already ran) [2021-03-03T00:49:55.972Z] Skipping stage go115 (already ran) [2021-03-03T00:49:55.972Z] Staging edgex-go [2021-03-03T00:49:55.972Z] + snapcraftctl stage [2021-03-03T00:49:56.208Z] ---> Running in b7dd4bc43fe0 [2021-03-03T00:49:57.367Z] Staging version [2021-03-03T00:49:57.367Z] + snapcraftctl stage [2021-03-03T00:49:57.637Z] Removing intermediate container b7dd4bc43fe0 [2021-03-03T00:49:57.637Z] ---> a979a4b7bd0a [2021-03-03T00:49:57.637Z] [2021-03-03T00:49:58.620Z] Successfully built a979a4b7bd0a [2021-03-03T00:49:58.620Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-03T00:49:58.787Z] Priming config-common [2021-03-03T00:49:58.787Z] + snapcraftctl prime [2021-03-03T00:50:00.181Z] Priming go-build-helper [2021-03-03T00:50:00.181Z] + snapcraftctl prime [2021-03-03T00:50:01.590Z] Priming static-packages [2021-03-03T00:50:01.590Z] + snapcraftctl prime [2021-03-03T00:50:04.949Z] Priming go115 [2021-03-03T00:50:04.949Z] + snapcraftctl prime [2021-03-03T00:50:06.347Z] Priming edgex-go [2021-03-03T00:50:06.347Z] + snapcraftctl prime [2021-03-03T00:50:08.274Z] Priming version [2021-03-03T00:50:08.274Z] + snapcraftctl prime [2021-03-03T00:50:09.222Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-03-03T00:50:11.062Z]  Building docker-sys-mgmt-agent-go ... done  ---> 5a1fa33e45a8 [2021-03-03T00:50:11.063Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-03T00:50:11.063Z] ---> Running in 49d784aed557 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-03T00:50:13.061Z] 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-03T00:51:00.080Z] 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-03T00:51:10.255Z] Removing intermediate container c9d3a0774ed3 [2021-03-03T00:51:10.255Z] ---> 4f11c916721b [2021-03-03T00:51:10.255Z] [2021-03-03T00:51:10.256Z] Step 10/24 : FROM alpine:3.12 [2021-03-03T00:51:10.256Z] ---> d10569e2745f [2021-03-03T00:51:10.256Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-03T00:51:10.256Z] ---> Running in 3fa30ba5ba60 [2021-03-03T00:51:11.709Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T00:51:11.709Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T00:51:12.310Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-03T00:51:12.588Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-03T00:51:12.588Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-03T00:51:12.588Z] (4/5) Installing curl (7.69.1-r3) [2021-03-03T00:51:12.588Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-03T00:51:12.588Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:51:12.588Z] Executing ca-certificates-20191127-r4.trigger [2021-03-03T00:51:12.866Z] OK: 7 MiB in 19 packages [2021-03-03T00:51:16.299Z] Removing intermediate container 3fa30ba5ba60 [2021-03-03T00:51:16.299Z] ---> efc0746d3768 [2021-03-03T00:51:16.299Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-03T00:51:16.299Z] ---> Running in 20debf7a678c [2021-03-03T00:51:16.577Z] Removing intermediate container 20debf7a678c [2021-03-03T00:51:16.577Z] ---> 5e3461d0d0c4 [2021-03-03T00:51:16.577Z] Step 13/24 : WORKDIR / [2021-03-03T00:51:16.855Z] ---> Running in 1f15132ef7de [2021-03-03T00:51:17.454Z] Removing intermediate container 1f15132ef7de [2021-03-03T00:51:17.454Z] ---> 01a62a18ffa7 [2021-03-03T00:51:17.454Z] 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-03T00:51:18.897Z] ---> 28f30103148c [2021-03-03T00:51:18.897Z] 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-03T00:51:20.336Z] ---> 1ebd3fc2bdb0 [2021-03-03T00:51:20.336Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-03T00:51:21.775Z] ---> dbb4cf622ec9 [2021-03-03T00:51:21.775Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-03T00:51:24.399Z] ---> dbebe644741c [2021-03-03T00:51:24.399Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-03T00:51:26.383Z] Removing intermediate container ece8919e6234 [2021-03-03T00:51:26.383Z] ---> 5fc81bf08311 [2021-03-03T00:51:26.383Z] [2021-03-03T00:51:26.383Z] Step 10/22 : FROM alpine:3.12 [2021-03-03T00:51:26.383Z] ---> d10569e2745f [2021-03-03T00:51:26.383Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-03T00:51:26.383Z] ---> Using cache [2021-03-03T00:51:26.383Z] ---> 46122149a20a [2021-03-03T00:51:26.383Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-03T00:51:26.383Z] ---> Using cache [2021-03-03T00:51:26.383Z] ---> c8c9eb237a4c [2021-03-03T00:51:26.383Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-03T00:51:26.383Z] ---> ab865ee71367 [2021-03-03T00:51:26.383Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-03T00:51:26.383Z] ---> Running in b70f5f770063 [2021-03-03T00:51:27.391Z] Removing intermediate container b70f5f770063 [2021-03-03T00:51:27.391Z] ---> 2995373b67f0 [2021-03-03T00:51:27.391Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-03T00:51:27.391Z] ---> Running in c37d09ffae36 [2021-03-03T00:51:27.687Z] ---> 72947a9ac80b [2021-03-03T00:51:27.687Z] 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-03T00:51:27.969Z] ---> Running in 35698489b311 [2021-03-03T00:51:28.249Z] Removing intermediate container c37d09ffae36 [2021-03-03T00:51:28.249Z] ---> 40732fcff676 [2021-03-03T00:51:28.249Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T00:51:29.718Z] ---> 215cfda1fae9 [2021-03-03T00:51:29.718Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-03T00:51:32.352Z] ---> e2e57d7084f9 [2021-03-03T00:51:32.352Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-03T00:51:32.352Z] Removing intermediate container 35698489b311 [2021-03-03T00:51:32.352Z] ---> 78aa960bffda [2021-03-03T00:51:32.352Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-03T00:51:32.628Z] ---> Running in 9656c8117acd [2021-03-03T00:51:34.093Z] ---> 55d50ca66da1 [2021-03-03T00:51:34.093Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-03T00:51:34.093Z] Removing intermediate container 9656c8117acd [2021-03-03T00:51:34.093Z] ---> 6d62d37ba64e [2021-03-03T00:51:34.093Z] Step 22/24 : LABEL arch=arm64 [2021-03-03T00:51:34.377Z] ---> Running in c8e6077e5b31 [2021-03-03T00:51:34.377Z] ---> Running in e1b03365721c [2021-03-03T00:51:35.370Z] Removing intermediate container e1b03365721c [2021-03-03T00:51:35.370Z] ---> 1eae74778ed2 [2021-03-03T00:51:35.370Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T00:51:35.645Z] Removing intermediate container c8e6077e5b31 [2021-03-03T00:51:35.645Z] ---> ba01577a93e0 [2021-03-03T00:51:35.645Z] Step 23/24 : LABEL git_sha=f8ccee420e8decb679a8f689602e4fe561665500 [2021-03-03T00:51:35.645Z] ---> Running in 2bee39be76ba [2021-03-03T00:51:35.920Z] ---> Running in e966ab02733a [2021-03-03T00:51:36.193Z] Removing intermediate container 466edb4a3f7f [2021-03-03T00:51:36.193Z] ---> d1daa4d301ed [2021-03-03T00:51:36.193Z] [2021-03-03T00:51:36.193Z] Step 10/23 : FROM alpine:3.12 [2021-03-03T00:51:36.193Z] ---> d10569e2745f [2021-03-03T00:51:36.193Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-03T00:51:36.193Z] ---> Using cache [2021-03-03T00:51:36.193Z] ---> 46122149a20a [2021-03-03T00:51:36.193Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-03T00:51:36.193Z] ---> Using cache [2021-03-03T00:51:36.193Z] ---> c8c9eb237a4c [2021-03-03T00:51:36.193Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-03T00:51:36.467Z] ---> Running in 249f5145c98b [2021-03-03T00:51:36.467Z] Removing intermediate container 2bee39be76ba [2021-03-03T00:51:36.467Z] ---> 04ab78d4e233 [2021-03-03T00:51:36.467Z] Step 20/22 : LABEL arch=arm64 [2021-03-03T00:51:36.467Z] Removing intermediate container e966ab02733a [2021-03-03T00:51:36.467Z] ---> 7f36c1bbe70f [2021-03-03T00:51:36.467Z] Step 24/24 : LABEL version=0.0.0 [2021-03-03T00:51:36.748Z] ---> Running in 4850e230a96d [2021-03-03T00:51:36.748Z] ---> Running in 62f7d5dc41a1 [2021-03-03T00:51:37.022Z] Removing intermediate container 249f5145c98b [2021-03-03T00:51:37.022Z] ---> 21e410478bc6 [2021-03-03T00:51:37.022Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-03T00:51:37.295Z] ---> Running in f762b96e2ab2 [2021-03-03T00:51:37.295Z] Removing intermediate container 4850e230a96d [2021-03-03T00:51:37.295Z] ---> 3cb4e79a5507 [2021-03-03T00:51:37.295Z] Step 21/22 : LABEL git_sha=f8ccee420e8decb679a8f689602e4fe561665500 [2021-03-03T00:51:37.571Z] Removing intermediate container 62f7d5dc41a1 [2021-03-03T00:51:37.571Z] ---> 6d62d0bf77cb [2021-03-03T00:51:37.571Z] [2021-03-03T00:51:37.571Z] ---> Running in fcdf3d4f2de2 [2021-03-03T00:51:37.859Z] Removing intermediate container f762b96e2ab2 [2021-03-03T00:51:37.859Z] ---> 00ce39526c3e [2021-03-03T00:51:37.859Z] Step 15/23 : WORKDIR / [2021-03-03T00:51:38.132Z] Successfully built 6d62d0bf77cb [2021-03-03T00:51:38.132Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-03T00:51:38.132Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 3acbf77e8519 [2021-03-03T00:51:38.132Z] Removing intermediate container fcdf3d4f2de2 [2021-03-03T00:51:38.132Z] ---> 22a2923e6331 [2021-03-03T00:51:38.132Z] Step 22/22 : LABEL version=0.0.0 [2021-03-03T00:51:38.401Z] ---> Running in 0664d4cbc11f [2021-03-03T00:51:38.675Z] Removing intermediate container 3acbf77e8519 [2021-03-03T00:51:38.675Z] ---> bbe332d1850b [2021-03-03T00:51:38.675Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T00:51:38.950Z] Removing intermediate container 0664d4cbc11f [2021-03-03T00:51:38.950Z] ---> e3a7733c005d [2021-03-03T00:51:38.950Z] [2021-03-03T00:51:39.549Z] Successfully built e3a7733c005d [2021-03-03T00:51:39.549Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-03T00:51:39.549Z]  Building docker-support-scheduler-go ... done  ---> f571d225490f [2021-03-03T00:51:39.549Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-03T00:51:40.989Z] ---> 5eaf25305f47 [2021-03-03T00:51:40.989Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-03T00:51:41.972Z] ---> b4e4a469c47a [2021-03-03T00:51:41.972Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-03T00:51:42.247Z] ---> Running in 5d781cc32ede [2021-03-03T00:51:42.527Z] Removing intermediate container 5d781cc32ede [2021-03-03T00:51:42.527Z] ---> 4dce91e71710 [2021-03-03T00:51:42.527Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T00:51:42.799Z] ---> Running in eb19f3561fc2 [2021-03-03T00:51:43.395Z] Removing intermediate container eb19f3561fc2 [2021-03-03T00:51:43.395Z] ---> 285467f7571b [2021-03-03T00:51:43.395Z] Step 21/23 : LABEL arch=arm64 [2021-03-03T00:51:43.666Z] ---> Running in 01616824a6f6 [2021-03-03T00:51:43.937Z] Removing intermediate container 01616824a6f6 [2021-03-03T00:51:43.937Z] ---> b94412a192f3 [2021-03-03T00:51:43.937Z] Step 22/23 : LABEL git_sha=f8ccee420e8decb679a8f689602e4fe561665500 [2021-03-03T00:51:44.206Z] ---> Running in 461dccaeffa1 [2021-03-03T00:51:44.798Z] Removing intermediate container 461dccaeffa1 [2021-03-03T00:51:44.798Z] ---> 96a0fff52e59 [2021-03-03T00:51:44.798Z] Step 23/23 : LABEL version=0.0.0 [2021-03-03T00:51:44.798Z] ---> Running in 5b21c8858c8d [2021-03-03T00:51:45.390Z] Removing intermediate container 5b21c8858c8d [2021-03-03T00:51:45.390Z] ---> b834f91df0e8 [2021-03-03T00:51:45.390Z] [2021-03-03T00:51:45.659Z] Successfully built b834f91df0e8 [2021-03-03T00:51:45.659Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-03T00:51:51.034Z]  Building docker-core-metadata-go ... done Removing intermediate container 49d784aed557 [2021-03-03T00:51:51.034Z] ---> 855e19122eb5 [2021-03-03T00:51:51.034Z] [2021-03-03T00:51:51.034Z] Step 10/23 : FROM alpine:3.12 [2021-03-03T00:51:51.034Z] ---> d10569e2745f [2021-03-03T00:51:51.034Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-03T00:51:51.034Z] ---> Running in 5aec8794ea77 [2021-03-03T00:51:51.034Z] Removing intermediate container 5aec8794ea77 [2021-03-03T00:51:51.034Z] ---> e167cd781440 [2021-03-03T00:51:51.034Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-03T00:51:51.304Z] ---> Running in 7fc957a6bb5a [2021-03-03T00:51:51.574Z] Removing intermediate container 7fc957a6bb5a [2021-03-03T00:51:51.574Z] ---> 6646aec1dbef [2021-03-03T00:51:51.574Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-03T00:51:51.845Z] ---> Running in 0b6177fe6662 [2021-03-03T00:51:52.117Z] Removing intermediate container 0b6177fe6662 [2021-03-03T00:51:52.117Z] ---> 31a7cd017dad [2021-03-03T00:51:52.117Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-03T00:51:52.389Z] ---> Running in 4bc4c86b2761 [2021-03-03T00:51:54.999Z] Removing intermediate container 4bc4c86b2761 [2021-03-03T00:51:54.999Z] ---> 9b79813c3de6 [2021-03-03T00:51:54.999Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-03T00:51:54.999Z] ---> Running in cf63771321ff [2021-03-03T00:51:55.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-03T00:51:56.558Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-03T00:51:57.528Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-03T00:51:57.528Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-03T00:51:57.528Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-03T00:51:57.528Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-03T00:51:57.797Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-03T00:51:58.066Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-03T00:51:58.066Z] Executing busybox-1.31.1-r19.trigger [2021-03-03T00:51:58.066Z] OK: 8 MiB in 20 packages [2021-03-03T00:51:59.496Z] Removing intermediate container cf63771321ff [2021-03-03T00:51:59.497Z] ---> c1a079e90304 [2021-03-03T00:51:59.497Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-03T00:52:00.100Z] ---> 5241e6f8640f [2021-03-03T00:52:00.100Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-03T00:52:01.547Z] ---> 77dddfdc1f7d [2021-03-03T00:52:01.547Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-03T00:52:01.954Z] ---> 82dd759591b1 [2021-03-03T00:52:01.954Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-03T00:52:02.227Z] ---> Running in 9042052559cd [2021-03-03T00:52:02.497Z] Removing intermediate container 9042052559cd [2021-03-03T00:52:02.497Z] ---> c48d4fb131bf [2021-03-03T00:52:02.498Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-03T00:52:02.769Z] ---> Running in 842e3496af8d [2021-03-03T00:52:03.360Z] Removing intermediate container 842e3496af8d [2021-03-03T00:52:03.360Z] ---> 1fca364c60a6 [2021-03-03T00:52:03.360Z] Step 21/23 : LABEL arch=arm64 [2021-03-03T00:52:03.360Z] ---> Running in 5329397ede20 [2021-03-03T00:52:03.953Z] Removing intermediate container 5329397ede20 [2021-03-03T00:52:03.953Z] ---> 8ac3a0ca3d77 [2021-03-03T00:52:03.953Z] Step 22/23 : LABEL git_sha=f8ccee420e8decb679a8f689602e4fe561665500 [2021-03-03T00:52:03.953Z] ---> Running in 8f293d5eed71 [2021-03-03T00:52:04.545Z] Removing intermediate container 8f293d5eed71 [2021-03-03T00:52:04.545Z] ---> ecccfb0d1938 [2021-03-03T00:52:04.545Z] Step 23/23 : LABEL version=0.0.0 [2021-03-03T00:52:04.545Z] ---> Running in 9c1c86d2bbe5 [2021-03-03T00:52:05.135Z] Removing intermediate container 9c1c86d2bbe5 [2021-03-03T00:52:05.136Z] ---> a474a7c14c48 [2021-03-03T00:52:05.136Z] [2021-03-03T00:52:05.408Z] Successfully built a474a7c14c48 [2021-03-03T00:52:05.408Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-03T00:52:06.013Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-03T00:52:06.010Z] $ docker stop --time=1 8a3955738a622d709121b508237ce4b970ce1a0a0f6333dbae99b20ff6b7bb99 [2021-03-03T00:52:08.036Z] $ docker rm -f 8a3955738a622d709121b508237ce4b970ce1a0a0f6333dbae99b20ff6b7bb99 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-03T00:52:08.779Z] + docker images [2021-03-03T00:52:08.779Z] + grep docker [2021-03-03T00:52:09.049Z] docker-core-data-go-arm64 latest a474a7c14c48 4 seconds ago 21.2MB [2021-03-03T00:52:09.049Z] docker-core-metadata-go-arm64 latest b834f91df0e8 23 seconds ago 17.9MB [2021-03-03T00:52:09.049Z] docker-support-scheduler-go-arm64 latest e3a7733c005d 30 seconds ago 16.3MB [2021-03-03T00:52:09.049Z] docker-security-secretstore-setup-go-arm64 latest 6d62d0bf77cb 31 seconds ago 23.7MB [2021-03-03T00:52:09.049Z] docker-sys-mgmt-agent-go-arm64 latest a979a4b7bd0a 2 minutes ago 300MB [2021-03-03T00:52:09.049Z] docker-security-bootstrapper-go-arm64 latest 1797abfcd39c 3 minutes ago 17.6MB [2021-03-03T00:52:09.049Z] docker-support-notifications-go-arm64 latest c0917a2ceb32 3 minutes ago 16.9MB [2021-03-03T00:52:09.049Z] docker-core-command-go-arm64 latest 71a56039a9f9 3 minutes ago 16.2MB [2021-03-03T00:52:09.049Z] docker-security-proxy-setup-go-arm64 latest 04ece0ede161 3 minutes ago 23.4MB [2021-03-03T00:52:09.049Z] docker 20.10.0 eeaf43b92773 2 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-03T00:52:09.979Z] ---> job-cost.sh [2021-03-03T00:52:09.979Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-KXiE [2021-03-03T00:52:56.905Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-03T00:55:18.701Z] lf-activate-venv(): INFO: Adding /tmp/venv-KXiE/bin to PATH [2021-03-03T00:55:18.701Z] INFO: No Stack... [2021-03-03T00:55:18.701Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-03T00:55:18.701Z] INFO: Archiving Costs [Pipeline] sh [2021-03-03T00:55:19.048Z] + + catcut /w/workspace/edgex-go/8/archives/cost.csv -d, [2021-03-03T00:55:19.048Z] -f6 [Pipeline] lock [2021-03-03T00:55:19.166Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3202-8-stack-cost] [2021-03-03T00:55:19.176Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3202-8-stack-cost] did not exist. Created. [2021-03-03T00:55:19.176Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3202-8-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-03T00:55:19.674Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-03T00:55:19.943Z] Stashed 1 file(s) [Pipeline] } [2021-03-03T00:55:19.956Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3202-8-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-03T00:55:21.468Z] provisioning config files... [2021-03-03T00:55:21.486Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/8@tmp/config6504324749525156992tmp [Pipeline] { [Pipeline] sh [2021-03-03T00:55:21.864Z] + set +x [2021-03-03T00:55:21.865Z] + curl -s https://codecov.io/bash [2021-03-03T00:55:21.865Z] + bash -s -- [2021-03-03T00:55:22.128Z] [2021-03-03T00:55:22.128Z] _____ _ [2021-03-03T00:55:22.128Z] / ____| | | [2021-03-03T00:55:22.128Z] | | ___ __| | ___ ___ _____ __ [2021-03-03T00:55:22.128Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-03T00:55:22.128Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-03T00:55:22.128Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-03T00:55:22.128Z] Bash-20210226-7100762 [2021-03-03T00:55:22.128Z] [2021-03-03T00:55:22.128Z] [2021-03-03T00:55:22.128Z] ==> git version 2.24.3 found [2021-03-03T00:55:22.128Z] ==> 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-03T00:55:22.128Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-03T00:55:22.128Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-03T00:55:22.391Z] ==> Jenkins CI detected. [2021-03-03T00:55:22.391Z] project root: . [2021-03-03T00:55:22.391Z] --> token set from env [2021-03-03T00:55:22.391Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-03T00:55:22.391Z] ==> Running gcov in . (disable via -X gcov) [2021-03-03T00:55:22.391Z] ==> Python coveragepy not found [2021-03-03T00:55:22.391Z] ==> Searching for coverage reports in: [2021-03-03T00:55:22.391Z] + . [2021-03-03T00:55:22.391Z] -> Found 1 reports [2021-03-03T00:55:22.391Z] ==> Detecting git/mercurial file structure [2021-03-03T00:55:22.391Z] ==> Reading reports [2021-03-03T00:55:22.653Z] + ./coverage.out bytes=604615 [2021-03-03T00:55:22.653Z] ==> Appending adjustments [2021-03-03T00:55:22.653Z] https://docs.codecov.io/docs/fixing-reports [2021-03-03T00:55:25.970Z] + Found adjustments [2021-03-03T00:55:25.970Z] ==> Gzipping contents [2021-03-03T00:55:25.970Z] 88K /tmp/codecov.RaXySf.gz [2021-03-03T00:55:25.970Z] ==> Uploading reports [2021-03-03T00:55:25.970Z] url: https://codecov.io [2021-03-03T00:55:25.970Z] query: branch=PR-3202&commit=f8ccee420e8decb679a8f689602e4fe561665500&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3202%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3202&job=&cmd_args= [2021-03-03T00:55:25.970Z] -> Pinging Codecov [2021-03-03T00:55:25.970Z] https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=PR-3202&commit=f8ccee420e8decb679a8f689602e4fe561665500&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3202%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3202&job=&cmd_args= [2021-03-03T00:55:26.243Z] -> Uploading to [2021-03-03T00:55:26.243Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-03/00271124DB129430A58F1EEE437C3FCB/f8ccee420e8decb679a8f689602e4fe561665500/3da43638-431a-4dcb-b268-8ecc4613616f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210303%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210303T005526Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ed6abccce53d04c650fea67b47a9994641f6cab22c3e7519e6f007235f881fb3 [2021-03-03T00:55:26.243Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-03T00:55:26.243Z] Dload Upload Total Spent Left Speed [2021-03-03T00:55:26.768Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89976 0 0 100 89976 0 153k --:--:-- --:--:-- --:--:-- 153k [2021-03-03T00:55:26.768Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/f8ccee420e8decb679a8f689602e4fe561665500 [Pipeline] } [2021-03-03T00:55:26.778Z] 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-03T00:55:28.607Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-03T00:55:29.494Z] ---> package-listing.sh [2021-03-03T00:55:29.495Z] ++ facter osfamily [2021-03-03T00:55:29.495Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-03T00:55:29.495Z] + OS_FAMILY=redhat [2021-03-03T00:55:29.495Z] + workspace=/w/workspace/edgex-go/8 [2021-03-03T00:55:29.495Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-03T00:55:29.495Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-03T00:55:29.495Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-03T00:55:29.495Z] + PACKAGES=/tmp/packages_start.txt [2021-03-03T00:55:29.495Z] + '[' /w/workspace/edgex-go/8 ']' [2021-03-03T00:55:29.495Z] + PACKAGES=/tmp/packages_end.txt [2021-03-03T00:55:29.495Z] + case "${OS_FAMILY}" in [2021-03-03T00:55:29.495Z] + rpm -qa [2021-03-03T00:55:29.495Z] + sort [2021-03-03T00:55:34.803Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-03T00:55:34.803Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-03T00:55:34.803Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-03T00:55:34.803Z] + '[' /w/workspace/edgex-go/8 ']' [2021-03-03T00:55:34.803Z] + mkdir -p /w/workspace/edgex-go/8/archives/ [2021-03-03T00:55:34.803Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] echo [2021-03-03T00:55:34.821Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-03T00:55:35.227Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-03T00:55:35.545Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-03T00:55:35.545Z] [2021-03-03T00:55:35.545Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-03T00:55:35.900Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-03T00:55:35.901Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-03T00:55:35.901Z] df20fa9351a1: Pulling fs layer [2021-03-03T00:55:35.901Z] 36b3adc4ff6f: Pulling fs layer [2021-03-03T00:55:35.901Z] 8ad3a11d3b57: Pulling fs layer [2021-03-03T00:55:35.901Z] 46f8f816bc3b: Pulling fs layer [2021-03-03T00:55:35.901Z] 93b61091891f: Pulling fs layer [2021-03-03T00:55:35.901Z] 93b9cdb0e59b: Pulling fs layer [2021-03-03T00:55:35.901Z] 5e14af77c1be: Pulling fs layer [2021-03-03T00:55:35.901Z] 01666e4c0597: Pulling fs layer [2021-03-03T00:55:35.901Z] aa168da1d23b: Pulling fs layer [2021-03-03T00:55:35.901Z] 46f8f816bc3b: Waiting [2021-03-03T00:55:35.901Z] 93b61091891f: Waiting [2021-03-03T00:55:35.901Z] 93b9cdb0e59b: Waiting [2021-03-03T00:55:35.901Z] 5e14af77c1be: Waiting [2021-03-03T00:55:35.901Z] 01666e4c0597: Waiting [2021-03-03T00:55:35.901Z] aa168da1d23b: Waiting [2021-03-03T00:55:36.163Z] 36b3adc4ff6f: Download complete [2021-03-03T00:55:36.163Z] 46f8f816bc3b: Verifying Checksum [2021-03-03T00:55:36.163Z] 46f8f816bc3b: Download complete [2021-03-03T00:55:36.163Z] df20fa9351a1: Verifying Checksum [2021-03-03T00:55:36.163Z] df20fa9351a1: Download complete [2021-03-03T00:55:36.163Z] 93b9cdb0e59b: Download complete [2021-03-03T00:55:36.163Z] 93b61091891f: Verifying Checksum [2021-03-03T00:55:36.163Z] 93b61091891f: Download complete [2021-03-03T00:55:36.163Z] 5e14af77c1be: Verifying Checksum [2021-03-03T00:55:36.163Z] 5e14af77c1be: Download complete [2021-03-03T00:55:36.163Z] 01666e4c0597: Download complete [2021-03-03T00:55:36.428Z] df20fa9351a1: Pull complete [2021-03-03T00:55:36.690Z] 36b3adc4ff6f: Pull complete [2021-03-03T00:55:36.955Z] 8ad3a11d3b57: Verifying Checksum [2021-03-03T00:55:36.955Z] 8ad3a11d3b57: Download complete [2021-03-03T00:55:37.910Z] 8ad3a11d3b57: Pull complete [2021-03-03T00:55:37.910Z] 46f8f816bc3b: Pull complete [2021-03-03T00:55:38.865Z] aa168da1d23b: Verifying Checksum [2021-03-03T00:55:38.865Z] aa168da1d23b: Download complete [2021-03-03T00:55:40.264Z] 93b61091891f: Pull complete [2021-03-03T00:55:40.264Z] 93b9cdb0e59b: Pull complete [2021-03-03T00:55:40.526Z] 5e14af77c1be: Pull complete [2021-03-03T00:55:40.526Z] 01666e4c0597: Pull complete [2021-03-03T00:55:48.722Z] aa168da1d23b: Pull complete [2021-03-03T00:55:48.722Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-03T00:55:48.722Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-03T00:55:48.722Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-03T00:55:48.891Z] prd-centos7-docker-4c-2g-28301 does not seem to be running inside a container [2021-03-03T00:55:48.954Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-03T00:55:58.585Z] $ docker top bfb2ec5035b09f437fe2592fcd08b8e347984b60c78c20c6692a90958371db7e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-03T00:55:59.257Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-03T00:55:59.569Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-03T00:55:59.869Z] + ls /var/log/sa-host [2021-03-03T00:55:59.870Z] + sadf -c /var/log/sa-host/sa03 [2021-03-03T00:55:59.870Z] file_magic: OK [2021-03-03T00:55:59.870Z] HZ: Using current value: 100 [2021-03-03T00:55:59.870Z] file_header: OK [2021-03-03T00:55:59.870Z] 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-03T00:55:59.870Z] Statistics: [2021-03-03T00:55:59.870Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-03T00:55:59.870Z] File successfully converted to sysstat format version 12.2.1 [2021-03-03T00:55:59.870Z] + sadf -c /var/log/sa-host/sa23 [2021-03-03T00:55:59.870Z] file_magic: OK [2021-03-03T00:55:59.870Z] HZ: Using current value: 100 [2021-03-03T00:55:59.870Z] file_header: OK [2021-03-03T00:55:59.870Z] 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-03T00:55:59.870Z] Statistics: [2021-03-03T00:55:59.870Z] Hnuu...uuuununununu... [2021-03-03T00:55:59.870Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-03T00:56:00.072Z] provisioning config files... [2021-03-03T00:56:00.086Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config4029836547885991733tmp [Pipeline] { [Pipeline] echo [2021-03-03T00:56:00.229Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-03T00:56:00.532Z] ---> create-netrc.sh [Pipeline] } [2021-03-03T00:56:00.543Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-03T00:56:00.727Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-03T00:56:01.027Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-03T00:56:01.039Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-03T00:56:01.340Z] ---> sudo-logs.sh [2021-03-03T00:56:01.341Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-03T00:56:01.404Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-03T00:56:01.796Z] ---> job-cost.sh [2021-03-03T00:56:01.796Z] lf-activate-venv: SKIPPING [2021-03-03T00:56:01.796Z] DEBUG: total: 0.20999999344348907 [2021-03-03T00:56:01.796Z] INFO: Retrieving Stack Cost... [2021-03-03T00:56:02.794Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-03T00:56:03.057Z] INFO: Archiving Costs [Pipeline] echo [2021-03-03T00:56:03.073Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-03T00:56:03.377Z] ---> logs-deploy.sh [2021-03-03T00:56:03.377Z] lf-activate-venv: SKIPPING [2021-03-03T00:56:03.377Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3202/8 [2021-03-03T00:56:03.377Z] INFO: archiving workspace using pattern(s): [2021-03-03T00:56:04.773Z] Archives upload complete. [2021-03-03T00:56:05.035Z] INFO: archiving logs to Nexus [2021-03-03T00:56:05.981Z] ---> uname -a: [2021-03-03T00:56:05.981Z] Linux prd-centos7-docker-4c-2g-28301.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-03T00:56:05.981Z] [2021-03-03T00:56:05.981Z] [2021-03-03T00:56:05.981Z] ---> lscpu: [2021-03-03T00:56:05.981Z] Architecture: x86_64 [2021-03-03T00:56:05.981Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-03T00:56:05.981Z] Byte Order: Little Endian [2021-03-03T00:56:05.981Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-03T00:56:05.981Z] CPU(s): 4 [2021-03-03T00:56:05.981Z] On-line CPU(s) list: 0-3 [2021-03-03T00:56:05.981Z] Thread(s) per core: 1 [2021-03-03T00:56:05.981Z] Core(s) per socket: 1 [2021-03-03T00:56:05.981Z] Socket(s): 4 [2021-03-03T00:56:05.981Z] NUMA node(s): 1 [2021-03-03T00:56:05.981Z] Vendor ID: GenuineIntel [2021-03-03T00:56:05.981Z] CPU family: 6 [2021-03-03T00:56:05.981Z] Model: 44 [2021-03-03T00:56:05.981Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-03T00:56:05.981Z] Stepping: 1 [2021-03-03T00:56:05.981Z] CPU MHz: 2933.438 [2021-03-03T00:56:05.981Z] BogoMIPS: 5866.87 [2021-03-03T00:56:05.981Z] Virtualization: VT-x [2021-03-03T00:56:05.981Z] Hypervisor vendor: KVM [2021-03-03T00:56:05.981Z] Virtualization type: full [2021-03-03T00:56:05.981Z] L1d cache: 128 KiB [2021-03-03T00:56:05.981Z] L1i cache: 128 KiB [2021-03-03T00:56:05.981Z] L2 cache: 16 MiB [2021-03-03T00:56:05.981Z] L3 cache: 64 MiB [2021-03-03T00:56:05.981Z] NUMA node0 CPU(s): 0-3 [2021-03-03T00:56:05.981Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-03T00:56:05.981Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-03T00:56:05.981Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-03T00:56:05.981Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-03T00:56:05.981Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-03T00:56:05.982Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-03T00:56:05.982Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-03T00:56:05.982Z] Vulnerability Srbds: Not affected [2021-03-03T00:56:05.982Z] Vulnerability Tsx async abort: Not affected [2021-03-03T00:56:05.982Z] 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-03T00:56:05.982Z] [2021-03-03T00:56:05.982Z] [2021-03-03T00:56:05.982Z] ---> nproc: [2021-03-03T00:56:05.982Z] 4 [2021-03-03T00:56:05.982Z] [2021-03-03T00:56:05.982Z] [2021-03-03T00:56:05.982Z] ---> df -h: [2021-03-03T00:56:05.982Z] Filesystem Size Used Available Use% Mounted on [2021-03-03T00:56:05.982Z] overlay 50.0G 12.2G 37.8G 24% / [2021-03-03T00:56:05.982Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-03T00:56:05.982Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-03T00:56:05.982Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-03T00:56:05.982Z] /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os [2021-03-03T00:56:05.982Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf [2021-03-03T00:56:05.982Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname [2021-03-03T00:56:05.982Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts [2021-03-03T00:56:05.982Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log [2021-03-03T00:56:05.982Z] /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json [2021-03-03T00:56:05.982Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host [2021-03-03T00:56:05.982Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure [2021-03-03T00:56:05.982Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/8 [2021-03-03T00:56:05.982Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/8@tmp [2021-03-03T00:56:05.982Z] [2021-03-03T00:56:05.982Z] [2021-03-03T00:56:05.982Z] ---> free -m: [2021-03-03T00:56:05.982Z] total used free shared buff/cache available [2021-03-03T00:56:05.982Z] Mem: 1837 718 143 0 975 1036 [2021-03-03T00:56:05.982Z] Swap: 1023 65 958 [2021-03-03T00:56:05.982Z] [2021-03-03T00:56:05.982Z] [2021-03-03T00:56:05.982Z] ---> ip addr: [2021-03-03T00:56:05.982Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-03T00:56:05.982Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-03T00:56:05.982Z] inet 127.0.0.1/8 scope host lo [2021-03-03T00:56:05.982Z] valid_lft forever preferred_lft forever [2021-03-03T00:56:05.982Z] inet6 ::1/128 scope host [2021-03-03T00:56:05.982Z] valid_lft forever preferred_lft forever [2021-03-03T00:56:05.982Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-03T00:56:05.982Z] link/ether fa:16:3e:11:12:76 brd ff:ff:ff:ff:ff:ff [2021-03-03T00:56:05.982Z] inet 10.30.123.237/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-03T00:56:05.982Z] valid_lft 84865sec preferred_lft 84865sec [2021-03-03T00:56:05.982Z] inet6 fe80::f816:3eff:fe11:1276/64 scope link [2021-03-03T00:56:05.982Z] valid_lft forever preferred_lft forever [2021-03-03T00:56:05.982Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-03T00:56:05.982Z] link/ether 02:42:08:25:23:30 brd ff:ff:ff:ff:ff:ff [2021-03-03T00:56:05.982Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-03T00:56:05.982Z] valid_lft forever preferred_lft forever [2021-03-03T00:56:05.982Z] inet6 fe80::42:8ff:fe25:2330/64 scope link [2021-03-03T00:56:05.982Z] valid_lft forever preferred_lft forever [2021-03-03T00:56:05.982Z] [2021-03-03T00:56:05.982Z] [2021-03-03T00:56:05.982Z] ---> sar -b -r -n DEV: [2021-03-03T00:56:05.982Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/03/21 _x86_64_ (4 CPU) [2021-03-03T00:56:05.982Z] [2021-03-03T00:56:05.982Z] 00:30:18 LINUX RESTART (4 CPU) [2021-03-03T00:56:05.982Z] [2021-03-03T00:56:05.982Z] 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-03T00:56:05.982Z] 00:32:01 117.99 56.58 61.41 0.00 7820.29 19050.86 0.00 [2021-03-03T00:56:05.982Z] 00:33:01 209.36 59.29 150.07 0.00 3852.72 44437.95 0.00 [2021-03-03T00:56:05.982Z] 00:34:02 193.31 92.21 101.10 0.00 3124.40 13421.64 0.00 [2021-03-03T00:56:05.982Z] 00:35:01 108.08 47.37 60.70 0.00 1623.92 6633.79 0.00 [2021-03-03T00:56:05.982Z] 00:36:01 102.38 39.16 63.22 0.00 2576.14 9388.43 0.00 [2021-03-03T00:56:05.982Z] 00:37:02 943.11 699.03 244.08 0.00 88501.55 163955.08 0.00 [2021-03-03T00:56:05.982Z] 00:38:01 2861.54 2513.01 348.53 0.00 144975.61 154634.79 0.00 [2021-03-03T00:56:05.982Z] 00:39:01 270.09 84.21 185.88 0.00 6043.07 27578.81 0.00 [2021-03-03T00:56:05.982Z] 00:40:02 1874.83 1553.42 321.42 0.00 115936.30 162601.73 0.00 [2021-03-03T00:56:05.982Z] 00:41:01 818.71 537.47 281.24 0.00 37667.25 64354.60 0.00 [2021-03-03T00:56:05.982Z] 00:42:01 53.84 20.99 32.85 0.00 3044.45 1224.11 0.00 [2021-03-03T00:56:05.982Z] 00:43:01 0.30 0.12 0.18 0.00 1.87 1.77 0.00 [2021-03-03T00:56:05.982Z] 00:44:01 0.38 0.15 0.23 0.00 5.73 2.21 0.00 [2021-03-03T00:56:05.982Z] 00:45:01 0.35 0.07 0.28 0.00 1.33 3.23 0.00 [2021-03-03T00:56:05.982Z] 00:46:01 2.00 1.78 0.22 0.00 60.87 3.16 0.00 [2021-03-03T00:56:05.982Z] 00:47:01 0.88 0.05 0.83 0.00 1.60 15.55 0.00 [2021-03-03T00:56:05.982Z] 00:48:01 0.28 0.03 0.25 0.00 0.80 2.43 0.00 [2021-03-03T00:56:05.982Z] 00:49:01 0.32 0.07 0.25 0.00 0.80 3.40 0.00 [2021-03-03T00:56:05.982Z] 00:50:01 0.25 0.00 0.25 0.00 0.00 2.86 0.00 [2021-03-03T00:56:05.982Z] 00:51:01 0.28 0.05 0.23 0.00 0.93 1.80 0.00 [2021-03-03T00:56:05.982Z] 00:52:01 0.27 0.02 0.25 0.00 0.27 3.13 0.00 [2021-03-03T00:56:05.982Z] 00:53:01 0.25 0.00 0.25 0.00 0.00 2.73 0.00 [2021-03-03T00:56:05.982Z] 00:54:01 0.28 0.00 0.28 0.00 0.00 3.25 0.00 [2021-03-03T00:56:05.982Z] 00:55:01 0.25 0.02 0.23 0.00 0.53 2.18 0.00 [2021-03-03T00:56:05.982Z] Average: 314.10 236.94 77.15 0.00 17286.37 27826.45 0.00 [2021-03-03T00:56:05.982Z] [2021-03-03T00:56:05.982Z] 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-03T00:56:05.982Z] 00:32:01 405520 0 582012 30.93 2620 891392 1127952 38.50 426936 846752 92 [2021-03-03T00:56:05.982Z] 00:33:01 118756 0 691184 36.73 1492 1070112 1318492 45.00 554236 939148 8 [2021-03-03T00:56:05.982Z] 00:34:02 236592 0 801872 42.62 820 842260 1754864 59.89 642072 724360 25848 [2021-03-03T00:56:05.982Z] 00:35:01 324964 0 849152 45.13 520 706908 1771964 60.47 596892 673500 36092 [2021-03-03T00:56:05.982Z] 00:36:01 152120 0 743816 39.53 504 985104 1315116 44.88 612192 824496 73460 [2021-03-03T00:56:05.982Z] 00:37:02 446684 0 667824 35.49 0 767036 1276276 43.56 513912 707288 14052 [2021-03-03T00:56:05.982Z] 00:38:01 427168 0 878544 46.69 0 575832 4315924 147.30 504736 674628 1312 [2021-03-03T00:56:05.982Z] 00:39:01 490612 0 701388 37.28 0 689544 1377072 47.00 477248 662456 184 [2021-03-03T00:56:05.982Z] 00:40:02 71840 0 783316 41.63 0 1026388 2404880 82.07 689364 874024 80028 [2021-03-03T00:56:05.982Z] 00:41:01 110320 0 726664 38.62 0 1044560 1521300 51.92 576088 945040 1100 [2021-03-03T00:56:05.982Z] 00:42:01 144248 0 638352 33.93 0 1098944 1218320 41.58 498168 993748 8 [2021-03-03T00:56:05.982Z] 00:43:01 147260 0 635332 33.77 0 1098952 1194640 40.77 496756 992880 16 [2021-03-03T00:56:05.982Z] 00:44:01 146732 0 635856 33.79 0 1098956 1194640 40.77 496892 993052 8 [2021-03-03T00:56:05.982Z] 00:45:01 147432 0 635144 33.76 0 1098968 1194616 40.77 496964 992888 8 [2021-03-03T00:56:05.982Z] 00:46:01 145648 0 635792 33.79 0 1100104 1194592 40.77 497588 993304 12 [2021-03-03T00:56:05.982Z] 00:47:01 145868 0 635560 33.78 0 1100116 1189440 40.59 496984 993248 12 [2021-03-03T00:56:05.982Z] 00:48:01 146196 0 635228 33.76 0 1100120 1189416 40.59 496844 993272 16 [2021-03-03T00:56:05.982Z] 00:49:01 145936 0 635480 33.77 0 1100128 1189512 40.60 497372 993296 8 [2021-03-03T00:56:05.982Z] 00:50:01 146048 0 635360 33.77 0 1100136 1189416 40.59 496860 993296 8 [2021-03-03T00:56:05.982Z] 00:51:01 145788 0 635620 33.78 0 1100136 1189500 40.60 497312 993320 16 [2021-03-03T00:56:05.982Z] 00:52:01 145756 0 635644 33.78 0 1100144 1189512 40.60 497524 993324 8 [2021-03-03T00:56:05.982Z] 00:53:01 146124 0 635264 33.76 0 1100156 1189452 40.59 497208 993332 8 [2021-03-03T00:56:05.982Z] 00:54:01 146204 0 635176 33.76 0 1100164 1189416 40.59 496768 993332 8 [2021-03-03T00:56:05.982Z] 00:55:01 146328 0 635044 33.75 0 1100172 1189416 40.59 496896 993348 8 [2021-03-03T00:56:05.982Z] Average: 201256 0 680193 36.15 248 999847 1453572 49.61 523076 907389 9680 [2021-03-03T00:56:05.982Z] [2021-03-03T00:56:05.982Z] 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-03T00:56:05.982Z] 00:32:01 eth0 1423.71 1450.62 5696.18 172.98 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:32:01 docker0 861.87 744.83 70.42 2680.70 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:33:01 eth0 471.76 389.54 3673.38 40.56 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:33:01 docker0 142.46 181.46 9.92 834.78 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:34:02 vethdb37820 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:34:02 eth0 27.65 20.06 25.50 27.33 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:34:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:35:01 vethdb37820 1.98 1.98 0.16 0.16 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:35:01 eth0 41.24 30.43 23.88 57.31 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:35:01 docker0 1.98 1.98 0.13 0.16 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:36:01 veth997af4b 2.08 1.95 0.17 0.15 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:36:01 vethdb37820 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:36:01 eth0 26.56 14.15 22.87 11.99 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:37:02 veth20a9fc0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:37:02 eth0 204.49 165.90 1673.45 85.78 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:37:02 docker0 995.00 917.82 79.56 3476.19 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:38:01 veth125497f 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:38:01 veth20a9fc0 0.00 0.24 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:38:01 veth4f93f81 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:38:01 eth0 46.98 26.10 166.02 10.05 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:39:01 veth20a9fc0 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:39:01 eth0 52.87 28.33 222.85 10.14 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:39:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:39:01 docker0 1032.82 977.63 81.87 3819.04 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:40:02 veth20a9fc0 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:40:02 vethd552af2 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:40:02 eth0 59.89 39.62 84.41 78.20 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:41:01 veth20a9fc0 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:41:01 eth0 207.78 150.88 1706.36 25.32 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:41:01 veth4cee0da 0.85 0.91 0.11 3.29 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:42:01 eth0 49.84 41.60 68.40 79.76 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:42:01 docker0 1070.98 1051.74 84.28 4368.56 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:43:01 eth0 2.81 0.85 0.97 0.56 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:44:01 eth0 2.36 0.48 0.51 0.24 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:45:01 eth0 1.08 0.33 0.33 0.20 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:46:01 eth0 0.70 0.35 0.35 0.26 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.982Z] 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.983Z] 00:47:01 eth0 0.48 0.13 0.08 0.01 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.983Z] 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.983Z] 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.983Z] 00:48:01 eth0 0.55 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.983Z] 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.983Z] 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.983Z] 00:49:01 eth0 0.52 0.30 0.27 0.20 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.983Z] 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.983Z] 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.983Z] 00:50:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.983Z] 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.983Z] 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.983Z] 00:51:01 eth0 0.20 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.983Z] 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.983Z] 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.983Z] 00:52:01 eth0 0.43 0.22 0.24 0.13 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.983Z] 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.983Z] 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.983Z] 00:53:01 eth0 0.18 0.15 0.07 0.01 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.983Z] 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.983Z] 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.983Z] 00:54:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.983Z] 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.983Z] 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.983Z] 00:55:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.983Z] 00:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.983Z] 00:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.983Z] Average: eth0 109.41 98.50 557.61 25.09 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.983Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.983Z] Average: docker0 44.67 43.87 3.52 182.21 0.00 0.00 0.00 0.00 [2021-03-03T00:56:05.983Z] [2021-03-03T00:56:05.983Z] [2021-03-03T00:56:05.983Z] ---> sar -P ALL: [2021-03-03T00:56:05.983Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/03/21 _x86_64_ (4 CPU) [2021-03-03T00:56:05.983Z] [2021-03-03T00:56:05.983Z] 00:30:18 LINUX RESTART (4 CPU) [2021-03-03T00:56:05.983Z] [2021-03-03T00:56:05.983Z] 00:31:01 CPU %user %nice %system %iowait %steal %idle [2021-03-03T00:56:05.983Z] 00:32:01 all 14.34 0.00 7.29 1.61 1.36 75.41 [2021-03-03T00:56:05.983Z] 00:32:01 0 14.99 0.00 9.86 3.36 1.40 70.39 [2021-03-03T00:56:05.983Z] 00:32:01 1 11.83 0.00 6.51 2.19 1.49 77.99 [2021-03-03T00:56:05.983Z] 00:32:01 2 16.51 0.00 5.57 0.44 1.33 76.15 [2021-03-03T00:56:05.983Z] 00:32:01 3 14.04 0.00 7.26 0.45 1.22 77.04 [2021-03-03T00:56:05.983Z] 00:33:01 all 9.91 0.00 7.87 3.27 1.93 77.01 [2021-03-03T00:56:05.983Z] 00:33:01 0 9.77 0.00 7.94 1.76 1.83 78.70 [2021-03-03T00:56:05.983Z] 00:33:01 1 9.47 0.00 7.64 3.80 1.97 77.12 [2021-03-03T00:56:05.983Z] 00:33:01 2 9.69 0.00 7.40 3.41 2.18 77.31 [2021-03-03T00:56:05.983Z] 00:33:01 3 10.71 0.00 8.50 4.11 1.75 74.94 [2021-03-03T00:56:05.983Z] 00:34:02 all 37.98 0.00 12.12 4.57 6.18 39.15 [2021-03-03T00:56:05.983Z] 00:34:02 0 41.04 0.00 11.98 6.62 5.18 35.18 [2021-03-03T00:56:05.983Z] 00:34:02 1 39.45 0.00 12.12 2.44 5.37 40.63 [2021-03-03T00:56:05.983Z] 00:34:02 2 37.15 0.00 12.99 5.76 6.49 37.60 [2021-03-03T00:56:05.983Z] 00:34:02 3 34.38 0.00 11.39 3.47 7.64 43.11 [2021-03-03T00:56:05.983Z] 00:35:01 all 49.57 0.00 14.22 2.00 3.92 30.28 [2021-03-03T00:56:05.983Z] 00:35:01 0 52.29 0.00 15.02 1.58 2.78 28.34 [2021-03-03T00:56:05.983Z] 00:35:01 1 47.25 0.00 13.80 2.63 4.65 31.67 [2021-03-03T00:56:05.983Z] 00:35:01 2 52.01 0.00 14.75 2.09 3.40 27.75 [2021-03-03T00:56:05.983Z] 00:35:01 3 46.80 0.00 13.34 1.72 4.84 33.30 [2021-03-03T00:56:05.983Z] 00:36:01 all 45.38 0.00 14.33 2.94 0.66 36.70 [2021-03-03T00:56:05.983Z] 00:36:01 0 45.07 0.00 14.57 3.16 0.67 36.53 [2021-03-03T00:56:05.983Z] 00:36:01 1 44.81 0.00 14.04 3.18 0.81 37.15 [2021-03-03T00:56:05.983Z] 00:36:01 2 46.00 0.00 14.30 3.76 0.55 35.39 [2021-03-03T00:56:05.983Z] 00:36:01 3 45.62 0.00 14.40 1.65 0.60 37.73 [2021-03-03T00:56:05.983Z] 00:37:02 all 22.93 0.00 25.25 5.22 2.46 44.14 [2021-03-03T00:56:05.983Z] 00:37:02 0 21.58 0.00 24.40 4.40 2.36 47.27 [2021-03-03T00:56:05.983Z] 00:37:02 1 21.39 0.00 24.45 6.49 2.66 45.01 [2021-03-03T00:56:05.983Z] 00:37:02 2 22.97 0.00 25.59 4.57 2.50 44.37 [2021-03-03T00:56:05.983Z] 00:37:02 3 25.81 0.00 26.55 5.42 2.33 39.88 [2021-03-03T00:56:05.983Z] 00:38:01 all 20.04 0.00 29.46 25.15 2.05 23.30 [2021-03-03T00:56:05.983Z] 00:38:01 0 20.68 0.00 28.91 24.88 1.94 23.59 [2021-03-03T00:56:05.983Z] 00:38:01 1 19.78 0.00 30.33 24.79 2.00 23.10 [2021-03-03T00:56:05.983Z] 00:38:01 2 19.28 0.00 28.04 24.09 2.13 26.46 [2021-03-03T00:56:05.983Z] 00:38:01 3 20.41 0.00 30.59 26.86 2.12 20.02 [2021-03-03T00:56:05.983Z] 00:39:01 all 59.41 0.00 15.61 10.81 0.84 13.32 [2021-03-03T00:56:05.983Z] 00:39:01 0 59.44 0.00 16.02 12.65 0.82 11.07 [2021-03-03T00:56:05.983Z] 00:39:01 1 59.52 0.00 15.11 8.80 0.85 15.73 [2021-03-03T00:56:05.983Z] 00:39:01 2 60.01 0.00 15.05 11.59 0.81 12.53 [2021-03-03T00:56:05.983Z] 00:39:01 3 58.68 0.00 16.26 10.23 0.89 13.94 [2021-03-03T00:56:05.983Z] 00:40:02 all 37.61 0.00 27.89 11.85 1.96 20.69 [2021-03-03T00:56:05.983Z] 00:40:02 0 36.94 0.00 27.46 8.86 2.03 24.71 [2021-03-03T00:56:05.983Z] 00:40:02 1 37.86 0.00 28.46 11.64 1.86 20.18 [2021-03-03T00:56:05.983Z] 00:40:02 2 37.55 0.00 27.95 12.62 2.01 19.86 [2021-03-03T00:56:05.983Z] 00:40:02 3 38.09 0.00 27.69 14.29 1.94 17.99 [2021-03-03T00:56:05.983Z] 00:41:01 all 33.01 0.00 15.89 13.26 0.12 37.72 [2021-03-03T00:56:05.983Z] 00:41:01 0 32.35 0.00 16.33 14.70 0.13 36.49 [2021-03-03T00:56:05.983Z] 00:41:01 1 33.66 0.00 15.73 14.83 0.11 35.68 [2021-03-03T00:56:05.983Z] 00:41:01 2 33.14 0.00 16.20 12.37 0.14 38.14 [2021-03-03T00:56:05.983Z] 00:41:01 3 32.90 0.00 15.28 11.10 0.11 40.62 [2021-03-03T00:56:05.983Z] 00:42:01 all 3.40 0.00 1.70 1.54 0.03 93.33 [2021-03-03T00:56:05.983Z] 00:42:01 0 2.08 0.00 1.54 1.79 0.02 94.57 [2021-03-03T00:56:05.983Z] 00:42:01 1 3.78 0.00 1.93 0.84 0.03 93.42 [2021-03-03T00:56:05.983Z] 00:42:01 2 3.15 0.00 1.69 2.91 0.02 92.23 [2021-03-03T00:56:05.983Z] 00:42:01 3 4.60 0.00 1.65 0.60 0.03 93.11 [2021-03-03T00:56:05.983Z] [2021-03-03T00:56:05.983Z] 00:42:01 CPU %user %nice %system %iowait %steal %idle [2021-03-03T00:56:05.983Z] 00:43:01 all 0.12 0.00 0.04 0.00 0.00 99.84 [2021-03-03T00:56:05.983Z] 00:43:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-03T00:56:05.983Z] 00:43:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-03T00:56:05.983Z] 00:43:01 2 0.33 0.00 0.03 0.00 0.00 99.63 [2021-03-03T00:56:05.983Z] 00:43:01 3 0.03 0.00 0.03 0.02 0.00 99.92 [2021-03-03T00:56:05.983Z] 00:44:01 all 0.15 0.00 0.04 0.00 0.01 99.79 [2021-03-03T00:56:05.983Z] 00:44:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-03T00:56:05.983Z] 00:44:01 1 0.07 0.00 0.07 0.00 0.00 99.87 [2021-03-03T00:56:05.983Z] 00:44:01 2 0.50 0.00 0.02 0.00 0.02 99.47 [2021-03-03T00:56:05.983Z] 00:44:01 3 0.02 0.00 0.03 0.02 0.03 99.90 [2021-03-03T00:56:05.983Z] 00:45:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-03-03T00:56:05.983Z] 00:45:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2021-03-03T00:56:05.983Z] 00:45:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-03T00:56:05.983Z] 00:45:01 2 0.53 0.00 0.03 0.00 0.00 99.43 [2021-03-03T00:56:05.983Z] 00:45:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-03T00:56:05.983Z] 00:46:01 all 0.16 0.00 0.06 0.02 0.00 99.77 [2021-03-03T00:56:05.983Z] 00:46:01 0 0.30 0.00 0.08 0.00 0.00 99.62 [2021-03-03T00:56:05.983Z] 00:46:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-03T00:56:05.983Z] 00:46:01 2 0.27 0.00 0.05 0.00 0.00 99.68 [2021-03-03T00:56:05.983Z] 00:46:01 3 0.05 0.00 0.08 0.07 0.00 99.80 [2021-03-03T00:56:05.983Z] 00:47:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2021-03-03T00:56:05.983Z] 00:47:01 0 0.02 0.00 0.02 0.02 0.00 99.95 [2021-03-03T00:56:05.983Z] 00:47:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-03T00:56:05.983Z] 00:47:01 2 0.53 0.00 0.03 0.00 0.00 99.43 [2021-03-03T00:56:05.983Z] 00:47:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2021-03-03T00:56:05.983Z] 00:48:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-03-03T00:56:05.983Z] 00:48:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-03T00:56:05.983Z] 00:48:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-03T00:56:05.983Z] 00:48:01 2 0.52 0.00 0.03 0.00 0.00 99.45 [2021-03-03T00:56:05.983Z] 00:48:01 3 0.05 0.00 0.05 0.02 0.00 99.88 [2021-03-03T00:56:05.983Z] 00:49:01 all 0.14 0.00 0.05 0.00 0.00 99.81 [2021-03-03T00:56:05.983Z] 00:49:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-03T00:56:05.983Z] 00:49:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-03T00:56:05.983Z] 00:49:01 2 0.45 0.00 0.10 0.00 0.02 99.43 [2021-03-03T00:56:05.983Z] 00:49:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-03T00:56:05.983Z] 00:50:01 all 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-03T00:56:05.983Z] 00:50:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-03T00:56:05.983Z] 00:50:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-03T00:56:05.983Z] 00:50:01 2 0.08 0.00 0.03 0.00 0.00 99.88 [2021-03-03T00:56:05.983Z] 00:50:01 3 0.07 0.00 0.03 0.00 0.02 99.88 [2021-03-03T00:56:05.983Z] 00:51:01 all 0.06 0.00 0.03 0.00 0.00 99.90 [2021-03-03T00:56:05.983Z] 00:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-03T00:56:05.983Z] 00:51:01 1 0.17 0.00 0.03 0.02 0.02 99.77 [2021-03-03T00:56:05.983Z] 00:51:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-03T00:56:05.983Z] 00:51:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-03T00:56:05.983Z] 00:52:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2021-03-03T00:56:05.983Z] 00:52:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2021-03-03T00:56:05.983Z] 00:52:01 1 0.53 0.00 0.02 0.00 0.00 99.45 [2021-03-03T00:56:05.983Z] 00:52:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2021-03-03T00:56:05.983Z] 00:52:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2021-03-03T00:56:05.983Z] 00:53:01 all 0.14 0.00 0.02 0.00 0.00 99.83 [2021-03-03T00:56:05.983Z] 00:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-03T00:56:05.983Z] 00:53:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-03-03T00:56:05.983Z] 00:53:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-03T00:56:05.983Z] 00:53:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-03T00:56:05.983Z] [2021-03-03T00:56:05.983Z] 00:53:01 CPU %user %nice %system %iowait %steal %idle [2021-03-03T00:56:05.983Z] 00:54:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-03-03T00:56:05.983Z] 00:54:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-03T00:56:05.983Z] 00:54:01 1 0.50 0.00 0.02 0.00 0.00 99.48 [2021-03-03T00:56:05.983Z] 00:54:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2021-03-03T00:56:05.983Z] 00:54:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2021-03-03T00:56:05.983Z] 00:55:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-03-03T00:56:05.983Z] 00:55:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-03T00:56:05.983Z] 00:55:01 1 0.27 0.00 0.02 0.00 0.00 99.72 [2021-03-03T00:56:05.983Z] 00:55:01 2 0.28 0.00 0.02 0.00 0.00 99.70 [2021-03-03T00:56:05.983Z] 00:55:01 3 0.05 0.00 0.07 0.00 0.00 99.88 [2021-03-03T00:56:05.983Z] Average: all 13.49 0.00 6.89 3.27 0.87 75.48 [2021-03-03T00:56:05.983Z] Average: 0 13.52 0.00 6.99 3.34 0.77 75.38 [2021-03-03T00:56:05.983Z] Average: 1 13.33 0.00 6.84 3.25 0.88 75.70 [2021-03-03T00:56:05.983Z] Average: 2 13.71 0.00 6.81 3.33 0.87 75.28 [2021-03-03T00:56:05.983Z] Average: 3 13.38 0.00 6.94 3.16 0.96 75.56 [2021-03-03T00:56:05.983Z] [2021-03-03T00:56:05.983Z] [2021-03-03T00:56:05.983Z]