Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fb69e69936ac7aa97186293b8f5f6440504c2891+3a622268bb16cc6f060a937717ebd043e18486e3 (7fdb70d6fcd8f5883d2af716130e9805c507d8b6) 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-29560 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/17 [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/17 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit fb69e69936ac7aa97186293b8f5f6440504c2891 Merge succeeded, producing ae62a50f272e84596d95d866e2a01770033c3343 Checking out Revision ae62a50f272e84596d95d866e2a01770033c3343 (PR-3208) > 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/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fb69e69936ac7aa97186293b8f5f6440504c2891 # 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 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ae62a50f272e84596d95d866e2a01770033c3343 # timeout=10 Commit message: "Merge commit '3a622268bb16cc6f060a937717ebd043e18486e3' into HEAD" > git rev-list --no-walk fb69e69936ac7aa97186293b8f5f6440504c2891 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-12T00:32:19.272Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-12T00:32:19.517Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-12T00:32:19.620Z] ========================================================= [2021-03-12T00:32:19.620Z] EdgeX Global Pipelines Version Info [2021-03-12T00:32:19.620Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-12T00:32:21.180Z] ------------------- [2021-03-12T00:32:21.180Z] stable info: [2021-03-12T00:32:21.180Z] ------------------- [2021-03-12T00:32:21.180Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-12T00:32:21.180Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-12T00:32:21.180Z] Message: update stable to v1.0.184 [2021-03-12T00:32:22.127Z] ------------------- [2021-03-12T00:32:22.127Z] experimental info: [2021-03-12T00:32:22.127Z] ------------------- [2021-03-12T00:32:22.127Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-12T00:32:22.127Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-12T00:32:22.127Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-12T00:32:22.389Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-12T00:32:22.495Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-12T00:32:22.576Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-12T00:32:22.668Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-12T00:32:22.768Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-12T00:32:22.858Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-12T00:32:23.019Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-12T00:32:23.104Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-12T00:32:23.191Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-12T00:32:23.278Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-12T00:32:23.384Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-12T00:32:23.477Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-12T00:32:23.564Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-12T00:32:23.649Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-12T00:32:23.733Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-12T00:32:23.832Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-12T00:32:23.927Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-12T00:32:24.018Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-12T00:32:24.110Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-12T00:32:24.207Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-12T00:32:24.292Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-12T00:32:24.410Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-12T00:32:24.497Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3208 [Pipeline] echo [2021-03-12T00:32:24.588Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3208 [Pipeline] echo [2021-03-12T00:32:24.677Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3208 [Pipeline] echo [2021-03-12T00:32:24.778Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ae62a50f272e84596d95d866e2a01770033c3343 [Pipeline] echo [2021-03-12T00:32:24.863Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ae62a50 [Pipeline] echo [2021-03-12T00:32:24.948Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-12T00:32:25.181Z] provisioning config files... [2021-03-12T00:32:25.216Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/17@tmp/config6778642224104602057tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-12T00:32:25.565Z] ---> docker-login.sh [2021-03-12T00:32:25.565Z] nexus3.edgexfoundry.org:10001 [2021-03-12T00:32:25.832Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T00:32:26.097Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T00:32:26.097Z] Configure a credential helper to remove this warning. See [2021-03-12T00:32:26.097Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T00:32:26.097Z] [2021-03-12T00:32:26.097Z] Login Succeeded [2021-03-12T00:32:26.097Z] nexus3.edgexfoundry.org:10002 [2021-03-12T00:32:26.097Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T00:32:26.097Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T00:32:26.097Z] Configure a credential helper to remove this warning. See [2021-03-12T00:32:26.097Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T00:32:26.097Z] [2021-03-12T00:32:26.097Z] Login Succeeded [2021-03-12T00:32:26.097Z] nexus3.edgexfoundry.org:10003 [2021-03-12T00:32:26.360Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T00:32:26.360Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T00:32:26.360Z] Configure a credential helper to remove this warning. See [2021-03-12T00:32:26.360Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T00:32:26.360Z] [2021-03-12T00:32:26.360Z] Login Succeeded [2021-03-12T00:32:26.360Z] nexus3.edgexfoundry.org:10004 [2021-03-12T00:32:26.622Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T00:32:26.622Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T00:32:26.622Z] Configure a credential helper to remove this warning. See [2021-03-12T00:32:26.622Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T00:32:26.622Z] [2021-03-12T00:32:26.622Z] Login Succeeded [2021-03-12T00:32:26.622Z] docker.io [2021-03-12T00:32:26.622Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T00:32:26.889Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T00:32:26.889Z] Configure a credential helper to remove this warning. See [2021-03-12T00:32:26.889Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T00:32:26.889Z] [2021-03-12T00:32:26.889Z] Login Succeeded [2021-03-12T00:32:26.889Z] ---> docker-login.sh ends [Pipeline] } [2021-03-12T00:32:26.900Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-12T00:32:27.364Z] ++ 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-12T00:32:27.364Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T00:32:27.364Z] ++ dirname cmd/core-command/Dockerfile [2021-03-12T00:32:27.364Z] ++ cut -d/ -f2 [2021-03-12T00:32:27.364Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-12T00:32:27.364Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T00:32:27.364Z] ++ dirname cmd/core-data/Dockerfile [2021-03-12T00:32:27.364Z] ++ cut -d/ -f2 [2021-03-12T00:32:27.364Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-12T00:32:27.364Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T00:32:27.364Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-12T00:32:27.364Z] ++ cut -d/ -f2 [2021-03-12T00:32:27.364Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-12T00:32:27.364Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T00:32:27.364Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-12T00:32:27.364Z] ++ cut -d/ -f2 [2021-03-12T00:32:27.364Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-12T00:32:27.364Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T00:32:27.364Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-12T00:32:27.364Z] ++ cut -d/ -f2 [2021-03-12T00:32:27.364Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-12T00:32:27.364Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T00:32:27.364Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-12T00:32:27.364Z] ++ cut -d/ -f2 [2021-03-12T00:32:27.364Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-12T00:32:27.364Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T00:32:27.364Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-12T00:32:27.364Z] ++ cut -d/ -f2 [2021-03-12T00:32:27.364Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-12T00:32:27.364Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T00:32:27.364Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-12T00:32:27.364Z] ++ cut -d/ -f2 [2021-03-12T00:32:27.364Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-12T00:32:27.364Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T00:32:27.364Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-12T00:32:27.364Z] ++ cut -d/ -f2 [2021-03-12T00:32:27.364Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-12T00:32:27.436Z] 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-12T00:32:28.293Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-12T00:32:28.293Z] [2021-03-12T00:32:28.293Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-12T00:32:28.652Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-12T00:32:28.652Z] latest: Pulling from edgex-devops/git-semver [2021-03-12T00:32:28.652Z] 31603596830f: Pulling fs layer [2021-03-12T00:32:28.652Z] 2a8b12db71e7: Pulling fs layer [2021-03-12T00:32:28.652Z] 6ca5941a6612: Pulling fs layer [2021-03-12T00:32:28.652Z] ecc8261a40a4: Pulling fs layer [2021-03-12T00:32:28.652Z] ecc8261a40a4: Waiting [2021-03-12T00:32:28.652Z] 2a8b12db71e7: Verifying Checksum [2021-03-12T00:32:28.652Z] 2a8b12db71e7: Download complete [2021-03-12T00:32:28.652Z] 31603596830f: Verifying Checksum [2021-03-12T00:32:28.652Z] 31603596830f: Download complete [2021-03-12T00:32:28.917Z] ecc8261a40a4: Verifying Checksum [2021-03-12T00:32:28.917Z] ecc8261a40a4: Download complete [2021-03-12T00:32:28.917Z] 6ca5941a6612: Verifying Checksum [2021-03-12T00:32:28.917Z] 6ca5941a6612: Download complete [2021-03-12T00:32:29.179Z] 31603596830f: Pull complete [2021-03-12T00:32:29.179Z] 2a8b12db71e7: Pull complete [2021-03-12T00:32:30.138Z] 6ca5941a6612: Pull complete [2021-03-12T00:32:30.404Z] ecc8261a40a4: Pull complete [2021-03-12T00:32:30.404Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-12T00:32:30.404Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-12T00:32:30.404Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-12T00:32:30.512Z] prd-centos7-docker-4c-2g-29560 does not seem to be running inside a container [2021-03-12T00:32:30.565Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-12T00:32:32.938Z] $ docker top 0c96decc528c3c71f4e030479c5f6dd5d5b6d8e999036a99db11e5882ce7c0f5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-12T00:32:33.392Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-12T00:32:33.392Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-12T00:32:33.668Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-12T00:32:33.674Z] $ docker exec 0c96decc528c3c71f4e030479c5f6dd5d5b6d8e999036a99db11e5882ce7c0f5 ssh-agent [2021-03-12T00:32:33.875Z] SSH_AUTH_SOCK=/tmp/ssh-8UibCKzws4fX/agent.12 [2021-03-12T00:32:33.875Z] SSH_AGENT_PID=17 [2021-03-12T00:32:33.888Z] Running ssh-add (command line suppressed) [2021-03-12T00:32:34.010Z] Identity added: /w/workspace/edgex-go/17@tmp/private_key_782584640156069562.key (/w/workspace/edgex-go/17@tmp/private_key_782584640156069562.key) [2021-03-12T00:32:34.064Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-12T00:32:34.401Z] + git tag --points-at HEAD [Pipeline] } [2021-03-12T00:32:34.425Z] $ docker exec --env ******** --env ******** 0c96decc528c3c71f4e030479c5f6dd5d5b6d8e999036a99db11e5882ce7c0f5 ssh-agent -k [2021-03-12T00:32:34.549Z] unset SSH_AUTH_SOCK; [2021-03-12T00:32:34.550Z] unset SSH_AGENT_PID; [2021-03-12T00:32:34.550Z] echo Agent pid 17 killed; [2021-03-12T00:32:34.601Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-12T00:32:34.755Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-12T00:32:34.755Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-12T00:32:34.934Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-12T00:32:34.938Z] $ docker exec 0c96decc528c3c71f4e030479c5f6dd5d5b6d8e999036a99db11e5882ce7c0f5 ssh-agent [2021-03-12T00:32:35.106Z] SSH_AUTH_SOCK=/tmp/ssh-tpvEAIUrQNQT/agent.46 [2021-03-12T00:32:35.106Z] SSH_AGENT_PID=51 [2021-03-12T00:32:35.113Z] Running ssh-add (command line suppressed) [2021-03-12T00:32:35.246Z] Identity added: /w/workspace/edgex-go/17@tmp/private_key_411949585865388029.key (/w/workspace/edgex-go/17@tmp/private_key_411949585865388029.key) [2021-03-12T00:32:35.304Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-12T00:32:35.641Z] + git semver init [2021-03-12T00:32:35.641Z] # -> Open(): unable to determine branch for HEAD [2021-03-12T00:32:35.641Z] # $GIT_DIR = /w/workspace/edgex-go/17/.git [2021-03-12T00:32:35.641Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/17 [2021-03-12T00:32:35.641Z] # $SEMVER_REMOTE_NAME = origin [2021-03-12T00:32:35.641Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-12T00:32:35.641Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-12T00:32:35.641Z] # $SEMVER_BRANCH = PR-3208 [2021-03-12T00:32:35.641Z] # $SEMVER_TEMP = /tmp/semver-554687872 [2021-03-12T00:32:35.641Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-12T00:33:07.809Z] # '/tmp/semver-554687872' -> '/w/workspace/edgex-go/17/.semver' [2021-03-12T00:33:07.809Z] # -> Force: false [2021-03-12T00:33:07.809Z] # $SEMVER_DIR = /w/workspace/edgex-go/17/.semver [Pipeline] } [2021-03-12T00:33:07.824Z] $ docker exec --env ******** --env ******** 0c96decc528c3c71f4e030479c5f6dd5d5b6d8e999036a99db11e5882ce7c0f5 ssh-agent -k [2021-03-12T00:33:08.052Z] unset SSH_AUTH_SOCK; [2021-03-12T00:33:08.052Z] unset SSH_AGENT_PID; [2021-03-12T00:33:08.053Z] echo Agent pid 51 killed; [2021-03-12T00:33:08.153Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-12T00:33:08.642Z] + git semver [Pipeline] } [2021-03-12T00:33:08.665Z] $ docker stop --time=1 0c96decc528c3c71f4e030479c5f6dd5d5b6d8e999036a99db11e5882ce7c0f5 [2021-03-12T00:33:10.259Z] $ docker rm -f 0c96decc528c3c71f4e030479c5f6dd5d5b6d8e999036a99db11e5882ce7c0f5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-12T00:33:10.934Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-12T00:33:11.576Z] Stashed 1 file(s) [Pipeline] echo [2021-03-12T00:33:11.579Z] [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-12T00:33:12.503Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-12T00:33:12.804Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-12T00:33:13.103Z] + true [2021-03-12T00:33:13.103Z] + sudo service docker restart [2021-03-12T00:33:13.103Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-12T00:33:13.696Z] ========================================================= [2021-03-12T00:33:13.697Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-12T00:33:13.697Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-12T00:33:14.045Z] + 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-12T00:33:18.305Z] Sending build context to Docker daemon 328.5MB [2021-03-12T00:33:18.305Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-12T00:33:18.305Z] Step 2/6 : FROM ${BASE} [2021-03-12T00:33:18.305Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-12T00:33:18.305Z] 188c0c94c7c5: Pulling fs layer [2021-03-12T00:33:18.305Z] 0ef7d3d256c8: Pulling fs layer [2021-03-12T00:33:18.305Z] de9db76c5a1d: Pulling fs layer [2021-03-12T00:33:18.305Z] bca2f99d35d6: Pulling fs layer [2021-03-12T00:33:18.305Z] 93359f2a8cfa: Pulling fs layer [2021-03-12T00:33:18.305Z] 7c6f9722023f: Pulling fs layer [2021-03-12T00:33:18.305Z] a35cf1a2eb13: Pulling fs layer [2021-03-12T00:33:18.305Z] 93359f2a8cfa: Waiting [2021-03-12T00:33:18.305Z] 7c6f9722023f: Waiting [2021-03-12T00:33:18.305Z] bca2f99d35d6: Waiting [2021-03-12T00:33:18.305Z] de9db76c5a1d: Verifying Checksum [2021-03-12T00:33:18.305Z] de9db76c5a1d: Download complete [2021-03-12T00:33:18.305Z] 0ef7d3d256c8: Download complete [2021-03-12T00:33:18.305Z] 93359f2a8cfa: Verifying Checksum [2021-03-12T00:33:18.305Z] 93359f2a8cfa: Download complete [2021-03-12T00:33:18.305Z] 7c6f9722023f: Verifying Checksum [2021-03-12T00:33:18.305Z] 7c6f9722023f: Download complete [2021-03-12T00:33:18.305Z] 188c0c94c7c5: Verifying Checksum [2021-03-12T00:33:18.305Z] 188c0c94c7c5: Download complete [2021-03-12T00:33:18.893Z] 188c0c94c7c5: Pull complete [2021-03-12T00:33:19.162Z] 0ef7d3d256c8: Pull complete [2021-03-12T00:33:19.430Z] de9db76c5a1d: Pull complete [2021-03-12T00:33:19.695Z] a35cf1a2eb13: Verifying Checksum [2021-03-12T00:33:19.695Z] a35cf1a2eb13: Download complete [2021-03-12T00:33:20.646Z] bca2f99d35d6: Verifying Checksum [2021-03-12T00:33:20.646Z] bca2f99d35d6: Download complete [2021-03-12T00:33:25.985Z] bca2f99d35d6: Pull complete [2021-03-12T00:33:25.985Z] 93359f2a8cfa: Pull complete [2021-03-12T00:33:26.260Z] 7c6f9722023f: Pull complete [2021-03-12T00:33:26.991Z] Still waiting to schedule task [2021-03-12T00:33:26.991Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-12T00:33:32.926Z] a35cf1a2eb13: Pull complete [2021-03-12T00:33:32.926Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-12T00:33:32.926Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-12T00:33:32.926Z] ---> a62c8e92a672 [2021-03-12T00:33:32.926Z] 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-12T00:33:32.926Z] ---> Running in db0432c20d83 [2021-03-12T00:33:33.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T00:33:34.149Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T00:33:34.726Z] (1/12) Installing libmagic (5.38-r0) [2021-03-12T00:33:34.988Z] (2/12) Installing file (5.38-r0) [2021-03-12T00:33:34.988Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-12T00:33:34.988Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-12T00:33:39.216Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-12T00:33:39.216Z] (6/12) Installing patch (2.7.6-r6) [2021-03-12T00:33:39.216Z] (7/12) Installing build-base (0.5-r2) [2021-03-12T00:33:39.216Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-12T00:33:39.216Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-12T00:33:39.216Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-12T00:33:39.216Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-12T00:33:39.480Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-12T00:33:39.480Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T00:33:39.480Z] OK: 233 MiB in 51 packages [2021-03-12T00:33:42.824Z] Removing intermediate container db0432c20d83 [2021-03-12T00:33:42.824Z] ---> ff2e6eec394c [2021-03-12T00:33:42.824Z] Step 4/6 : WORKDIR /edgex-go [2021-03-12T00:33:42.824Z] ---> Running in ea939afa96d4 [2021-03-12T00:33:42.824Z] Removing intermediate container ea939afa96d4 [2021-03-12T00:33:42.824Z] ---> 14f0fae7daf4 [2021-03-12T00:33:42.824Z] Step 5/6 : COPY go.mod . [2021-03-12T00:33:43.104Z] ---> 76a6bfe5e8ff [2021-03-12T00:33:43.104Z] Step 6/6 : RUN go mod download [2021-03-12T00:33:43.379Z] ---> Running in 24014a9e0ef5 [2021-03-12T00:34:10.110Z] Removing intermediate container 24014a9e0ef5 [2021-03-12T00:34:10.110Z] ---> c4f43175420f [2021-03-12T00:34:10.110Z] Successfully built c4f43175420f [2021-03-12T00:34:10.110Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-12T00:34:10.457Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-12T00:34:10.457Z] . [Pipeline] withDockerContainer [2021-03-12T00:34:10.594Z] prd-centos7-docker-4c-2g-29560 does not seem to be running inside a container [2021-03-12T00:34:10.647Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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 ******** ci-base-image-x86_64 cat [2021-03-12T00:34:11.534Z] $ docker top 700c7f99b64d16aff7ecdc0c303bf5c0eafc08b0212ffb2afa9143ef6731eca6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-12T00:34:12.165Z] + go version [2021-03-12T00:34:12.165Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-12T00:34:12.184Z] $ docker stop --time=1 700c7f99b64d16aff7ecdc0c303bf5c0eafc08b0212ffb2afa9143ef6731eca6 [2021-03-12T00:34:13.543Z] $ docker rm -f 700c7f99b64d16aff7ecdc0c303bf5c0eafc08b0212ffb2afa9143ef6731eca6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-12T00:34:14.489Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-12T00:34:14.489Z] . [Pipeline] withDockerContainer [2021-03-12T00:34:14.593Z] prd-centos7-docker-4c-2g-29560 does not seem to be running inside a container [2021-03-12T00:34:14.639Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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 ******** ci-base-image-x86_64 cat [2021-03-12T00:34:15.456Z] $ docker top aa146d61bbb8109ca49c28ad5b07af16a03d991979c440e0b7870333826fdc09 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-12T00:34:15.687Z] ========================================================= [2021-03-12T00:34:15.687Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-12T00:34:15.687Z] ========================================================= [Pipeline] sh [2021-03-12T00:34:15.981Z] + make test [2021-03-12T00:34:15.981Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-12T00:34:26.053Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-12T00:34:48.196Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-12T00:34:49.631Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-12T00:34:52.258Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-12T00:34:52.258Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-12T00:34:53.691Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-12T00:34:53.691Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-12T00:34:53.691Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-12T00:34:53.691Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-12T00:34:55.113Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-12T00:34:55.113Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-12T00:34:59.093Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-12T00:34:59.093Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-12T00:34:59.093Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-12T00:35:00.707Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.128s coverage: 45.9% of statements [2021-03-12T00:35:00.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-12T00:35:00.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-12T00:35:00.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-12T00:35:00.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-12T00:35:00.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-12T00:35:00.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-12T00:35:00.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-12T00:35:01.310Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.110s coverage: 100.0% of statements [2021-03-12T00:35:04.665Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.201s coverage: 27.1% of statements [2021-03-12T00:35:04.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-12T00:35:04.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-12T00:35:04.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-12T00:35:04.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-12T00:35:04.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-12T00:35:04.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-12T00:35:04.666Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.041s coverage: 100.0% of statements [2021-03-12T00:35:04.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-12T00:35:04.666Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.053s coverage: 100.0% of statements [2021-03-12T00:35:04.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-12T00:35:04.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-12T00:35:04.666Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.105s coverage: 71.3% of statements [2021-03-12T00:35:04.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-12T00:35:04.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-12T00:35:06.100Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.228s coverage: 82.9% of statements [2021-03-12T00:35:06.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-12T00:35:06.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-12T00:35:06.100Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.107s coverage: 78.9% of statements [2021-03-12T00:35:06.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-12T00:35:07.529Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.352s coverage: 28.6% of statements [2021-03-12T00:35:07.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-12T00:35:07.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-12T00:35:07.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-12T00:35:07.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-12T00:35:07.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-12T00:35:07.529Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.061s coverage: 100.0% of statements [2021-03-12T00:35:07.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-12T00:35:07.529Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements [2021-03-12T00:35:07.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-12T00:35:08.132Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.139s coverage: 86.7% of statements [2021-03-12T00:35:08.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-12T00:35:08.400Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.137s coverage: 97.5% of statements [2021-03-12T00:35:08.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-12T00:35:08.400Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.079s coverage: 78.3% of statements [2021-03-12T00:35:08.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-12T00:35:08.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-12T00:35:08.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-12T00:35:08.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-12T00:35:11.014Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.543s coverage: 92.8% of statements [2021-03-12T00:35:11.014Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-12T00:35:11.014Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-12T00:35:11.014Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-12T00:35:11.014Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-12T00:35:11.014Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-12T00:35:11.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-12T00:35:11.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-12T00:35:11.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-12T00:35:11.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-12T00:35:11.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-12T00:35:11.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-12T00:35:11.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-12T00:35:11.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-12T00:35:11.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-12T00:35:11.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-12T00:35:11.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-12T00:35:11.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-12T00:35:11.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-12T00:35:11.015Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.042s coverage: 58.8% of statements [2021-03-12T00:35:11.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-12T00:35:11.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-12T00:35:11.015Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.053s coverage: 0.1% of statements [2021-03-12T00:35:11.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-12T00:35:11.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-12T00:35:11.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-12T00:35:11.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.057s coverage: 47.1% of statements [2021-03-12T00:35:11.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.043s coverage: 79.5% of statements [2021-03-12T00:35:11.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.031s coverage: 94.1% of statements [2021-03-12T00:35:11.615Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.051s coverage: 96.3% of statements [2021-03-12T00:35:11.615Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.044s coverage: 87.5% of statements [2021-03-12T00:35:23.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.049s coverage: 94.4% of statements [2021-03-12T00:35:23.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.035s coverage: 44.8% of statements [2021-03-12T00:35:23.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.078s coverage: 81.4% of statements [2021-03-12T00:35:36.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.102s coverage: 92.9% of statements [2021-03-12T00:35:36.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-12T00:35:36.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-12T00:35:36.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-12T00:35:36.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-12T00:35:36.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-12T00:35:36.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-12T00:35:36.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-12T00:35:36.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-12T00:35:36.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-12T00:35:36.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.055s coverage: 87.2% of statements [2021-03-12T00:35:36.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-12T00:35:36.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-12T00:35:36.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-12T00:35:36.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-12T00:35:36.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.050s coverage: 75.5% of statements [2021-03-12T00:35:36.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-12T00:35:36.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.036s coverage: 80.8% of statements [2021-03-12T00:35:36.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-03-12T00:35:36.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements [2021-03-12T00:35:36.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.106s coverage: 91.6% of statements [2021-03-12T00:35:36.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-12T00:35:36.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.272s coverage: 62.4% of statements [2021-03-12T00:35:36.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-12T00:35:36.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-12T00:35:36.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements [2021-03-12T00:35:36.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.055s coverage: 91.3% of statements [2021-03-12T00:35:36.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements [2021-03-12T00:35:36.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements [2021-03-12T00:35:36.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.024s coverage: 100.0% of statements [2021-03-12T00:35:36.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.477s coverage: 69.0% of statements [2021-03-12T00:35:36.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-12T00:35:36.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-12T00:35:36.432Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-12T00:35:36.432Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.143s coverage: 38.4% of statements [2021-03-12T00:35:36.432Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-12T00:35:36.432Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-12T00:35:36.432Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.052s coverage: 89.5% of statements [2021-03-12T00:35:36.432Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-12T00:35:36.432Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.053s coverage: 84.8% of statements [2021-03-12T00:35:36.432Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.165s coverage: 47.0% of statements [2021-03-12T00:35:36.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-12T00:35:36.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-12T00:35:36.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-12T00:35:36.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-12T00:35:36.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-12T00:35:36.432Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.081s coverage: 100.0% of statements [2021-03-12T00:35:36.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-12T00:35:36.432Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.057s coverage: 100.0% of statements [2021-03-12T00:35:36.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-12T00:35:36.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-12T00:35:36.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-12T00:35:36.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-12T00:35:36.432Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.154s coverage: 87.1% of statements [2021-03-12T00:35:36.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-12T00:35:36.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-12T00:35:36.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-12T00:35:36.432Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.876s coverage: 29.1% of statements [2021-03-12T00:35:36.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-12T00:35:36.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-12T00:35:36.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-12T00:35:36.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-12T00:35:36.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-12T00:35:36.432Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.082s coverage: 99.0% of statements [2021-03-12T00:35:36.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-12T00:35:36.432Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.037s coverage: 100.0% of statements [2021-03-12T00:35:36.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-12T00:35:36.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-12T00:35:36.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-12T00:35:36.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-12T00:35:36.432Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.094s coverage: 96.5% of statements [2021-03-12T00:35:36.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-12T00:35:36.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-12T00:35:36.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-12T00:35:36.432Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements [2021-03-12T00:35:36.432Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-12T00:35:36.432Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2021-03-12T00:35:36.432Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-12T00:35:36.432Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-12T00:35:36.432Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-12T00:35:36.432Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-12T00:35:36.432Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements [2021-03-12T00:35:36.432Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-12T00:35:36.432Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-12T00:35:36.432Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements [2021-03-12T00:35:36.703Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-03-12T00:35:36.976Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.058s coverage: 100.0% of statements [2021-03-12T00:35:37.251Z] GO111MODULE=on go vet ./... [2021-03-12T00:36:09.670Z] gofmt -l . [2021-03-12T00:36:09.670Z] [ "`gofmt -l .`" = "" ] [2021-03-12T00:36:09.670Z] ./bin/test-go-mod-tidy.sh [2021-03-12T00:36:10.273Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-12T00:36:11.204Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29566 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws [2021-03-12T00:36:11.296Z] Running in /w/workspace/edgex-go/17 [Pipeline] { [Pipeline] checkout [2021-03-12T00:36:11.509Z] + ls -al . [2021-03-12T00:36:11.509Z] total 740 [2021-03-12T00:36:11.509Z] drwxrwxr-x 10 1001 1001 4096 Mar 12 00:36 . [2021-03-12T00:36:11.509Z] drwxr-xr-x 4 root root 30 Mar 12 00:34 .. [2021-03-12T00:36:11.509Z] -rw-rw-r-- 1 1001 1001 11 Mar 12 00:32 .dockerignore [2021-03-12T00:36:11.509Z] drwxrwxr-x 8 1001 1001 179 Mar 12 00:32 .git [2021-03-12T00:36:11.509Z] drwxrwxr-x 3 1001 1001 125 Mar 12 00:32 .github [2021-03-12T00:36:11.510Z] -rw-rw-r-- 1 1001 1001 818 Mar 12 00:32 .gitignore [2021-03-12T00:36:11.510Z] drwx------ 3 1001 1001 60 Mar 12 00:33 .semver [2021-03-12T00:36:11.510Z] -rw-rw-r-- 1 1001 1001 166 Mar 12 00:32 .sonarcloud.properties [2021-03-12T00:36:11.510Z] -rw-rw-r-- 1 1001 1001 8607 Mar 12 00:32 Attribution.txt [2021-03-12T00:36:11.510Z] -rw-rw-r-- 1 1001 1001 3804 Mar 12 00:32 CONTRIBUTING.md [2021-03-12T00:36:11.510Z] -rw-rw-r-- 1 1001 1001 931 Mar 12 00:32 Dockerfile.build [2021-03-12T00:36:11.510Z] -rw-rw-r-- 1 1001 1001 863 Mar 12 00:32 Jenkinsfile [2021-03-12T00:36:11.510Z] -rw-rw-r-- 1 1001 1001 10775 Mar 12 00:32 LICENSE [2021-03-12T00:36:11.510Z] -rw-rw-r-- 1 1001 1001 5774 Mar 12 00:32 Makefile [2021-03-12T00:36:11.510Z] -rw-rw-r-- 1 1001 1001 6548 Mar 12 00:32 README.md [2021-03-12T00:36:11.510Z] -rw-rw-r-- 1 1001 1001 6755 Mar 12 00:32 SECURITY.md [2021-03-12T00:36:11.510Z] -rw-rw-r-- 1 1001 1001 5 Mar 12 00:33 VERSION [2021-03-12T00:36:11.510Z] -rw-rw-r-- 1 1001 1001 4131 Mar 12 00:32 ZMQWindows.md [2021-03-12T00:36:11.510Z] drwxrwxr-x 2 1001 1001 117 Mar 12 00:32 bin [2021-03-12T00:36:11.510Z] drwxrwxr-x 14 1001 1001 4096 Mar 12 00:32 cmd [2021-03-12T00:36:11.510Z] -rw-r--r-- 1 root root 628838 Mar 12 00:35 coverage.out [2021-03-12T00:36:11.510Z] -rw-r--r-- 1 root root 1055 Mar 12 00:36 go.mod [2021-03-12T00:36:11.510Z] -rw-r--r-- 1 root root 22209 Mar 12 00:36 go.sum [2021-03-12T00:36:11.510Z] drwxrwxr-x 8 1001 1001 127 Mar 12 00:32 internal [2021-03-12T00:36:11.510Z] drwxrwxr-x 4 1001 1001 26 Mar 12 00:32 openapi [2021-03-12T00:36:11.510Z] drwxrwxr-x 4 1001 1001 71 Mar 12 00:32 snap [2021-03-12T00:36:11.510Z] -rw-rw-r-- 1 1001 1001 168 Mar 12 00:32 version.go [Pipeline] sh [2021-03-12T00:36:11.832Z] + '[' -e coverage.out ] [2021-03-12T00:36:11.832Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-12T00:36:12.122Z] Stashed 1 file(s) [Pipeline] sh [2021-03-12T00:36:12.449Z] + make build [2021-03-12T00:36:12.449Z] 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-12T00:36:16.819Z] using credential edgex-jenkins-ssh [2021-03-12T00:36:16.880Z] Cloning the remote Git repository [2021-03-12T00:36:16.934Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-12T00:36:17.041Z] > git init /w/workspace/edgex-go/17 # timeout=10 [2021-03-12T00:36:17.132Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-12T00:36:17.133Z] > git --version # timeout=10 [2021-03-12T00:36:17.158Z] > git --version # 'git version 2.17.1' [2021-03-12T00:36:17.160Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-12T00:36:17.235Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-12T00:36:17.798Z] 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-12T00:36:28.011Z] 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-12T00:36:28.979Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-12T00:36:31.612Z] 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-12T00:36:32.200Z] 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-12T00:36:34.796Z] 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-12T00:36:36.745Z] 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-12T00:36:38.141Z] 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-12T00:36:39.100Z] 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-12T00:36:39.838Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-12T00:36:39.859Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-12T00:36:39.891Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-12T00:36:39.927Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-12T00:36:39.928Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-12T00:36:39.977Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-12T00:36:40.512Z] 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-12T00:36:40.679Z] Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit fb69e69936ac7aa97186293b8f5f6440504c2891 [2021-03-12T00:36:41.381Z] Merge succeeded, producing e689869d2c32f65734b8c6f3eb882496ed6ff68e [2021-03-12T00:36:41.382Z] Checking out Revision e689869d2c32f65734b8c6f3eb882496ed6ff68e (PR-3208) [2021-03-12T00:36:41.930Z] 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-12T00:36:40.706Z] > git config core.sparsecheckout # timeout=10 [2021-03-12T00:36:40.732Z] > git checkout -f fb69e69936ac7aa97186293b8f5f6440504c2891 # timeout=10 [2021-03-12T00:36:41.052Z] > git remote # timeout=10 [2021-03-12T00:36:41.073Z] > git config --get remote.origin.url # timeout=10 [2021-03-12T00:36:41.094Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-12T00:36:41.106Z] > git merge 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 [2021-03-12T00:36:41.371Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-12T00:36:41.393Z] > git config core.sparsecheckout # timeout=10 [2021-03-12T00:36:41.403Z] > git checkout -f e689869d2c32f65734b8c6f3eb882496ed6ff68e # timeout=10 [Pipeline] } [2021-03-12T00:36:44.596Z] $ docker stop --time=1 aa146d61bbb8109ca49c28ad5b07af16a03d991979c440e0b7870333826fdc09 [2021-03-12T00:36:45.689Z] Commit message: "Merge commit '3a622268bb16cc6f060a937717ebd043e18486e3' into HEAD" [2021-03-12T00:36:45.704Z] > git rev-list --no-walk fb69e69936ac7aa97186293b8f5f6440504c2891 # timeout=10 [2021-03-12T00:36:46.698Z] $ docker rm -f aa146d61bbb8109ca49c28ad5b07af16a03d991979c440e0b7870333826fdc09 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-12T00:36:48.891Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-12T00:36:48.891Z] [2021-03-12T00:36:48.891Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-12T00:36:49.583Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-03-12T00:36:49.661Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-12T00:36:49.661Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-12T00:36:49.661Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-12T00:36:49.661Z] ca9280d653b3: Pulling fs layer [2021-03-12T00:36:49.661Z] 7e9c9ca2126c: Pulling fs layer [Pipeline] sh [2021-03-12T00:36:49.941Z] cbdbe7a5bc2a: Download complete [2021-03-12T00:36:50.067Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-12T00:36:50.209Z] ca9280d653b3: Verifying Checksum [2021-03-12T00:36:50.209Z] ca9280d653b3: Download complete [2021-03-12T00:36:50.419Z] + true [2021-03-12T00:36:50.419Z] + sudo service docker restart [2021-03-12T00:36:50.479Z] cbdbe7a5bc2a: Pull complete [2021-03-12T00:36:51.896Z] ca9280d653b3: Pull complete [2021-03-12T00:36:51.896Z] 7e9c9ca2126c: Verifying Checksum [2021-03-12T00:36:51.896Z] 7e9c9ca2126c: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-12T00:36:52.473Z] provisioning config files... [2021-03-12T00:36:52.518Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/17@tmp/config6542428951480884872tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-12T00:36:52.951Z] ---> docker-login.sh [2021-03-12T00:36:52.951Z] nexus3.edgexfoundry.org:10001 [2021-03-12T00:36:53.551Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T00:36:54.153Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T00:36:54.153Z] Configure a credential helper to remove this warning. See [2021-03-12T00:36:54.153Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T00:36:54.153Z] [2021-03-12T00:36:54.153Z] Login Succeeded [2021-03-12T00:36:54.153Z] nexus3.edgexfoundry.org:10002 [2021-03-12T00:36:54.428Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T00:36:54.724Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T00:36:54.724Z] Configure a credential helper to remove this warning. See [2021-03-12T00:36:54.724Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T00:36:54.724Z] [2021-03-12T00:36:54.724Z] Login Succeeded [2021-03-12T00:36:54.724Z] nexus3.edgexfoundry.org:10003 [2021-03-12T00:36:55.001Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T00:36:55.001Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T00:36:55.001Z] Configure a credential helper to remove this warning. See [2021-03-12T00:36:55.001Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T00:36:55.001Z] [2021-03-12T00:36:55.001Z] Login Succeeded [2021-03-12T00:36:55.001Z] nexus3.edgexfoundry.org:10004 [2021-03-12T00:36:55.595Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T00:36:55.595Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T00:36:55.595Z] Configure a credential helper to remove this warning. See [2021-03-12T00:36:55.595Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T00:36:55.595Z] [2021-03-12T00:36:55.595Z] Login Succeeded [2021-03-12T00:36:55.595Z] docker.io [2021-03-12T00:36:55.866Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T00:36:56.458Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T00:36:56.458Z] Configure a credential helper to remove this warning. See [2021-03-12T00:36:56.458Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T00:36:56.458Z] [2021-03-12T00:36:56.458Z] Login Succeeded [2021-03-12T00:36:56.458Z] ---> docker-login.sh ends [Pipeline] } [2021-03-12T00:36:56.475Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-12T00:36:56.941Z] ========================================================= [2021-03-12T00:36:56.941Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-12T00:36:56.941Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-12T00:36:57.342Z] + 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-12T00:36:59.997Z] Sending build context to Docker daemon 166.7MB [2021-03-12T00:36:59.997Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-12T00:36:59.997Z] Step 2/6 : FROM ${BASE} [2021-03-12T00:36:59.997Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-12T00:36:59.997Z] 5f621e34cdf4: Pulling fs layer [2021-03-12T00:36:59.997Z] a4357932f1b6: Pulling fs layer [2021-03-12T00:36:59.997Z] 18c013af1878: Pulling fs layer [2021-03-12T00:36:59.997Z] 00ac8860ef70: Pulling fs layer [2021-03-12T00:36:59.997Z] 63d7cb157983: Pulling fs layer [2021-03-12T00:36:59.997Z] b116817d02f9: Pulling fs layer [2021-03-12T00:36:59.997Z] 745a02a5169b: Pulling fs layer [2021-03-12T00:36:59.997Z] 00ac8860ef70: Waiting [2021-03-12T00:36:59.997Z] 63d7cb157983: Waiting [2021-03-12T00:36:59.997Z] b116817d02f9: Waiting [2021-03-12T00:36:59.997Z] 745a02a5169b: Waiting [2021-03-12T00:36:59.997Z] 18c013af1878: Verifying Checksum [2021-03-12T00:36:59.997Z] 18c013af1878: Download complete [2021-03-12T00:36:59.997Z] a4357932f1b6: Verifying Checksum [2021-03-12T00:36:59.997Z] a4357932f1b6: Download complete [2021-03-12T00:37:00.145Z] 7e9c9ca2126c: Pull complete [2021-03-12T00:37:00.145Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-12T00:37:00.145Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-12T00:37:00.145Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-12T00:37:00.319Z] prd-centos7-docker-4c-2g-29560 does not seem to be running inside a container [2021-03-12T00:37:00.401Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-12T00:37:00.592Z] b116817d02f9: Verifying Checksum [2021-03-12T00:37:00.592Z] b116817d02f9: Download complete [2021-03-12T00:37:00.865Z] 5f621e34cdf4: Download complete [2021-03-12T00:37:01.476Z] 5f621e34cdf4: Pull complete [2021-03-12T00:37:02.076Z] a4357932f1b6: Pull complete [2021-03-12T00:37:02.357Z] 18c013af1878: Pull complete [2021-03-12T00:37:02.991Z] $ docker top 0160afe707941e0577a666c5f25e02e00bfbfa93fd4383414c3aeefb3b7aad9e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-12T00:37:03.809Z] 745a02a5169b: Verifying Checksum [2021-03-12T00:37:03.809Z] 745a02a5169b: Download complete [2021-03-12T00:37:03.848Z] + docker-compose build --help [2021-03-12T00:37:03.848Z] + grep parallel [2021-03-12T00:37:04.786Z] 00ac8860ef70: Download complete [2021-03-12T00:37:04.890Z] --parallel Build images in parallel. [Pipeline] } [2021-03-12T00:37:05.171Z] $ docker stop --time=1 0160afe707941e0577a666c5f25e02e00bfbfa93fd4383414c3aeefb3b7aad9e [2021-03-12T00:37:06.614Z] $ docker rm -f 0160afe707941e0577a666c5f25e02e00bfbfa93fd4383414c3aeefb3b7aad9e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-12T00:37:07.299Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-12T00:37:07.299Z] . [Pipeline] withDockerContainer [2021-03-12T00:37:07.441Z] prd-centos7-docker-4c-2g-29560 does not seem to be running inside a container [2021-03-12T00:37:07.524Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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:latest cat [2021-03-12T00:37:08.483Z] $ docker top e65fb4f4e7cb618bdc95ff16083b074009879c82c92b1d09280a06e32480ea0d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-12T00:37:09.023Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-12T00:37:10.433Z] Building docker-core-command-go ... [2021-03-12T00:37:10.433Z] Building docker-core-data-go ... [2021-03-12T00:37:10.433Z] Building docker-core-metadata-go ... [2021-03-12T00:37:10.433Z] Building docker-security-bootstrapper-go ... [2021-03-12T00:37:10.433Z] Building docker-security-proxy-setup-go ... [2021-03-12T00:37:10.433Z] Building docker-security-secretstore-setup-go ... [2021-03-12T00:37:10.433Z] Building docker-support-notifications-go ... [2021-03-12T00:37:10.433Z] Building docker-support-scheduler-go ... [2021-03-12T00:37:10.433Z] Building docker-sys-mgmt-agent-go ... [2021-03-12T00:37:10.433Z] Building docker-security-bootstrapper-go [2021-03-12T00:37:10.433Z] Building docker-core-metadata-go [2021-03-12T00:37:10.433Z] Building docker-support-scheduler-go [2021-03-12T00:37:10.433Z] Building docker-core-command-go [2021-03-12T00:37:10.433Z] Building docker-support-notifications-go [2021-03-12T00:37:14.985Z] 00ac8860ef70: Pull complete [2021-03-12T00:37:14.986Z] 63d7cb157983: Pull complete [2021-03-12T00:37:14.986Z] b116817d02f9: Pull complete [2021-03-12T00:37:18.394Z] 745a02a5169b: Pull complete [2021-03-12T00:37:18.394Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-12T00:37:18.394Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-12T00:37:18.394Z] ---> b7e6874047d6 [2021-03-12T00:37:18.394Z] 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-12T00:37:21.798Z] ---> Running in 190e3f4a3957 [2021-03-12T00:37:23.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T00:37:24.239Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T00:37:25.220Z] (1/12) Installing libmagic (5.38-r0) [2021-03-12T00:37:25.814Z] (2/12) Installing file (5.38-r0) [2021-03-12T00:37:25.814Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-12T00:37:25.814Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-12T00:37:44.102Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-12T00:37:44.102Z] (6/12) Installing patch (2.7.6-r6) [2021-03-12T00:37:44.102Z] (7/12) Installing build-base (0.5-r2) [2021-03-12T00:37:44.102Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-12T00:37:44.102Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-12T00:37:44.102Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-12T00:37:44.102Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-12T00:37:44.102Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-12T00:37:44.102Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T00:37:44.102Z] OK: 217 MiB in 51 packages [2021-03-12T00:37:46.753Z] Removing intermediate container 190e3f4a3957 [2021-03-12T00:37:46.753Z] ---> 6db45c71b43e [2021-03-12T00:37:46.753Z] Step 4/6 : WORKDIR /edgex-go [2021-03-12T00:37:47.028Z] ---> Running in 9e5708aacdce [2021-03-12T00:37:47.636Z] Removing intermediate container 9e5708aacdce [2021-03-12T00:37:47.636Z] ---> 294c7fa9239a [2021-03-12T00:37:47.636Z] Step 5/6 : COPY go.mod . [2021-03-12T00:37:48.266Z] ---> 03c18503ee58 [2021-03-12T00:37:48.266Z] Step 6/6 : RUN go mod download [2021-03-12T00:37:48.266Z] ---> Running in e4eb826d2441 [2021-03-12T00:37:49.597Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T00:37:49.597Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-12T00:37:49.597Z] ---> c4f43175420f [2021-03-12T00:37:49.597Z] Step 3/31 : WORKDIR /edgex-go [2021-03-12T00:37:49.597Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T00:37:49.597Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-12T00:37:49.597Z] ---> c4f43175420f [2021-03-12T00:37:49.597Z] Step 3/22 : WORKDIR /edgex-go [2021-03-12T00:37:49.597Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T00:37:49.597Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-12T00:37:49.597Z] ---> c4f43175420f [2021-03-12T00:37:49.597Z] Step 3/22 : WORKDIR /edgex-go [2021-03-12T00:37:49.597Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T00:37:49.597Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-12T00:37:49.597Z] ---> c4f43175420f [2021-03-12T00:37:49.597Z] Step 3/23 : WORKDIR /edgex-go [2021-03-12T00:37:49.597Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T00:37:49.597Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-12T00:37:49.597Z] ---> c4f43175420f [2021-03-12T00:37:49.597Z] Step 3/23 : WORKDIR /edgex-go [2021-03-12T00:37:49.597Z] ---> Running in ac1938f0e1d6 [2021-03-12T00:37:49.597Z] ---> Running in 5d47874a2c10 [2021-03-12T00:37:49.597Z] ---> Running in 2396f31292ea [2021-03-12T00:37:49.597Z] ---> Running in 8c19e55e271b [2021-03-12T00:37:49.597Z] ---> Running in bd101acf90c5 [2021-03-12T00:37:49.597Z] Removing intermediate container 5d47874a2c10 [2021-03-12T00:37:49.597Z] Removing intermediate container ac1938f0e1d6 [2021-03-12T00:37:49.597Z] ---> eb5583110e80 [2021-03-12T00:37:49.597Z] ---> dbbe16b8df74 [2021-03-12T00:37:49.597Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T00:37:49.597Z] [2021-03-12T00:37:49.597Z] Removing intermediate container bd101acf90c5 [2021-03-12T00:37:49.597Z] ---> dcb9e6bb5d6e [2021-03-12T00:37:49.597Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T00:37:49.597Z] Removing intermediate container 8c19e55e271b [2021-03-12T00:37:49.597Z] ---> e52bb8dc537b [2021-03-12T00:37:49.597Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T00:37:49.597Z] Removing intermediate container 2396f31292ea [2021-03-12T00:37:49.597Z] ---> 4b62af807d3c [2021-03-12T00:37:49.597Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T00:37:49.597Z] ---> Running in 042392071d69 [2021-03-12T00:37:49.597Z] ---> Running in 52e1b7db1de0 [2021-03-12T00:37:49.597Z] ---> Running in 7b04c4db65d8 [2021-03-12T00:37:49.597Z] ---> Running in 31c9e3bfff9e [2021-03-12T00:37:49.597Z] ---> Running in 73fde588ed1c [2021-03-12T00:37:51.033Z] Removing intermediate container 7b04c4db65d8 [2021-03-12T00:37:51.033Z] ---> 3125aae08d01 [2021-03-12T00:37:51.033Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-12T00:37:51.033Z] ---> Running in dc3c59bcae25 [2021-03-12T00:37:51.295Z] Removing intermediate container 042392071d69 [2021-03-12T00:37:51.295Z] ---> ad878540ccde [2021-03-12T00:37:51.295Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-12T00:37:51.295Z] Removing intermediate container 52e1b7db1de0 [2021-03-12T00:37:51.295Z] ---> 0e47fc39149b [2021-03-12T00:37:51.295Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-12T00:37:51.295Z] Removing intermediate container 31c9e3bfff9e [2021-03-12T00:37:51.295Z] ---> e16fcfcaf446 [2021-03-12T00:37:51.295Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-12T00:37:51.558Z] Removing intermediate container 73fde588ed1c [2021-03-12T00:37:51.558Z] ---> 564464a8109c [2021-03-12T00:37:51.558Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-12T00:37:51.558Z] ---> Running in 0ae1d4708260 [2021-03-12T00:37:51.558Z] ---> Running in 8909f4a6ff71 [2021-03-12T00:37:51.558Z] ---> Running in 842fa09d6ac1 [2021-03-12T00:37:51.558Z] ---> Running in b9ae77e18e78 [2021-03-12T00:37:52.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T00:37:52.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T00:37:52.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T00:37:52.690Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T00:37:52.965Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T00:37:52.965Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T00:37:53.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T00:37:53.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T00:37:53.502Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T00:37:53.502Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T00:37:54.081Z] OK: 233 MiB in 51 packages [2021-03-12T00:37:54.081Z] OK: 233 MiB in 51 packages [2021-03-12T00:37:54.363Z] OK: 233 MiB in 51 packages [2021-03-12T00:37:54.363Z] OK: 233 MiB in 51 packages [2021-03-12T00:37:54.634Z] Removing intermediate container 8909f4a6ff71 [2021-03-12T00:37:54.634Z] ---> cb51e1b0b332 [2021-03-12T00:37:54.634Z] Step 6/23 : COPY go.mod . [2021-03-12T00:37:54.634Z] OK: 233 MiB in 51 packages [2021-03-12T00:37:55.212Z] Removing intermediate container dc3c59bcae25 [2021-03-12T00:37:55.212Z] ---> beb6ce9d5418 [2021-03-12T00:37:55.212Z] Step 6/22 : COPY go.mod . [2021-03-12T00:37:55.212Z] ---> 7c4ff379f860 [2021-03-12T00:37:55.212Z] Step 7/23 : RUN go mod download [2021-03-12T00:37:55.212Z] Removing intermediate container 0ae1d4708260 [2021-03-12T00:37:55.212Z] ---> 683a74a9d4d8 [2021-03-12T00:37:55.212Z] Step 6/22 : COPY go.mod . [2021-03-12T00:37:55.485Z] Removing intermediate container b9ae77e18e78 [2021-03-12T00:37:55.485Z] ---> 073fd04b3499 [2021-03-12T00:37:55.485Z] Step 6/31 : COPY go.mod . [2021-03-12T00:37:55.485Z] ---> Running in bd1667029fa1 [2021-03-12T00:37:55.756Z] ---> 5607c4602e47 [2021-03-12T00:37:55.756Z] Step 7/22 : RUN go mod download [2021-03-12T00:37:55.756Z] Removing intermediate container 842fa09d6ac1 [2021-03-12T00:37:55.756Z] ---> e537431fb52c [2021-03-12T00:37:55.756Z] Step 6/23 : COPY go.mod . [2021-03-12T00:37:55.756Z] ---> f8bca664a6db [2021-03-12T00:37:55.756Z] Step 7/22 : RUN go mod download [2021-03-12T00:37:56.030Z] ---> 5d8581444287 [2021-03-12T00:37:56.030Z] Step 7/31 : RUN go mod download [2021-03-12T00:37:56.030Z] ---> Running in 6cdedf67ad18 [2021-03-12T00:37:56.030Z] ---> Running in 4552dabf2336 [2021-03-12T00:37:56.030Z] ---> Running in 15100cc24d63 [2021-03-12T00:37:56.301Z] ---> 42e653d15216 [2021-03-12T00:37:56.301Z] Step 7/23 : RUN go mod download [2021-03-12T00:37:56.566Z] ---> Running in e70e7f69d37f [2021-03-12T00:37:57.985Z] Removing intermediate container bd1667029fa1 [2021-03-12T00:37:57.985Z] ---> 9a4c6110fe5d [2021-03-12T00:37:57.985Z] Step 8/23 : COPY . . [2021-03-12T00:37:58.253Z] Removing intermediate container 6cdedf67ad18 [2021-03-12T00:37:58.253Z] ---> cea1894a8b7e [2021-03-12T00:37:58.253Z] Step 8/22 : COPY . . [2021-03-12T00:37:58.254Z] Removing intermediate container 4552dabf2336 [2021-03-12T00:37:58.254Z] ---> d0be93441650 [2021-03-12T00:37:58.254Z] Step 8/31 : COPY . . [2021-03-12T00:38:02.568Z] Removing intermediate container e70e7f69d37f [2021-03-12T00:38:02.568Z] ---> b6d9a835cd98 [2021-03-12T00:38:02.568Z] Step 8/23 : COPY . . [2021-03-12T00:38:02.568Z] Removing intermediate container 15100cc24d63 [2021-03-12T00:38:02.568Z] ---> edae155d3fed [2021-03-12T00:38:02.568Z] Step 8/22 : COPY . . [2021-03-12T00:38:20.749Z] Removing intermediate container e4eb826d2441 [2021-03-12T00:38:20.749Z] ---> 14ff88e4725a [2021-03-12T00:38:20.749Z] Successfully built 14ff88e4725a [2021-03-12T00:38:20.749Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-12T00:38:21.100Z] + docker inspect -f . ci-base-image-arm64 [2021-03-12T00:38:21.100Z] . [Pipeline] withDockerContainer [2021-03-12T00:38:21.381Z] prd-ubuntu18.04-docker-arm64-4c-16g-29566 does not seem to be running inside a container [2021-03-12T00:38:21.478Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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 ******** ci-base-image-arm64 cat [2021-03-12T00:38:22.989Z] $ docker top 2462e688edb86cbae8e50c71227edd5b8ac51f9e111c9fb3a32af5b991476a9e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-12T00:38:24.098Z] + go version [2021-03-12T00:38:24.098Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-12T00:38:24.131Z] $ docker stop --time=1 2462e688edb86cbae8e50c71227edd5b8ac51f9e111c9fb3a32af5b991476a9e [2021-03-12T00:38:26.153Z] $ docker rm -f 2462e688edb86cbae8e50c71227edd5b8ac51f9e111c9fb3a32af5b991476a9e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-12T00:38:27.177Z] + docker inspect -f . ci-base-image-arm64 [2021-03-12T00:38:27.177Z] . [Pipeline] withDockerContainer [2021-03-12T00:38:27.459Z] prd-ubuntu18.04-docker-arm64-4c-16g-29566 does not seem to be running inside a container [2021-03-12T00:38:27.563Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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 ******** ci-base-image-arm64 cat [2021-03-12T00:38:29.094Z] $ docker top da7efd877e5040b39bb4f9b0be2498ab2407ad2d22879548f2ac444f1ae9a0eb -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-12T00:38:29.516Z] ========================================================= [2021-03-12T00:38:29.516Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-12T00:38:29.516Z] ========================================================= [Pipeline] sh [2021-03-12T00:38:30.172Z] + make test [2021-03-12T00:38:30.172Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-12T00:38:41.628Z] ---> e355e0646650 [2021-03-12T00:38:41.628Z] ---> d520e1b2fef3 [2021-03-12T00:38:41.628Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapperStep 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-12T00:38:41.628Z] [2021-03-12T00:38:41.628Z] ---> Running in f2d1330060f3 [2021-03-12T00:38:41.628Z] ---> 93e31e62fab4 [2021-03-12T00:38:41.628Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-12T00:38:41.628Z] ---> 4df34bfd4d58 [2021-03-12T00:38:41.628Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-12T00:38:41.628Z] ---> Running in 1d487e83d3c7 [2021-03-12T00:38:41.628Z] ---> Running in 929a7a53a7d1 [2021-03-12T00:38:41.628Z] ---> 1c88594f9166 [2021-03-12T00:38:41.628Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-12T00:38:41.628Z] ---> Running in ba0b929297c6 [2021-03-12T00:38:41.628Z] ---> Running in af02109a1e26 [2021-03-12T00:38:41.628Z] 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-12T00:38:41.628Z] 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-12T00:38:41.628Z] 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-12T00:38:41.628Z] 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-12T00:38:41.628Z] 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-12T00:38:56.993Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-12T00:39:28.592Z] Removing intermediate container f2d1330060f3 [2021-03-12T00:39:28.592Z] ---> 69e33b45e1cc [2021-03-12T00:39:28.592Z] [2021-03-12T00:39:28.592Z] Step 10/31 : FROM alpine:3.12 [2021-03-12T00:39:28.592Z] 3.12: Pulling from library/alpine [2021-03-12T00:39:29.177Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-12T00:39:31.761Z] Status: Downloaded newer image for alpine:3.12 [2021-03-12T00:39:31.761Z] ---> 88dd2752d2ea [2021-03-12T00:39:31.761Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-12T00:39:32.718Z] Removing intermediate container ba0b929297c6 [2021-03-12T00:39:32.718Z] ---> 78f910df86be [2021-03-12T00:39:32.718Z] [2021-03-12T00:39:32.718Z] Step 10/23 : FROM alpine:3.12 [2021-03-12T00:39:32.718Z] ---> 88dd2752d2ea [2021-03-12T00:39:32.718Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-12T00:39:33.301Z] Removing intermediate container af02109a1e26 [2021-03-12T00:39:33.301Z] ---> dfb268e74e6e [2021-03-12T00:39:33.301Z] [2021-03-12T00:39:33.301Z] Step 10/22 : FROM alpine:3.12 [2021-03-12T00:39:33.301Z] ---> 88dd2752d2ea [2021-03-12T00:39:33.301Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-12T00:39:33.301Z] Removing intermediate container 1d487e83d3c7 [2021-03-12T00:39:33.301Z] ---> 70cb7264a3d7 [2021-03-12T00:39:33.301Z] [2021-03-12T00:39:33.301Z] Step 10/22 : FROM alpine:3.12 [2021-03-12T00:39:33.301Z] ---> 88dd2752d2ea [2021-03-12T00:39:33.301Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-12T00:39:33.565Z] ---> Running in 3edccb7c9527 [2021-03-12T00:39:36.155Z] ---> Running in 39fb53af379e [2021-03-12T00:39:36.155Z] ---> Running in f1383a56b5be [2021-03-12T00:39:36.155Z] ---> Running in b9f6e4d52d53 [2021-03-12T00:39:36.155Z] Removing intermediate container 3edccb7c9527 [2021-03-12T00:39:36.155Z] ---> d9056fc88cd2 [2021-03-12T00:39:36.155Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-12T00:39:36.155Z] Removing intermediate container 929a7a53a7d1 [2021-03-12T00:39:36.155Z] ---> 97554c8ee99c [2021-03-12T00:39:36.155Z] [2021-03-12T00:39:36.155Z] Step 10/23 : FROM alpine:3.12 [2021-03-12T00:39:36.155Z] ---> 88dd2752d2ea [2021-03-12T00:39:36.155Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-12T00:39:36.428Z] ---> Running in 2b3f5f960a62 [2021-03-12T00:39:36.428Z] ---> Running in f357ced39ca2 [2021-03-12T00:39:37.440Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T00:39:37.440Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T00:39:37.440Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T00:39:37.440Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T00:39:37.440Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T00:39:37.731Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T00:39:37.731Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-12T00:39:37.731Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T00:39:37.731Z] OK: 6 MiB in 15 packages [2021-03-12T00:39:37.731Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T00:39:37.731Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-12T00:39:37.731Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T00:39:37.731Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T00:39:37.731Z] OK: 6 MiB in 15 packages [2021-03-12T00:39:38.013Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-12T00:39:38.013Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T00:39:38.013Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-12T00:39:38.013Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T00:39:38.013Z] Executing ca-certificates-20191127-r4.trigger [2021-03-12T00:39:38.013Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-12T00:39:38.013Z] (2/2) Installing su-exec (0.2-r1) [2021-03-12T00:39:38.013Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T00:39:38.013Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T00:39:38.013Z] OK: 6 MiB in 16 packages [2021-03-12T00:39:38.013Z] OK: 6 MiB in 16 packages [2021-03-12T00:39:38.281Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-12T00:39:38.281Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T00:39:38.281Z] OK: 6 MiB in 15 packages [2021-03-12T00:39:39.242Z] Removing intermediate container f1383a56b5be [2021-03-12T00:39:39.242Z] ---> 0c0bab3eefea [2021-03-12T00:39:39.242Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-12T00:39:39.242Z] Removing intermediate container 39fb53af379e [2021-03-12T00:39:39.242Z] ---> 34a13f8025d4 [2021-03-12T00:39:39.242Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-12T00:39:39.242Z] ---> Running in 556d1ec91aaa [2021-03-12T00:39:39.521Z] ---> Running in 75cfc16e2f2a [2021-03-12T00:39:39.785Z] Removing intermediate container f357ced39ca2 [2021-03-12T00:39:39.785Z] ---> 777534ee3e2c [2021-03-12T00:39:39.785Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-12T00:39:40.047Z] ---> Running in 99c656f6274c [2021-03-12T00:39:40.047Z] Removing intermediate container 556d1ec91aaa [2021-03-12T00:39:40.047Z] ---> 0354ae915a06 [2021-03-12T00:39:40.047Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-12T00:39:40.047Z] Removing intermediate container 75cfc16e2f2a [2021-03-12T00:39:40.047Z] ---> 485dc714e4a6 [2021-03-12T00:39:40.047Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-12T00:39:40.317Z] Removing intermediate container 2b3f5f960a62 [2021-03-12T00:39:40.317Z] ---> 88cd028000a5 [2021-03-12T00:39:40.317Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-12T00:39:40.317Z] Removing intermediate container b9f6e4d52d53 [2021-03-12T00:39:40.317Z] ---> 8f6f93ecef20 [2021-03-12T00:39:40.317Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-12T00:39:40.317Z] ---> Running in c144ff58a643 [2021-03-12T00:39:40.317Z] ---> Running in c9a61a544098 [2021-03-12T00:39:40.317Z] ---> Running in f386ee274d72 [2021-03-12T00:39:40.317Z] ---> Running in a6c71df9aa71 [2021-03-12T00:39:40.592Z] Removing intermediate container 99c656f6274c [2021-03-12T00:39:40.592Z] ---> e3ae7b900137 [2021-03-12T00:39:40.592Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-12T00:39:40.592Z] ---> Running in ef858f7e434d [2021-03-12T00:39:40.592Z] Removing intermediate container c144ff58a643 [2021-03-12T00:39:40.592Z] ---> 5e107db07640 [2021-03-12T00:39:40.592Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-12T00:39:40.856Z] Removing intermediate container c9a61a544098 [2021-03-12T00:39:40.856Z] ---> bf80577b7216 [2021-03-12T00:39:40.856Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-12T00:39:40.856Z] Removing intermediate container f386ee274d72 [2021-03-12T00:39:40.856Z] ---> d21b0a301039 [2021-03-12T00:39:40.856Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-12T00:39:40.856Z] Removing intermediate container a6c71df9aa71 [2021-03-12T00:39:40.856Z] ---> d94b9dec7701 [2021-03-12T00:39:40.856Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-12T00:39:41.119Z] ---> Running in ccdfa8cc750b [2021-03-12T00:39:41.119Z] ---> Running in 15186de50531 [2021-03-12T00:39:41.119Z] ---> Running in 2f5a98161b5a [2021-03-12T00:39:41.119Z] ---> Running in 11daa7ad7ed6 [2021-03-12T00:39:41.119Z] Removing intermediate container ef858f7e434d [2021-03-12T00:39:41.119Z] ---> d5cf596567ff [2021-03-12T00:39:41.119Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-12T00:39:41.390Z] ---> Running in b2c59f69d1a2 [2021-03-12T00:39:41.390Z] Removing intermediate container 15186de50531 [2021-03-12T00:39:41.390Z] ---> 12962e275441 [2021-03-12T00:39:41.390Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-12T00:39:41.390Z] Removing intermediate container ccdfa8cc750b [2021-03-12T00:39:41.390Z] ---> f422ebb428e4 [2021-03-12T00:39:41.390Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T00:39:41.390Z] Removing intermediate container 2f5a98161b5a [2021-03-12T00:39:41.390Z] ---> 6b0097ec8f3b [2021-03-12T00:39:41.390Z] Step 15/23 : WORKDIR / [2021-03-12T00:39:41.390Z] Removing intermediate container 11daa7ad7ed6 [2021-03-12T00:39:41.390Z] ---> 4d66b1fa44fa [2021-03-12T00:39:41.390Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-12T00:39:41.654Z] ---> Running in 74c4efd07b94 [2021-03-12T00:39:41.654Z] Removing intermediate container b2c59f69d1a2 [2021-03-12T00:39:41.654Z] ---> 2d932b470383 [2021-03-12T00:39:41.654Z] Step 15/23 : WORKDIR / [2021-03-12T00:39:41.916Z] ---> Running in fd8d31f1cc11 [2021-03-12T00:39:41.916Z] ---> Running in a6d512ada6a5 [2021-03-12T00:39:41.916Z] ---> Running in 27c75f005088 [2021-03-12T00:39:42.188Z] ---> 89889586804f [2021-03-12T00:39:42.188Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-12T00:39:42.774Z] Removing intermediate container a6d512ada6a5 [2021-03-12T00:39:42.774Z] ---> f44daaab76b2 [2021-03-12T00:39:42.774Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T00:39:42.774Z] Removing intermediate container fd8d31f1cc11 [2021-03-12T00:39:42.774Z] ---> a5f2a9ae59aa [2021-03-12T00:39:42.774Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T00:39:43.041Z] Removing intermediate container 27c75f005088 [2021-03-12T00:39:43.041Z] ---> d5b0d11406a9 [2021-03-12T00:39:43.041Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T00:39:43.307Z] ---> 65a9aed9978b [2021-03-12T00:39:43.307Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-12T00:39:43.307Z] ---> c1e1646891c7 [2021-03-12T00:39:43.307Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-12T00:39:43.307Z] ---> c4372787b95e [2021-03-12T00:39:43.307Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-12T00:39:43.589Z] ---> 77859abdd3c5 [2021-03-12T00:39:43.589Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-12T00:39:43.867Z] ---> 7410d15ea6b2 [2021-03-12T00:39:43.867Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-12T00:39:43.867Z] Removing intermediate container 74c4efd07b94 [2021-03-12T00:39:43.867Z] ---> 6e7622c49978 [2021-03-12T00:39:43.867Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-12T00:39:44.134Z] ---> Running in fec464777b16 [2021-03-12T00:39:44.134Z] ---> Running in e396368c201e [2021-03-12T00:39:44.134Z] ---> a4482e794c4d [2021-03-12T00:39:44.134Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-12T00:39:44.400Z] ---> e8f6dd14d0cf [2021-03-12T00:39:44.400Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-12T00:39:44.400Z] Removing intermediate container fec464777b16 [2021-03-12T00:39:44.400Z] ---> 8ba877f8d08a [2021-03-12T00:39:44.400Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T00:39:44.400Z] ---> e337991f4c31 [2021-03-12T00:39:44.400Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-12T00:39:44.976Z] ---> Running in cd6789e9bb51 [2021-03-12T00:39:44.976Z] Removing intermediate container e396368c201e [2021-03-12T00:39:44.976Z] ---> 76f0fddf3d9f [2021-03-12T00:39:44.976Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-12T00:39:44.976Z] ---> d338681a1a51 [2021-03-12T00:39:44.976Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-12T00:39:44.976Z] ---> 228c2c227b28 [2021-03-12T00:39:44.976Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-12T00:39:44.976Z] ---> a72b02af2242 [2021-03-12T00:39:44.976Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-12T00:39:44.976Z] ---> Running in 55dc0b0d8485 [2021-03-12T00:39:45.250Z] ---> Running in 2b857310300a [2021-03-12T00:39:45.250Z] ---> Running in ad8751ea2a67 [2021-03-12T00:39:45.250Z] Removing intermediate container cd6789e9bb51 [2021-03-12T00:39:45.250Z] ---> feb7b586f347 [2021-03-12T00:39:45.250Z] Step 20/22 : LABEL arch=x86_64 [2021-03-12T00:39:45.250Z] ---> 3541e6e82296 [2021-03-12T00:39:45.250Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-12T00:39:45.512Z] ---> Running in b510567b0746 [2021-03-12T00:39:45.512Z] ---> Running in 28f5d7a393a2 [2021-03-12T00:39:45.512Z] Removing intermediate container 55dc0b0d8485 [2021-03-12T00:39:45.512Z] ---> 074860777ee9 [2021-03-12T00:39:45.512Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T00:39:45.775Z] Removing intermediate container 2b857310300a [2021-03-12T00:39:45.775Z] ---> 3e8994f53b50 [2021-03-12T00:39:45.775Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T00:39:45.775Z] Removing intermediate container ad8751ea2a67 [2021-03-12T00:39:45.775Z] ---> 806dfd96daea [2021-03-12T00:39:45.775Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T00:39:45.775Z] ---> Running in 85e56d25e20d [2021-03-12T00:39:46.042Z] ---> Running in 33b5ddfe13db [2021-03-12T00:39:46.042Z] ---> Running in 3cc3d6e9329e [2021-03-12T00:39:46.042Z] Removing intermediate container b510567b0746 [2021-03-12T00:39:46.042Z] ---> b41c13477114 [2021-03-12T00:39:46.042Z] Step 21/22 : LABEL git_sha=ae62a50f272e84596d95d866e2a01770033c3343 [2021-03-12T00:39:46.042Z] ---> Running in f4345a790f24 [2021-03-12T00:39:46.306Z] Removing intermediate container 33b5ddfe13db [2021-03-12T00:39:46.306Z] ---> 345abee1c177 [2021-03-12T00:39:46.306Z] Step 20/22 : LABEL arch=x86_64 [2021-03-12T00:39:46.306Z] Removing intermediate container 3cc3d6e9329e [2021-03-12T00:39:46.306Z] ---> 5519f26afe6b [2021-03-12T00:39:46.306Z] Step 21/23 : LABEL arch=x86_64 [2021-03-12T00:39:46.306Z] Removing intermediate container 85e56d25e20d [2021-03-12T00:39:46.306Z] ---> 0a86e8539a10 [2021-03-12T00:39:46.306Z] Step 21/23 : LABEL arch=x86_64 [2021-03-12T00:39:46.570Z] ---> Running in 1677276a94d7 [2021-03-12T00:39:46.570Z] Removing intermediate container f4345a790f24 [2021-03-12T00:39:46.570Z] ---> bd9beac2c6aa [2021-03-12T00:39:46.570Z] Step 22/22 : LABEL version=0.0.0 [2021-03-12T00:39:46.570Z] ---> Running in a1caa31042a1 [2021-03-12T00:39:46.570Z] ---> Running in 7aa19df56217 [2021-03-12T00:39:46.570Z] ---> Running in 9dcc63b6765f [2021-03-12T00:39:46.834Z] Removing intermediate container 1677276a94d7 [2021-03-12T00:39:46.834Z] ---> 1881958c1da0 [2021-03-12T00:39:46.834Z] Step 21/22 : LABEL git_sha=ae62a50f272e84596d95d866e2a01770033c3343 [2021-03-12T00:39:46.834Z] Removing intermediate container a1caa31042a1 [2021-03-12T00:39:46.834Z] ---> 83dad8bc8986 [2021-03-12T00:39:46.834Z] Step 22/23 : LABEL git_sha=ae62a50f272e84596d95d866e2a01770033c3343 [2021-03-12T00:39:47.115Z] Removing intermediate container 7aa19df56217 [2021-03-12T00:39:47.115Z] ---> 2dab37e88da1 [2021-03-12T00:39:47.115Z] Step 22/23 : LABEL git_sha=ae62a50f272e84596d95d866e2a01770033c3343 [2021-03-12T00:39:47.115Z] ---> Running in dba1e4f5dabe [2021-03-12T00:39:47.115Z] ---> Running in 7d5c126572c1 [2021-03-12T00:39:47.383Z] Removing intermediate container 9dcc63b6765f [2021-03-12T00:39:47.383Z] ---> a5ff6a2326bb [2021-03-12T00:39:47.383Z] [2021-03-12T00:39:47.383Z] ---> Running in c3df07e8dbff [2021-03-12T00:39:47.648Z] Removing intermediate container 7d5c126572c1 [2021-03-12T00:39:47.648Z] ---> 88bee6418ae7 [2021-03-12T00:39:47.648Z] Step 23/23 : LABEL version=0.0.0 [2021-03-12T00:39:47.648Z] Removing intermediate container 28f5d7a393a2 [2021-03-12T00:39:47.648Z] ---> 9e65c319c1b5 [2021-03-12T00:39:47.648Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T00:39:47.648Z] Removing intermediate container dba1e4f5dabe [2021-03-12T00:39:47.648Z] ---> 9c10b3c24982 [2021-03-12T00:39:47.648Z] Step 22/22 : LABEL version=0.0.0 [2021-03-12T00:39:47.648Z] Successfully built a5ff6a2326bb [2021-03-12T00:39:47.919Z] ---> Running in 53281f26e8c7 [2021-03-12T00:39:47.919Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-12T00:39:47.919Z] Building docker-security-secretstore-setup-go [2021-03-12T00:39:47.919Z]  Building docker-support-scheduler-go ... done Removing intermediate container c3df07e8dbff [2021-03-12T00:39:47.919Z] ---> b23e8143f00b [2021-03-12T00:39:47.919Z] Step 23/23 : LABEL version=0.0.0 [2021-03-12T00:39:47.919Z] ---> Running in ad4d20f21d93 [2021-03-12T00:39:47.919Z] ---> Running in c8f77d080eaa [2021-03-12T00:39:48.184Z] ---> baa1c40aea76 [2021-03-12T00:39:48.184Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-12T00:39:48.184Z] Removing intermediate container 53281f26e8c7 [2021-03-12T00:39:48.184Z] ---> 3871174e9f59 [2021-03-12T00:39:48.184Z] [2021-03-12T00:39:48.184Z] Removing intermediate container ad4d20f21d93 [2021-03-12T00:39:48.184Z] ---> 63e1d95d2f8d [2021-03-12T00:39:48.184Z] [2021-03-12T00:39:48.458Z] Successfully built 3871174e9f59 [2021-03-12T00:39:48.458Z] Successfully tagged docker-core-metadata-go:latest [2021-03-12T00:39:48.458Z] Building docker-security-proxy-setup-go [2021-03-12T00:39:48.458Z]  Building docker-core-metadata-go ... done Removing intermediate container c8f77d080eaa [2021-03-12T00:39:48.458Z] ---> 76a2527f7f22 [2021-03-12T00:39:48.458Z] [2021-03-12T00:39:48.458Z] Successfully built 63e1d95d2f8d [2021-03-12T00:39:48.726Z] Successfully tagged docker-support-notifications-go:latest [2021-03-12T00:39:48.726Z] Building docker-core-data-go [2021-03-12T00:39:48.726Z]  Building docker-support-notifications-go ... done Successfully built 76a2527f7f22 [2021-03-12T00:39:48.993Z] Successfully tagged docker-core-command-go:latest [2021-03-12T00:39:48.993Z] Building docker-sys-mgmt-agent-go [2021-03-12T00:39:48.993Z]  Building docker-core-command-go ... done  ---> 03bc77ea84b3 [2021-03-12T00:39:48.993Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-12T00:39:49.259Z] ---> a91fce9fd78e [2021-03-12T00:39:49.260Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-12T00:39:49.849Z] ---> b5884b39fd76 [2021-03-12T00:39:49.849Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-12T00:39:50.834Z] ---> 0310e70f9093 [2021-03-12T00:39:50.835Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-12T00:39:53.463Z] ---> Running in 0d81125b48a5 [2021-03-12T00:39:53.635Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-12T00:39:53.741Z] Removing intermediate container 0d81125b48a5 [2021-03-12T00:39:53.741Z] ---> b3c5d3564030 [2021-03-12T00:39:53.741Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-12T00:39:54.849Z] ---> af7db2ae00fd [2021-03-12T00:39:54.849Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-12T00:39:55.628Z] ---> Running in aee20e2faefd [2021-03-12T00:39:59.082Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-12T00:39:59.117Z] Removing intermediate container aee20e2faefd [2021-03-12T00:39:59.117Z] ---> 62aa51e75358 [2021-03-12T00:39:59.117Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-12T00:39:59.699Z] ---> Running in 329aeb6d2e1e [2021-03-12T00:39:59.967Z] Removing intermediate container 329aeb6d2e1e [2021-03-12T00:39:59.967Z] ---> 3100abf8d097 [2021-03-12T00:39:59.967Z] Step 28/31 : CMD ["gate"] [2021-03-12T00:40:00.236Z] ---> Running in e83d5d7eccb5 [2021-03-12T00:40:00.499Z] Removing intermediate container e83d5d7eccb5 [2021-03-12T00:40:00.499Z] ---> cd256f6ae93d [2021-03-12T00:40:00.499Z] Step 29/31 : LABEL arch=x86_64 [2021-03-12T00:40:00.499Z] ---> Running in a1e16ef289e9 [2021-03-12T00:40:00.777Z] Removing intermediate container a1e16ef289e9 [2021-03-12T00:40:00.777Z] ---> e498be129019 [2021-03-12T00:40:00.777Z] Step 30/31 : LABEL git_sha=ae62a50f272e84596d95d866e2a01770033c3343 [2021-03-12T00:40:00.777Z] ---> Running in 8c621f5970cc [2021-03-12T00:40:01.046Z] Removing intermediate container 8c621f5970cc [2021-03-12T00:40:01.046Z] ---> 86b48441f5b9 [2021-03-12T00:40:01.046Z] Step 31/31 : LABEL version=0.0.0 [2021-03-12T00:40:01.343Z] ---> Running in a92d903ea0a7 [2021-03-12T00:40:01.622Z] Removing intermediate container a92d903ea0a7 [2021-03-12T00:40:01.622Z] ---> d194200bdd61 [2021-03-12T00:40:01.622Z] [2021-03-12T00:40:01.893Z] Successfully built d194200bdd61 [2021-03-12T00:40:01.893Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-12T00:40:07.983Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-12T00:40:07.983Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-12T00:40:11.414Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-12T00:40:11.414Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-12T00:40:11.414Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-12T00:40:11.414Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-12T00:40:14.824Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-12T00:40:15.101Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-12T00:40:16.986Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T00:40:16.986Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-12T00:40:16.986Z] ---> c4f43175420f [2021-03-12T00:40:16.986Z] Step 3/23 : WORKDIR /edgex-go [2021-03-12T00:40:16.986Z] ---> Using cache [2021-03-12T00:40:16.986Z] ---> 4b62af807d3c [2021-03-12T00:40:16.986Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T00:40:16.986Z] ---> Using cache [2021-03-12T00:40:16.986Z] ---> 564464a8109c [2021-03-12T00:40:16.986Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-12T00:40:16.986Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T00:40:16.986Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-12T00:40:16.986Z] ---> c4f43175420f [2021-03-12T00:40:16.986Z] Step 3/24 : WORKDIR /edgex-go [2021-03-12T00:40:16.986Z] ---> Using cache [2021-03-12T00:40:16.986Z] ---> 4b62af807d3c [2021-03-12T00:40:16.986Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T00:40:16.986Z] ---> Using cache [2021-03-12T00:40:16.986Z] ---> 564464a8109c [2021-03-12T00:40:16.986Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-12T00:40:16.986Z] ---> Using cache [2021-03-12T00:40:16.986Z] ---> 073fd04b3499 [2021-03-12T00:40:16.986Z] Step 6/24 : COPY go.mod . [2021-03-12T00:40:16.986Z] ---> Using cache [2021-03-12T00:40:16.986Z] ---> 5d8581444287 [2021-03-12T00:40:16.986Z] Step 7/24 : RUN go mod download [2021-03-12T00:40:16.986Z] ---> Using cache [2021-03-12T00:40:16.986Z] ---> d0be93441650 [2021-03-12T00:40:16.986Z] Step 8/24 : COPY . . [2021-03-12T00:40:16.986Z] ---> Using cache [2021-03-12T00:40:16.986Z] ---> e355e0646650 [2021-03-12T00:40:16.986Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-12T00:40:16.986Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T00:40:16.986Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-12T00:40:16.986Z] ---> c4f43175420f [2021-03-12T00:40:16.986Z] Step 3/21 : WORKDIR /edgex-go [2021-03-12T00:40:16.986Z] ---> Using cache [2021-03-12T00:40:16.986Z] ---> 4b62af807d3c [2021-03-12T00:40:16.986Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T00:40:16.986Z] ---> Using cache [2021-03-12T00:40:16.986Z] ---> 564464a8109c [2021-03-12T00:40:16.986Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-12T00:40:16.986Z] ---> Using cache [2021-03-12T00:40:16.986Z] ---> 073fd04b3499 [2021-03-12T00:40:16.986Z] Step 6/21 : COPY go.mod . [2021-03-12T00:40:16.986Z] ---> Using cache [2021-03-12T00:40:16.986Z] ---> 5d8581444287 [2021-03-12T00:40:16.986Z] Step 7/21 : RUN go mod download [2021-03-12T00:40:16.986Z] ---> Using cache [2021-03-12T00:40:16.986Z] ---> d0be93441650 [2021-03-12T00:40:16.986Z] Step 8/21 : COPY . . [2021-03-12T00:40:16.986Z] ---> Using cache [2021-03-12T00:40:16.986Z] ---> e355e0646650 [2021-03-12T00:40:16.986Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-12T00:40:16.986Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T00:40:16.986Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-12T00:40:16.986Z] ---> c4f43175420f [2021-03-12T00:40:16.986Z] Step 3/26 : WORKDIR /edgex-go [2021-03-12T00:40:16.986Z] ---> Using cache [2021-03-12T00:40:16.986Z] ---> 4b62af807d3c [2021-03-12T00:40:16.986Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T00:40:16.986Z] ---> Using cache [2021-03-12T00:40:16.986Z] ---> 564464a8109c [2021-03-12T00:40:16.986Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-12T00:40:18.388Z] ---> Running in f9bfebad8a30 [2021-03-12T00:40:18.388Z] ---> Running in abb93be100a3 [2021-03-12T00:40:18.388Z] ---> Running in 251a69531ea3 [2021-03-12T00:40:18.388Z] ---> Running in f43be94e2baa [2021-03-12T00:40:19.811Z] 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-12T00:40:19.811Z] 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-12T00:40:19.811Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T00:40:19.811Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T00:40:20.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T00:40:20.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T00:40:21.003Z] OK: 233 MiB in 51 packages [2021-03-12T00:40:21.275Z] OK: 233 MiB in 51 packages [2021-03-12T00:40:22.719Z] Removing intermediate container 251a69531ea3 [2021-03-12T00:40:22.719Z] ---> 6e4fc63e3243 [2021-03-12T00:40:22.719Z] Step 6/26 : COPY go.mod . [2021-03-12T00:40:22.719Z] Removing intermediate container f9bfebad8a30 [2021-03-12T00:40:22.720Z] ---> 7129282ed148 [2021-03-12T00:40:22.720Z] Step 6/23 : COPY go.mod . [2021-03-12T00:40:23.015Z] ---> 91a8642c85ad [2021-03-12T00:40:23.015Z] Step 7/23 : RUN go mod download [2021-03-12T00:40:23.015Z] ---> Running in 6fa4522914b5 [2021-03-12T00:40:23.015Z] ---> a985799c8727 [2021-03-12T00:40:23.015Z] Step 7/26 : RUN go mod download [2021-03-12T00:40:23.302Z] ---> Running in ef0a6a47b38b [2021-03-12T00:40:25.282Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-12T00:40:25.282Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-12T00:40:25.282Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-12T00:40:27.666Z] Removing intermediate container 6fa4522914b5 [2021-03-12T00:40:27.666Z] ---> 8e5609d421e7 [2021-03-12T00:40:27.666Z] Step 8/23 : COPY . . [2021-03-12T00:40:27.666Z] Removing intermediate container ef0a6a47b38b [2021-03-12T00:40:27.666Z] ---> 75153391fa97 [2021-03-12T00:40:27.666Z] Step 8/26 : COPY . . [2021-03-12T00:40:30.793Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.349s coverage: 45.9% of statements [2021-03-12T00:40:30.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-12T00:40:30.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-12T00:40:30.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-12T00:40:30.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-12T00:40:30.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-12T00:40:30.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-12T00:40:30.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-12T00:40:31.072Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.326s coverage: 100.0% of statements [2021-03-12T00:40:39.408Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.552s coverage: 27.1% of statements [2021-03-12T00:40:39.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-12T00:40:39.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-12T00:40:39.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-12T00:40:39.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-12T00:40:39.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-12T00:40:39.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-12T00:40:39.408Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.079s coverage: 100.0% of statements [2021-03-12T00:40:39.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-12T00:40:39.409Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.087s coverage: 100.0% of statements [2021-03-12T00:40:39.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-12T00:40:39.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-12T00:40:40.404Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.303s coverage: 71.3% of statements [2021-03-12T00:40:40.404Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-12T00:40:40.404Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-12T00:40:41.846Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.514s coverage: 82.9% of statements [2021-03-12T00:40:41.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-12T00:40:41.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-12T00:40:41.846Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.192s coverage: 78.9% of statements [2021-03-12T00:40:41.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-12T00:40:42.766Z] 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-12T00:40:42.767Z] 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-12T00:40:52.921Z] ---> cbeb7bafa30a [2021-03-12T00:40:52.921Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-12T00:40:53.188Z] Removing intermediate container f43be94e2baa [2021-03-12T00:40:53.188Z] ---> 58a85573a72b [2021-03-12T00:40:53.188Z] [2021-03-12T00:40:53.188Z] Step 10/24 : FROM alpine:3.12 [2021-03-12T00:40:53.188Z] ---> 88dd2752d2ea [2021-03-12T00:40:53.188Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-12T00:40:53.188Z] ---> 1f3ae435ae6f [2021-03-12T00:40:53.188Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-12T00:40:53.188Z] Removing intermediate container abb93be100a3 [2021-03-12T00:40:53.188Z] ---> Running in a1a275aa25af [2021-03-12T00:40:53.188Z] ---> b510e3893e9e [2021-03-12T00:40:53.188Z] [2021-03-12T00:40:53.188Z] Step 10/21 : FROM alpine:3.12 [2021-03-12T00:40:53.188Z] ---> 88dd2752d2ea [2021-03-12T00:40:53.188Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-12T00:40:53.453Z] ---> Running in eaaf3862c805 [2021-03-12T00:40:53.453Z] ---> Running in 6389ec91e324 [2021-03-12T00:40:53.453Z] ---> Running in b99fde42a8dc [2021-03-12T00:40:54.280Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.380s coverage: 28.6% of statements [2021-03-12T00:40:54.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-12T00:40:54.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-12T00:40:54.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-12T00:40:54.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-12T00:40:54.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-12T00:40:54.280Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.169s coverage: 100.0% of statements [2021-03-12T00:40:54.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-12T00:40:54.280Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.134s coverage: 100.0% of statements [2021-03-12T00:40:54.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-12T00:40:54.280Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.409s coverage: 86.7% of statements [2021-03-12T00:40:54.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-12T00:40:54.280Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.392s coverage: 97.5% of statements [2021-03-12T00:40:54.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-12T00:40:54.280Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.147s coverage: 78.3% of statements [2021-03-12T00:40:54.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-12T00:40:54.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-12T00:40:54.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-12T00:40:54.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-12T00:40:54.424Z] 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-12T00:40:54.424Z] 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-12T00:40:54.729Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T00:40:54.729Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T00:40:54.729Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T00:40:54.729Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T00:40:54.729Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-12T00:40:55.011Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-12T00:40:55.011Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-12T00:40:55.011Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-12T00:40:55.011Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-12T00:40:55.011Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-12T00:40:55.011Z] (4/5) Installing curl (7.69.1-r3) [2021-03-12T00:40:55.011Z] (4/4) Installing curl (7.69.1-r3) [2021-03-12T00:40:55.011Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T00:40:55.011Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-12T00:40:55.011Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T00:40:55.011Z] Executing ca-certificates-20191127-r4.trigger [2021-03-12T00:40:55.011Z] Executing ca-certificates-20191127-r4.trigger [2021-03-12T00:40:55.011Z] OK: 7 MiB in 18 packages [2021-03-12T00:40:55.011Z] OK: 7 MiB in 19 packages [2021-03-12T00:40:57.641Z] Removing intermediate container b99fde42a8dc [2021-03-12T00:40:57.641Z] ---> 72bc2aeeb8cc [2021-03-12T00:40:57.641Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-12T00:40:57.641Z] Removing intermediate container 6389ec91e324 [2021-03-12T00:40:57.641Z] ---> fdceb13d35eb [2021-03-12T00:40:57.641Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-12T00:40:58.244Z] ---> Running in fc3c6c695054 [2021-03-12T00:40:58.244Z] ---> Running in 3f107c49af2d [2021-03-12T00:40:58.521Z] Removing intermediate container fc3c6c695054 [2021-03-12T00:40:58.521Z] ---> 7733c000cc0d [2021-03-12T00:40:58.521Z] Step 13/21 : WORKDIR /edgex [2021-03-12T00:40:58.797Z] ---> Running in c413ff9a2ba4 [2021-03-12T00:40:58.797Z] Removing intermediate container 3f107c49af2d [2021-03-12T00:40:58.797Z] ---> c66d703aa5fd [2021-03-12T00:40:58.797Z] Step 13/24 : WORKDIR / [2021-03-12T00:40:59.079Z] ---> Running in 0cb7f2dd5489 [2021-03-12T00:40:59.352Z] Removing intermediate container c413ff9a2ba4 [2021-03-12T00:40:59.352Z] ---> 2bc543b90a05 [2021-03-12T00:40:59.352Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-12T00:40:59.633Z] Removing intermediate container 0cb7f2dd5489 [2021-03-12T00:40:59.633Z] ---> c02017e15313 [2021-03-12T00:40:59.633Z] 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-12T00:41:00.247Z] ---> 96638eb73fc3 [2021-03-12T00:41:00.247Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-12T00:41:00.247Z] ---> f4c32b329609 [2021-03-12T00:41:00.247Z] 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-12T00:41:02.240Z] ---> 562e1a0fb93c [2021-03-12T00:41:02.240Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-12T00:41:02.240Z] ---> 18ed6ed3b9b1 [2021-03-12T00:41:02.240Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-12T00:41:02.515Z] ---> 1c651771c6fb [2021-03-12T00:41:02.515Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-12T00:41:02.583Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.377s coverage: 92.8% of statements [2021-03-12T00:41:02.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-12T00:41:02.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-12T00:41:02.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-12T00:41:02.583Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-12T00:41:02.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-12T00:41:02.583Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-12T00:41:02.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-12T00:41:02.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-12T00:41:02.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-12T00:41:02.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-12T00:41:02.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-12T00:41:02.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-12T00:41:02.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-12T00:41:02.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-12T00:41:02.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-12T00:41:02.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-12T00:41:02.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-12T00:41:02.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-12T00:41:02.584Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2021-03-12T00:41:02.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-12T00:41:02.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-12T00:41:02.584Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.223s coverage: 0.1% of statements [2021-03-12T00:41:02.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-12T00:41:02.584Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-12T00:41:02.584Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-12T00:41:02.584Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.091s coverage: 47.1% of statements [2021-03-12T00:41:02.584Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.115s coverage: 79.5% of statements [2021-03-12T00:41:02.584Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements [2021-03-12T00:41:02.584Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.078s coverage: 96.3% of statements [2021-03-12T00:41:02.584Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements [2021-03-12T00:41:02.794Z] ---> 6fd7a08e59f3 [2021-03-12T00:41:02.794Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-12T00:41:02.794Z] ---> Running in 3e5a92e580bf [2021-03-12T00:41:03.415Z] Removing intermediate container 3e5a92e580bf [2021-03-12T00:41:03.415Z] ---> d0807fb7a1a3 [2021-03-12T00:41:03.415Z] Step 18/21 : CMD ["--init=true"] [2021-03-12T00:41:03.415Z] ---> 1be0273038db [2021-03-12T00:41:03.415Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-12T00:41:03.415Z] ---> Running in f1e23583dd95 [2021-03-12T00:41:03.706Z] Removing intermediate container f1e23583dd95 [2021-03-12T00:41:03.706Z] ---> cb2648ee6d7f [2021-03-12T00:41:03.706Z] Step 19/21 : LABEL arch=x86_64 [2021-03-12T00:41:04.313Z] ---> Running in 2e3e4b74cca8 [2021-03-12T00:41:04.939Z] Removing intermediate container 2e3e4b74cca8 [2021-03-12T00:41:04.939Z] ---> bb387e6c9665 [2021-03-12T00:41:04.939Z] Step 20/21 : LABEL git_sha=ae62a50f272e84596d95d866e2a01770033c3343 [2021-03-12T00:41:04.939Z] ---> 3fd1f8dfb4de [2021-03-12T00:41:04.939Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-12T00:41:04.939Z] ---> Running in 4f46bfca4373 [2021-03-12T00:41:05.227Z] ---> 57e5be802280 [2021-03-12T00:41:05.227Z] 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-12T00:41:05.227Z] ---> Running in 2b1425a7e173 [2021-03-12T00:41:05.504Z] Removing intermediate container 4f46bfca4373 [2021-03-12T00:41:05.504Z] ---> 999cb30aa61a [2021-03-12T00:41:05.504Z] Step 21/21 : LABEL version=0.0.0 [2021-03-12T00:41:05.881Z] ---> Running in 5d6f271697ee [2021-03-12T00:41:06.880Z] Removing intermediate container 5d6f271697ee [2021-03-12T00:41:06.880Z] ---> b30dd45a38f5 [2021-03-12T00:41:06.880Z] [2021-03-12T00:41:07.485Z] Successfully built b30dd45a38f5 [2021-03-12T00:41:07.485Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-12T00:41:07.758Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 2b1425a7e173 [2021-03-12T00:41:07.758Z] ---> 76c724513e27 [2021-03-12T00:41:07.758Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-12T00:41:08.030Z] ---> Running in 4487de9ffafd [2021-03-12T00:41:08.299Z] Removing intermediate container 4487de9ffafd [2021-03-12T00:41:08.299Z] ---> 5ab38df9b0b7 [2021-03-12T00:41:08.299Z] Step 22/24 : LABEL arch=x86_64 [2021-03-12T00:41:08.578Z] ---> Running in c53113db52bc [2021-03-12T00:41:08.870Z] Removing intermediate container c53113db52bc [2021-03-12T00:41:08.870Z] ---> 5455951243d7 [2021-03-12T00:41:08.870Z] Step 23/24 : LABEL git_sha=ae62a50f272e84596d95d866e2a01770033c3343 [2021-03-12T00:41:08.870Z] ---> Running in 91b68e40b3e6 [2021-03-12T00:41:09.139Z] Removing intermediate container 91b68e40b3e6 [2021-03-12T00:41:09.139Z] ---> 1a1b5a50c27d [2021-03-12T00:41:09.139Z] Step 24/24 : LABEL version=0.0.0 [2021-03-12T00:41:09.416Z] ---> Running in 9c4a165b53b9 [2021-03-12T00:41:09.697Z] Removing intermediate container 9c4a165b53b9 [2021-03-12T00:41:09.697Z] ---> f35c5c96918e [2021-03-12T00:41:09.697Z] [2021-03-12T00:41:09.984Z] Successfully built f35c5c96918e [2021-03-12T00:41:09.984Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-12T00:41:13.371Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container a1a275aa25af [2021-03-12T00:41:13.371Z] ---> ab8cca82a24b [2021-03-12T00:41:13.371Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-12T00:41:13.636Z] ---> Running in 4bdc3cfeb17c [2021-03-12T00:41:15.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.111s coverage: 94.4% of statements [2021-03-12T00:41:15.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.083s coverage: 44.8% of statements [2021-03-12T00:41:15.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.090s coverage: 81.4% of statements [2021-03-12T00:41:15.582Z] 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-12T00:41:17.536Z] Removing intermediate container 4bdc3cfeb17c [2021-03-12T00:41:17.536Z] ---> 55823739b295 [2021-03-12T00:41:17.536Z] [2021-03-12T00:41:17.536Z] Step 11/26 : FROM docker:20.10.0 [2021-03-12T00:41:17.536Z] 20.10.0: Pulling from library/docker [2021-03-12T00:41:18.121Z] Removing intermediate container eaaf3862c805 [2021-03-12T00:41:18.121Z] ---> e7de136ca6bc [2021-03-12T00:41:18.121Z] [2021-03-12T00:41:18.121Z] Step 10/23 : FROM alpine:3.12 [2021-03-12T00:41:18.121Z] ---> 88dd2752d2ea [2021-03-12T00:41:18.121Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-12T00:41:18.704Z] ---> Running in b719985c13bc [2021-03-12T00:41:18.970Z] Removing intermediate container b719985c13bc [2021-03-12T00:41:18.970Z] ---> 9d6be9aa789b [2021-03-12T00:41:18.970Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-12T00:41:19.239Z] ---> Running in 112d7f3b364f [2021-03-12T00:41:19.239Z] Removing intermediate container 112d7f3b364f [2021-03-12T00:41:19.239Z] ---> 8da808fadd53 [2021-03-12T00:41:19.239Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-12T00:41:19.503Z] ---> Running in fb61739c0e50 [2021-03-12T00:41:19.769Z] Removing intermediate container fb61739c0e50 [2021-03-12T00:41:19.769Z] ---> f2b47f7eaccf [2021-03-12T00:41:19.769Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T00:41:20.036Z] ---> Running in f63d9c2f1932 [2021-03-12T00:41:21.444Z] Removing intermediate container f63d9c2f1932 [2021-03-12T00:41:21.444Z] ---> 2173d242c79d [2021-03-12T00:41:21.444Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-12T00:41:21.444Z] ---> Running in affb16667d31 [2021-03-12T00:41:22.026Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T00:41:22.291Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-12T00:41:22.291Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-12T00:41:22.291Z] ---> aefe523efa57 [2021-03-12T00:41:22.291Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-12T00:41:22.564Z] ---> Running in 11ce8bdf5d4e [2021-03-12T00:41:22.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T00:41:23.091Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T00:41:23.091Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T00:41:23.355Z] (1/2) Installing readline (8.0.4-r0) [2021-03-12T00:41:23.355Z] (2/2) Installing bash (5.0.17-r0) [2021-03-12T00:41:23.355Z] Executing bash-5.0.17-r0.post-install [2021-03-12T00:41:23.355Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T00:41:23.355Z] OK: 12 MiB in 22 packages [2021-03-12T00:41:23.940Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-12T00:41:23.940Z] Removing intermediate container 11ce8bdf5d4e [2021-03-12T00:41:23.940Z] ---> 34c811af14e4 [2021-03-12T00:41:23.940Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-12T00:41:23.940Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-12T00:41:23.940Z] ---> Running in 90c9d8c64cac [2021-03-12T00:41:23.940Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-12T00:41:24.204Z] Removing intermediate container 90c9d8c64cac [2021-03-12T00:41:24.204Z] ---> c111f3d5591c [2021-03-12T00:41:24.204Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-12T00:41:24.204Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-12T00:41:24.204Z] ---> Running in f203dabc33ec [2021-03-12T00:41:24.204Z] Removing intermediate container f203dabc33ec [2021-03-12T00:41:24.204Z] ---> 7462d36bc03c [2021-03-12T00:41:24.204Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-12T00:41:24.467Z] ---> Running in 90b222259471 [2021-03-12T00:41:24.467Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-12T00:41:24.467Z] Removing intermediate container 90b222259471 [2021-03-12T00:41:24.467Z] ---> 2f2725e73d95 [2021-03-12T00:41:24.467Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-12T00:41:24.733Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-12T00:41:24.733Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T00:41:24.733Z] OK: 8 MiB in 20 packages [2021-03-12T00:41:25.000Z] ---> a9daeb2b927a [2021-03-12T00:41:25.000Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-12T00:41:25.264Z] Removing intermediate container affb16667d31 [2021-03-12T00:41:25.264Z] ---> 22ea87ee5cda [2021-03-12T00:41:25.264Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T00:41:25.264Z] ---> 62786bf12d44 [2021-03-12T00:41:25.264Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-12T00:41:25.536Z] ---> 7ded1329ac80 [2021-03-12T00:41:25.536Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-12T00:41:25.802Z] ---> f36ca9faad68 [2021-03-12T00:41:25.802Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-12T00:41:25.802Z] ---> Running in bffc7a21c576 [2021-03-12T00:41:26.394Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T00:41:26.394Z] ---> a646c7112eca [2021-03-12T00:41:26.394Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-12T00:41:26.394Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T00:41:26.394Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-12T00:41:26.394Z] (2/33) Installing expat (2.2.9-r1) [2021-03-12T00:41:26.394Z] (3/33) Installing libffi (3.3-r2) [2021-03-12T00:41:26.659Z] (4/33) Installing gdbm (1.13-r1) [2021-03-12T00:41:26.659Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-12T00:41:26.659Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-12T00:41:26.659Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-12T00:41:26.659Z] ---> 256a7b84b8f3 [2021-03-12T00:41:26.659Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-12T00:41:27.237Z] ---> Running in 541a96d769ac [2021-03-12T00:41:29.800Z] Removing intermediate container 541a96d769ac [2021-03-12T00:41:29.800Z] ---> 23bfc0653e8e [2021-03-12T00:41:29.800Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T00:41:30.064Z] ---> Running in e8d225a6ed58 [2021-03-12T00:41:30.064Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-12T00:41:30.064Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-12T00:41:30.064Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-12T00:41:30.064Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-12T00:41:30.064Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-12T00:41:30.064Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-12T00:41:30.064Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-12T00:41:30.064Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-12T00:41:30.064Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-12T00:41:30.064Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-12T00:41:30.119Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.137s coverage: 92.9% of statements [2021-03-12T00:41:30.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-12T00:41:30.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-12T00:41:30.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-12T00:41:30.119Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements [2021-03-12T00:41:30.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-12T00:41:30.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-12T00:41:30.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-12T00:41:30.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-12T00:41:30.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-12T00:41:30.119Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements [2021-03-12T00:41:30.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-12T00:41:30.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-12T00:41:30.119Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-03-12T00:41:30.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-12T00:41:30.119Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements [2021-03-12T00:41:30.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-12T00:41:30.119Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.063s coverage: 80.8% of statements [2021-03-12T00:41:30.119Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.128s coverage: 87.2% of statements [2021-03-12T00:41:30.119Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.130s coverage: 84.6% of statements [2021-03-12T00:41:30.119Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.188s coverage: 91.6% of statements [2021-03-12T00:41:30.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-12T00:41:30.119Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.558s coverage: 62.4% of statements [2021-03-12T00:41:30.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-12T00:41:30.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-12T00:41:30.119Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.081s coverage: 100.0% of statements [2021-03-12T00:41:30.119Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.091s coverage: 91.3% of statements [2021-03-12T00:41:30.119Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.069s coverage: 100.0% of statements [2021-03-12T00:41:30.119Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.076s coverage: 73.7% of statements [2021-03-12T00:41:30.119Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements [2021-03-12T00:41:30.641Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-12T00:41:30.641Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-12T00:41:30.641Z] Removing intermediate container e8d225a6ed58 [2021-03-12T00:41:30.641Z] ---> 51d12280ec6b [2021-03-12T00:41:30.641Z] Step 21/23 : LABEL arch=x86_64 [2021-03-12T00:41:30.641Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-12T00:41:30.904Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-12T00:41:30.904Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-12T00:41:30.904Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-12T00:41:31.168Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-12T00:41:31.168Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-12T00:41:31.168Z] ---> Running in 2a3b69f295de [2021-03-12T00:41:31.168Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-12T00:41:31.168Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-12T00:41:31.168Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-12T00:41:31.168Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-12T00:41:31.168Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-12T00:41:31.168Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-12T00:41:31.168Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-12T00:41:31.168Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-12T00:41:32.126Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T00:41:32.126Z] OK: 71 MiB in 55 packages [2021-03-12T00:41:32.126Z] Removing intermediate container 2a3b69f295de [2021-03-12T00:41:32.126Z] ---> 2837493aa2b7 [2021-03-12T00:41:32.126Z] Step 22/23 : LABEL git_sha=ae62a50f272e84596d95d866e2a01770033c3343 [2021-03-12T00:41:32.393Z] ---> Running in 09311828c145 [2021-03-12T00:41:32.662Z] Removing intermediate container 09311828c145 [2021-03-12T00:41:32.662Z] ---> 878e81c4c0ea [2021-03-12T00:41:32.662Z] Step 23/23 : LABEL version=0.0.0 [2021-03-12T00:41:32.662Z] ---> Running in 4c598416f90a [2021-03-12T00:41:32.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.904s coverage: 69.0% of statements [2021-03-12T00:41:32.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-12T00:41:32.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-12T00:41:32.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-12T00:41:32.941Z] Removing intermediate container 4c598416f90a [2021-03-12T00:41:32.941Z] ---> 8c5ec65c3f33 [2021-03-12T00:41:32.941Z] [2021-03-12T00:41:32.941Z] Successfully built 8c5ec65c3f33 [2021-03-12T00:41:32.941Z] Successfully tagged docker-core-data-go:latest [2021-03-12T00:41:35.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.390s coverage: 38.4% of statements [2021-03-12T00:41:35.396Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-12T00:41:35.396Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-12T00:41:35.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.110s coverage: 89.5% of statements [2021-03-12T00:41:35.396Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-12T00:41:35.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.085s coverage: 84.8% of statements [2021-03-12T00:41:38.264Z]  Building docker-core-data-go ... done Removing intermediate container bffc7a21c576 [2021-03-12T00:41:38.264Z] ---> 3c02eebd0d20 [2021-03-12T00:41:38.264Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-12T00:41:38.264Z] ---> Running in 32eefed71c9f [2021-03-12T00:41:39.844Z] Collecting docker-compose==1.23.2 [2021-03-12T00:41:39.844Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-12T00:41:39.844Z] Collecting cached-property<2,>=1.2.0 [2021-03-12T00:41:39.844Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-12T00:41:39.844Z] Collecting PyYAML<4,>=3.10 [2021-03-12T00:41:39.844Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-12T00:41:40.894Z] Collecting jsonschema<3,>=2.5.1 [2021-03-12T00:41:40.894Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-12T00:41:40.894Z] Collecting texttable<0.10,>=0.9.0 [2021-03-12T00:41:40.894Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-12T00:41:41.475Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-12T00:41:41.475Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-12T00:41:42.069Z] Collecting docopt<0.7,>=0.6.1 [2021-03-12T00:41:42.069Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-12T00:41:42.135Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.531s coverage: 47.0% of statements [2021-03-12T00:41:42.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-12T00:41:42.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-12T00:41:42.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-12T00:41:42.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-12T00:41:42.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-12T00:41:42.135Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.132s coverage: 100.0% of statements [2021-03-12T00:41:42.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-12T00:41:42.135Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.111s coverage: 100.0% of statements [2021-03-12T00:41:42.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-12T00:41:42.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-12T00:41:42.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-12T00:41:42.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-12T00:41:42.135Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.480s coverage: 87.1% of statements [2021-03-12T00:41:42.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-12T00:41:42.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-12T00:41:42.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-12T00:41:42.646Z] 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-12T00:41:42.646Z] Collecting docker<4.0,>=3.6.0 [2021-03-12T00:41:42.646Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-12T00:41:42.910Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-12T00:41:42.910Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-12T00:41:43.174Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-12T00:41:43.174Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-12T00:41:43.174Z] Collecting docker-pycreds>=0.4.0 [2021-03-12T00:41:43.174Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-12T00:41:43.174Z] 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-12T00:41:43.174Z] 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-12T00:41:43.439Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-12T00:41:43.439Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-12T00:41:43.439Z] Collecting idna<2.8,>=2.5 [2021-03-12T00:41:43.439Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-12T00:41:43.439Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-12T00:41:43.439Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-12T00:41:43.439Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-12T00:41:43.439Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-12T00:41:43.702Z] Installing collected packages: cached-property, PyYAML, jsonschema, texttable, dockerpty, docopt, websocket-client, docker-pycreds, urllib3, idna, requests, docker, docker-compose [2021-03-12T00:41:43.702Z] Running setup.py install for PyYAML: started [2021-03-12T00:41:44.279Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-12T00:41:44.279Z] Running setup.py install for texttable: started [2021-03-12T00:41:44.857Z] Running setup.py install for texttable: finished with status 'done' [2021-03-12T00:41:44.857Z] Running setup.py install for dockerpty: started [2021-03-12T00:41:45.120Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-12T00:41:45.121Z] Running setup.py install for docopt: started [2021-03-12T00:41:45.762Z] Running setup.py install for docopt: finished with status 'done' [2021-03-12T00:41:46.026Z] Attempting uninstall: urllib3 [2021-03-12T00:41:46.026Z] Found existing installation: urllib3 1.25.9 [2021-03-12T00:41:46.026Z] Uninstalling urllib3-1.25.9: [2021-03-12T00:41:46.026Z] Successfully uninstalled urllib3-1.25.9 [2021-03-12T00:41:46.291Z] Attempting uninstall: idna [2021-03-12T00:41:46.291Z] Found existing installation: idna 2.9 [2021-03-12T00:41:46.291Z] Uninstalling idna-2.9: [2021-03-12T00:41:46.291Z] Successfully uninstalled idna-2.9 [2021-03-12T00:41:46.291Z] Attempting uninstall: requests [2021-03-12T00:41:46.291Z] Found existing installation: requests 2.23.0 [2021-03-12T00:41:46.291Z] Uninstalling requests-2.23.0: [2021-03-12T00:41:46.555Z] Successfully uninstalled requests-2.23.0 [2021-03-12T00:41:47.133Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-12T00:41:50.429Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.948s coverage: 29.1% of statements [2021-03-12T00:41:50.429Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-12T00:41:50.429Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-12T00:41:50.429Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-12T00:41:50.429Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-12T00:41:50.429Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-12T00:41:50.429Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.198s coverage: 99.0% of statements [2021-03-12T00:41:50.429Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-12T00:41:50.429Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.150s coverage: 100.0% of statements [2021-03-12T00:41:50.429Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-12T00:41:50.429Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-12T00:41:50.429Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-12T00:41:50.429Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-12T00:41:50.429Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.237s coverage: 96.5% of statements [2021-03-12T00:41:50.429Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-12T00:41:50.429Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-12T00:41:50.429Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-12T00:41:50.429Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.053s coverage: 0.0% of statements [2021-03-12T00:41:50.429Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-12T00:41:50.429Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements [2021-03-12T00:41:50.429Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-12T00:41:50.429Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-12T00:41:50.429Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-12T00:41:50.429Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-12T00:41:50.429Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.096s coverage: 87.9% of statements [2021-03-12T00:41:50.429Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-12T00:41:50.429Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-12T00:41:50.429Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2021-03-12T00:41:50.463Z] Removing intermediate container 32eefed71c9f [2021-03-12T00:41:50.463Z] ---> 29971e2deb71 [2021-03-12T00:41:50.463Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-12T00:41:50.463Z] ---> Running in 9d9824504562 [2021-03-12T00:41:50.702Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-03-12T00:41:50.728Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T00:41:50.728Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T00:41:50.728Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-12T00:41:50.728Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-12T00:41:50.993Z] (3/3) Installing curl (7.69.1-r3) [2021-03-12T00:41:50.993Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T00:41:50.993Z] OK: 72 MiB in 58 packages [2021-03-12T00:41:51.580Z] Removing intermediate container 9d9824504562 [2021-03-12T00:41:51.580Z] ---> 770e700b012f [2021-03-12T00:41:51.580Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-12T00:41:51.580Z] ---> Running in 2d4ed7336f38 [2021-03-12T00:41:51.580Z] Removing intermediate container 2d4ed7336f38 [2021-03-12T00:41:51.580Z] ---> 23d7479e0e04 [2021-03-12T00:41:51.580Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T00:41:51.846Z] ---> Running in ec7beef08481 [2021-03-12T00:41:51.846Z] Removing intermediate container ec7beef08481 [2021-03-12T00:41:51.846Z] ---> 6d35a50c8ddd [2021-03-12T00:41:51.846Z] Step 24/26 : LABEL arch=x86_64 [2021-03-12T00:41:52.111Z] ---> Running in efce920b2018 [2021-03-12T00:41:52.111Z] Removing intermediate container efce920b2018 [2021-03-12T00:41:52.111Z] ---> 94a356f35bb4 [2021-03-12T00:41:52.111Z] Step 25/26 : LABEL git_sha=ae62a50f272e84596d95d866e2a01770033c3343 [2021-03-12T00:41:52.132Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-03-12T00:41:52.377Z] ---> Running in 5e94da322b3a [2021-03-12T00:41:52.377Z] Removing intermediate container 5e94da322b3a [2021-03-12T00:41:52.377Z] ---> a447a3ce64e8 [2021-03-12T00:41:52.377Z] Step 26/26 : LABEL version=0.0.0 [2021-03-12T00:41:52.377Z] ---> Running in 666d5c653ceb [2021-03-12T00:41:52.641Z] Removing intermediate container 666d5c653ceb [2021-03-12T00:41:52.641Z] ---> 6647aa79392a [2021-03-12T00:41:52.641Z] [2021-03-12T00:41:52.728Z] GO111MODULE=on go vet ./... [2021-03-12T00:41:52.905Z] Successfully built 6647aa79392a [2021-03-12T00:41:52.905Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-12T00:41:53.181Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-12T00:41:53.189Z] $ docker stop --time=1 e65fb4f4e7cb618bdc95ff16083b074009879c82c92b1d09280a06e32480ea0d [2021-03-12T00:41:54.792Z] $ docker rm -f e65fb4f4e7cb618bdc95ff16083b074009879c82c92b1d09280a06e32480ea0d [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-12T00:41:55.338Z] + docker images [2021-03-12T00:41:55.338Z] + grep docker [2021-03-12T00:41:55.912Z] docker-sys-mgmt-agent-go latest 6647aa79392a 3 seconds ago 313MB [2021-03-12T00:41:55.912Z] docker-core-data-go latest 8c5ec65c3f33 23 seconds ago 22.6MB [2021-03-12T00:41:55.912Z] docker-security-secretstore-setup-go latest f35c5c96918e 46 seconds ago 24.9MB [2021-03-12T00:41:55.912Z] docker-security-proxy-setup-go latest b30dd45a38f5 49 seconds ago 24.7MB [2021-03-12T00:41:55.912Z] docker-security-bootstrapper-go latest d194200bdd61 About a minute ago 18.7MB [2021-03-12T00:41:55.912Z] docker-core-command-go latest 76a2527f7f22 2 minutes ago 17.2MB [2021-03-12T00:41:55.912Z] docker-support-notifications-go latest 63e1d95d2f8d 2 minutes ago 17.8MB [2021-03-12T00:41:55.912Z] docker-core-metadata-go latest 3871174e9f59 2 minutes ago 19MB [2021-03-12T00:41:55.912Z] docker-support-scheduler-go latest a5ff6a2326bb 2 minutes ago 17.3MB [2021-03-12T00:41:55.912Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-12T00:42:11.615Z] Still waiting to schedule task [2021-03-12T00:42:11.615Z] ‘prd-centos7-docker-4c-2g-29555’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’; ‘prd-ubuntu18.04-docker-8c-8g-29571’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-29551’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-29568’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’ [2021-03-12T00:43:14.556Z] gofmt -l . [2021-03-12T00:43:17.187Z] [ "`gofmt -l .`" = "" ] [2021-03-12T00:43:20.025Z] ./bin/test-go-mod-tidy.sh [2021-03-12T00:43:20.319Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-12T00:43:23.102Z] + ls -al . [2021-03-12T00:43:23.103Z] total 768 [2021-03-12T00:43:23.103Z] drwxrwxr-x 9 1001 1001 4096 Mar 12 00:43 . [2021-03-12T00:43:23.103Z] drwxr-xr-x 4 root root 4096 Mar 12 00:38 .. [2021-03-12T00:43:23.103Z] -rw-rw-r-- 1 1001 1001 11 Mar 12 00:36 .dockerignore [2021-03-12T00:43:23.103Z] drwxrwxr-x 8 1001 1001 4096 Mar 12 00:36 .git [2021-03-12T00:43:23.103Z] drwxrwxr-x 3 1001 1001 4096 Mar 12 00:36 .github [2021-03-12T00:43:23.103Z] -rw-rw-r-- 1 1001 1001 818 Mar 12 00:36 .gitignore [2021-03-12T00:43:23.103Z] -rw-rw-r-- 1 1001 1001 166 Mar 12 00:36 .sonarcloud.properties [2021-03-12T00:43:23.103Z] -rw-rw-r-- 1 1001 1001 8607 Mar 12 00:36 Attribution.txt [2021-03-12T00:43:23.103Z] -rw-rw-r-- 1 1001 1001 3804 Mar 12 00:36 CONTRIBUTING.md [2021-03-12T00:43:23.103Z] -rw-rw-r-- 1 1001 1001 931 Mar 12 00:36 Dockerfile.build [2021-03-12T00:43:23.103Z] -rw-rw-r-- 1 1001 1001 863 Mar 12 00:36 Jenkinsfile [2021-03-12T00:43:23.103Z] -rw-rw-r-- 1 1001 1001 10775 Mar 12 00:36 LICENSE [2021-03-12T00:43:23.103Z] -rw-rw-r-- 1 1001 1001 5774 Mar 12 00:36 Makefile [2021-03-12T00:43:23.103Z] -rw-rw-r-- 1 1001 1001 6548 Mar 12 00:36 README.md [2021-03-12T00:43:23.103Z] -rw-rw-r-- 1 1001 1001 6755 Mar 12 00:36 SECURITY.md [2021-03-12T00:43:23.103Z] -rw-rw-r-- 1 1001 1001 5 Mar 12 00:33 VERSION [2021-03-12T00:43:23.103Z] -rw-rw-r-- 1 1001 1001 4131 Mar 12 00:36 ZMQWindows.md [2021-03-12T00:43:23.103Z] drwxrwxr-x 2 1001 1001 4096 Mar 12 00:36 bin [2021-03-12T00:43:23.103Z] drwxrwxr-x 14 1001 1001 4096 Mar 12 00:36 cmd [2021-03-12T00:43:23.103Z] -rw-r--r-- 1 root root 628838 Mar 12 00:41 coverage.out [2021-03-12T00:43:23.103Z] -rw-r--r-- 1 root root 1055 Mar 12 00:43 go.mod [2021-03-12T00:43:23.103Z] -rw-r--r-- 1 root root 22209 Mar 12 00:43 go.sum [2021-03-12T00:43:23.103Z] drwxrwxr-x 8 1001 1001 4096 Mar 12 00:36 internal [2021-03-12T00:43:23.103Z] drwxrwxr-x 4 1001 1001 4096 Mar 12 00:36 openapi [2021-03-12T00:43:23.103Z] drwxrwxr-x 4 1001 1001 4096 Mar 12 00:36 snap [2021-03-12T00:43:23.103Z] -rw-rw-r-- 1 1001 1001 168 Mar 12 00:36 version.go [Pipeline] sh [2021-03-12T00:43:23.760Z] + '[' -e coverage.out ] [2021-03-12T00:43:23.760Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-12T00:43:23.782Z] Warning: overwriting stash ‘coverage-report’ [2021-03-12T00:43:25.002Z] Stashed 1 file(s) [Pipeline] sh [2021-03-12T00:43:25.653Z] + make build [2021-03-12T00:43:25.653Z] 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-12T00:43:35.801Z] 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-12T00:43:52.873Z] Running on prd-ubuntu18.04-docker-8c-8g-29574 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws [2021-03-12T00:43:52.978Z] Running in /w/workspace/edgex-go/17 [Pipeline] { [Pipeline] checkout [2021-03-12T00:43:55.133Z] using credential edgex-jenkins-ssh [2021-03-12T00:43:55.184Z] Cloning the remote Git repository [2021-03-12T00:43:54.354Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-12T00:43:54.423Z] > git init /w/workspace/edgex-go/17 # timeout=10 [2021-03-12T00:43:54.456Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-12T00:43:54.456Z] > git --version # timeout=10 [2021-03-12T00:43:54.463Z] > git --version # 'git version 2.17.1' [2021-03-12T00:43:54.464Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-12T00:43:54.489Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-12T00:44:02.625Z] 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-12T00:44:06.928Z] 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-12T00:44:13.651Z] 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-12T00:44:14.247Z] 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-12T00:44:16.582Z] Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit fb69e69936ac7aa97186293b8f5f6440504c2891 [2021-03-12T00:44:16.772Z] Merge succeeded, producing b996fa77004ea5231fd5f40bf49789c0fd3bf2ba [2021-03-12T00:44:16.772Z] Checking out Revision b996fa77004ea5231fd5f40bf49789c0fd3bf2ba (PR-3208) [2021-03-12T00:44:15.046Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-12T00:44:15.053Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-12T00:44:15.063Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-12T00:44:15.075Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-12T00:44:15.075Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-12T00:44:15.080Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-12T00:44:15.736Z] > git config core.sparsecheckout # timeout=10 [2021-03-12T00:44:15.741Z] > git checkout -f fb69e69936ac7aa97186293b8f5f6440504c2891 # timeout=10 [2021-03-12T00:44:15.824Z] > git remote # timeout=10 [2021-03-12T00:44:15.833Z] > git config --get remote.origin.url # timeout=10 [2021-03-12T00:44:15.837Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-12T00:44:15.841Z] > git merge 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 [2021-03-12T00:44:15.909Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-12T00:44:15.919Z] > git config core.sparsecheckout # timeout=10 [2021-03-12T00:44:15.924Z] > git checkout -f b996fa77004ea5231fd5f40bf49789c0fd3bf2ba # timeout=10 [2021-03-12T00:44:19.662Z] 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-12T00:44:20.459Z] Commit message: "Merge commit '3a622268bb16cc6f060a937717ebd043e18486e3' into HEAD" [2021-03-12T00:44:19.606Z] > git rev-list --no-walk fb69e69936ac7aa97186293b8f5f6440504c2891 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-12T00:44:21.522Z] + echo snap-build.sh [2021-03-12T00:44:21.522Z] snap-build.sh [2021-03-12T00:44:21.522Z] + SNAP_BASE_DIR=. [2021-03-12T00:44:21.522Z] + '[' '!' -z /w/workspace/edgex-go/17 ']' [2021-03-12T00:44:21.522Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/17 [2021-03-12T00:44:21.522Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/17]' [2021-03-12T00:44:21.522Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/17] [2021-03-12T00:44:21.522Z] + cd /w/workspace/edgex-go/17 [2021-03-12T00:44:21.522Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-12T00:44:21.522Z] Reading package lists... [2021-03-12T00:44:21.784Z] Building dependency tree... [2021-03-12T00:44:21.784Z] Reading state information... [2021-03-12T00:44:21.784Z] The following packages were automatically installed and are no longer required: [2021-03-12T00:44:21.784Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-12T00:44:21.784Z] uidmap xdelta3 [2021-03-12T00:44:21.784Z] Use 'sudo apt autoremove' to remove them. [2021-03-12T00:44:22.046Z] The following packages will be REMOVED: [2021-03-12T00:44:22.046Z] lxd* lxd-client* [2021-03-12T00:44:22.308Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-12T00:44:22.308Z] After this operation, 31.7 MB disk space will be freed. [2021-03-12T00:44:23.371Z] (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-12T00:44:23.372Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-12T00:44:23.945Z] Removing lxd dnsmasq configuration [2021-03-12T00:44:23.945Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-12T00:44:24.207Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-12T00:44:25.155Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-12T00:44:25.420Z] (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-12T00:44:25.420Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-12T00:44:26.377Z] 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-12T00:44:26.813Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-12T00:44:26.813Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-12T00:44:28.202Z] + sudo snap remove --purge lxd [2021-03-12T00:44:28.202Z] snap "lxd" is not installed [2021-03-12T00:44:28.202Z] + sudo groupadd --force --system lxd [2021-03-12T00:44:28.202Z] ++ whoami [2021-03-12T00:44:28.202Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-12T00:44:28.202Z] + newgrp - lxd [2021-03-12T00:44:28.202Z] + sudo snap install lxd [2021-03-12T00:44:29.805Z] 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-12T00:44:35.202Z] 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-12T00:44:36.352Z] 2021-03-12T00:44:34Z INFO Waiting for automatic snapd restart... [2021-03-12T00:44:39.493Z] 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-12T00:44:44.891Z] 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-12T00:44:53.190Z] $ docker stop --time=1 da7efd877e5040b39bb4f9b0be2498ab2407ad2d22879548f2ac444f1ae9a0eb [2021-03-12T00:44:55.925Z] $ docker rm -f da7efd877e5040b39bb4f9b0be2498ab2407ad2d22879548f2ac444f1ae9a0eb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-12T00:44:58.074Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-12T00:44:58.347Z] [2021-03-12T00:44:58.347Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [2021-03-12T00:44:58.370Z] lxd 4.12 from Canonical* installed [2021-03-12T00:44:58.370Z] + sudo lxd init --auto [Pipeline] sh [2021-03-12T00:44:58.743Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-12T00:44:59.019Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-12T00:44:59.019Z] 29e5d40040c1: Pulling fs layer [2021-03-12T00:44:59.019Z] 1ce36da41761: Pulling fs layer [2021-03-12T00:44:59.019Z] 25b303627fd3: Pulling fs layer [2021-03-12T00:44:59.019Z] 29e5d40040c1: Verifying Checksum [2021-03-12T00:44:59.019Z] 29e5d40040c1: Download complete [2021-03-12T00:44:59.618Z] 1ce36da41761: Verifying Checksum [2021-03-12T00:44:59.618Z] 1ce36da41761: Download complete [2021-03-12T00:44:59.618Z] 29e5d40040c1: Pull complete [2021-03-12T00:45:01.054Z] 1ce36da41761: Pull complete [2021-03-12T00:45:01.326Z] 25b303627fd3: Verifying Checksum [2021-03-12T00:45:01.607Z] 25b303627fd3: Download complete [2021-03-12T00:45:06.543Z] + sudo snap install --classic snapcraft [2021-03-12T00:45:11.751Z] 25b303627fd3: Pull complete [2021-03-12T00:45:11.751Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-12T00:45:11.751Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-12T00:45:11.751Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-12T00:45:11.986Z] prd-ubuntu18.04-docker-arm64-4c-16g-29566 does not seem to be running inside a container [2021-03-12T00:45:12.081Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-12T00:45:15.382Z] $ docker top 4bc846b10d71c5a5a8c43e03e7a1ad6aa2a58ff739821e1bfdd068d00d2295c5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-12T00:45:16.418Z] + docker-compose build --help [2021-03-12T00:45:16.418Z] + grep parallel [2021-03-12T00:45:18.793Z] snapcraft 4.5.4 from Canonical* installed [2021-03-12T00:45:18.793Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-12T00:45:18.793Z] + patch --verbose -p1 [2021-03-12T00:45:18.793Z] Hmm... Looks like a unified diff to me... [2021-03-12T00:45:18.793Z] The text leading up to this was: [2021-03-12T00:45:18.793Z] -------------------------- [2021-03-12T00:45:18.793Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-12T00:45:18.793Z] |From: Tony Espy [2021-03-12T00:45:18.793Z] |Date: Tue, 9 Mar 2021 19:05:15 -0500 [2021-03-12T00:45:18.793Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-12T00:45:18.793Z] | [2021-03-12T00:45:18.793Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-12T00:45:18.793Z] |optimize the snap CI check run for pull requests. When [2021-03-12T00:45:18.793Z] |applied, it essentially strips out everything (apps and [2021-03-12T00:45:18.793Z] |parts) from the snapcraft.yaml file except those required [2021-03-12T00:45:18.793Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-12T00:45:18.793Z] |catch changes to edgex-go that break the snap build. [2021-03-12T00:45:18.793Z] | [2021-03-12T00:45:18.793Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-12T00:45:18.793Z] |to update this patch file, otherwise it may fail to apply, [2021-03-12T00:45:18.793Z] |resulting in a failed snap build CI check in the associated [2021-03-12T00:45:18.793Z] |pull request. [2021-03-12T00:45:18.793Z] | [2021-03-12T00:45:18.793Z] |Note - in addition to applying this patch, the pipeline also [2021-03-12T00:45:18.793Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-12T00:45:18.793Z] |need to build the finally binary .snap file (and it won't [2021-03-12T00:45:18.793Z] |work with the patch applied). This further reduces the build [2021-03-12T00:45:18.793Z] |time. [2021-03-12T00:45:18.793Z] |--- [2021-03-12T00:45:18.793Z] | snap/snapcraft.yaml | 452 +------------------------------------------- [2021-03-12T00:45:18.793Z] | 1 file changed, 1 insertion(+), 451 deletions(-) [2021-03-12T00:45:18.793Z] | [2021-03-12T00:45:18.793Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-12T00:45:18.793Z] |index d8bc12bc..5a5f5fbb 100644 [2021-03-12T00:45:18.793Z] |--- a/snap/snapcraft.yaml [2021-03-12T00:45:18.793Z] |+++ b/snap/snapcraft.yaml [2021-03-12T00:45:18.793Z] -------------------------- [2021-03-12T00:45:18.793Z] patching file snap/snapcraft.yaml [2021-03-12T00:45:18.793Z] Using Plan A... [2021-03-12T00:45:18.793Z] Hunk #1 succeeded at 73. [2021-03-12T00:45:18.793Z] Hunk #2 succeeded at 205. [2021-03-12T00:45:18.793Z] Hunk #3 succeeded at 217. [2021-03-12T00:45:18.793Z] Hunk #4 succeeded at 225. [2021-03-12T00:45:18.793Z] Hunk #5 succeeded at 232. [2021-03-12T00:45:18.793Z] Hunk #6 succeeded at 259. [2021-03-12T00:45:18.793Z] Hunk #7 succeeded at 271. [2021-03-12T00:45:18.793Z] Hunk #8 succeeded at 327. [2021-03-12T00:45:18.793Z] Hmm... Ignoring the trailing garbage. [2021-03-12T00:45:18.793Z] done [2021-03-12T00:45:18.793Z] + sudo snapcraft prime --use-lxd [2021-03-12T00:45:19.738Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-12T00:45:20.000Z] 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-12T00:45:20.000Z] - README.md [2021-03-12T00:45:20.000Z] [2021-03-12T00:45:20.000Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-12T00:45:20.573Z] Launching a container. [2021-03-12T00:45:20.712Z] --parallel Build images in parallel. [Pipeline] } [2021-03-12T00:45:21.338Z] $ docker stop --time=1 4bc846b10d71c5a5a8c43e03e7a1ad6aa2a58ff739821e1bfdd068d00d2295c5 [2021-03-12T00:45:23.381Z] $ docker rm -f 4bc846b10d71c5a5a8c43e03e7a1ad6aa2a58ff739821e1bfdd068d00d2295c5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-12T00:45:24.238Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-12T00:45:24.238Z] . [Pipeline] withDockerContainer [2021-03-12T00:45:24.538Z] prd-ubuntu18.04-docker-arm64-4c-16g-29566 does not seem to be running inside a container [2021-03-12T00:45:24.632Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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-12T00:45:26.212Z] $ docker top 8a099954cb4ea6ed5915c50068382a7e4e4e4bbd8122c796999de09c80655b65 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-12T00:45:27.353Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-12T00:45:32.807Z] Waiting for container to be ready [2021-03-12T00:45:32.807Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-12T00:45:32.807Z] [2021-03-12T00:45:34.057Z] Building docker-core-command-go ... [2021-03-12T00:45:34.057Z] Building docker-core-data-go ... [2021-03-12T00:45:34.057Z] Building docker-core-metadata-go ... [2021-03-12T00:45:34.057Z] Building docker-security-bootstrapper-go ... [2021-03-12T00:45:34.057Z] Building docker-security-proxy-setup-go ... [2021-03-12T00:45:34.057Z] Building docker-security-secretstore-setup-go ... [2021-03-12T00:45:34.057Z] Building docker-support-notifications-go ... [2021-03-12T00:45:34.057Z] Building docker-support-scheduler-go ... [2021-03-12T00:45:34.057Z] Building docker-sys-mgmt-agent-go ... [2021-03-12T00:45:34.057Z] Building docker-security-proxy-setup-go [2021-03-12T00:45:34.057Z] Building docker-security-secretstore-setup-go [2021-03-12T00:45:34.057Z] Building docker-support-scheduler-go [2021-03-12T00:45:34.057Z] Building docker-core-metadata-go [2021-03-12T00:45:34.057Z] Building docker-core-command-go [2021-03-12T00:45:35.354Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-12T00:45:35.614Z] Waiting for network to be ready... [2021-03-12T00:45:36.186Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-12T00:45:36.186Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-12T00:45:36.186Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-12T00:45:36.460Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-12T00:45:36.460Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-12T00:45:36.460Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-12T00:45:36.460Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-12T00:45:36.460Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-12T00:45:36.460Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-12T00:45:36.460Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-12T00:45:36.721Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-12T00:45:36.721Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-12T00:45:36.982Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-12T00:45:36.982Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-12T00:45:36.982Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-12T00:45:36.982Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-12T00:45:36.982Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-12T00:45:36.982Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-12T00:45:37.561Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-12T00:45:37.561Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] [2021-03-12T00:45:37.823Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-12T00:45:37.823Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-12T00:45:37.823Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-12T00:45:37.823Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-12T00:45:37.823Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-12T00:45:37.823Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-12T00:45:37.823Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-12T00:45:40.372Z] Fetched 24.0 MB in 4s (6090 kB/s) [2021-03-12T00:45:40.954Z] Reading package lists... [2021-03-12T00:45:41.215Z] Reading package lists... [2021-03-12T00:45:41.476Z] Building dependency tree... [2021-03-12T00:45:41.477Z] Reading state information... [2021-03-12T00:45:41.477Z] The following additional packages will be installed: [2021-03-12T00:45:41.477Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-12T00:45:41.477Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-12T00:45:41.477Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-12T00:45:41.477Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-12T00:45:41.477Z] Suggested packages: [2021-03-12T00:45:41.477Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-12T00:45:41.477Z] Recommended packages: [2021-03-12T00:45:41.477Z] gnupg libsasl2-modules [2021-03-12T00:45:41.477Z] The following NEW packages will be installed: [2021-03-12T00:45:41.477Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-12T00:45:41.477Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-12T00:45:41.477Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-12T00:45:41.477Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-12T00:45:41.477Z] The following packages will be upgraded: [2021-03-12T00:45:41.477Z] gpg gpg-agent gpgconf libudev1 [2021-03-12T00:45:41.737Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-12T00:45:41.737Z] Need to get 3530 kB of archives. [2021-03-12T00:45:41.737Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-12T00:45:41.737Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-12T00:45:41.737Z] 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-12T00:45:41.999Z] 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-12T00:45:41.999Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-12T00:45:41.999Z] 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-12T00:45:42.260Z] 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-12T00:45:42.521Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-12T00:45:42.521Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-12T00:45:42.521Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-12T00:45:42.521Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-12T00:45:42.521Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-12T00:45:42.521Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-12T00:45:42.521Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-12T00:45:42.521Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-12T00:45:42.521Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-12T00:45:42.521Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-12T00:45:42.521Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-12T00:45:42.521Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-12T00:45:42.521Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-12T00:45:42.521Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-12T00:45:42.521Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-12T00:45:42.521Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-12T00:45:42.782Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-12T00:45:42.782Z] Fetched 3530 kB in 1s (3512 kB/s) [2021-03-12T00:45:42.782Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-12T00:45:42.782Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-12T00:45:42.782Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-12T00:45:43.043Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-12T00:45:43.043Z] Selecting previously unselected package udev. [2021-03-12T00:45:43.043Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-12T00:45:43.043Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-12T00:45:43.043Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-12T00:45:43.304Z] Selecting previously unselected package libfuse2:amd64. [2021-03-12T00:45:43.304Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-12T00:45:43.304Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-12T00:45:43.564Z] Selecting previously unselected package fuse. [2021-03-12T00:45:43.564Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-12T00:45:43.564Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-12T00:45:43.564Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-12T00:45:43.564Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-12T00:45:43.827Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-12T00:45:43.827Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-12T00:45:43.827Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-12T00:45:43.827Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-12T00:45:44.088Z] Selecting previously unselected package libksba8:amd64. [2021-03-12T00:45:44.088Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-12T00:45:44.088Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-12T00:45:44.088Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-12T00:45:44.088Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-12T00:45:44.088Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T00:45:44.349Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-12T00:45:44.349Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-12T00:45:44.349Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T00:45:44.349Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-12T00:45:44.349Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-12T00:45:44.349Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T00:45:44.349Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-12T00:45:44.349Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-12T00:45:44.349Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T00:45:44.609Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-12T00:45:44.609Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-12T00:45:44.609Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T00:45:44.609Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-12T00:45:44.609Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-12T00:45:44.609Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T00:45:44.870Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-12T00:45:44.870Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-12T00:45:44.870Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T00:45:44.870Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-12T00:45:44.870Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-12T00:45:44.870Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T00:45:45.131Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-12T00:45:45.131Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-12T00:45:45.131Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T00:45:45.131Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-12T00:45:45.131Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-12T00:45:45.131Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-12T00:45:45.392Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-12T00:45:45.392Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-12T00:45:45.392Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-12T00:45:45.392Z] Selecting previously unselected package libldap-common. [2021-03-12T00:45:45.392Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-12T00:45:45.392Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-12T00:45:45.653Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-12T00:45:45.653Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-12T00:45:45.653Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-12T00:45:45.653Z] Selecting previously unselected package dirmngr. [2021-03-12T00:45:45.653Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-12T00:45:45.653Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-12T00:45:45.914Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-12T00:45:45.914Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-12T00:45:45.914Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-12T00:45:45.914Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-12T00:45:45.914Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-12T00:45:45.914Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-12T00:45:45.914Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T00:45:45.914Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-12T00:45:45.914Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-12T00:45:46.175Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-12T00:45:46.435Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-12T00:45:46.435Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T00:45:46.435Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-12T00:45:46.696Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-12T00:45:46.696Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-12T00:45:46.697Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T00:45:46.697Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T00:45:46.697Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T00:45:46.697Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T00:45:46.697Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T00:45:46.697Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T00:45:46.697Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-12T00:45:46.959Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-12T00:45:46.959Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-12T00:45:46.959Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-12T00:45:47.531Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-12T00:45:47.531Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-12T00:45:47.531Z] This means they are not meant to be enabled using systemctl. [2021-03-12T00:45:47.531Z] Possible reasons for having this kind of units are: [2021-03-12T00:45:47.531Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-12T00:45:47.531Z] .wants/ or .requires/ directory. [2021-03-12T00:45:47.531Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-12T00:45:47.531Z] a requirement dependency on it. [2021-03-12T00:45:47.531Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-12T00:45:47.531Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-12T00:45:47.531Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-12T00:45:47.531Z] instance name specified. [2021-03-12T00:45:47.792Z] Reading package lists... [2021-03-12T00:45:47.792Z] Building dependency tree... [2021-03-12T00:45:47.792Z] Reading state information... [2021-03-12T00:45:48.053Z] The following additional packages will be installed: [2021-03-12T00:45:48.053Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-12T00:45:48.053Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-12T00:45:48.053Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-12T00:45:48.053Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-12T00:45:48.053Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-12T00:45:48.053Z] Suggested packages: [2021-03-12T00:45:48.053Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-12T00:45:48.053Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-12T00:45:48.053Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-12T00:45:48.053Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-12T00:45:48.053Z] systemd-container policykit-1 [2021-03-12T00:45:48.053Z] Recommended packages: [2021-03-12T00:45:48.053Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-12T00:45:48.053Z] The following NEW packages will be installed: [2021-03-12T00:45:48.053Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-12T00:45:48.053Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-12T00:45:48.053Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-12T00:45:48.053Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-12T00:45:48.053Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-12T00:45:48.053Z] The following packages will be upgraded: [2021-03-12T00:45:48.053Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-12T00:45:48.053Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-12T00:45:48.053Z] Need to get 35.2 MB of archives. [2021-03-12T00:45:48.053Z] After this operation, 141 MB of additional disk space will be used. [2021-03-12T00:45:48.053Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-12T00:45:48.053Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-12T00:45:48.314Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-12T00:45:48.314Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-12T00:45:48.314Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-12T00:45:48.314Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-12T00:45:48.315Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-12T00:45:48.315Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-12T00:45:48.315Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-12T00:45:48.315Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-12T00:45:48.315Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-12T00:45:48.315Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-12T00:45:48.315Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-12T00:45:48.315Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-12T00:45:48.315Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-12T00:45:48.315Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-12T00:45:48.315Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-12T00:45:48.315Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-12T00:45:48.315Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-12T00:45:49.256Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-12T00:45:49.256Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-12T00:45:49.256Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-12T00:45:49.256Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-12T00:45:49.256Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-12T00:45:49.256Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-12T00:45:49.256Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-12T00:45:49.256Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-12T00:45:49.256Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-12T00:45:49.256Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-12T00:45:49.256Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-12T00:45:49.517Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-12T00:45:49.517Z] Fetched 35.2 MB in 1s (27.8 MB/s) [2021-03-12T00:45:49.517Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-12T00:45:49.517Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-12T00:45:49.777Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-12T00:45:50.348Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-12T00:45:50.348Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-12T00:45:50.348Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-12T00:45:50.348Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-12T00:45:50.348Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-12T00:45:50.609Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-12T00:45:50.609Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-12T00:45:50.869Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-12T00:45:50.869Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-12T00:45:50.869Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-12T00:45:51.130Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-12T00:45:51.131Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-12T00:45:51.390Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-12T00:45:51.652Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-12T00:45:51.652Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-12T00:45:51.652Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-12T00:45:51.913Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-12T00:45:51.913Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-12T00:45:51.913Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-12T00:45:52.174Z] Selecting previously unselected package libexpat1:amd64. [2021-03-12T00:45:52.174Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-12T00:45:52.174Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-12T00:45:52.174Z] Selecting previously unselected package python3.6-minimal. [2021-03-12T00:45:52.174Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-12T00:45:52.174Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-12T00:45:52.436Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-12T00:45:52.436Z] Checking for services that may need to be restarted...done. [2021-03-12T00:45:52.436Z] Checking for services that may need to be restarted...done. [2021-03-12T00:45:52.697Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-12T00:45:52.697Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-12T00:45:52.697Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-12T00:45:53.268Z] Selecting previously unselected package python3-minimal. [2021-03-12T00:45:53.268Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-12T00:45:53.268Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-12T00:45:53.268Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-12T00:45:53.268Z] Selecting previously unselected package mime-support. [2021-03-12T00:45:53.268Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-12T00:45:53.268Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-12T00:45:53.529Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-12T00:45:53.529Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-12T00:45:53.529Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-12T00:45:53.529Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-12T00:45:53.529Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-12T00:45:53.529Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-12T00:45:53.791Z] Selecting previously unselected package python3.6. [2021-03-12T00:45:53.791Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-12T00:45:53.791Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-12T00:45:53.791Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-12T00:45:53.791Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-12T00:45:53.791Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-12T00:45:54.053Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-12T00:45:54.315Z] Selecting previously unselected package python3. [2021-03-12T00:45:54.315Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-12T00:45:54.315Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-12T00:45:54.315Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-12T00:45:54.315Z] Selecting previously unselected package multiarch-support. [2021-03-12T00:45:54.315Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-12T00:45:54.315Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-12T00:45:54.575Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-12T00:45:54.575Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-12T00:45:54.575Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-12T00:45:54.575Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-12T00:45:54.575Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-12T00:45:54.575Z] Selecting previously unselected package libbsd0:amd64. [2021-03-12T00:45:54.575Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-12T00:45:54.836Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-12T00:45:54.836Z] Selecting previously unselected package sudo. [2021-03-12T00:45:54.836Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-12T00:45:54.836Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-12T00:45:55.110Z] Selecting previously unselected package apparmor. [2021-03-12T00:45:55.110Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-12T00:45:55.110Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-12T00:45:55.110Z] Selecting previously unselected package libedit2:amd64. [2021-03-12T00:45:55.110Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-12T00:45:55.110Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-12T00:45:55.370Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-12T00:45:55.370Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-12T00:45:55.370Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-12T00:45:55.370Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-12T00:45:55.370Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-12T00:45:55.370Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-12T00:45:55.631Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-12T00:45:55.631Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-12T00:45:55.631Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-12T00:45:55.892Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-12T00:45:55.892Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-12T00:45:55.892Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-12T00:45:55.892Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-12T00:45:55.892Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-12T00:45:55.892Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-12T00:45:56.157Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-12T00:45:56.157Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-12T00:45:56.157Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-12T00:45:56.157Z] Selecting previously unselected package openssh-client. [2021-03-12T00:45:56.157Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-12T00:45:56.419Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-12T00:45:56.419Z] Selecting previously unselected package squashfs-tools. [2021-03-12T00:45:56.419Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-12T00:45:56.419Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-12T00:45:56.679Z] Selecting previously unselected package snapd. [2021-03-12T00:45:56.679Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-12T00:45:56.679Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-12T00:45:58.592Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-12T00:45:58.592Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-12T00:45:58.592Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-12T00:45:58.854Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-12T00:45:58.854Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-12T00:45:58.854Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-12T00:45:58.854Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-12T00:45:58.854Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-12T00:45:58.854Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-12T00:46:00.243Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-12T00:46:00.243Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-12T00:46:00.243Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-12T00:46:00.504Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-12T00:46:00.504Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-12T00:46:00.504Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-12T00:46:01.075Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-12T00:46:01.075Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-12T00:46:01.075Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-12T00:46:01.075Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-12T00:46:01.075Z] running python rtupdate hooks for python3.6... [2021-03-12T00:46:01.075Z] running python post-rtupdate hooks for python3.6... [2021-03-12T00:46:01.336Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-12T00:46:02.744Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-12T00:46:02.744Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-12T00:46:02.744Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-12T00:46:03.004Z] Setting up snapd (2.48.3+18.04) ... [2021-03-12T00:46:03.273Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-12T00:46:03.538Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-12T00:46:03.538Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-12T00:46:03.801Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-12T00:46:04.063Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-12T00:46:04.063Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-12T00:46:04.063Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-12T00:46:04.325Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-12T00:46:04.587Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-12T00:46:04.847Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-12T00:46:04.847Z] /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-12T00:46:04.847Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-12T00:46:04.847Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-12T00:46:06.235Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-12T00:46:06.235Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-12T00:46:06.235Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-12T00:46:07.436Z] Reading package lists... [2021-03-12T00:46:07.697Z] Reading package lists... [2021-03-12T00:46:07.697Z] Building dependency tree... [2021-03-12T00:46:07.697Z] Reading state information... [2021-03-12T00:46:07.959Z] Calculating upgrade... [2021-03-12T00:46:07.959Z] The following packages will be upgraded: [2021-03-12T00:46:07.959Z] advancecomp base-files bash binutils binutils-common [2021-03-12T00:46:07.959Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-12T00:46:07.959Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-12T00:46:07.959Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-12T00:46:07.959Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-12T00:46:07.959Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-12T00:46:07.959Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-12T00:46:07.959Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-12T00:46:07.959Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-12T00:46:07.959Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-12T00:46:07.959Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-12T00:46:07.959Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-12T00:46:07.959Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-12T00:46:07.959Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-12T00:46:07.959Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-12T00:46:08.221Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-12T00:46:08.221Z] Need to get 63.8 MB of archives. [2021-03-12T00:46:08.221Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-12T00:46:08.221Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-12T00:46:08.221Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-12T00:46:08.221Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-12T00:46:08.221Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-12T00:46:08.221Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-12T00:46:08.221Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-12T00:46:08.221Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-12T00:46:08.221Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-12T00:46:08.221Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-12T00:46:08.221Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-12T00:46:08.221Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-12T00:46:08.221Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-12T00:46:08.221Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-12T00:46:08.221Z] 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-12T00:46:08.221Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-12T00:46:08.221Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-12T00:46:08.221Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-12T00:46:08.221Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-12T00:46:08.221Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-12T00:46:08.221Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-12T00:46:08.221Z] 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-12T00:46:08.481Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-12T00:46:08.481Z] 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-12T00:46:08.481Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-12T00:46:08.481Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-12T00:46:08.481Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-12T00:46:08.481Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-12T00:46:08.481Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-12T00:46:08.481Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-12T00:46:08.481Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-12T00:46:08.481Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-12T00:46:08.481Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-12T00:46:08.481Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-12T00:46:08.481Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-12T00:46:08.481Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-12T00:46:08.481Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-12T00:46:08.481Z] 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-12T00:46:08.481Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-12T00:46:08.481Z] 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-12T00:46:08.481Z] 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-12T00:46:08.481Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-12T00:46:08.481Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-12T00:46:08.481Z] 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-12T00:46:08.481Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-12T00:46:08.481Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-12T00:46:08.481Z] 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-12T00:46:08.481Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-12T00:46:08.481Z] 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-12T00:46:08.481Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-12T00:46:08.481Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-12T00:46:08.481Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-12T00:46:08.481Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-12T00:46:08.481Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-12T00:46:08.481Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-12T00:46:08.481Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-12T00:46:08.742Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-12T00:46:08.742Z] 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-12T00:46:09.007Z] 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-12T00:46:09.007Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-12T00:46:09.007Z] 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-12T00:46:09.007Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-12T00:46:09.007Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-12T00:46:09.007Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-12T00:46:09.007Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-12T00:46:09.267Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-12T00:46:09.267Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-12T00:46:09.267Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-12T00:46:09.267Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-12T00:46:09.267Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-12T00:46:09.267Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-12T00:46:09.526Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-12T00:46:09.526Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-12T00:46:09.526Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-12T00:46:09.526Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-12T00:46:09.526Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-12T00:46:09.526Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-12T00:46:09.526Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-12T00:46:09.526Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-12T00:46:09.526Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-12T00:46:09.526Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-12T00:46:09.526Z] 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-12T00:46:09.526Z] 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-12T00:46:09.526Z] 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-12T00:46:09.526Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-12T00:46:09.526Z] 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-12T00:46:09.526Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-12T00:46:09.526Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-12T00:46:09.526Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-12T00:46:09.526Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-12T00:46:09.787Z] 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-12T00:46:09.787Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-12T00:46:09.787Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-12T00:46:09.787Z] 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-12T00:46:09.787Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-12T00:46:09.787Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-12T00:46:09.787Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-12T00:46:09.787Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-12T00:46:09.787Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-12T00:46:09.787Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-12T00:46:10.047Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-12T00:46:10.047Z] Fetched 63.8 MB in 2s (36.4 MB/s) [2021-03-12T00:46:10.047Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T00:46:10.047Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-12T00:46:10.047Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-12T00:46:10.992Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-12T00:46:10.992Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-12T00:46:10.992Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-12T00:46:10.992Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-12T00:46:11.938Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T00:46:11.938Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-12T00:46:11.938Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T00:46:11.938Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-12T00:46:11.938Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T00:46:12.198Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-12T00:46:12.198Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T00:46:12.198Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-12T00:46:12.198Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T00:46:12.458Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-12T00:46:12.458Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T00:46:12.458Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-12T00:46:12.458Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T00:46:12.719Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-12T00:46:12.719Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-12T00:46:12.719Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-12T00:46:12.719Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T00:46:12.719Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-12T00:46:12.980Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-12T00:46:12.980Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-12T00:46:12.980Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T00:46:12.980Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-12T00:46:12.980Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T00:46:13.241Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-12T00:46:13.241Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-12T00:46:13.241Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-12T00:46:13.501Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-12T00:46:13.501Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-12T00:46:13.501Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-12T00:46:13.762Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-12T00:46:14.336Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-12T00:46:14.336Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-12T00:46:14.336Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-12T00:46:14.336Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-12T00:46:14.336Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-12T00:46:14.599Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-12T00:46:14.860Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-12T00:46:14.860Z] Installing new version of config file /etc/issue ... [2021-03-12T00:46:14.860Z] Installing new version of config file /etc/issue.net ... [2021-03-12T00:46:14.860Z] Installing new version of config file /etc/lsb-release ... [2021-03-12T00:46:14.860Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-12T00:46:15.123Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-12T00:46:15.123Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-12T00:46:15.123Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-12T00:46:15.384Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T00:46:15.384Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-12T00:46:15.384Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-12T00:46:15.646Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-12T00:46:15.646Z] 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-12T00:46:15.646Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T00:46:15.646Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-12T00:46:15.646Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-12T00:46:15.908Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-12T00:46:15.908Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T00:46:15.908Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-12T00:46:15.908Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-12T00:46:16.169Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-12T00:46:16.169Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T00:46:16.169Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-12T00:46:16.169Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-12T00:46:16.432Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-12T00:46:16.432Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T00:46:16.432Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-12T00:46:16.432Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-12T00:46:16.707Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-12T00:46:16.707Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T00:46:16.707Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-12T00:46:16.707Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-12T00:46:16.970Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-12T00:46:16.970Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T00:46:16.970Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-12T00:46:16.970Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-12T00:46:17.230Z] Setting up grep (3.1-2build1) ... [2021-03-12T00:46:17.230Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T00:46:17.230Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-12T00:46:17.493Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-12T00:46:17.493Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-12T00:46:17.753Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T00:46:17.753Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-12T00:46:17.753Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-12T00:46:18.014Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-12T00:46:18.014Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T00:46:18.014Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-12T00:46:18.014Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-12T00:46:18.588Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-12T00:46:18.588Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-12T00:46:18.854Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-12T00:46:18.854Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-12T00:46:19.429Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-12T00:46:19.429Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T00:46:19.429Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-12T00:46:19.429Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-12T00:46:20.387Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-12T00:46:20.648Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-12T00:46:20.648Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-12T00:46:20.648Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-12T00:46:20.908Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-12T00:46:20.908Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T00:46:20.908Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-12T00:46:20.908Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-12T00:46:21.169Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-12T00:46:21.433Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T00:46:21.433Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-12T00:46:21.433Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-12T00:46:21.433Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-12T00:46:21.695Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T00:46:21.695Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-12T00:46:21.695Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-12T00:46:21.695Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-12T00:46:21.956Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T00:46:21.956Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-12T00:46:21.956Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-12T00:46:21.956Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-12T00:46:22.217Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T00:46:22.217Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-12T00:46:22.217Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-12T00:46:22.217Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-12T00:46:22.481Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T00:46:22.481Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-12T00:46:22.481Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-12T00:46:22.481Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-12T00:46:22.481Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-12T00:46:22.741Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-12T00:46:22.742Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T00:46:22.742Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-12T00:46:23.003Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-12T00:46:23.003Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-12T00:46:23.263Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T00:46:23.263Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-12T00:46:23.264Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-12T00:46:23.264Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-12T00:46:23.525Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T00:46:23.525Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-12T00:46:23.525Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-12T00:46:23.525Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-12T00:46:23.525Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T00:46:23.525Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-12T00:46:23.788Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-12T00:46:24.051Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-12T00:46:24.315Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-12T00:46:24.575Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-12T00:46:24.839Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T00:46:24.839Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-12T00:46:24.839Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-12T00:46:25.101Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-12T00:46:25.101Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-12T00:46:25.101Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-12T00:46:25.101Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-12T00:46:25.363Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-12T00:46:25.624Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T00:46:25.624Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-12T00:46:25.624Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-12T00:46:25.624Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-12T00:46:25.886Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T00:46:25.886Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-12T00:46:25.886Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-12T00:46:26.147Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-12T00:46:26.147Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T00:46:26.147Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-12T00:46:26.408Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-12T00:46:26.408Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-12T00:46:26.408Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T00:46:26.408Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-12T00:46:26.668Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-12T00:46:26.668Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-12T00:46:26.929Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T00:46:26.929Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-12T00:46:26.929Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-12T00:46:27.191Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-12T00:46:27.191Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T00:46:27.191Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-12T00:46:27.452Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-12T00:46:27.452Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-12T00:46:27.712Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T00:46:27.712Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-12T00:46:27.712Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-12T00:46:27.712Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-12T00:46:27.712Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-12T00:46:27.974Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-12T00:46:27.974Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-12T00:46:28.236Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-12T00:46:28.236Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T00:46:28.236Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-12T00:46:28.236Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-12T00:46:28.498Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-12T00:46:28.498Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T00:46:28.498Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-12T00:46:28.759Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-12T00:46:28.759Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-12T00:46:29.050Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T00:46:29.050Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-12T00:46:29.050Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-12T00:46:29.312Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-12T00:46:29.312Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T00:46:29.312Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-12T00:46:29.312Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-12T00:46:29.573Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-12T00:46:29.573Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T00:46:29.573Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-12T00:46:29.573Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-12T00:46:30.147Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-12T00:46:30.147Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T00:46:30.147Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-12T00:46:30.147Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-12T00:46:30.409Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-12T00:46:30.409Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T00:46:30.409Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-12T00:46:30.409Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-12T00:46:30.670Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-12T00:46:30.670Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T00:46:30.670Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-12T00:46:30.670Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-12T00:46:30.931Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-12T00:46:30.931Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T00:46:30.931Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-12T00:46:30.931Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-12T00:46:31.192Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-12T00:46:31.453Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T00:46:31.453Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-12T00:46:31.453Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-12T00:46:31.714Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-12T00:46:31.714Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T00:46:31.714Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-12T00:46:31.714Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-12T00:46:31.975Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-12T00:46:31.975Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-12T00:46:31.975Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-12T00:46:31.975Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-12T00:46:32.236Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-12T00:46:32.236Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-12T00:46:32.236Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-12T00:46:32.236Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-12T00:46:32.497Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-12T00:46:32.498Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-12T00:46:32.761Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-12T00:46:32.761Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-12T00:46:33.022Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-12T00:46:33.022Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-12T00:46:33.022Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-12T00:46:33.282Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-12T00:46:33.282Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-12T00:46:33.282Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-12T00:46:33.543Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-12T00:46:33.543Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-12T00:46:33.543Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-12T00:46:33.543Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-12T00:46:33.804Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-12T00:46:33.804Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-12T00:46:33.804Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-12T00:46:33.804Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-12T00:46:34.065Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-12T00:46:34.065Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-12T00:46:34.065Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-12T00:46:34.325Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-12T00:46:34.896Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-12T00:46:34.896Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-12T00:46:35.158Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-12T00:46:35.158Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-12T00:46:35.158Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-12T00:46:35.158Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-12T00:46:35.731Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-12T00:46:35.731Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-12T00:46:35.731Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-12T00:46:35.731Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-12T00:46:35.992Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-12T00:46:35.992Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-12T00:46:35.992Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-12T00:46:35.992Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-12T00:46:36.254Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-12T00:46:36.254Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-12T00:46:36.515Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-12T00:46:36.515Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-12T00:46:36.515Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-12T00:46:36.777Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-12T00:46:37.717Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-12T00:46:37.717Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-12T00:46:38.657Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-12T00:46:38.657Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-12T00:46:39.227Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-12T00:46:39.227Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-12T00:46:39.488Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-12T00:46:39.488Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-12T00:46:40.431Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-12T00:46:40.431Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-12T00:46:40.431Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-12T00:46:40.431Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-12T00:46:40.692Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-12T00:46:40.692Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-12T00:46:40.692Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-12T00:46:40.952Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-12T00:46:40.952Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-12T00:46:40.952Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-12T00:46:40.952Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-12T00:46:41.215Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-12T00:46:41.215Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-12T00:46:41.215Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-12T00:46:41.476Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-12T00:46:41.476Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-12T00:46:41.476Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-12T00:46:41.476Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-12T00:46:41.476Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-12T00:46:41.476Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-12T00:46:41.738Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-12T00:46:41.738Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-12T00:46:41.738Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-12T00:46:41.738Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-12T00:46:42.000Z] [2021-03-12T00:46:42.000Z] Current default time zone: 'Etc/UTC' [2021-03-12T00:46:42.000Z] Local time is now: Fri Mar 12 00:46:41 UTC 2021. [2021-03-12T00:46:42.000Z] Universal Time is now: Fri Mar 12 00:46:41 UTC 2021. [2021-03-12T00:46:42.000Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-12T00:46:42.000Z] [2021-03-12T00:46:42.000Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-12T00:46:42.000Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-12T00:46:42.000Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-12T00:46:42.000Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-12T00:46:42.000Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-12T00:46:42.000Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-12T00:46:42.261Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-12T00:46:42.261Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-12T00:46:42.261Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-12T00:46:42.261Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-12T00:46:42.261Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-12T00:46:42.261Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-12T00:46:42.522Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-12T00:46:42.522Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-12T00:46:42.522Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-12T00:46:42.522Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-12T00:46:42.522Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-12T00:46:42.522Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-12T00:46:42.783Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-12T00:46:42.783Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-12T00:46:42.783Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-12T00:46:42.783Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-12T00:46:42.783Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-12T00:46:44.697Z] Updating certificates in /etc/ssl/certs... [2021-03-12T00:46:45.642Z] 23 added, 27 removed; done. [2021-03-12T00:46:45.642Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-12T00:46:45.903Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-12T00:46:45.903Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-12T00:46:45.903Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-12T00:46:45.903Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-12T00:46:45.903Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-12T00:46:45.903Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-12T00:46:45.903Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-12T00:46:46.164Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-12T00:46:46.164Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-12T00:46:46.164Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-12T00:46:46.164Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-12T00:46:46.164Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-12T00:46:46.164Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-12T00:46:46.164Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-12T00:46:46.424Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-12T00:46:46.424Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-12T00:46:46.424Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-12T00:46:46.424Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-12T00:46:46.424Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-12T00:46:46.424Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-12T00:46:46.424Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-12T00:46:46.424Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-12T00:46:46.684Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-12T00:46:46.684Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-12T00:46:46.684Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-12T00:46:46.684Z] Updating certificates in /etc/ssl/certs... [2021-03-12T00:46:47.256Z] 0 added, 0 removed; done. [2021-03-12T00:46:47.256Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-12T00:46:47.256Z] done. [2021-03-12T00:46:47.829Z] Reading package lists... [2021-03-12T00:46:48.091Z] Building dependency tree... [2021-03-12T00:46:48.091Z] Reading state information... [2021-03-12T00:46:48.091Z] The following NEW packages will be installed: [2021-03-12T00:46:48.091Z] apt-transport-https [2021-03-12T00:46:48.351Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-12T00:46:48.351Z] Need to get 1696 B of archives. [2021-03-12T00:46:48.351Z] After this operation, 153 kB of additional disk space will be used. [2021-03-12T00:46:48.351Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-12T00:46:48.613Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-12T00:46:48.613Z] Fetched 1696 B in 0s (8440 B/s) [2021-03-12T00:46:48.613Z] Selecting previously unselected package apt-transport-https. [2021-03-12T00:46:48.613Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-12T00:46:48.613Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-12T00:46:48.613Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-12T00:46:48.613Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-12T00:46:48.873Z] Waiting for network to be ready... [2021-03-12T00:46:54.178Z] 2021-03-12T00:46:52Z INFO Waiting for automatic snapd restart... [2021-03-12T00:46:54.747Z] snapd 2.49 from Canonical* installed [2021-03-12T00:46:55.686Z] "snapd" switched to the "latest/stable" channel [2021-03-12T00:46:55.686Z] [2021-03-12T00:46:55.901Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T00:46:55.901Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-12T00:46:55.901Z] ---> 14ff88e4725a [2021-03-12T00:46:55.901Z] Step 3/23 : WORKDIR /edgex-go [2021-03-12T00:46:55.901Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T00:46:55.901Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-12T00:46:55.901Z] ---> 14ff88e4725a [2021-03-12T00:46:55.901Z] Step 3/22 : WORKDIR /edgex-go [2021-03-12T00:46:55.901Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T00:46:55.901Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-12T00:46:55.901Z] ---> 14ff88e4725a [2021-03-12T00:46:55.901Z] Step 3/21 : WORKDIR /edgex-go [2021-03-12T00:46:55.901Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T00:46:55.901Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-12T00:46:55.901Z] ---> 14ff88e4725a [2021-03-12T00:46:55.901Z] Step 3/23 : WORKDIR /edgex-go [2021-03-12T00:46:55.901Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T00:46:55.901Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-12T00:46:55.901Z] ---> 14ff88e4725a [2021-03-12T00:46:55.901Z] Step 3/24 : WORKDIR /edgex-go [2021-03-12T00:46:55.901Z] ---> Running in cf1c210c6401 [2021-03-12T00:46:55.901Z] ---> Running in 7b7e982d78f4 [2021-03-12T00:46:55.901Z] ---> Running in 105b3c39d684 [2021-03-12T00:46:55.901Z] ---> Running in 391daac4d39a [2021-03-12T00:46:55.901Z] ---> Running in c9622176d970 [2021-03-12T00:46:55.901Z] Removing intermediate container 105b3c39d684 [2021-03-12T00:46:55.901Z] ---> cab5836c0d76 [2021-03-12T00:46:55.901Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T00:46:55.901Z] Removing intermediate container c9622176d970 [2021-03-12T00:46:55.901Z] ---> 3bd0bdf4ebc7 [2021-03-12T00:46:55.901Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T00:46:55.901Z] Removing intermediate container cf1c210c6401 [2021-03-12T00:46:55.901Z] Removing intermediate container 7b7e982d78f4 [2021-03-12T00:46:55.901Z] ---> c9807aae4314 [2021-03-12T00:46:55.901Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T00:46:55.901Z] ---> e665aa4e58ff [2021-03-12T00:46:55.901Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T00:46:55.901Z] Removing intermediate container 391daac4d39a [2021-03-12T00:46:55.901Z] ---> bf0c4991f0e5 [2021-03-12T00:46:55.901Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T00:46:55.901Z] ---> Running in e2d7664138a7 [2021-03-12T00:46:55.901Z] ---> Running in cf2bed489905 [2021-03-12T00:46:55.901Z] ---> Running in 81c3f17de849 [2021-03-12T00:46:55.901Z] ---> Running in b2d96d3d2227 [2021-03-12T00:46:55.901Z] ---> Running in 3c454ef88c5a [2021-03-12T00:46:55.901Z] Removing intermediate container e2d7664138a7 [2021-03-12T00:46:55.901Z] ---> 754b87ddc292 [2021-03-12T00:46:55.901Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-12T00:46:55.901Z] ---> Running in 6317f1f09e56 [2021-03-12T00:46:55.901Z] Removing intermediate container 3c454ef88c5a [2021-03-12T00:46:55.901Z] ---> 372c2154bca1 [2021-03-12T00:46:55.901Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-12T00:46:55.901Z] Removing intermediate container cf2bed489905 [2021-03-12T00:46:55.901Z] ---> da49fe0bc01d [2021-03-12T00:46:55.901Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-12T00:46:55.901Z] ---> Running in ff49d7eea8d0 [2021-03-12T00:46:55.901Z] ---> Running in eccc47e2f0cb [2021-03-12T00:46:55.901Z] Removing intermediate container b2d96d3d2227 [2021-03-12T00:46:55.901Z] ---> 68a6033b3402 [2021-03-12T00:46:55.901Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-12T00:46:55.901Z] Removing intermediate container 81c3f17de849 [2021-03-12T00:46:55.901Z] ---> 1bd3124adc58 [2021-03-12T00:46:55.901Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-12T00:46:55.901Z] ---> Running in 53ff8ccd79c8 [2021-03-12T00:46:55.901Z] ---> Running in 3e0c3a4b2e51 [2021-03-12T00:46:55.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T00:46:56.187Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T00:46:56.460Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T00:46:56.460Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T00:46:56.730Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T00:46:56.730Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T00:46:57.003Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T00:46:57.276Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T00:46:57.276Z] OK: 217 MiB in 51 packages [2021-03-12T00:46:57.555Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T00:46:57.555Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T00:46:58.176Z] OK: 217 MiB in 51 packages [2021-03-12T00:46:58.473Z] OK: 217 MiB in 51 packages [2021-03-12T00:46:58.473Z] OK: 217 MiB in 51 packages [2021-03-12T00:46:58.751Z] OK: 217 MiB in 51 packages [2021-03-12T00:46:58.981Z] core18 20210128 from Canonical* installed [2021-03-12T00:46:58.981Z] "core18" switched to the "latest/stable" channel [2021-03-12T00:46:58.981Z] [2021-03-12T00:46:59.026Z] Removing intermediate container 6317f1f09e56 [2021-03-12T00:46:59.026Z] ---> e89c411dfce6 [2021-03-12T00:46:59.026Z] Step 6/21 : COPY go.mod . [2021-03-12T00:47:00.479Z] ---> bf302cb8f1b7 [2021-03-12T00:47:00.479Z] Step 7/21 : RUN go mod download [2021-03-12T00:47:00.479Z] Removing intermediate container ff49d7eea8d0 [2021-03-12T00:47:00.479Z] ---> 9d03ff668ed0 [2021-03-12T00:47:00.479Z] Step 6/24 : COPY go.mod . [2021-03-12T00:47:00.479Z] Removing intermediate container 3e0c3a4b2e51 [2021-03-12T00:47:00.479Z] ---> c12f1c9f87ac [2021-03-12T00:47:00.479Z] Step 6/22 : COPY go.mod . [2021-03-12T00:47:00.479Z] ---> Running in 3449d67c865c [2021-03-12T00:47:00.754Z] Removing intermediate container eccc47e2f0cb [2021-03-12T00:47:00.754Z] ---> 0373a0010ba3 [2021-03-12T00:47:00.754Z] Step 6/23 : COPY go.mod . [2021-03-12T00:47:01.038Z] Removing intermediate container 53ff8ccd79c8 [2021-03-12T00:47:01.038Z] ---> 0e675d3064d4 [2021-03-12T00:47:01.038Z] Step 6/23 : COPY go.mod . [2021-03-12T00:47:01.649Z] ---> 129e30707ef7 [2021-03-12T00:47:01.649Z] Step 7/24 : RUN go mod download [2021-03-12T00:47:01.926Z] ---> 894a2872edb5 [2021-03-12T00:47:01.926Z] Step 7/22 : RUN go mod download [2021-03-12T00:47:01.926Z] ---> Running in ed214764a495 [2021-03-12T00:47:02.207Z] ---> Running in 008ee4c20eff [2021-03-12T00:47:02.207Z] ---> 470c50a0b0a3 [2021-03-12T00:47:02.207Z] Step 7/23 : RUN go mod download [2021-03-12T00:47:02.280Z] snapcraft 4.5.4 from Canonical* installed [2021-03-12T00:47:02.280Z] "snapcraft" switched to the "latest/stable" channel [2021-03-12T00:47:02.280Z] [2021-03-12T00:47:02.487Z] ---> 4830d83d685e [2021-03-12T00:47:02.487Z] Step 7/23 : RUN go mod download [2021-03-12T00:47:02.487Z] ---> Running in 875087f978db [2021-03-12T00:47:02.487Z] ---> Running in 155e8f49a041 [2021-03-12T00:47:05.138Z] Removing intermediate container 3449d67c865c [2021-03-12T00:47:05.138Z] ---> eba05ec8c841 [2021-03-12T00:47:05.138Z] Step 8/21 : COPY . . [2021-03-12T00:47:05.576Z] 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-12T00:47:05.576Z] - README.md [2021-03-12T00:47:05.576Z] [2021-03-12T00:47:05.576Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-12T00:47:07.801Z] Removing intermediate container ed214764a495 [2021-03-12T00:47:07.801Z] ---> ce74648f9927 [2021-03-12T00:47:07.801Z] Step 8/24 : COPY . . [2021-03-12T00:47:08.403Z] Removing intermediate container 008ee4c20eff [2021-03-12T00:47:08.403Z] ---> d1221e12ddcb [2021-03-12T00:47:08.403Z] Step 8/22 : COPY . . [2021-03-12T00:47:08.685Z] Removing intermediate container 875087f978db [2021-03-12T00:47:08.685Z] ---> 5f16f552d218 [2021-03-12T00:47:08.685Z] Step 8/23 : COPY . . [2021-03-12T00:47:09.290Z] Removing intermediate container 155e8f49a041 [2021-03-12T00:47:09.290Z] ---> 7e88d97e61c5 [2021-03-12T00:47:09.290Z] Step 8/23 : COPY . . [2021-03-12T00:47:12.160Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-12T00:47:12.161Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-12T00:47:12.161Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-12T00:47:12.161Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-12T00:47:13.102Z] Reading package lists... [2021-03-12T00:47:13.363Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.7 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-12T00:47:19.947Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-12T00:47:19.947Z] Reading package lists... [2021-03-12T00:47:19.947Z] Building dependency tree... [2021-03-12T00:47:19.947Z] Reading state information... [2021-03-12T00:47:19.947Z] Suggested packages: [2021-03-12T00:47:19.947Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-12T00:47:19.947Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-12T00:47:19.947Z] Recommended packages: [2021-03-12T00:47:19.947Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-12T00:47:19.947Z] The following NEW packages will be installed: [2021-03-12T00:47:19.947Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-12T00:47:19.947Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-12T00:47:19.947Z] pkg-config zip [2021-03-12T00:47:19.947Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-12T00:47:19.947Z] Need to get 7658 kB of archives. [2021-03-12T00:47:19.947Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-12T00:47:19.947Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-12T00:47:19.947Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] [2021-03-12T00:47:19.947Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-12T00:47:20.213Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-12T00:47:20.213Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-12T00:47:20.213Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-12T00:47:20.213Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-12T00:47:20.474Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-12T00:47:20.474Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-12T00:47:20.474Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-12T00:47:20.474Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-12T00:47:20.474Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-12T00:47:20.474Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-12T00:47:20.735Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-12T00:47:20.735Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-12T00:47:20.997Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-12T00:47:20.997Z] Fetched 7658 kB in 1s (6904 kB/s) [2021-03-12T00:47:20.997Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-12T00:47:20.997Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-12T00:47:20.997Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... [2021-03-12T00:47:20.997Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-12T00:47:21.258Z] Selecting previously unselected package libpsl5:amd64. [2021-03-12T00:47:21.258Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-12T00:47:21.258Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-12T00:47:21.258Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-12T00:47:21.258Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-12T00:47:21.258Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-12T00:47:21.258Z] Selecting previously unselected package librtmp1:amd64. [2021-03-12T00:47:21.258Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-12T00:47:21.258Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-12T00:47:21.519Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-12T00:47:21.519Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-12T00:47:21.519Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-12T00:47:21.519Z] Selecting previously unselected package liberror-perl. [2021-03-12T00:47:21.519Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-12T00:47:21.519Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-12T00:47:21.780Z] Selecting previously unselected package git-man. [2021-03-12T00:47:21.781Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-12T00:47:21.781Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-12T00:47:21.781Z] Selecting previously unselected package git. [2021-03-12T00:47:21.781Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-12T00:47:22.041Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-12T00:47:22.984Z] Selecting previously unselected package libnorm1:amd64. [2021-03-12T00:47:22.984Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-12T00:47:22.984Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-12T00:47:22.984Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-12T00:47:22.984Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-12T00:47:22.984Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-12T00:47:22.984Z] Selecting previously unselected package libsodium23:amd64. [2021-03-12T00:47:22.984Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-12T00:47:22.984Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-12T00:47:23.245Z] Selecting previously unselected package libzmq5:amd64. [2021-03-12T00:47:23.245Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-12T00:47:23.245Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-12T00:47:23.245Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-12T00:47:23.245Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-12T00:47:23.245Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-12T00:47:23.513Z] Selecting previously unselected package pkg-config. [2021-03-12T00:47:23.513Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-12T00:47:23.513Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-12T00:47:23.513Z] Selecting previously unselected package zip. [2021-03-12T00:47:23.513Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-12T00:47:23.513Z] Unpacking zip (3.0-11build1) ... [2021-03-12T00:47:23.513Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-12T00:47:23.773Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-12T00:47:23.773Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-12T00:47:23.773Z] Setting up liberror-perl (0.17025-1) ... [2021-03-12T00:47:23.773Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-12T00:47:23.773Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-12T00:47:23.773Z] No schema files found: doing nothing. [2021-03-12T00:47:23.773Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-12T00:47:23.773Z] Setting up zip (3.0-11build1) ... [2021-03-12T00:47:23.773Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-12T00:47:24.035Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-12T00:47:24.035Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-12T00:47:24.035Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-12T00:47:24.035Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-12T00:47:24.035Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-12T00:47:24.035Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-12T00:47:24.295Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-12T00:47:30.881Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-12T00:47:30.881Z] git set to automatically installed. [2021-03-12T00:47:30.881Z] git-man set to automatically installed. [2021-03-12T00:47:30.881Z] libcurl3-gnutls set to automatically installed. [2021-03-12T00:47:30.881Z] liberror-perl set to automatically installed. [2021-03-12T00:47:30.881Z] libglib2.0-0 set to automatically installed. [2021-03-12T00:47:30.881Z] libnghttp2-14 set to automatically installed. [2021-03-12T00:47:30.881Z] libnorm1 set to automatically installed. [2021-03-12T00:47:30.881Z] libpgm-5.2-0 set to automatically installed. [2021-03-12T00:47:30.881Z] libpsl5 set to automatically installed. [2021-03-12T00:47:30.882Z] librtmp1 set to automatically installed. [2021-03-12T00:47:30.882Z] libsodium23 set to automatically installed. [2021-03-12T00:47:30.882Z] libzmq3-dev set to automatically installed. [2021-03-12T00:47:30.882Z] libzmq5 set to automatically installed. [2021-03-12T00:47:30.882Z] pkg-config set to automatically installed. [2021-03-12T00:47:30.882Z] zip set to automatically installed. [2021-03-12T00:47:32.796Z] snapd is not logged in, snap install commands will use sudo [2021-03-12T00:47:36.123Z] ---> 3019d33f2ecf [2021-03-12T00:47:36.123Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-12T00:47:36.123Z] ---> Running in ff1f7bcbf3cc [2021-03-12T00:47:36.123Z] ---> b5a4e8ac63ca [2021-03-12T00:47:36.123Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-12T00:47:36.123Z] ---> 04544b98ba3f [2021-03-12T00:47:36.123Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-12T00:47:36.123Z] ---> 8d0b9a007ea8 [2021-03-12T00:47:36.123Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-12T00:47:36.123Z] ---> a5e83e29394b [2021-03-12T00:47:36.123Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-12T00:47:36.123Z] ---> Running in e460b26e2568 [2021-03-12T00:47:36.123Z] ---> Running in 1a6af072d431 [2021-03-12T00:47:36.123Z] ---> Running in 954eb7cc0c34 [2021-03-12T00:47:36.123Z] ---> Running in 6a1ac05a8893 [2021-03-12T00:47:36.123Z] 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-12T00:47:36.398Z] 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-12T00:47:36.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-12T00:47:37.269Z] 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-12T00:47:37.269Z] 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-12T00:47:39.381Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-12T00:47:57.493Z] go (1.15/stable) 1.15.9 from Michael Hudson-Doyle (mwhudson) installed [2021-03-12T00:47:57.493Z] snapd is not logged in, snap install commands will use sudo [2021-03-12T00:48:01.697Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-12T00:48:02.638Z] snap "core18" has no updates available [2021-03-12T00:48:03.209Z] Pulling config-common [2021-03-12T00:48:03.209Z] + snapcraftctl pull [2021-03-12T00:48:04.156Z] + snapcraftctl pull [2021-03-12T00:48:04.156Z] Pulling go-build-helper [2021-03-12T00:48:05.098Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2021-03-12T00:48:05.098Z] Skipping pull go-build-helper (already ran) [2021-03-12T00:48:05.098Z] Building go-build-helper [2021-03-12T00:48:05.098Z] + snapcraftctl build [2021-03-12T00:48:07.011Z] Staging go-build-helper [2021-03-12T00:48:07.011Z] + snapcraftctl stage [2021-03-12T00:48:17.008Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-12T00:48:17.008Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-12T00:48:17.008Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-12T00:48:17.008Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-12T00:48:17.008Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-12T00:48:17.008Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-12T00:48:17.008Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-12T00:48:17.008Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-12T00:48:17.008Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-12T00:48:17.008Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-12T00:48:17.008Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-12T00:48:17.008Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-12T00:48:17.008Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-12T00:48:17.008Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-12T00:48:17.008Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-12T00:48:17.008Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-12T00:48:17.008Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-12T00:48:17.008Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-12T00:48:17.008Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-12T00:48:17.008Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] [2021-03-12T00:48:17.008Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-12T00:48:17.008Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-12T00:48:17.008Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-12T00:48:17.008Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-12T00:48:17.008Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-12T00:48:17.008Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-12T00:48:17.008Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-12T00:48:17.008Z] Fetched 24.0 MB in 0s (0 B/s) [2021-03-12T00:48:17.008Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-12T00:48:17.008Z] Fetched 224 kB in 0s (0 B/s) [2021-03-12T00:48:17.008Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-12T00:48:17.008Z] Fetched 157 kB in 0s (0 B/s) [2021-03-12T00:48:17.008Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-12T00:48:17.008Z] Fetched 221 kB in 0s (0 B/s) [2021-03-12T00:48:17.008Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-12T00:48:17.008Z] Fetched 143 kB in 0s (0 B/s) [2021-03-12T00:48:17.008Z] Pulling edgex-go [2021-03-12T00:48:17.008Z] + snapcraftctl pull [2021-03-12T00:48:38.979Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-12T00:48:38.979Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-12T00:48:38.979Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-12T00:48:38.979Z] Fetched 0 B in 0s (0 B/s) [2021-03-12T00:48:38.979Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-12T00:48:38.979Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-12T00:48:38.979Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-12T00:48:38.979Z] Fetched 279 kB in 0s (0 B/s) [2021-03-12T00:48:38.979Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-12T00:48:38.979Z] Fetched 122 kB in 0s (0 B/s) [2021-03-12T00:48:38.979Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-12T00:48:38.979Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-12T00:48:38.979Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-12T00:48:38.979Z] Fetched 8848 B in 0s (0 B/s) [2021-03-12T00:48:38.979Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-12T00:48:38.979Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-12T00:48:38.979Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-12T00:48:38.979Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-12T00:48:38.979Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-12T00:48:38.979Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-12T00:48:38.979Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-12T00:48:38.979Z] Fetched 214 kB in 0s (0 B/s) [2021-03-12T00:48:38.979Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-12T00:48:38.979Z] Fetched 154 kB in 0s (0 B/s) [2021-03-12T00:48:38.979Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-12T00:48:38.979Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-12T00:48:38.979Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-12T00:48:38.979Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-12T00:48:38.979Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-12T00:48:38.979Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-12T00:48:38.979Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-12T00:48:38.979Z] Fetched 499 kB in 0s (0 B/s) [2021-03-12T00:48:38.979Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-12T00:48:38.979Z] Fetched 111 kB in 0s (0 B/s) [2021-03-12T00:48:38.980Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-12T00:48:38.980Z] Fetched 240 kB in 0s (0 B/s) [2021-03-12T00:48:38.980Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-12T00:48:38.980Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-12T00:48:38.980Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-12T00:48:38.980Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-12T00:48:38.980Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-12T00:48:38.980Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-12T00:48:38.980Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-12T00:48:38.980Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-12T00:48:38.980Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-12T00:48:38.980Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-12T00:48:38.980Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-12T00:48:38.980Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-12T00:48:38.980Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-12T00:48:38.980Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-12T00:48:38.980Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-12T00:48:38.980Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-12T00:48:38.980Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-12T00:48:38.980Z] Fetched 8720 B in 0s (0 B/s) [2021-03-12T00:48:38.980Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-12T00:48:38.980Z] Fetched 137 kB in 0s (0 B/s) [2021-03-12T00:48:38.980Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-12T00:48:38.980Z] Fetched 119 kB in 0s (0 B/s) [2021-03-12T00:48:38.980Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-12T00:48:38.980Z] Fetched 109 kB in 0s (0 B/s) [2021-03-12T00:48:38.980Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-12T00:48:38.980Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-12T00:48:38.980Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-12T00:48:38.980Z] Fetched 645 kB in 0s (0 B/s) [2021-03-12T00:48:38.980Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-12T00:48:38.980Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-12T00:48:38.980Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-12T00:48:38.980Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-12T00:48:38.980Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-12T00:48:38.980Z] Fetched 368 kB in 0s (0 B/s) [2021-03-12T00:48:38.980Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-12T00:48:38.980Z] Fetched 187 kB in 0s (0 B/s) [2021-03-12T00:48:38.980Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-12T00:48:38.980Z] Fetched 175 kB in 0s (0 B/s) [2021-03-12T00:48:38.980Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-12T00:48:38.980Z] Fetched 206 kB in 0s (0 B/s) [2021-03-12T00:48:38.980Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-12T00:48:38.980Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-12T00:48:38.980Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-12T00:48:38.980Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-12T00:48:38.980Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-12T00:48:38.980Z] Fetched 159 kB in 0s (0 B/s) [2021-03-12T00:48:38.980Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-12T00:48:38.980Z] Fetched 107 kB in 0s (0 B/s) [2021-03-12T00:48:38.980Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-12T00:48:38.980Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-12T00:48:38.980Z] Pulling static-packages [2021-03-12T00:48:38.980Z] + snapcraftctl pull [2021-03-12T00:48:38.980Z] Pulling version [2021-03-12T00:48:38.980Z] + cd /root/project [2021-03-12T00:48:38.980Z] + [ -f VERSION ] [2021-03-12T00:48:38.980Z] + PROJECT_VERSION=local-dev [2021-03-12T00:48:38.980Z] + git rev-parse --short HEAD [2021-03-12T00:48:38.980Z] + GIT_REVISION=b996fa77 [2021-03-12T00:48:38.980Z] + snapcraftctl set-version local-dev [2021-03-12T00:48:38.980Z] Building config-common [2021-03-12T00:48:38.980Z] + snapcraftctl build [2021-03-12T00:48:40.367Z] Skipping build go-build-helper (already ran) [2021-03-12T00:48:40.633Z] Building edgex-go [2021-03-12T00:48:40.899Z] + cd /root/parts/edgex-go/src [2021-03-12T00:48:40.899Z] + make build [2021-03-12T00:48:40.899Z] 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-12T00:48:43.442Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-12T00:48:43.442Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-12T00:48:43.442Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-12T00:48:43.442Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.46 [2021-03-12T00:48:43.442Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.8 [2021-03-12T00:48:43.442Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-12T00:48:43.442Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-12T00:48:43.442Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-12T00:48:43.442Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-12T00:48:44.014Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-12T00:48:44.014Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-12T00:48:44.014Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-12T00:48:44.279Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-12T00:48:44.279Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-12T00:48:44.279Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-12T00:48:44.279Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-12T00:48:44.279Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-12T00:48:44.557Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-12T00:48:44.557Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-12T00:48:44.557Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-12T00:48:44.557Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-12T00:48:44.557Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-12T00:48:44.557Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-12T00:48:44.557Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-12T00:48:44.557Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-12T00:48:44.557Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-12T00:48:44.557Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-12T00:48:44.557Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-12T00:48:44.557Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-12T00:48:44.557Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-12T00:48:44.557Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-12T00:48:44.557Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-12T00:48:44.557Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-12T00:48:44.557Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-12T00:48:44.557Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-12T00:48:44.833Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-12T00:48:44.833Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-12T00:48:44.833Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-12T00:48:44.833Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-12T00:48:44.833Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-12T00:48:44.833Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-12T00:48:44.833Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-12T00:48:44.833Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-12T00:48:45.097Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-12T00:48:45.097Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-12T00:48:55.116Z] 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-12T00:48:55.116Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-12T00:49:00.399Z] 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-12T00:49:01.339Z] 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-12T00:49:03.250Z] 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-12T00:49:03.510Z] 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-12T00:49:03.772Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-12T00:49:03.772Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-12T00:49:03.772Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-12T00:49:03.772Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-12T00:49:05.705Z] 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-12T00:49:05.705Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-12T00:49:05.966Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-12T00:49:07.349Z] 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-12T00:49:08.732Z] 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-12T00:49:08.732Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-12T00:49:10.640Z] 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-12T00:49:11.580Z] 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-12T00:49:11.839Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-12T00:49:13.221Z] 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-12T00:49:13.221Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-12T00:49:14.112Z] 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-12T00:49:14.112Z] 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-12T00:49:15.133Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-12T00:49:15.393Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-12T00:49:15.393Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-12T00:49:15.393Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-12T00:49:15.393Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-12T00:49:15.393Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-12T00:49:15.393Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-12T00:49:15.393Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-12T00:49:15.393Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-12T00:49:15.393Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-12T00:49:15.393Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-12T00:49:15.393Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-12T00:49:15.393Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-12T00:49:15.393Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-12T00:49:15.393Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-12T00:49:15.393Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-12T00:49:15.393Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-12T00:49:15.393Z] + 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-12T00:49:15.393Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-12T00:49:15.393Z] + 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-12T00:49:15.393Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-12T00:49:15.393Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-12T00:49:15.393Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-12T00:49:15.393Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-12T00:49:15.393Z] + 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-12T00:49:18.698Z] Building static-packages [2021-03-12T00:49:18.698Z] + snapcraftctl build [2021-03-12T00:49:20.612Z] Building version [2021-03-12T00:49:20.612Z] + snapcraftctl build [2021-03-12T00:49:22.536Z] Staging config-common [2021-03-12T00:49:22.536Z] + snapcraftctl stage [2021-03-12T00:49:23.108Z] Skipping stage go-build-helper (already ran) [2021-03-12T00:49:23.109Z] Staging edgex-go [2021-03-12T00:49:23.109Z] + snapcraftctl stage [2021-03-12T00:49:24.053Z] Staging static-packages [2021-03-12T00:49:24.053Z] + snapcraftctl stage [2021-03-12T00:49:24.995Z] Staging version [2021-03-12T00:49:24.995Z] + snapcraftctl stage [2021-03-12T00:49:25.935Z] Priming config-common [2021-03-12T00:49:25.935Z] + snapcraftctl prime [2021-03-12T00:49:26.546Z] Removing intermediate container ff1f7bcbf3cc [2021-03-12T00:49:26.546Z] ---> 99f246e894ef [2021-03-12T00:49:26.546Z] [2021-03-12T00:49:26.546Z] Step 10/21 : FROM alpine:3.12 [2021-03-12T00:49:26.546Z] 3.12: Pulling from library/alpine [2021-03-12T00:49:26.878Z] Priming go-build-helper [2021-03-12T00:49:26.878Z] + snapcraftctl prime [2021-03-12T00:49:27.950Z] Priming edgex-go [2021-03-12T00:49:27.950Z] + snapcraftctl prime [2021-03-12T00:49:27.999Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-12T00:49:27.999Z] Status: Downloaded newer image for alpine:3.12 [2021-03-12T00:49:27.999Z] ---> d10569e2745f [2021-03-12T00:49:27.999Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-12T00:49:28.279Z] Removing intermediate container 1a6af072d431 [2021-03-12T00:49:28.279Z] ---> 24a4d459359d [2021-03-12T00:49:28.279Z] [2021-03-12T00:49:28.279Z] Step 10/24 : FROM alpine:3.12 [2021-03-12T00:49:28.279Z] ---> d10569e2745f [2021-03-12T00:49:28.279Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-12T00:49:28.279Z] ---> Running in 4da058821b9f [2021-03-12T00:49:28.561Z] ---> Running in d815e429d3be [2021-03-12T00:49:29.048Z] Priming static-packages [2021-03-12T00:49:29.048Z] + snapcraftctl prime [2021-03-12T00:49:30.560Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T00:49:30.839Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T00:49:30.839Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T00:49:31.118Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T00:49:31.284Z] Priming version [2021-03-12T00:49:31.284Z] + snapcraftctl prime [2021-03-12T00:49:31.718Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-12T00:49:31.718Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-12T00:49:31.718Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-12T00:49:31.718Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-12T00:49:31.718Z] (4/5) Installing curl (7.69.1-r3) [2021-03-12T00:49:31.718Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-12T00:49:31.718Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T00:49:31.718Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-12T00:49:31.718Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-12T00:49:31.718Z] Executing ca-certificates-20191127-r4.trigger [2021-03-12T00:49:31.995Z] (4/4) Installing curl (7.69.1-r3) [2021-03-12T00:49:31.995Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T00:49:31.995Z] Executing ca-certificates-20191127-r4.trigger [2021-03-12T00:49:32.273Z] OK: 7 MiB in 19 packages [2021-03-12T00:49:32.273Z] OK: 7 MiB in 18 packages [2021-03-12T00:49:32.325Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-12T00:49:35.710Z] Removing intermediate container d815e429d3be [2021-03-12T00:49:35.710Z] ---> 9c205e589cdb [2021-03-12T00:49:35.710Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-12T00:49:35.710Z] Removing intermediate container 4da058821b9f [2021-03-12T00:49:35.710Z] ---> ea38e5ebf6c7 [2021-03-12T00:49:35.710Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-12T00:49:35.710Z] ---> Running in cd7df400f6c9 [2021-03-12T00:49:35.986Z] ---> Running in 5dd27459df83 [2021-03-12T00:49:36.592Z] Removing intermediate container cd7df400f6c9 [2021-03-12T00:49:36.592Z] ---> 92364fe2b06d [2021-03-12T00:49:36.592Z] Step 13/24 : WORKDIR / [2021-03-12T00:49:36.890Z] Removing intermediate container 5dd27459df83 [2021-03-12T00:49:36.890Z] ---> 5acbdc0c66f9 [2021-03-12T00:49:36.890Z] Step 13/21 : WORKDIR /edgex [2021-03-12T00:49:36.890Z] ---> Running in 10bff7568881 [2021-03-12T00:49:37.163Z] ---> Running in 7790573cf611 [2021-03-12T00:49:37.762Z] Removing intermediate container 10bff7568881 [2021-03-12T00:49:37.762Z] ---> c2be261e2d2b [2021-03-12T00:49:37.762Z] 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-12T00:49:38.358Z] Removing intermediate container 7790573cf611 [2021-03-12T00:49:38.358Z] ---> 51d5d892685a [2021-03-12T00:49:38.358Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-12T00:49:39.800Z] ---> 53d5471a7de7 [2021-03-12T00:49:39.800Z] 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-12T00:49:40.397Z] ---> 2a104059029f [2021-03-12T00:49:40.397Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-12T00:49:41.844Z] ---> 0715fa8b2dcd [2021-03-12T00:49:41.844Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-12T00:49:42.831Z] ---> 88f5b6f179c7 [2021-03-12T00:49:42.831Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-12T00:49:43.818Z] ---> db8822a5133f [2021-03-12T00:49:43.818Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-12T00:49:44.425Z] Removing intermediate container 6a1ac05a8893 [2021-03-12T00:49:44.425Z] ---> c57087adad59 [2021-03-12T00:49:44.425Z] [2021-03-12T00:49:44.425Z] Step 10/23 : FROM alpine:3.12 [2021-03-12T00:49:44.425Z] ---> d10569e2745f [2021-03-12T00:49:44.425Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-12T00:49:45.028Z] ---> Running in 6b15ec1c240f [2021-03-12T00:49:45.028Z] ---> 6ce6cdbf99ab [2021-03-12T00:49:45.028Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-12T00:49:45.638Z] ---> Running in 058cc504d787 [2021-03-12T00:49:45.916Z] ---> 660c52c5550c [2021-03-12T00:49:45.916Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-12T00:49:46.192Z] Removing intermediate container e460b26e2568 [2021-03-12T00:49:46.192Z] ---> d3527dc1fa28 [2021-03-12T00:49:46.192Z] [2021-03-12T00:49:46.192Z] Step 10/22 : FROM alpine:3.12 [2021-03-12T00:49:46.192Z] ---> d10569e2745f [2021-03-12T00:49:46.192Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-12T00:49:46.472Z] ---> Running in 37047157e259 [2021-03-12T00:49:46.776Z] Removing intermediate container 058cc504d787 [2021-03-12T00:49:46.776Z] ---> 1d401d8a1fef [2021-03-12T00:49:46.776Z] Step 18/21 : CMD ["--init=true"] [2021-03-12T00:49:47.132Z] ---> Running in 8e8ad27c66e8 [2021-03-12T00:49:47.410Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T00:49:47.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T00:49:48.508Z] Removing intermediate container 8e8ad27c66e8 [2021-03-12T00:49:48.508Z] ---> 2520d936dac9 [2021-03-12T00:49:48.508Z] Step 19/21 : LABEL arch=arm64 [2021-03-12T00:49:48.508Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-12T00:49:48.508Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T00:49:48.819Z] OK: 5 MiB in 15 packages [2021-03-12T00:49:48.819Z] ---> 176d7838a3dd [2021-03-12T00:49:48.819Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-12T00:49:48.819Z] ---> Running in 7290b2a50ed8 [2021-03-12T00:49:49.135Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T00:49:49.426Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T00:49:50.049Z] Removing intermediate container 7290b2a50ed8 [2021-03-12T00:49:50.049Z] ---> d006be9af36e [2021-03-12T00:49:50.049Z] Step 20/21 : LABEL git_sha=ae62a50f272e84596d95d866e2a01770033c3343 [2021-03-12T00:49:50.049Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-12T00:49:50.337Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T00:49:50.337Z] OK: 5 MiB in 15 packages [2021-03-12T00:49:50.337Z] ---> Running in f0c07ddd206c [2021-03-12T00:49:50.612Z] Removing intermediate container 6b15ec1c240f [2021-03-12T00:49:50.612Z] ---> 02e2aaa7dffb [2021-03-12T00:49:50.612Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-12T00:49:50.612Z] ---> 73a4b42fcd57 [2021-03-12T00:49:50.612Z] 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-12T00:49:50.612Z] ---> Running in 63a1c3bbe70f [2021-03-12T00:49:50.886Z] ---> Running in b515a118f288 [2021-03-12T00:49:51.161Z] Removing intermediate container f0c07ddd206c [2021-03-12T00:49:51.161Z] ---> ea264fdf9047 [2021-03-12T00:49:51.161Z] Step 21/21 : LABEL version=0.0.0 [2021-03-12T00:49:51.758Z] ---> Running in 32a1bad576b8 [2021-03-12T00:49:51.758Z] Removing intermediate container 63a1c3bbe70f [2021-03-12T00:49:51.758Z] ---> 0129479d4f19 [2021-03-12T00:49:51.758Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-12T00:49:52.371Z] ---> Running in 80cca588a269 [2021-03-12T00:49:52.371Z] Removing intermediate container 37047157e259 [2021-03-12T00:49:52.371Z] ---> 547147eb46c9 [2021-03-12T00:49:52.371Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-12T00:49:52.667Z] Removing intermediate container 32a1bad576b8 [2021-03-12T00:49:52.667Z] ---> 64018dcff0d3 [2021-03-12T00:49:52.667Z] [2021-03-12T00:49:52.667Z] ---> Running in 2156826d933a [2021-03-12T00:49:53.261Z] Removing intermediate container 80cca588a269 [2021-03-12T00:49:53.261Z] ---> 8d34945e3ab5 [2021-03-12T00:49:53.261Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-12T00:49:53.536Z] Successfully built 64018dcff0d3 [2021-03-12T00:49:53.536Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-12T00:49:53.536Z] Building docker-sys-mgmt-agent-go [2021-03-12T00:49:53.808Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 2156826d933a [2021-03-12T00:49:53.808Z] ---> Running in f9db5a74bff7 [2021-03-12T00:49:53.808Z] ---> c38dcecab0c1 [2021-03-12T00:49:53.808Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-12T00:49:54.079Z] ---> Running in 16e4fb72b8e8 [2021-03-12T00:49:54.690Z] Removing intermediate container f9db5a74bff7 [2021-03-12T00:49:54.690Z] ---> 6b73ac6aec19 [2021-03-12T00:49:54.690Z] Step 15/23 : WORKDIR / [2021-03-12T00:49:54.690Z] Removing intermediate container 954eb7cc0c34 [2021-03-12T00:49:54.690Z] ---> 30158024edf2 [2021-03-12T00:49:54.690Z] [2021-03-12T00:49:54.690Z] Step 10/23 : FROM alpine:3.12 [2021-03-12T00:49:54.690Z] ---> d10569e2745f [2021-03-12T00:49:54.690Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-12T00:49:54.690Z] ---> Using cache [2021-03-12T00:49:54.690Z] ---> 547147eb46c9 [2021-03-12T00:49:54.690Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-12T00:49:54.690Z] ---> Using cache [2021-03-12T00:49:54.690Z] ---> c38dcecab0c1 [2021-03-12T00:49:54.690Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-12T00:49:54.967Z] ---> Running in be63a6ffee90 [2021-03-12T00:49:54.967Z] ---> Running in 48eb7d6fa380 [2021-03-12T00:49:54.967Z] Removing intermediate container b515a118f288 [2021-03-12T00:49:54.967Z] ---> d2bf08a2fd71 [2021-03-12T00:49:54.967Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"]Removing intermediate container 16e4fb72b8e8 [2021-03-12T00:49:54.967Z] ---> adfd3a23e034 [2021-03-12T00:49:54.967Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-12T00:49:54.967Z] [2021-03-12T00:49:55.244Z] ---> Running in 54be66973c2d [2021-03-12T00:49:55.244Z] ---> Running in 02bf88827fde [2021-03-12T00:49:55.855Z] Removing intermediate container be63a6ffee90 [2021-03-12T00:49:55.855Z] ---> 16d88c79e30d [2021-03-12T00:49:55.855Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-12T00:49:55.855Z] Removing intermediate container 48eb7d6fa380 [2021-03-12T00:49:55.855Z] ---> 7b237c1403bd [2021-03-12T00:49:55.855Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T00:49:56.454Z] ---> Running in 14cf78339513 [2021-03-12T00:49:56.454Z] Removing intermediate container 54be66973c2d [2021-03-12T00:49:56.454Z] ---> d60fd128ec65 [2021-03-12T00:49:56.454Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T00:49:56.727Z] Removing intermediate container 02bf88827fde [2021-03-12T00:49:56.727Z] ---> 43d865c20f2f [2021-03-12T00:49:56.727Z] Step 22/24 : LABEL arch=arm64 [2021-03-12T00:49:57.004Z] ---> 134646f8c7f2 [2021-03-12T00:49:57.004Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-12T00:49:57.284Z] ---> Running in c201f1502fc6 [2021-03-12T00:49:57.560Z] Removing intermediate container 14cf78339513 [2021-03-12T00:49:57.560Z] ---> e3d3489083e5 [2021-03-12T00:49:57.560Z] Step 15/23 : WORKDIR / [2021-03-12T00:49:57.837Z] ---> 54782af918bb [2021-03-12T00:49:57.837Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-12T00:49:57.837Z] ---> Running in b5a0d7da90e2 [2021-03-12T00:49:58.117Z] Removing intermediate container c201f1502fc6 [2021-03-12T00:49:58.117Z] ---> 0960f7ff0b47 [2021-03-12T00:49:58.117Z] Step 23/24 : LABEL git_sha=ae62a50f272e84596d95d866e2a01770033c3343 [2021-03-12T00:49:58.392Z] ---> Running in d11b33142d65 [2021-03-12T00:49:58.993Z] Removing intermediate container b5a0d7da90e2 [2021-03-12T00:49:58.993Z] ---> 3eb019045279 [2021-03-12T00:49:58.993Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T00:49:59.596Z] ---> 7bcdc081b3a4 [2021-03-12T00:49:59.596Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-12T00:49:59.596Z] Removing intermediate container d11b33142d65 [2021-03-12T00:49:59.596Z] ---> 56ceddae80b9 [2021-03-12T00:49:59.596Z] Step 24/24 : LABEL version=0.0.0 [2021-03-12T00:49:59.869Z] ---> 0712b1abaef0 [2021-03-12T00:49:59.869Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-12T00:50:00.144Z] ---> Running in 2eb93608278e [2021-03-12T00:50:00.450Z] ---> e10d239353be [2021-03-12T00:50:00.450Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-12T00:50:00.742Z] ---> be267874c6d0 [2021-03-12T00:50:00.742Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-12T00:50:01.018Z] Removing intermediate container 2eb93608278e [2021-03-12T00:50:01.018Z] ---> ead481f2b38b [2021-03-12T00:50:01.018Z] [2021-03-12T00:50:01.299Z] ---> Running in 8b8688665312 [2021-03-12T00:50:01.299Z] ---> 80808d4c56b2 [2021-03-12T00:50:01.299Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-12T00:50:01.577Z] ---> Running in ab921096a768 [2021-03-12T00:50:01.863Z] Successfully built ead481f2b38b [2021-03-12T00:50:02.140Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-12T00:50:02.140Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-03-12T00:50:02.140Z] Removing intermediate container 8b8688665312 [2021-03-12T00:50:02.140Z] ---> 4462eb4352d0 [2021-03-12T00:50:02.140Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T00:50:02.426Z] ---> f8ce60845006 [2021-03-12T00:50:02.426Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-12T00:50:02.426Z] ---> Running in 472ff8f5fba1 [2021-03-12T00:50:02.426Z] Removing intermediate container ab921096a768 [2021-03-12T00:50:02.426Z] ---> b220d17d4e5a [2021-03-12T00:50:02.426Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T00:50:02.708Z] ---> Running in cbeb2f55c3d0 [2021-03-12T00:50:02.986Z] Removing intermediate container 472ff8f5fba1 [2021-03-12T00:50:02.987Z] ---> 403816fd03e1 [2021-03-12T00:50:02.987Z] Step 21/23 : LABEL arch=arm64 [2021-03-12T00:50:03.269Z] ---> Running in ce7a5fe60a7a [2021-03-12T00:50:03.544Z] Removing intermediate container cbeb2f55c3d0 [2021-03-12T00:50:03.544Z] ---> 0fa682ebb476 [2021-03-12T00:50:03.544Z] Step 20/22 : LABEL arch=arm64 [2021-03-12T00:50:03.544Z] ---> 39c248c8684f [2021-03-12T00:50:03.544Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-12T00:50:03.544Z] ---> Running in 6694c8cb5e90 [2021-03-12T00:50:03.544Z] ---> Running in 5d3fd4d213de [2021-03-12T00:50:03.815Z] Removing intermediate container ce7a5fe60a7a [2021-03-12T00:50:03.815Z] ---> ee9e558b7f7f [2021-03-12T00:50:03.815Z] Step 22/23 : LABEL git_sha=ae62a50f272e84596d95d866e2a01770033c3343 [2021-03-12T00:50:04.088Z] ---> Running in 1f05169f7079 [2021-03-12T00:50:04.368Z] Removing intermediate container 5d3fd4d213de [2021-03-12T00:50:04.368Z] ---> dcf132c3be4f [2021-03-12T00:50:04.368Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T00:50:04.368Z] Removing intermediate container 6694c8cb5e90 [2021-03-12T00:50:04.368Z] ---> 72e936291a50 [2021-03-12T00:50:04.368Z] Step 21/22 : LABEL git_sha=ae62a50f272e84596d95d866e2a01770033c3343 [2021-03-12T00:50:04.368Z] ---> Running in 38f7789ee2d8 [2021-03-12T00:50:04.646Z] ---> Running in e4cdf9846711 [2021-03-12T00:50:04.646Z] Removing intermediate container 1f05169f7079 [2021-03-12T00:50:04.646Z] ---> 9a8e33f22b5e [2021-03-12T00:50:04.646Z] Step 23/23 : LABEL version=0.0.0 [2021-03-12T00:50:04.922Z] ---> Running in 3925856d46e7 [2021-03-12T00:50:05.195Z] Removing intermediate container 38f7789ee2d8 [2021-03-12T00:50:05.195Z] ---> 5bf6a8a2df8a [2021-03-12T00:50:05.195Z] Step 21/23 : LABEL arch=arm64 [2021-03-12T00:50:05.470Z] Removing intermediate container e4cdf9846711 [2021-03-12T00:50:05.470Z] ---> 4d7c64e9d117 [2021-03-12T00:50:05.470Z] Step 22/22 : LABEL version=0.0.0 [2021-03-12T00:50:05.743Z] ---> Running in decca33b6269 [2021-03-12T00:50:06.015Z] ---> Running in 69dcd923e3bd [2021-03-12T00:50:06.015Z] Removing intermediate container 3925856d46e7 [2021-03-12T00:50:06.015Z] ---> 0d06a7121414 [2021-03-12T00:50:06.015Z] [2021-03-12T00:50:06.610Z] Successfully built 0d06a7121414 [2021-03-12T00:50:06.610Z] Removing intermediate container decca33b6269 [2021-03-12T00:50:06.610Z] ---> 24addcd5d0d5 [2021-03-12T00:50:06.610Z] Step 22/23 : LABEL git_sha=ae62a50f272e84596d95d866e2a01770033c3343 [2021-03-12T00:50:06.610Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-12T00:50:06.610Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-03-12T00:50:06.888Z] Removing intermediate container 69dcd923e3bd [2021-03-12T00:50:06.888Z] ---> a3fc83d8bcad [2021-03-12T00:50:06.888Z] [2021-03-12T00:50:06.888Z] ---> Running in c5b0786e11fd [2021-03-12T00:50:07.483Z] Successfully built a3fc83d8bcad [2021-03-12T00:50:07.483Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-12T00:50:07.483Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-03-12T00:50:07.483Z] Removing intermediate container c5b0786e11fd [2021-03-12T00:50:07.483Z] ---> a4e2cf413167 [2021-03-12T00:50:07.764Z] Step 23/23 : LABEL version=0.0.0 [2021-03-12T00:50:07.764Z] ---> Running in fa793172805e [2021-03-12T00:50:08.360Z] Removing intermediate container fa793172805e [2021-03-12T00:50:08.360Z] ---> 68a4368e8763 [2021-03-12T00:50:08.360Z] [2021-03-12T00:50:08.632Z] Successfully built 68a4368e8763 [2021-03-12T00:50:08.632Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-12T00:50:47.903Z]  Building docker-core-metadata-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T00:50:47.903Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-12T00:50:47.903Z] ---> 14ff88e4725a [2021-03-12T00:50:47.903Z] Step 3/26 : WORKDIR /edgex-go [2021-03-12T00:50:47.903Z] ---> Using cache [2021-03-12T00:50:47.903Z] ---> bf0c4991f0e5 [2021-03-12T00:50:47.903Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T00:50:47.903Z] ---> Using cache [2021-03-12T00:50:47.903Z] ---> 68a6033b3402 [2021-03-12T00:50:47.903Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-12T00:50:47.903Z] ---> Running in fa6da58a86c7 [2021-03-12T00:50:47.903Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T00:50:49.336Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T00:50:50.787Z] OK: 217 MiB in 51 packages [2021-03-12T00:50:52.787Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T00:50:52.787Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-12T00:50:52.787Z] ---> 14ff88e4725a [2021-03-12T00:50:52.787Z] Step 3/31 : WORKDIR /edgex-go [2021-03-12T00:50:52.787Z] ---> Using cache [2021-03-12T00:50:52.787Z] ---> bf0c4991f0e5 [2021-03-12T00:50:52.787Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T00:50:52.787Z] ---> Using cache [2021-03-12T00:50:52.787Z] ---> 68a6033b3402 [2021-03-12T00:50:52.787Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-12T00:50:52.787Z] ---> Using cache [2021-03-12T00:50:52.787Z] ---> c12f1c9f87ac [2021-03-12T00:50:52.787Z] Step 6/31 : COPY go.mod . [2021-03-12T00:50:52.787Z] ---> Using cache [2021-03-12T00:50:52.787Z] ---> 894a2872edb5 [2021-03-12T00:50:52.787Z] Step 7/31 : RUN go mod download [2021-03-12T00:50:52.787Z] ---> Using cache [2021-03-12T00:50:52.787Z] ---> d1221e12ddcb [2021-03-12T00:50:52.787Z] Step 8/31 : COPY . . [2021-03-12T00:50:52.787Z] ---> Using cache [2021-03-12T00:50:52.787Z] ---> 04544b98ba3f [2021-03-12T00:50:52.787Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-12T00:50:53.387Z] ---> Running in 0b12b84c953b [2021-03-12T00:50:53.664Z] Removing intermediate container fa6da58a86c7 [2021-03-12T00:50:53.664Z] ---> e383a3e16c74 [2021-03-12T00:50:53.664Z] Step 6/26 : COPY go.mod . [2021-03-12T00:50:55.128Z] 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-12T00:50:55.128Z] ---> 9b115c7a533e [2021-03-12T00:50:55.128Z] Step 7/26 : RUN go mod download [2021-03-12T00:50:55.411Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T00:50:55.411Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-12T00:50:55.411Z] ---> 14ff88e4725a [2021-03-12T00:50:55.411Z] Step 3/22 : WORKDIR /edgex-go [2021-03-12T00:50:55.411Z] ---> Using cache [2021-03-12T00:50:55.411Z] ---> bf0c4991f0e5 [2021-03-12T00:50:55.411Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T00:50:55.411Z] ---> Using cache [2021-03-12T00:50:55.411Z] ---> 68a6033b3402 [2021-03-12T00:50:55.411Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-12T00:50:55.411Z] ---> Running in 75fb79ff2194 [2021-03-12T00:50:55.685Z] ---> Running in f4c4b88637e9 [2021-03-12T00:50:55.963Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T00:50:55.963Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-12T00:50:55.963Z] ---> 14ff88e4725a [2021-03-12T00:50:55.963Z] Step 3/23 : WORKDIR /edgex-go [2021-03-12T00:50:55.963Z] ---> Using cache [2021-03-12T00:50:55.963Z] ---> bf0c4991f0e5 [2021-03-12T00:50:55.963Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T00:50:55.963Z] ---> Using cache [2021-03-12T00:50:55.963Z] ---> 68a6033b3402 [2021-03-12T00:50:55.963Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-12T00:50:55.963Z] ---> Running in aac1df483a62 [2021-03-12T00:50:57.958Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T00:50:57.958Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T00:50:58.559Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T00:50:58.831Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T00:50:59.431Z] OK: 217 MiB in 51 packages [2021-03-12T00:50:59.779Z] OK: 217 MiB in 51 packages [2021-03-12T00:51:01.217Z] Removing intermediate container f4c4b88637e9 [2021-03-12T00:51:01.217Z] ---> 75e0dc240928 [2021-03-12T00:51:01.217Z] Step 8/26 : COPY . . [2021-03-12T00:51:01.827Z] Removing intermediate container 75fb79ff2194 [2021-03-12T00:51:01.827Z] ---> fc4d96e14239 [2021-03-12T00:51:01.827Z] Step 6/22 : COPY go.mod . [2021-03-12T00:51:02.434Z] Removing intermediate container aac1df483a62 [2021-03-12T00:51:02.434Z] ---> d1d4e94f243d [2021-03-12T00:51:02.434Z] Step 6/23 : COPY go.mod . [2021-03-12T00:51:03.916Z] ---> fa3955bc7077 [2021-03-12T00:51:03.916Z] Step 7/22 : RUN go mod download [2021-03-12T00:51:04.913Z] ---> Running in afdbc165792a [2021-03-12T00:51:04.913Z] ---> c3f5becc5aab [2021-03-12T00:51:04.913Z] Step 7/23 : RUN go mod download [2021-03-12T00:51:05.189Z] ---> Running in d14dd3373deb [2021-03-12T00:51:11.954Z] Removing intermediate container afdbc165792a [2021-03-12T00:51:11.954Z] ---> 148c78821449 [2021-03-12T00:51:11.954Z] Step 8/22 : COPY . . [2021-03-12T00:51:11.954Z] Removing intermediate container d14dd3373deb [2021-03-12T00:51:11.954Z] ---> 2094400bee0b [2021-03-12T00:51:11.954Z] Step 8/23 : COPY . . [2021-03-12T00:51:34.188Z] ---> 71f7010a633a [2021-03-12T00:51:34.188Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-12T00:51:34.475Z] ---> Running in b4c0965ac805 [2021-03-12T00:51:35.920Z] 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-12T00:51:42.706Z] ---> fe12351bde5c [2021-03-12T00:51:42.706Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-12T00:51:42.706Z] ---> 9d683d83e43f [2021-03-12T00:51:42.706Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-12T00:51:42.706Z] ---> Running in 32b3231f6b68 [2021-03-12T00:51:42.706Z] ---> Running in ea077e455ce1 [2021-03-12T00:51:45.361Z] 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-12T00:51:45.361Z] 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-12T00:51:45.973Z] Removing intermediate container 0b12b84c953b [2021-03-12T00:51:45.973Z] ---> fb7303d203ff [2021-03-12T00:51:45.973Z] [2021-03-12T00:51:45.973Z] Step 10/31 : FROM alpine:3.12 [2021-03-12T00:51:45.973Z] ---> d10569e2745f [2021-03-12T00:51:45.973Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-12T00:51:46.255Z] ---> Running in fcf90861fea6 [2021-03-12T00:51:46.855Z] Removing intermediate container fcf90861fea6 [2021-03-12T00:51:46.855Z] ---> e44c118eab16 [2021-03-12T00:51:46.855Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-12T00:51:47.132Z] ---> Running in 99c0e6c54de0 [2021-03-12T00:51:49.119Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T00:51:49.119Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T00:51:50.112Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-12T00:51:50.112Z] (2/2) Installing su-exec (0.2-r1) [2021-03-12T00:51:50.112Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T00:51:50.112Z] OK: 5 MiB in 16 packages [2021-03-12T00:51:52.098Z] Removing intermediate container 99c0e6c54de0 [2021-03-12T00:51:52.098Z] ---> fc39e320b103 [2021-03-12T00:51:52.098Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-12T00:51:52.098Z] ---> Running in 56352f0071e9 [2021-03-12T00:51:52.701Z] Removing intermediate container 56352f0071e9 [2021-03-12T00:51:52.701Z] ---> 6f3a3a8f3edd [2021-03-12T00:51:52.701Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-12T00:51:52.979Z] ---> Running in 7fb82e0f9d9c [2021-03-12T00:51:53.580Z] Removing intermediate container 7fb82e0f9d9c [2021-03-12T00:51:53.580Z] ---> 7f99b06d26e3 [2021-03-12T00:51:53.580Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-12T00:51:53.858Z] ---> Running in 0b323c70dcdd [2021-03-12T00:51:58.191Z] Removing intermediate container 0b323c70dcdd [2021-03-12T00:51:58.191Z] ---> 42ccf8cd794b [2021-03-12T00:51:58.191Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-12T00:51:58.191Z] ---> Running in 1c1b9383baf4 [2021-03-12T00:51:58.465Z] Removing intermediate container 1c1b9383baf4 [2021-03-12T00:51:58.465Z] ---> 6846117ce082 [2021-03-12T00:51:58.465Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-12T00:51:59.912Z] ---> 38b8d6a7c07e [2021-03-12T00:51:59.912Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-12T00:51:59.912Z] ---> Running in 5cf1c00b1830 [2021-03-12T00:52:04.232Z] Removing intermediate container 5cf1c00b1830 [2021-03-12T00:52:04.232Z] ---> 976d282f2ddf [2021-03-12T00:52:04.232Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T00:52:04.507Z] ---> 16b7a5d48101 [2021-03-12T00:52:04.507Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-12T00:52:06.492Z] ---> 0bf5f240773c [2021-03-12T00:52:06.492Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-12T00:52:07.501Z] ---> 47f032a9a8c7 [2021-03-12T00:52:07.502Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-12T00:52:08.947Z] ---> 4c7708fcd0bf [2021-03-12T00:52:08.947Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-12T00:52:09.953Z] ---> 00d8b10360c4 [2021-03-12T00:52:09.953Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-12T00:52:10.582Z] ---> Running in 73de042b5f95 [2021-03-12T00:52:11.192Z] Removing intermediate container 73de042b5f95 [2021-03-12T00:52:11.192Z] ---> 98c6303a95e1 [2021-03-12T00:52:11.192Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-12T00:52:12.647Z] ---> 00e17694f55f [2021-03-12T00:52:12.647Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-12T00:52:12.930Z] ---> Running in c1c312c29581 [2021-03-12T00:52:16.370Z] Removing intermediate container c1c312c29581 [2021-03-12T00:52:16.370Z] ---> 94d61cb040f5 [2021-03-12T00:52:16.370Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-12T00:52:16.669Z] ---> Running in 6f15073a81a3 [2021-03-12T00:52:17.661Z] Removing intermediate container 6f15073a81a3 [2021-03-12T00:52:17.661Z] ---> 123c2ada5575 [2021-03-12T00:52:17.661Z] Step 28/31 : CMD ["gate"] [2021-03-12T00:52:17.934Z] ---> Running in b210a11e2eb7 [2021-03-12T00:52:18.534Z] Removing intermediate container b210a11e2eb7 [2021-03-12T00:52:18.534Z] ---> bc433c969292 [2021-03-12T00:52:18.534Z] Step 29/31 : LABEL arch=arm64 [2021-03-12T00:52:19.136Z] ---> Running in 6c71b1bcd379 [2021-03-12T00:52:19.735Z] Removing intermediate container 6c71b1bcd379 [2021-03-12T00:52:19.735Z] ---> 20ef0b89114a [2021-03-12T00:52:19.735Z] Step 30/31 : LABEL git_sha=ae62a50f272e84596d95d866e2a01770033c3343 [2021-03-12T00:52:20.334Z] ---> Running in 6f4897f4935a [2021-03-12T00:52:20.934Z] Removing intermediate container 6f4897f4935a [2021-03-12T00:52:20.934Z] ---> 2c6b8f221473 [2021-03-12T00:52:20.934Z] Step 31/31 : LABEL version=0.0.0 [2021-03-12T00:52:21.211Z] ---> Running in 54e6d3441040 [2021-03-12T00:52:22.201Z] Removing intermediate container 54e6d3441040 [2021-03-12T00:52:22.201Z] ---> f6cb28247ec7 [2021-03-12T00:52:22.201Z] [2021-03-12T00:52:22.484Z] Successfully built f6cb28247ec7 [2021-03-12T00:52:22.759Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-12T00:52:55.138Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container b4c0965ac805 [2021-03-12T00:52:55.138Z] ---> e7ac9e474059 [2021-03-12T00:52:55.138Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-12T00:52:55.138Z] ---> Running in 41296b72e0d7 [2021-03-12T00:52:55.138Z] 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-12T00:52:59.440Z] Removing intermediate container 41296b72e0d7 [2021-03-12T00:52:59.440Z] ---> 7cddfeaeaa0a [2021-03-12T00:52:59.440Z] [2021-03-12T00:52:59.440Z] Step 11/26 : FROM docker:20.10.0 [2021-03-12T00:52:59.440Z] 20.10.0: Pulling from library/docker [2021-03-12T00:53:14.553Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-12T00:53:14.553Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-12T00:53:14.553Z] ---> eeaf43b92773 [2021-03-12T00:53:14.553Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-12T00:53:14.553Z] ---> Running in 68393fa81a6c [2021-03-12T00:53:14.553Z] Removing intermediate container 32b3231f6b68 [2021-03-12T00:53:14.553Z] ---> 9aee0f2c62f4 [2021-03-12T00:53:14.553Z] [2021-03-12T00:53:14.553Z] Step 10/22 : FROM alpine:3.12 [2021-03-12T00:53:14.553Z] ---> d10569e2745f [2021-03-12T00:53:14.553Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-12T00:53:14.553Z] ---> Running in f2171755b02a [2021-03-12T00:53:15.149Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T00:53:15.149Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T00:53:15.749Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T00:53:15.749Z] (1/2) Installing readline (8.0.4-r0) [2021-03-12T00:53:15.749Z] (2/2) Installing bash (5.0.17-r0) [2021-03-12T00:53:15.749Z] Executing bash-5.0.17-r0.post-install [2021-03-12T00:53:15.749Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T00:53:15.749Z] OK: 12 MiB in 22 packages [2021-03-12T00:53:16.022Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T00:53:16.623Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-12T00:53:16.623Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-12T00:53:16.623Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T00:53:16.623Z] Executing ca-certificates-20191127-r4.trigger [2021-03-12T00:53:16.623Z] OK: 6 MiB in 16 packages [2021-03-12T00:53:17.234Z] Removing intermediate container 68393fa81a6c [2021-03-12T00:53:17.234Z] ---> 484ec3a938e3 [2021-03-12T00:53:17.234Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-12T00:53:17.511Z] ---> Running in bfddda815eba [2021-03-12T00:53:18.105Z] Removing intermediate container bfddda815eba [2021-03-12T00:53:18.105Z] ---> 809c8c0840de [2021-03-12T00:53:18.105Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-12T00:53:18.389Z] ---> Running in 7a140ee68d39 [2021-03-12T00:53:18.664Z] Removing intermediate container f2171755b02a [2021-03-12T00:53:18.664Z] ---> ed7bc60e61db [2021-03-12T00:53:18.664Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-12T00:53:18.664Z] ---> Running in 378173ca8422 [2021-03-12T00:53:18.939Z] Removing intermediate container 7a140ee68d39 [2021-03-12T00:53:18.939Z] ---> 87d7228472c3 [2021-03-12T00:53:18.939Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-12T00:53:19.210Z] ---> Running in 4eccb905f1aa [2021-03-12T00:53:19.485Z] Removing intermediate container 378173ca8422 [2021-03-12T00:53:19.485Z] ---> 8955cdb00166 [2021-03-12T00:53:19.485Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-12T00:53:19.485Z] ---> Running in 6882428648d5 [2021-03-12T00:53:19.758Z] Removing intermediate container 4eccb905f1aa [2021-03-12T00:53:19.758Z] ---> f518991eafb8 [2021-03-12T00:53:19.758Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-12T00:53:20.355Z] Removing intermediate container 6882428648d5 [2021-03-12T00:53:20.355Z] ---> a77ea6051e56 [2021-03-12T00:53:20.355Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-12T00:53:20.630Z] ---> Running in c21ee64d0868 [2021-03-12T00:53:21.709Z] ---> 788dc6ccbd28 [2021-03-12T00:53:21.709Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-12T00:53:21.709Z] Removing intermediate container c21ee64d0868 [2021-03-12T00:53:21.709Z] ---> 092406fac775 [2021-03-12T00:53:21.709Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T00:53:22.701Z] ---> e3fd904bdd6d [2021-03-12T00:53:22.701Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-12T00:53:22.977Z] Removing intermediate container ea077e455ce1 [2021-03-12T00:53:22.977Z] ---> 496bafdc796d [2021-03-12T00:53:22.977Z] [2021-03-12T00:53:22.977Z] Step 10/23 : FROM alpine:3.12 [2021-03-12T00:53:22.977Z] ---> d10569e2745f [2021-03-12T00:53:22.977Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-12T00:53:22.977Z] ---> ba5439814a3a [2021-03-12T00:53:22.977Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-12T00:53:22.977Z] ---> Running in 89c731ffb7df [2021-03-12T00:53:23.958Z] Removing intermediate container 89c731ffb7df [2021-03-12T00:53:23.958Z] ---> 458269bdb97e [2021-03-12T00:53:23.958Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-12T00:53:23.958Z] ---> 6a8058233c5d [2021-03-12T00:53:23.958Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-12T00:53:23.958Z] ---> Running in 370bd1d2a697 [2021-03-12T00:53:24.238Z] ---> Running in aa2350d0f29d [2021-03-12T00:53:24.238Z] ---> f5261f628815 [2021-03-12T00:53:24.239Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-12T00:53:24.839Z] Removing intermediate container 370bd1d2a697 [2021-03-12T00:53:24.839Z] ---> ba82c8c960c6 [2021-03-12T00:53:24.839Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-12T00:53:24.839Z] ---> Running in d2fcb37f666d [2021-03-12T00:53:25.441Z] ---> df074736bb22 [2021-03-12T00:53:25.441Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-12T00:53:25.441Z] ---> Running in b62e246de61b [2021-03-12T00:53:25.441Z] Removing intermediate container d2fcb37f666d [2021-03-12T00:53:25.441Z] ---> cf627c5685f4 [2021-03-12T00:53:25.441Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T00:53:25.718Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T00:53:25.718Z] ---> Running in e2c3a8fc4eb1 [2021-03-12T00:53:25.718Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T00:53:26.312Z] Removing intermediate container b62e246de61b [2021-03-12T00:53:26.312Z] ---> af7a71558e59 [2021-03-12T00:53:26.312Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T00:53:26.312Z] ---> Running in 8d2dc85459b9 [2021-03-12T00:53:26.312Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-12T00:53:26.312Z] (2/33) Installing expat (2.2.9-r1) [2021-03-12T00:53:26.312Z] (3/33) Installing libffi (3.3-r2) [2021-03-12T00:53:26.312Z] (4/33) Installing gdbm (1.13-r1) [2021-03-12T00:53:26.584Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-12T00:53:26.584Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-12T00:53:26.584Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-12T00:53:27.574Z] Removing intermediate container 8d2dc85459b9 [2021-03-12T00:53:27.574Z] ---> 0a42f83404f8 [2021-03-12T00:53:27.574Z] Step 20/22 : LABEL arch=arm64 [2021-03-12T00:53:28.186Z] ---> Running in a580f9b0801e [2021-03-12T00:53:28.782Z] Removing intermediate container a580f9b0801e [2021-03-12T00:53:28.782Z] ---> c303b1c74d5e [2021-03-12T00:53:28.782Z] Step 21/22 : LABEL git_sha=ae62a50f272e84596d95d866e2a01770033c3343 [2021-03-12T00:53:28.782Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-12T00:53:28.782Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-12T00:53:28.782Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-12T00:53:28.782Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-12T00:53:28.782Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-12T00:53:28.782Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-12T00:53:28.782Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-12T00:53:29.057Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-12T00:53:29.057Z] ---> Running in 7d98f2b593cb [2021-03-12T00:53:29.057Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-12T00:53:29.057Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-12T00:53:29.057Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-12T00:53:29.057Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-12T00:53:29.057Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-12T00:53:29.057Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-12T00:53:29.057Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-12T00:53:29.057Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-12T00:53:29.057Z] Removing intermediate container e2c3a8fc4eb1 [2021-03-12T00:53:29.057Z] ---> db9c5ce81a77 [2021-03-12T00:53:29.057Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-12T00:53:29.057Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-12T00:53:29.346Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-12T00:53:29.346Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-12T00:53:29.346Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-12T00:53:29.346Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-12T00:53:29.346Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-12T00:53:29.346Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-12T00:53:29.346Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-12T00:53:29.346Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-12T00:53:29.346Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-12T00:53:29.619Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T00:53:29.619Z] ---> Running in 3dfb0508452e [2021-03-12T00:53:29.619Z] OK: 71 MiB in 55 packages [2021-03-12T00:53:29.619Z] Removing intermediate container 7d98f2b593cb [2021-03-12T00:53:29.619Z] ---> d9c205db10af [2021-03-12T00:53:29.619Z] Step 22/22 : LABEL version=0.0.0 [2021-03-12T00:53:29.895Z] ---> Running in 9db6e2d9c79b [2021-03-12T00:53:30.884Z] Removing intermediate container 9db6e2d9c79b [2021-03-12T00:53:30.884Z] ---> 64ef52fa514a [2021-03-12T00:53:30.884Z] [2021-03-12T00:53:31.155Z] Successfully built 64ef52fa514a [2021-03-12T00:53:31.155Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-12T00:53:31.155Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T00:53:32.134Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T00:53:32.729Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-12T00:53:32.730Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-12T00:53:33.006Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-12T00:53:33.006Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-12T00:53:33.285Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-12T00:53:33.285Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-12T00:53:33.285Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T00:53:33.285Z] OK: 8 MiB in 20 packages [2021-03-12T00:53:35.912Z] Removing intermediate container 3dfb0508452e [2021-03-12T00:53:35.912Z] ---> 16611c93a30d [2021-03-12T00:53:35.912Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T00:53:35.912Z] Removing intermediate container aa2350d0f29d [2021-03-12T00:53:35.912Z] ---> 7beb2d6271ce [2021-03-12T00:53:35.912Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-12T00:53:35.912Z] ---> Running in 76cf6c168336 [2021-03-12T00:53:36.513Z] ---> 61e177bc1dc5 [2021-03-12T00:53:36.513Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-12T00:53:37.944Z] ---> ea65e2706024 [2021-03-12T00:53:37.944Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-12T00:53:38.923Z] ---> 10c684a464a5 [2021-03-12T00:53:38.923Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-12T00:53:38.923Z] ---> Running in 0db5a3ac2fa8 [2021-03-12T00:53:39.522Z] Removing intermediate container 0db5a3ac2fa8 [2021-03-12T00:53:39.522Z] ---> f8b0eebd201b [2021-03-12T00:53:39.522Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T00:53:39.522Z] ---> Running in 5672d6af2f8b [2021-03-12T00:53:40.115Z] Removing intermediate container 5672d6af2f8b [2021-03-12T00:53:40.115Z] ---> 7df7ea164603 [2021-03-12T00:53:40.115Z] Step 21/23 : LABEL arch=arm64 [2021-03-12T00:53:40.115Z] ---> Running in 1cd79163c13a [2021-03-12T00:53:40.711Z] Removing intermediate container 1cd79163c13a [2021-03-12T00:53:40.711Z] ---> a1851ea74fa4 [2021-03-12T00:53:40.711Z] Step 22/23 : LABEL git_sha=ae62a50f272e84596d95d866e2a01770033c3343 [2021-03-12T00:53:40.983Z] ---> Running in 5f756c921a9c [2021-03-12T00:53:41.585Z] Removing intermediate container 5f756c921a9c [2021-03-12T00:53:41.585Z] ---> 41aecf86bd99 [2021-03-12T00:53:41.585Z] Step 23/23 : LABEL version=0.0.0 [2021-03-12T00:53:41.585Z] ---> Running in 3f6c5f155fc6 [2021-03-12T00:53:42.180Z] Removing intermediate container 3f6c5f155fc6 [2021-03-12T00:53:42.180Z] ---> 98c18104376f [2021-03-12T00:53:42.180Z] [2021-03-12T00:53:42.453Z] Collecting docker-compose==1.23.2 [2021-03-12T00:53:42.453Z] Successfully built 98c18104376f [2021-03-12T00:53:42.453Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-12T00:53:42.453Z]  Building docker-core-data-go ... done  Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-12T00:53:43.879Z] Collecting PyYAML<4,>=3.10 [2021-03-12T00:53:44.149Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-12T00:53:48.435Z] Collecting docker<4.0,>=3.6.0 [2021-03-12T00:53:48.435Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-12T00:53:49.026Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-12T00:53:49.026Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-12T00:53:49.621Z] Collecting cached-property<2,>=1.2.0 [2021-03-12T00:53:49.621Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-12T00:53:50.597Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-12T00:53:50.597Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-12T00:53:51.191Z] Collecting texttable<0.10,>=0.9.0 [2021-03-12T00:53:51.191Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-12T00:53:53.157Z] 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-12T00:53:53.428Z] Collecting jsonschema<3,>=2.5.1 [2021-03-12T00:53:53.428Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-12T00:53:53.697Z] Collecting docopt<0.7,>=0.6.1 [2021-03-12T00:53:53.697Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-12T00:53:56.385Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-12T00:53:56.386Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-12T00:53:58.990Z] Collecting docker-pycreds>=0.4.0 [2021-03-12T00:53:58.990Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-12T00:53:58.990Z] Collecting idna<2.8,>=2.5 [2021-03-12T00:53:58.990Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-12T00:53:59.963Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-12T00:53:59.963Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-12T00:54:00.236Z] 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-12T00:54:00.236Z] 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-12T00:54:00.237Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-12T00:54:00.237Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-12T00:54:00.237Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-12T00:54:00.237Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-12T00:54:01.212Z] Installing collected packages: PyYAML, websocket-client, docker-pycreds, idna, urllib3, requests, docker, cached-property, texttable, jsonschema, docopt, dockerpty, docker-compose [2021-03-12T00:54:01.212Z] Running setup.py install for PyYAML: started [2021-03-12T00:54:04.592Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-12T00:54:04.592Z] Attempting uninstall: idna [2021-03-12T00:54:04.592Z] Found existing installation: idna 2.9 [2021-03-12T00:54:04.592Z] Uninstalling idna-2.9: [2021-03-12T00:54:04.592Z] Successfully uninstalled idna-2.9 [2021-03-12T00:54:05.568Z] Attempting uninstall: urllib3 [2021-03-12T00:54:05.568Z] Found existing installation: urllib3 1.25.9 [2021-03-12T00:54:05.568Z] Uninstalling urllib3-1.25.9: [2021-03-12T00:54:05.842Z] Successfully uninstalled urllib3-1.25.9 [2021-03-12T00:54:06.818Z] Attempting uninstall: requests [2021-03-12T00:54:06.818Z] Found existing installation: requests 2.23.0 [2021-03-12T00:54:06.818Z] Uninstalling requests-2.23.0: [2021-03-12T00:54:06.818Z] Successfully uninstalled requests-2.23.0 [2021-03-12T00:54:08.245Z] Running setup.py install for texttable: started [2021-03-12T00:54:10.859Z] Running setup.py install for texttable: finished with status 'done' [2021-03-12T00:54:10.859Z] Running setup.py install for docopt: started [2021-03-12T00:54:13.471Z] Running setup.py install for docopt: finished with status 'done' [2021-03-12T00:54:13.471Z] Running setup.py install for dockerpty: started [2021-03-12T00:54:15.435Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-12T00:54:16.404Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-12T00:54:21.800Z] Removing intermediate container 76cf6c168336 [2021-03-12T00:54:21.800Z] ---> 3f14569b8351 [2021-03-12T00:54:21.800Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-12T00:54:21.800Z] ---> Running in 27e5b273b9dc [2021-03-12T00:54:22.394Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-12T00:54:22.665Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-12T00:54:23.277Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-12T00:54:23.277Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-12T00:54:23.277Z] (3/3) Installing curl (7.69.1-r3) [2021-03-12T00:54:23.277Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T00:54:23.277Z] OK: 71 MiB in 58 packages [2021-03-12T00:54:24.739Z] Removing intermediate container 27e5b273b9dc [2021-03-12T00:54:24.739Z] ---> ccd2516ac740 [2021-03-12T00:54:24.739Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-12T00:54:25.028Z] ---> Running in f289e0e05a38 [2021-03-12T00:54:25.312Z] Removing intermediate container f289e0e05a38 [2021-03-12T00:54:25.313Z] ---> f9e651900648 [2021-03-12T00:54:25.313Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T00:54:25.588Z] ---> Running in 2bfbfff280c6 [2021-03-12T00:54:26.181Z] Removing intermediate container 2bfbfff280c6 [2021-03-12T00:54:26.181Z] ---> 49652e096b2a [2021-03-12T00:54:26.181Z] Step 24/26 : LABEL arch=arm64 [2021-03-12T00:54:26.181Z] ---> Running in 6628706278d6 [2021-03-12T00:54:26.776Z] Removing intermediate container 6628706278d6 [2021-03-12T00:54:26.776Z] ---> e05157a41a7f [2021-03-12T00:54:26.776Z] Step 25/26 : LABEL git_sha=ae62a50f272e84596d95d866e2a01770033c3343 [2021-03-12T00:54:26.776Z] ---> Running in e9ccf43ad909 [2021-03-12T00:54:27.370Z] Removing intermediate container e9ccf43ad909 [2021-03-12T00:54:27.370Z] ---> 3a06efdd3273 [2021-03-12T00:54:27.370Z] Step 26/26 : LABEL version=0.0.0 [2021-03-12T00:54:27.370Z] ---> Running in df6728da1e8a [2021-03-12T00:54:27.963Z] Removing intermediate container df6728da1e8a [2021-03-12T00:54:27.963Z] ---> 4bd2646c3def [2021-03-12T00:54:27.963Z] [2021-03-12T00:54:28.564Z] Successfully built 4bd2646c3def [2021-03-12T00:54:28.564Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-12T00:54:29.194Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-12T00:54:29.214Z] $ docker stop --time=1 8a099954cb4ea6ed5915c50068382a7e4e4e4bbd8122c796999de09c80655b65 [2021-03-12T00:54:31.256Z] $ docker rm -f 8a099954cb4ea6ed5915c50068382a7e4e4e4bbd8122c796999de09c80655b65 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-12T00:54:32.014Z] + docker images [2021-03-12T00:54:32.014Z] + grep docker [2021-03-12T00:54:32.288Z] docker-sys-mgmt-agent-go-arm64 latest 4bd2646c3def 5 seconds ago 300MB [2021-03-12T00:54:32.288Z] docker-core-data-go-arm64 latest 98c18104376f 51 seconds ago 21.3MB [2021-03-12T00:54:32.288Z] docker-support-notifications-go-arm64 latest 64ef52fa514a About a minute ago 16.9MB [2021-03-12T00:54:32.288Z] docker-security-bootstrapper-go-arm64 latest f6cb28247ec7 2 minutes ago 17.8MB [2021-03-12T00:54:32.288Z] docker-core-metadata-go-arm64 latest 68a4368e8763 4 minutes ago 17.9MB [2021-03-12T00:54:32.288Z] docker-support-scheduler-go-arm64 latest a3fc83d8bcad 4 minutes ago 16.3MB [2021-03-12T00:54:32.288Z] docker-core-command-go-arm64 latest 0d06a7121414 4 minutes ago 16.2MB [2021-03-12T00:54:32.288Z] docker-security-secretstore-setup-go-arm64 latest ead481f2b38b 4 minutes ago 23.7MB [2021-03-12T00:54:32.288Z] docker-security-proxy-setup-go-arm64 latest 64018dcff0d3 4 minutes ago 23.4MB [2021-03-12T00:54:32.288Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-12T00:54:33.351Z] ---> job-cost.sh [2021-03-12T00:54:33.351Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-R5Q3 [2021-03-12T00:55:20.284Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-12T00:57:27.120Z] lf-activate-venv(): INFO: Adding /tmp/venv-R5Q3/bin to PATH [2021-03-12T00:57:27.120Z] INFO: No Stack... [2021-03-12T00:57:27.120Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-12T00:57:27.120Z] INFO: Archiving Costs [Pipeline] sh [2021-03-12T00:57:27.460Z] + cat /w/workspace/edgex-go/17/archives/cost.csv [2021-03-12T00:57:27.460Z] + cut -d, -f6 [Pipeline] lock [2021-03-12T00:57:27.580Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3208-17-stack-cost] [2021-03-12T00:57:27.592Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3208-17-stack-cost] did not exist. Created. [2021-03-12T00:57:27.593Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3208-17-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-12T00:57:28.019Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-12T00:57:28.321Z] Stashed 1 file(s) [Pipeline] } [2021-03-12T00:57:28.336Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3208-17-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-12T00:57:29.535Z] provisioning config files... [2021-03-12T00:57:29.547Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/17@tmp/config4271861908799132656tmp [Pipeline] { [Pipeline] sh [2021-03-12T00:57:29.929Z] + set +x [2021-03-12T00:57:29.930Z] + curl -s https://codecov.io/bash [2021-03-12T00:57:29.930Z] + bash -s -- [2021-03-12T00:57:30.193Z] [2021-03-12T00:57:30.193Z] _____ _ [2021-03-12T00:57:30.193Z] / ____| | | [2021-03-12T00:57:30.193Z] | | ___ __| | ___ ___ _____ __ [2021-03-12T00:57:30.193Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-12T00:57:30.193Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-12T00:57:30.193Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-12T00:57:30.193Z] Bash-20210309-2b87ace [2021-03-12T00:57:30.193Z] [2021-03-12T00:57:30.193Z] [2021-03-12T00:57:30.193Z] ==> git version 2.24.3 found [2021-03-12T00:57:30.193Z] ==> 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-12T00:57:30.193Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-12T00:57:30.193Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-12T00:57:30.193Z] ==> Jenkins CI detected. [2021-03-12T00:57:30.193Z] project root: . [2021-03-12T00:57:30.193Z] --> token set from env [2021-03-12T00:57:30.457Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-12T00:57:30.457Z] ==> Running gcov in . (disable via -X gcov) [2021-03-12T00:57:30.457Z] ==> Python coveragepy not found [2021-03-12T00:57:30.457Z] ==> Searching for coverage reports in: [2021-03-12T00:57:30.457Z] + . [2021-03-12T00:57:30.457Z] -> Found 1 reports [2021-03-12T00:57:30.457Z] ==> Detecting git/mercurial file structure [2021-03-12T00:57:30.457Z] ==> Reading reports [2021-03-12T00:57:30.457Z] + ./coverage.out bytes=628838 [2021-03-12T00:57:30.457Z] ==> Appending adjustments [2021-03-12T00:57:30.457Z] https://docs.codecov.io/docs/fixing-reports [2021-03-12T00:57:34.671Z] + Found adjustments [2021-03-12T00:57:34.671Z] ==> Gzipping contents [2021-03-12T00:57:34.671Z] 92K /tmp/codecov.FjsRFl.gz [2021-03-12T00:57:34.671Z] ==> Uploading reports [2021-03-12T00:57:34.671Z] url: https://codecov.io [2021-03-12T00:57:34.671Z] query: branch=PR-3208&commit=ae62a50f272e84596d95d866e2a01770033c3343&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3208%2F17%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3208&job=&cmd_args= [2021-03-12T00:57:34.671Z] -> Pinging Codecov [2021-03-12T00:57:34.671Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3208&commit=ae62a50f272e84596d95d866e2a01770033c3343&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3208%2F17%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3208&job=&cmd_args= [2021-03-12T00:57:34.671Z] -> Uploading to [2021-03-12T00:57:34.672Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-12/00271124DB129430A58F1EEE437C3FCB/ae62a50f272e84596d95d866e2a01770033c3343/02dc005c-c6bb-4d54-8e46-99953a931734.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210312%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210312T005734Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a3e14ab37fca001419184724809d8218fdf6b38de3f3de09e8dc5c2c146621a0 [2021-03-12T00:57:34.672Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-12T00:57:34.672Z] Dload Upload Total Spent Left Speed [2021-03-12T00:57:34.933Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 52 92859 0 0 52 49152 0 182k --:--:-- --:--:-- --:--:-- 182k 100 92859 0 0 100 92859 0 175k --:--:-- --:--:-- --:--:-- 175k [2021-03-12T00:57:34.933Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/ae62a50f272e84596d95d866e2a01770033c3343 [Pipeline] } [2021-03-12T00:57:34.947Z] 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-12T00:57:36.639Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-12T00:57:37.528Z] ---> package-listing.sh [2021-03-12T00:57:37.528Z] ++ facter osfamily [2021-03-12T00:57:37.528Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-12T00:57:37.528Z] + OS_FAMILY=redhat [2021-03-12T00:57:37.528Z] + workspace=/w/workspace/edgex-go/17 [2021-03-12T00:57:37.528Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-12T00:57:37.528Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-12T00:57:37.528Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-12T00:57:37.528Z] + PACKAGES=/tmp/packages_start.txt [2021-03-12T00:57:37.528Z] + '[' /w/workspace/edgex-go/17 ']' [2021-03-12T00:57:37.528Z] + PACKAGES=/tmp/packages_end.txt [2021-03-12T00:57:37.528Z] + case "${OS_FAMILY}" in [2021-03-12T00:57:37.528Z] + rpm -qa [2021-03-12T00:57:37.528Z] + sort [2021-03-12T00:57:41.791Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-12T00:57:41.791Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-12T00:57:41.791Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-12T00:57:41.791Z] + '[' /w/workspace/edgex-go/17 ']' [2021-03-12T00:57:41.791Z] + mkdir -p /w/workspace/edgex-go/17/archives/ [2021-03-12T00:57:41.791Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/17/archives/ [Pipeline] echo [2021-03-12T00:57:41.806Z] 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/17/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-12T00:57:42.125Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-12T00:57:42.436Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-12T00:57:42.436Z] [2021-03-12T00:57:42.436Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-12T00:57:42.795Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-12T00:57:42.795Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-12T00:57:42.795Z] df20fa9351a1: Pulling fs layer [2021-03-12T00:57:42.795Z] 36b3adc4ff6f: Pulling fs layer [2021-03-12T00:57:42.795Z] 8ad3a11d3b57: Pulling fs layer [2021-03-12T00:57:42.795Z] 46f8f816bc3b: Pulling fs layer [2021-03-12T00:57:42.795Z] 93b61091891f: Pulling fs layer [2021-03-12T00:57:42.795Z] 93b9cdb0e59b: Pulling fs layer [2021-03-12T00:57:42.795Z] 5e14af77c1be: Pulling fs layer [2021-03-12T00:57:42.795Z] 01666e4c0597: Pulling fs layer [2021-03-12T00:57:42.795Z] aa168da1d23b: Pulling fs layer [2021-03-12T00:57:42.795Z] 93b9cdb0e59b: Waiting [2021-03-12T00:57:42.795Z] 01666e4c0597: Waiting [2021-03-12T00:57:42.795Z] 5e14af77c1be: Waiting [2021-03-12T00:57:42.795Z] aa168da1d23b: Waiting [2021-03-12T00:57:42.795Z] 93b61091891f: Waiting [2021-03-12T00:57:42.795Z] 46f8f816bc3b: Waiting [2021-03-12T00:57:42.795Z] 36b3adc4ff6f: Verifying Checksum [2021-03-12T00:57:42.795Z] 36b3adc4ff6f: Download complete [2021-03-12T00:57:42.795Z] 46f8f816bc3b: Verifying Checksum [2021-03-12T00:57:42.795Z] 46f8f816bc3b: Download complete [2021-03-12T00:57:42.795Z] df20fa9351a1: Verifying Checksum [2021-03-12T00:57:42.795Z] df20fa9351a1: Download complete [2021-03-12T00:57:43.063Z] 93b9cdb0e59b: Verifying Checksum [2021-03-12T00:57:43.063Z] 93b9cdb0e59b: Download complete [2021-03-12T00:57:43.063Z] 5e14af77c1be: Verifying Checksum [2021-03-12T00:57:43.063Z] 5e14af77c1be: Download complete [2021-03-12T00:57:43.063Z] 01666e4c0597: Verifying Checksum [2021-03-12T00:57:43.063Z] 01666e4c0597: Download complete [2021-03-12T00:57:43.063Z] 93b61091891f: Verifying Checksum [2021-03-12T00:57:43.063Z] 93b61091891f: Download complete [2021-03-12T00:57:43.324Z] df20fa9351a1: Pull complete [2021-03-12T00:57:43.324Z] 8ad3a11d3b57: Verifying Checksum [2021-03-12T00:57:43.324Z] 8ad3a11d3b57: Download complete [2021-03-12T00:57:43.589Z] 36b3adc4ff6f: Pull complete [2021-03-12T00:57:44.996Z] aa168da1d23b: Verifying Checksum [2021-03-12T00:57:44.996Z] aa168da1d23b: Download complete [2021-03-12T00:57:45.258Z] 8ad3a11d3b57: Pull complete [2021-03-12T00:57:45.525Z] 46f8f816bc3b: Pull complete [2021-03-12T00:57:46.471Z] 93b61091891f: Pull complete [2021-03-12T00:57:46.734Z] 93b9cdb0e59b: Pull complete [2021-03-12T00:57:46.734Z] 5e14af77c1be: Pull complete [2021-03-12T00:57:46.999Z] 01666e4c0597: Pull complete [2021-03-12T00:57:55.193Z] aa168da1d23b: Pull complete [2021-03-12T00:57:55.193Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-12T00:57:55.193Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-12T00:57:55.193Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-12T00:57:55.381Z] prd-centos7-docker-4c-2g-29560 does not seem to be running inside a container [2021-03-12T00:57:55.436Z] $ 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/17/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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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:10003/edgex-lftools-log-publisher:alpine cat [2021-03-12T00:58:04.695Z] $ docker top 2750c03788c177a2b3bcc7fcac299fe71e997a21e5d8f47f4d3980deef6f6333 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-12T00:58:05.291Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-12T00:58:05.595Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-12T00:58:05.896Z] + ls /var/log/sa-host [2021-03-12T00:58:05.897Z] + sadf -c /var/log/sa-host/sa12 [2021-03-12T00:58:05.897Z] file_magic: OK [2021-03-12T00:58:05.897Z] HZ: Using current value: 100 [2021-03-12T00:58:05.897Z] file_header: OK [2021-03-12T00:58:05.897Z] 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-12T00:58:05.897Z] Statistics: [2021-03-12T00:58:05.897Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-12T00:58:05.897Z] File successfully converted to sysstat format version 12.2.1 [2021-03-12T00:58:05.897Z] + sadf -c /var/log/sa-host/sa23 [2021-03-12T00:58:05.897Z] file_magic: OK [2021-03-12T00:58:05.897Z] HZ: Using current value: 100 [2021-03-12T00:58:05.897Z] file_header: OK [2021-03-12T00:58:05.897Z] 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-12T00:58:05.897Z] Statistics: [2021-03-12T00:58:05.897Z] Hnuu...uuuununununu... [2021-03-12T00:58:05.897Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-12T00:58:06.133Z] provisioning config files... [2021-03-12T00:58:06.162Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/17@tmp/config1975570207731873851tmp [Pipeline] { [Pipeline] echo [2021-03-12T00:58:06.239Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-12T00:58:06.615Z] ---> create-netrc.sh [Pipeline] } [2021-03-12T00:58:06.654Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-12T00:58:06.806Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-12T00:58:07.104Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-12T00:58:07.115Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-12T00:58:07.416Z] ---> sudo-logs.sh [2021-03-12T00:58:07.416Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-12T00:58:07.668Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-12T00:58:07.970Z] ---> job-cost.sh [2021-03-12T00:58:07.970Z] lf-activate-venv: SKIPPING [2021-03-12T00:58:07.970Z] DEBUG: total: 0.20999999344348907 [2021-03-12T00:58:07.970Z] INFO: Retrieving Stack Cost... [2021-03-12T00:58:09.362Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-12T00:58:09.625Z] INFO: Archiving Costs [Pipeline] echo [2021-03-12T00:58:09.638Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-12T00:58:09.941Z] ---> logs-deploy.sh [2021-03-12T00:58:09.941Z] lf-activate-venv: SKIPPING [2021-03-12T00:58:09.941Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3208/17 [2021-03-12T00:58:09.941Z] INFO: archiving workspace using pattern(s): [2021-03-12T00:58:11.862Z] Archives upload complete. [2021-03-12T00:58:11.862Z] INFO: archiving logs to Nexus