Pull request #3250 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 3a622268bb16cc6f060a937717ebd043e18486e3 rather than 8c008893c2866544e91eef73f0d66ded5ba62008 Obtained Jenkinsfile from 3a622268bb16cc6f060a937717ebd043e18486e3 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-29768 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/14 [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/14 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit 8c008893c2866544e91eef73f0d66ded5ba62008 Merge succeeded, producing 8c008893c2866544e91eef73f0d66ded5ba62008 Checking out Revision 8c008893c2866544e91eef73f0d66ded5ba62008 (PR-3250) > git config core.sparsecheckout # timeout=10 > git checkout -f 8c008893c2866544e91eef73f0d66ded5ba62008 # 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 8c008893c2866544e91eef73f0d66ded5ba62008 # timeout=10 Commit message: "refactor: Modify test to make the BuildCoreCommands func internalize" > git rev-list --no-walk 66c8d670fc1c00e1c9077dc6217476d6b47173d6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-15T03:40:36.864Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-15T03:40:37.169Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-15T03:40:37.277Z] ========================================================= [2021-03-15T03:40:37.277Z] EdgeX Global Pipelines Version Info [2021-03-15T03:40:37.277Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-15T03:40:38.764Z] ------------------- [2021-03-15T03:40:38.764Z] stable info: [2021-03-15T03:40:38.765Z] ------------------- [2021-03-15T03:40:38.765Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-15T03:40:38.765Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-15T03:40:38.765Z] Message: update stable to v1.0.184 [2021-03-15T03:40:39.712Z] ------------------- [2021-03-15T03:40:39.712Z] experimental info: [2021-03-15T03:40:39.712Z] ------------------- [2021-03-15T03:40:39.712Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-15T03:40:39.712Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-15T03:40:39.712Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-15T03:40:40.018Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-15T03:40:40.140Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-15T03:40:40.278Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-15T03:40:40.408Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-15T03:40:40.544Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-15T03:40:40.699Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-15T03:40:40.832Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-15T03:40:40.925Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-15T03:40:41.052Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-15T03:40:41.156Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-15T03:40:41.289Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-15T03:40:41.378Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-15T03:40:41.470Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-15T03:40:41.593Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-15T03:40:41.685Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-15T03:40:41.780Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-15T03:40:41.869Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-15T03:40:41.971Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-15T03:40:42.064Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-15T03:40:42.155Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-15T03:40:42.285Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-15T03:40:42.401Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-15T03:40:42.496Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3250 [Pipeline] echo [2021-03-15T03:40:42.588Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3250 [Pipeline] echo [2021-03-15T03:40:42.676Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3250 [Pipeline] echo [2021-03-15T03:40:42.762Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8c008893c2866544e91eef73f0d66ded5ba62008 [Pipeline] echo [2021-03-15T03:40:42.849Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8c00889 [Pipeline] echo [2021-03-15T03:40:42.966Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-15T03:40:43.141Z] provisioning config files... [2021-03-15T03:40:43.171Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config4512499150114389980tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-15T03:40:43.523Z] ---> docker-login.sh [2021-03-15T03:40:43.523Z] nexus3.edgexfoundry.org:10001 [2021-03-15T03:40:43.785Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T03:40:44.047Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T03:40:44.047Z] Configure a credential helper to remove this warning. See [2021-03-15T03:40:44.047Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T03:40:44.047Z] [2021-03-15T03:40:44.047Z] Login Succeeded [2021-03-15T03:40:44.047Z] nexus3.edgexfoundry.org:10002 [2021-03-15T03:40:44.047Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T03:40:44.047Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T03:40:44.047Z] Configure a credential helper to remove this warning. See [2021-03-15T03:40:44.047Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T03:40:44.047Z] [2021-03-15T03:40:44.047Z] Login Succeeded [2021-03-15T03:40:44.047Z] nexus3.edgexfoundry.org:10003 [2021-03-15T03:40:44.312Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T03:40:44.312Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T03:40:44.312Z] Configure a credential helper to remove this warning. See [2021-03-15T03:40:44.312Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T03:40:44.312Z] [2021-03-15T03:40:44.312Z] Login Succeeded [2021-03-15T03:40:44.312Z] nexus3.edgexfoundry.org:10004 [2021-03-15T03:40:44.312Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T03:40:44.573Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T03:40:44.573Z] Configure a credential helper to remove this warning. See [2021-03-15T03:40:44.573Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T03:40:44.573Z] [2021-03-15T03:40:44.573Z] Login Succeeded [2021-03-15T03:40:44.573Z] docker.io [2021-03-15T03:40:44.573Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T03:40:44.835Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T03:40:44.835Z] Configure a credential helper to remove this warning. See [2021-03-15T03:40:44.835Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T03:40:44.835Z] [2021-03-15T03:40:44.835Z] Login Succeeded [2021-03-15T03:40:44.835Z] ---> docker-login.sh ends [Pipeline] } [2021-03-15T03:40:44.844Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-15T03:40:45.315Z] ++ 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-15T03:40:45.315Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T03:40:45.315Z] ++ dirname cmd/core-command/Dockerfile [2021-03-15T03:40:45.315Z] ++ cut -d/ -f2 [2021-03-15T03:40:45.315Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-15T03:40:45.315Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T03:40:45.315Z] ++ dirname cmd/core-data/Dockerfile [2021-03-15T03:40:45.315Z] ++ cut -d/ -f2 [2021-03-15T03:40:45.315Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-15T03:40:45.315Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T03:40:45.315Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-15T03:40:45.315Z] ++ cut -d/ -f2 [2021-03-15T03:40:45.315Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-15T03:40:45.315Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T03:40:45.315Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-15T03:40:45.315Z] ++ cut -d/ -f2 [2021-03-15T03:40:45.315Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-15T03:40:45.315Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T03:40:45.315Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-15T03:40:45.315Z] ++ cut -d/ -f2 [2021-03-15T03:40:45.315Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-15T03:40:45.315Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T03:40:45.315Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-15T03:40:45.315Z] ++ cut -d/ -f2 [2021-03-15T03:40:45.315Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-15T03:40:45.315Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T03:40:45.315Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-15T03:40:45.315Z] ++ cut -d/ -f2 [2021-03-15T03:40:45.315Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-15T03:40:45.315Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T03:40:45.315Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-15T03:40:45.315Z] ++ cut -d/ -f2 [2021-03-15T03:40:45.315Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-15T03:40:45.315Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T03:40:45.315Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-15T03:40:45.315Z] ++ cut -d/ -f2 [2021-03-15T03:40:45.315Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-15T03:40:45.387Z] 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-15T03:40:46.870Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-15T03:40:46.870Z] [2021-03-15T03:40:46.870Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-15T03:40:47.217Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-15T03:40:47.217Z] latest: Pulling from edgex-devops/git-semver [2021-03-15T03:40:47.217Z] 31603596830f: Pulling fs layer [2021-03-15T03:40:47.217Z] 2a8b12db71e7: Pulling fs layer [2021-03-15T03:40:47.217Z] 6ca5941a6612: Pulling fs layer [2021-03-15T03:40:47.217Z] ecc8261a40a4: Pulling fs layer [2021-03-15T03:40:47.217Z] ecc8261a40a4: Waiting [2021-03-15T03:40:47.217Z] 2a8b12db71e7: Verifying Checksum [2021-03-15T03:40:47.217Z] 2a8b12db71e7: Download complete [2021-03-15T03:40:47.482Z] 31603596830f: Verifying Checksum [2021-03-15T03:40:47.482Z] 31603596830f: Download complete [2021-03-15T03:40:47.482Z] ecc8261a40a4: Verifying Checksum [2021-03-15T03:40:47.482Z] ecc8261a40a4: Download complete [2021-03-15T03:40:47.482Z] 6ca5941a6612: Verifying Checksum [2021-03-15T03:40:47.482Z] 6ca5941a6612: Download complete [2021-03-15T03:40:47.745Z] 31603596830f: Pull complete [2021-03-15T03:40:48.008Z] 2a8b12db71e7: Pull complete [2021-03-15T03:40:48.956Z] 6ca5941a6612: Pull complete [2021-03-15T03:40:48.956Z] ecc8261a40a4: Pull complete [2021-03-15T03:40:48.956Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-15T03:40:48.956Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-15T03:40:48.956Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-15T03:40:49.081Z] prd-centos7-docker-4c-2g-29768 does not seem to be running inside a container [2021-03-15T03:40:49.134Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-15T03:40:51.723Z] $ docker top 8d1e76c5f25ad28b648ba708ec1c55995e5e3e3001cbfb65a618b79315d85bf0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-15T03:40:52.021Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-15T03:40:52.021Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-15T03:40:52.261Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-15T03:40:52.265Z] $ docker exec 8d1e76c5f25ad28b648ba708ec1c55995e5e3e3001cbfb65a618b79315d85bf0 ssh-agent [2021-03-15T03:40:52.430Z] SSH_AUTH_SOCK=/tmp/ssh-V7AeMbKFKhGI/agent.11 [2021-03-15T03:40:52.430Z] SSH_AGENT_PID=17 [2021-03-15T03:40:52.441Z] Running ssh-add (command line suppressed) [2021-03-15T03:40:52.558Z] Identity added: /w/workspace/edgex-go/14@tmp/private_key_4423979253989888138.key (/w/workspace/edgex-go/14@tmp/private_key_4423979253989888138.key) [2021-03-15T03:40:52.609Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-15T03:40:52.950Z] + git tag --points-at HEAD [Pipeline] } [2021-03-15T03:40:52.975Z] $ docker exec --env ******** --env ******** 8d1e76c5f25ad28b648ba708ec1c55995e5e3e3001cbfb65a618b79315d85bf0 ssh-agent -k [2021-03-15T03:40:53.095Z] unset SSH_AUTH_SOCK; [2021-03-15T03:40:53.096Z] unset SSH_AGENT_PID; [2021-03-15T03:40:53.096Z] echo Agent pid 17 killed; [2021-03-15T03:40:53.145Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-15T03:40:53.404Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-15T03:40:53.404Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-15T03:40:53.565Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-15T03:40:53.570Z] $ docker exec 8d1e76c5f25ad28b648ba708ec1c55995e5e3e3001cbfb65a618b79315d85bf0 ssh-agent [2021-03-15T03:40:53.736Z] SSH_AUTH_SOCK=/tmp/ssh-fwXyvXt3uOAd/agent.46 [2021-03-15T03:40:53.736Z] SSH_AGENT_PID=51 [2021-03-15T03:40:53.743Z] Running ssh-add (command line suppressed) [2021-03-15T03:40:53.864Z] Identity added: /w/workspace/edgex-go/14@tmp/private_key_3978667392881826071.key (/w/workspace/edgex-go/14@tmp/private_key_3978667392881826071.key) [2021-03-15T03:40:53.915Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-15T03:40:54.263Z] + git semver init [2021-03-15T03:40:54.263Z] # -> Open(): unable to determine branch for HEAD [2021-03-15T03:40:54.263Z] # $GIT_DIR = /w/workspace/edgex-go/14/.git [2021-03-15T03:40:54.263Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/14 [2021-03-15T03:40:54.263Z] # $SEMVER_REMOTE_NAME = origin [2021-03-15T03:40:54.263Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-15T03:40:54.263Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-15T03:40:54.263Z] # $SEMVER_BRANCH = PR-3250 [2021-03-15T03:40:54.263Z] # $SEMVER_TEMP = /tmp/semver-369988811 [2021-03-15T03:40:54.263Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-15T03:41:12.435Z] # '/tmp/semver-369988811' -> '/w/workspace/edgex-go/14/.semver' [2021-03-15T03:41:12.435Z] # -> Force: false [2021-03-15T03:41:12.435Z] # $SEMVER_DIR = /w/workspace/edgex-go/14/.semver [Pipeline] } [2021-03-15T03:41:12.453Z] $ docker exec --env ******** --env ******** 8d1e76c5f25ad28b648ba708ec1c55995e5e3e3001cbfb65a618b79315d85bf0 ssh-agent -k [2021-03-15T03:41:12.637Z] unset SSH_AUTH_SOCK; [2021-03-15T03:41:12.638Z] unset SSH_AGENT_PID; [2021-03-15T03:41:12.638Z] echo Agent pid 51 killed; [2021-03-15T03:41:12.692Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-15T03:41:13.185Z] + git semver [Pipeline] } [2021-03-15T03:41:13.203Z] $ docker stop --time=1 8d1e76c5f25ad28b648ba708ec1c55995e5e3e3001cbfb65a618b79315d85bf0 [2021-03-15T03:41:14.808Z] $ docker rm -f 8d1e76c5f25ad28b648ba708ec1c55995e5e3e3001cbfb65a618b79315d85bf0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-15T03:41:15.332Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-15T03:41:15.877Z] Stashed 1 file(s) [Pipeline] echo [2021-03-15T03:41:15.881Z] [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-15T03:41:16.924Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-15T03:41:17.218Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-15T03:41:17.520Z] + sudo service docker restart [2021-03-15T03:41:17.520Z] + true [2021-03-15T03:41:17.520Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-15T03:41:18.108Z] ========================================================= [2021-03-15T03:41:18.109Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-15T03:41:18.109Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-15T03:41:18.452Z] + 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-15T03:41:21.779Z] Sending build context to Docker daemon 328.7MB [2021-03-15T03:41:21.780Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-15T03:41:21.780Z] Step 2/6 : FROM ${BASE} [2021-03-15T03:41:22.051Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-15T03:41:22.051Z] 188c0c94c7c5: Pulling fs layer [2021-03-15T03:41:22.051Z] 0ef7d3d256c8: Pulling fs layer [2021-03-15T03:41:22.051Z] de9db76c5a1d: Pulling fs layer [2021-03-15T03:41:22.051Z] bca2f99d35d6: Pulling fs layer [2021-03-15T03:41:22.051Z] 93359f2a8cfa: Pulling fs layer [2021-03-15T03:41:22.051Z] 7c6f9722023f: Pulling fs layer [2021-03-15T03:41:22.051Z] a35cf1a2eb13: Pulling fs layer [2021-03-15T03:41:22.051Z] 93359f2a8cfa: Waiting [2021-03-15T03:41:22.051Z] 7c6f9722023f: Waiting [2021-03-15T03:41:22.051Z] a35cf1a2eb13: Waiting [2021-03-15T03:41:22.051Z] bca2f99d35d6: Waiting [2021-03-15T03:41:22.051Z] de9db76c5a1d: Verifying Checksum [2021-03-15T03:41:22.051Z] de9db76c5a1d: Download complete [2021-03-15T03:41:22.051Z] 0ef7d3d256c8: Download complete [2021-03-15T03:41:22.051Z] 93359f2a8cfa: Verifying Checksum [2021-03-15T03:41:22.051Z] 93359f2a8cfa: Download complete [2021-03-15T03:41:22.051Z] 188c0c94c7c5: Verifying Checksum [2021-03-15T03:41:22.051Z] 188c0c94c7c5: Download complete [2021-03-15T03:41:22.051Z] 7c6f9722023f: Verifying Checksum [2021-03-15T03:41:22.051Z] 7c6f9722023f: Download complete [2021-03-15T03:41:22.634Z] 188c0c94c7c5: Pull complete [2021-03-15T03:41:22.904Z] 0ef7d3d256c8: Pull complete [2021-03-15T03:41:22.904Z] de9db76c5a1d: Pull complete [2021-03-15T03:41:24.304Z] a35cf1a2eb13: Verifying Checksum [2021-03-15T03:41:24.304Z] a35cf1a2eb13: Download complete [2021-03-15T03:41:24.880Z] bca2f99d35d6: Verifying Checksum [2021-03-15T03:41:24.880Z] bca2f99d35d6: Download complete [2021-03-15T03:41:30.203Z] bca2f99d35d6: Pull complete [2021-03-15T03:41:30.203Z] 93359f2a8cfa: Pull complete [2021-03-15T03:41:30.203Z] 7c6f9722023f: Pull complete [2021-03-15T03:41:31.333Z] Still waiting to schedule task [2021-03-15T03:41:31.333Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-15T03:41:34.424Z] a35cf1a2eb13: Pull complete [2021-03-15T03:41:34.425Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-15T03:41:34.425Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-15T03:41:34.425Z] ---> a62c8e92a672 [2021-03-15T03:41:34.425Z] 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-15T03:41:34.689Z] ---> Running in 835f93312f53 [2021-03-15T03:41:35.265Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T03:41:35.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T03:41:36.416Z] (1/12) Installing libmagic (5.38-r0) [2021-03-15T03:41:36.991Z] (2/12) Installing file (5.38-r0) [2021-03-15T03:41:36.991Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-15T03:41:37.257Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-15T03:41:42.563Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-15T03:41:42.563Z] (6/12) Installing patch (2.7.6-r6) [2021-03-15T03:41:42.563Z] (7/12) Installing build-base (0.5-r2) [2021-03-15T03:41:42.563Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-15T03:41:42.563Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-15T03:41:42.563Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-15T03:41:42.563Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-15T03:41:42.563Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-15T03:41:42.826Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T03:41:42.826Z] OK: 233 MiB in 51 packages [2021-03-15T03:41:47.049Z] Removing intermediate container 835f93312f53 [2021-03-15T03:41:47.050Z] ---> c55c51307d73 [2021-03-15T03:41:47.050Z] Step 4/6 : WORKDIR /edgex-go [2021-03-15T03:41:47.050Z] ---> Running in 90da196ff75c [2021-03-15T03:41:47.050Z] Removing intermediate container 90da196ff75c [2021-03-15T03:41:47.050Z] ---> 3e67fb00dd11 [2021-03-15T03:41:47.050Z] Step 5/6 : COPY go.mod . [2021-03-15T03:41:47.050Z] ---> c6fc6d368529 [2021-03-15T03:41:47.050Z] Step 6/6 : RUN go mod download [2021-03-15T03:41:47.050Z] ---> Running in 4fa23b533dc2 [2021-03-15T03:42:09.072Z] Removing intermediate container 4fa23b533dc2 [2021-03-15T03:42:09.072Z] ---> f0df391554c2 [2021-03-15T03:42:09.072Z] Successfully built f0df391554c2 [2021-03-15T03:42:09.072Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-15T03:42:09.390Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-15T03:42:09.390Z] . [Pipeline] withDockerContainer [2021-03-15T03:42:09.507Z] prd-centos7-docker-4c-2g-29768 does not seem to be running inside a container [2021-03-15T03:42:09.550Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-15T03:42:10.501Z] $ docker top d7f7f63db1cf2645ce59ed3853f58528933b8cd7339e4bd0ea66689e19ca27f2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T03:42:11.014Z] + go version [2021-03-15T03:42:11.014Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-15T03:42:11.028Z] $ docker stop --time=1 d7f7f63db1cf2645ce59ed3853f58528933b8cd7339e4bd0ea66689e19ca27f2 [2021-03-15T03:42:12.385Z] $ docker rm -f d7f7f63db1cf2645ce59ed3853f58528933b8cd7339e4bd0ea66689e19ca27f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T03:42:13.225Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-15T03:42:13.225Z] . [Pipeline] withDockerContainer [2021-03-15T03:42:13.326Z] prd-centos7-docker-4c-2g-29768 does not seem to be running inside a container [2021-03-15T03:42:13.372Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-15T03:42:14.274Z] $ docker top be7c327c7c8ddaedc6004e139bafce4740e0fbd28b74cc16d8ebc1e8ab516099 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-15T03:42:14.481Z] ========================================================= [2021-03-15T03:42:14.481Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-15T03:42:14.481Z] ========================================================= [Pipeline] sh [2021-03-15T03:42:14.779Z] + make test [2021-03-15T03:42:14.779Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-15T03:42:23.157Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-15T03:42:41.407Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-15T03:42:42.855Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-15T03:42:45.439Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-15T03:42:45.439Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-15T03:42:46.027Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-15T03:42:46.027Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-15T03:42:46.027Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-15T03:42:46.295Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-15T03:42:47.259Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-15T03:42:47.525Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-15T03:42:50.110Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-15T03:42:50.110Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-15T03:42:50.110Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-15T03:42:52.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.107s coverage: 45.9% of statements [2021-03-15T03:42:52.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-15T03:42:52.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-15T03:42:52.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-15T03:42:52.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-15T03:42:52.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-15T03:42:52.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-15T03:42:52.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.062s coverage: 19.8% of statements [2021-03-15T03:42:52.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.072s coverage: 100.0% of statements [2021-03-15T03:42:54.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.179s coverage: 27.1% of statements [2021-03-15T03:42:54.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-15T03:42:54.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-15T03:42:54.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-15T03:42:54.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-15T03:42:54.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-15T03:42:54.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-15T03:42:54.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements [2021-03-15T03:42:54.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-15T03:42:54.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.052s coverage: 100.0% of statements [2021-03-15T03:42:54.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-15T03:42:54.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-15T03:42:54.906Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.073s coverage: 71.3% of statements [2021-03-15T03:42:54.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-15T03:42:54.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-15T03:42:56.852Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.168s coverage: 82.9% of statements [2021-03-15T03:42:56.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-15T03:42:56.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T03:42:56.852Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.049s coverage: 78.9% of statements [2021-03-15T03:42:56.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-15T03:42:58.837Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.330s coverage: 28.6% of statements [2021-03-15T03:42:58.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-15T03:42:58.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-15T03:42:58.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-15T03:42:58.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-15T03:42:58.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-15T03:42:58.837Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.072s coverage: 100.0% of statements [2021-03-15T03:42:58.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-15T03:42:58.837Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.037s coverage: 100.0% of statements [2021-03-15T03:42:58.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-15T03:42:58.837Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.101s coverage: 86.7% of statements [2021-03-15T03:42:58.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-15T03:42:58.837Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.138s coverage: 97.5% of statements [2021-03-15T03:42:58.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-15T03:42:59.115Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.100s coverage: 78.3% of statements [2021-03-15T03:42:59.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-15T03:42:59.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-15T03:42:59.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-15T03:42:59.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-15T03:43:01.735Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.403s coverage: 92.8% of statements [2021-03-15T03:43:01.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-15T03:43:01.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T03:43:01.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-15T03:43:01.735Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-15T03:43:01.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-15T03:43:01.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-15T03:43:01.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-15T03:43:01.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-15T03:43:01.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-15T03:43:01.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-15T03:43:01.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-15T03:43:01.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-15T03:43:01.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-15T03:43:01.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-15T03:43:01.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-15T03:43:01.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-15T03:43:01.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-15T03:43:01.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-15T03:43:01.736Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements [2021-03-15T03:43:01.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-15T03:43:01.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-15T03:43:01.736Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.087s coverage: 0.1% of statements [2021-03-15T03:43:01.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-15T03:43:01.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-15T03:43:01.736Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-15T03:43:01.736Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.066s coverage: 47.1% of statements [2021-03-15T03:43:01.736Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.048s coverage: 79.5% of statements [2021-03-15T03:43:01.736Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.037s coverage: 94.1% of statements [2021-03-15T03:43:01.736Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.051s coverage: 96.3% of statements [2021-03-15T03:43:01.736Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.028s coverage: 87.5% of statements [2021-03-15T03:43:14.005Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.037s coverage: 94.4% of statements [2021-03-15T03:43:14.005Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.051s coverage: 44.8% of statements [2021-03-15T03:43:14.005Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.067s coverage: 81.4% of statements [2021-03-15T03:43:22.599Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29769 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws [2021-03-15T03:43:22.662Z] Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout [2021-03-15T03:43:26.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.059s coverage: 92.9% of statements [2021-03-15T03:43:26.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-15T03:43:26.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-15T03:43:26.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-15T03:43:26.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-15T03:43:26.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-15T03:43:26.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-15T03:43:26.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-15T03:43:26.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-15T03:43:26.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-15T03:43:26.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.038s coverage: 87.2% of statements [2021-03-15T03:43:26.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-15T03:43:26.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-15T03:43:26.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-03-15T03:43:26.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-15T03:43:26.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-03-15T03:43:26.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-15T03:43:26.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-03-15T03:43:26.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-03-15T03:43:26.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.6% of statements [2021-03-15T03:43:26.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.6% of statements [2021-03-15T03:43:26.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-15T03:43:26.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 62.4% of statements [2021-03-15T03:43:26.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-15T03:43:26.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-15T03:43:26.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements [2021-03-15T03:43:26.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-03-15T03:43:26.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements [2021-03-15T03:43:26.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-03-15T03:43:26.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-03-15T03:43:26.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.305s coverage: 69.0% of statements [2021-03-15T03:43:26.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-15T03:43:26.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-15T03:43:26.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-15T03:43:26.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.102s coverage: 38.4% of statements [2021-03-15T03:43:26.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-15T03:43:26.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-15T03:43:26.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.047s coverage: 89.5% of statements [2021-03-15T03:43:26.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-15T03:43:26.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.042s coverage: 84.8% of statements [2021-03-15T03:43:26.359Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.126s coverage: 47.0% of statements [2021-03-15T03:43:26.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-15T03:43:26.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-15T03:43:26.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-15T03:43:26.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-15T03:43:26.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-15T03:43:26.359Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-03-15T03:43:26.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-15T03:43:26.359Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-03-15T03:43:26.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-15T03:43:26.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-15T03:43:26.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-15T03:43:26.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-15T03:43:26.360Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.132s coverage: 87.1% of statements [2021-03-15T03:43:26.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-15T03:43:26.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T03:43:26.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-15T03:43:26.360Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.705s coverage: 29.1% of statements [2021-03-15T03:43:26.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-15T03:43:26.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-15T03:43:26.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-15T03:43:26.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-15T03:43:26.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-15T03:43:26.360Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.076s coverage: 99.0% of statements [2021-03-15T03:43:26.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-15T03:43:26.360Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements [2021-03-15T03:43:26.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-15T03:43:26.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-15T03:43:26.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-15T03:43:26.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-15T03:43:26.360Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.081s coverage: 96.5% of statements [2021-03-15T03:43:26.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-15T03:43:26.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T03:43:26.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-15T03:43:26.360Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-03-15T03:43:26.360Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-15T03:43:26.360Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements [2021-03-15T03:43:26.360Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-15T03:43:26.360Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-15T03:43:26.360Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-15T03:43:26.360Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-15T03:43:26.360Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements [2021-03-15T03:43:26.360Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-15T03:43:26.360Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-15T03:43:26.360Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-03-15T03:43:26.360Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-03-15T03:43:26.360Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-15T03:43:26.360Z] GO111MODULE=on go vet ./... [2021-03-15T03:43:27.880Z] using credential edgex-jenkins-ssh [2021-03-15T03:43:27.942Z] Cloning the remote Git repository [2021-03-15T03:43:28.001Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-15T03:43:28.106Z] > git init /w/workspace/edgex-go/14 # timeout=10 [2021-03-15T03:43:28.181Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-15T03:43:28.182Z] > git --version # timeout=10 [2021-03-15T03:43:28.196Z] > git --version # 'git version 2.17.1' [2021-03-15T03:43:28.197Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-15T03:43:28.271Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-15T03:43:44.493Z] Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit 8c008893c2866544e91eef73f0d66ded5ba62008 [2021-03-15T03:43:43.528Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-15T03:43:43.548Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-15T03:43:43.584Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-15T03:43:43.627Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-15T03:43:43.628Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-15T03:43:43.641Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-15T03:43:44.522Z] > git config core.sparsecheckout # timeout=10 [2021-03-15T03:43:44.545Z] > git checkout -f 8c008893c2866544e91eef73f0d66ded5ba62008 # timeout=10 [2021-03-15T03:43:44.875Z] > git remote # timeout=10 [2021-03-15T03:43:44.931Z] > git config --get remote.origin.url # timeout=10 [2021-03-15T03:43:44.948Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-15T03:43:44.959Z] > git merge 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 [2021-03-15T03:43:45.070Z] Merge succeeded, producing 8c008893c2866544e91eef73f0d66ded5ba62008 [2021-03-15T03:43:45.071Z] Checking out Revision 8c008893c2866544e91eef73f0d66ded5ba62008 (PR-3250) [2021-03-15T03:43:45.024Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-15T03:43:45.081Z] > git config core.sparsecheckout # timeout=10 [2021-03-15T03:43:45.120Z] > git checkout -f 8c008893c2866544e91eef73f0d66ded5ba62008 # timeout=10 [2021-03-15T03:43:49.650Z] Commit message: "refactor: Modify test to make the BuildCoreCommands func internalize" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-15T03:43:51.416Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-15T03:43:51.919Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-15T03:43:52.259Z] + true [2021-03-15T03:43:52.260Z] + sudo service docker restart [2021-03-15T03:43:53.080Z] gofmt -l . [2021-03-15T03:43:53.080Z] [ "`gofmt -l .`" = "" ] [2021-03-15T03:43:53.080Z] ./bin/test-go-mod-tidy.sh [2021-03-15T03:43:53.080Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-15T03:43:53.391Z] + ls -al . [2021-03-15T03:43:53.391Z] total 748 [2021-03-15T03:43:53.391Z] drwxrwxr-x 10 1001 1001 4096 Mar 15 03:43 . [2021-03-15T03:43:53.391Z] drwxr-xr-x 4 root root 30 Mar 15 03:42 .. [2021-03-15T03:43:53.391Z] -rw-rw-r-- 1 1001 1001 11 Mar 15 03:40 .dockerignore [2021-03-15T03:43:53.391Z] drwxrwxr-x 8 1001 1001 179 Mar 15 03:40 .git [2021-03-15T03:43:53.391Z] drwxrwxr-x 3 1001 1001 125 Mar 15 03:40 .github [2021-03-15T03:43:53.391Z] -rw-rw-r-- 1 1001 1001 818 Mar 15 03:40 .gitignore [2021-03-15T03:43:53.391Z] drwx------ 3 1001 1001 60 Mar 15 03:41 .semver [2021-03-15T03:43:53.391Z] -rw-rw-r-- 1 1001 1001 166 Mar 15 03:40 .sonarcloud.properties [2021-03-15T03:43:53.391Z] -rw-rw-r-- 1 1001 1001 8607 Mar 15 03:40 Attribution.txt [2021-03-15T03:43:53.391Z] -rw-rw-r-- 1 1001 1001 3804 Mar 15 03:40 CONTRIBUTING.md [2021-03-15T03:43:53.391Z] -rw-rw-r-- 1 1001 1001 931 Mar 15 03:40 Dockerfile.build [2021-03-15T03:43:53.391Z] -rw-rw-r-- 1 1001 1001 863 Mar 15 03:40 Jenkinsfile [2021-03-15T03:43:53.391Z] -rw-rw-r-- 1 1001 1001 10775 Mar 15 03:40 LICENSE [2021-03-15T03:43:53.391Z] -rw-rw-r-- 1 1001 1001 5774 Mar 15 03:40 Makefile [2021-03-15T03:43:53.391Z] -rw-rw-r-- 1 1001 1001 6548 Mar 15 03:40 README.md [2021-03-15T03:43:53.391Z] -rw-rw-r-- 1 1001 1001 6755 Mar 15 03:40 SECURITY.md [2021-03-15T03:43:53.391Z] -rw-rw-r-- 1 1001 1001 5 Mar 15 03:41 VERSION [2021-03-15T03:43:53.391Z] -rw-rw-r-- 1 1001 1001 4131 Mar 15 03:40 ZMQWindows.md [2021-03-15T03:43:53.391Z] drwxrwxr-x 2 1001 1001 117 Mar 15 03:40 bin [2021-03-15T03:43:53.391Z] drwxrwxr-x 14 1001 1001 4096 Mar 15 03:40 cmd [2021-03-15T03:43:53.391Z] -rw-r--r-- 1 root root 635765 Mar 15 03:43 coverage.out [2021-03-15T03:43:53.391Z] -rw-r--r-- 1 root root 1055 Mar 15 03:43 go.mod [2021-03-15T03:43:53.391Z] -rw-r--r-- 1 root root 21981 Mar 15 03:43 go.sum [2021-03-15T03:43:53.391Z] drwxrwxr-x 8 1001 1001 127 Mar 15 03:40 internal [2021-03-15T03:43:53.391Z] drwxrwxr-x 4 1001 1001 26 Mar 15 03:40 openapi [2021-03-15T03:43:53.391Z] drwxrwxr-x 4 1001 1001 71 Mar 15 03:40 snap [2021-03-15T03:43:53.391Z] -rw-rw-r-- 1 1001 1001 168 Mar 15 03:40 version.go [Pipeline] sh [2021-03-15T03:43:53.694Z] + '[' -e coverage.out ] [2021-03-15T03:43:53.694Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-15T03:43:53.952Z] Stashed 1 file(s) [Pipeline] sh [2021-03-15T03:43:54.246Z] + make build [2021-03-15T03:43:54.246Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-15T03:43:54.981Z] provisioning config files... [2021-03-15T03:43:55.023Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config2045998199908649730tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-15T03:43:55.459Z] ---> docker-login.sh [2021-03-15T03:43:55.459Z] nexus3.edgexfoundry.org:10001 [2021-03-15T03:43:56.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T03:43:57.040Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T03:43:57.040Z] Configure a credential helper to remove this warning. See [2021-03-15T03:43:57.040Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T03:43:57.040Z] [2021-03-15T03:43:57.040Z] Login Succeeded [2021-03-15T03:43:57.040Z] nexus3.edgexfoundry.org:10002 [2021-03-15T03:43:57.316Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T03:43:57.316Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T03:43:57.316Z] Configure a credential helper to remove this warning. See [2021-03-15T03:43:57.316Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T03:43:57.316Z] [2021-03-15T03:43:57.316Z] Login Succeeded [2021-03-15T03:43:57.316Z] nexus3.edgexfoundry.org:10003 [2021-03-15T03:43:57.915Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T03:43:57.915Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T03:43:57.915Z] Configure a credential helper to remove this warning. See [2021-03-15T03:43:57.915Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T03:43:57.915Z] [2021-03-15T03:43:57.915Z] Login Succeeded [2021-03-15T03:43:57.915Z] nexus3.edgexfoundry.org:10004 [2021-03-15T03:43:58.475Z] 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-15T03:43:58.516Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T03:43:58.516Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T03:43:58.516Z] Configure a credential helper to remove this warning. See [2021-03-15T03:43:58.516Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T03:43:58.516Z] [2021-03-15T03:43:58.516Z] Login Succeeded [2021-03-15T03:43:58.516Z] docker.io [2021-03-15T03:43:58.790Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T03:43:59.061Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T03:43:59.061Z] Configure a credential helper to remove this warning. See [2021-03-15T03:43:59.061Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T03:43:59.061Z] [2021-03-15T03:43:59.061Z] Login Succeeded [2021-03-15T03:43:59.061Z] ---> docker-login.sh ends [Pipeline] } [2021-03-15T03:43:59.079Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-15T03:43:59.569Z] ========================================================= [2021-03-15T03:43:59.569Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-15T03:43:59.569Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-15T03:43:59.951Z] + 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-15T03:44:02.595Z] Sending build context to Docker daemon 166.9MB [2021-03-15T03:44:02.595Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-15T03:44:02.595Z] Step 2/6 : FROM ${BASE} [2021-03-15T03:44:02.595Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-15T03:44:02.595Z] 5f621e34cdf4: Pulling fs layer [2021-03-15T03:44:02.595Z] a4357932f1b6: Pulling fs layer [2021-03-15T03:44:02.595Z] 18c013af1878: Pulling fs layer [2021-03-15T03:44:02.595Z] 00ac8860ef70: Pulling fs layer [2021-03-15T03:44:02.595Z] 63d7cb157983: Pulling fs layer [2021-03-15T03:44:02.595Z] b116817d02f9: Pulling fs layer [2021-03-15T03:44:02.595Z] 745a02a5169b: Pulling fs layer [2021-03-15T03:44:02.595Z] 00ac8860ef70: Waiting [2021-03-15T03:44:02.595Z] 63d7cb157983: Waiting [2021-03-15T03:44:02.595Z] b116817d02f9: Waiting [2021-03-15T03:44:02.595Z] 745a02a5169b: Waiting [2021-03-15T03:44:02.595Z] 18c013af1878: Verifying Checksum [2021-03-15T03:44:02.595Z] 18c013af1878: Download complete [2021-03-15T03:44:02.595Z] a4357932f1b6: Download complete [2021-03-15T03:44:02.595Z] 63d7cb157983: Verifying Checksum [2021-03-15T03:44:02.595Z] 63d7cb157983: Download complete [2021-03-15T03:44:02.595Z] 5f621e34cdf4: Verifying Checksum [2021-03-15T03:44:02.595Z] 5f621e34cdf4: Download complete [2021-03-15T03:44:03.203Z] b116817d02f9: Verifying Checksum [2021-03-15T03:44:03.203Z] b116817d02f9: Download complete [2021-03-15T03:44:03.203Z] 5f621e34cdf4: Pull complete [2021-03-15T03:44:03.817Z] a4357932f1b6: Pull complete [2021-03-15T03:44:04.419Z] 18c013af1878: Pull complete [2021-03-15T03:44:05.397Z] 745a02a5169b: Verifying Checksum [2021-03-15T03:44:05.397Z] 745a02a5169b: Download complete [2021-03-15T03:44:06.392Z] 00ac8860ef70: Verifying Checksum [2021-03-15T03:44:06.392Z] 00ac8860ef70: Download complete [2021-03-15T03:44:06.716Z] 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-15T03:44:07.673Z] 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-15T03:44:09.086Z] 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-15T03:44:09.665Z] 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-15T03:44:11.059Z] 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-15T03:44:12.981Z] 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-15T03:44:13.933Z] 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-15T03:44:14.878Z] 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-15T03:44:15.829Z] 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-15T03:44:16.559Z] 00ac8860ef70: Pull complete [2021-03-15T03:44:17.157Z] 63d7cb157983: Pull complete [2021-03-15T03:44:17.230Z] 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-15T03:44:17.430Z] b116817d02f9: Pull complete [Pipeline] } [2021-03-15T03:44:19.176Z] $ docker stop --time=1 be7c327c7c8ddaedc6004e139bafce4740e0fbd28b74cc16d8ebc1e8ab516099 [2021-03-15T03:44:20.871Z] $ docker rm -f be7c327c7c8ddaedc6004e139bafce4740e0fbd28b74cc16d8ebc1e8ab516099 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-03-15T03:44:21.767Z] 745a02a5169b: Pull complete [2021-03-15T03:44:21.767Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-15T03:44:21.767Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-15T03:44:21.767Z] ---> b7e6874047d6 [2021-03-15T03:44:21.767Z] 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 [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T03:44:24.406Z] ---> Running in 0509ac41fd1d [2021-03-15T03:44:24.645Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-15T03:44:24.645Z] [2021-03-15T03:44:24.645Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-15T03:44:24.998Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-15T03:44:24.998Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-15T03:44:24.998Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-15T03:44:24.998Z] ca9280d653b3: Pulling fs layer [2021-03-15T03:44:24.998Z] 7e9c9ca2126c: Pulling fs layer [2021-03-15T03:44:25.266Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-15T03:44:25.266Z] cbdbe7a5bc2a: Download complete [2021-03-15T03:44:25.390Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T03:44:25.530Z] cbdbe7a5bc2a: Pull complete [2021-03-15T03:44:25.531Z] ca9280d653b3: Verifying Checksum [2021-03-15T03:44:25.531Z] ca9280d653b3: Download complete [2021-03-15T03:44:26.369Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T03:44:26.498Z] ca9280d653b3: Pull complete [2021-03-15T03:44:26.762Z] 7e9c9ca2126c: Download complete [2021-03-15T03:44:28.993Z] (1/12) Installing libmagic (5.38-r0) [2021-03-15T03:44:29.264Z] (2/12) Installing file (5.38-r0) [2021-03-15T03:44:29.264Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-15T03:44:29.534Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-15T03:44:33.396Z] 7e9c9ca2126c: Pull complete [2021-03-15T03:44:33.396Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-15T03:44:33.396Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-15T03:44:33.396Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-15T03:44:33.564Z] prd-centos7-docker-4c-2g-29768 does not seem to be running inside a container [2021-03-15T03:44:33.614Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-15T03:44:35.629Z] $ docker top 06df86a65753ecf9fdc8fec8e253defac18d57198cfa374b92513ce768a0d9fc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T03:44:36.147Z] + docker-compose build --help [2021-03-15T03:44:36.147Z] + grep parallel [2021-03-15T03:44:37.121Z] --parallel Build images in parallel. [Pipeline] } [2021-03-15T03:44:37.169Z] $ docker stop --time=1 06df86a65753ecf9fdc8fec8e253defac18d57198cfa374b92513ce768a0d9fc [2021-03-15T03:44:38.557Z] $ docker rm -f 06df86a65753ecf9fdc8fec8e253defac18d57198cfa374b92513ce768a0d9fc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T03:44:39.228Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-15T03:44:39.228Z] . [Pipeline] withDockerContainer [2021-03-15T03:44:39.355Z] prd-centos7-docker-4c-2g-29768 does not seem to be running inside a container [2021-03-15T03:44:39.404Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-15T03:44:39.655Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-15T03:44:39.655Z] (6/12) Installing patch (2.7.6-r6) [2021-03-15T03:44:39.655Z] (7/12) Installing build-base (0.5-r2) [2021-03-15T03:44:39.655Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-15T03:44:39.655Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-15T03:44:39.655Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-15T03:44:39.655Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-15T03:44:39.655Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-15T03:44:39.928Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T03:44:39.928Z] OK: 217 MiB in 51 packages [2021-03-15T03:44:40.015Z] $ docker top a2e877e684a9864e895ddc98d6420253962581f7577e8329f62f078f26b657e9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T03:44:40.515Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-15T03:44:41.459Z] Building docker-core-command-go ... [2021-03-15T03:44:41.459Z] Building docker-core-data-go ... [2021-03-15T03:44:41.459Z] Building docker-core-metadata-go ... [2021-03-15T03:44:41.459Z] Building docker-security-bootstrapper-go ... [2021-03-15T03:44:41.459Z] Building docker-security-proxy-setup-go ... [2021-03-15T03:44:41.459Z] Building docker-security-secretstore-setup-go ... [2021-03-15T03:44:41.459Z] Building docker-support-notifications-go ... [2021-03-15T03:44:41.459Z] Building docker-support-scheduler-go ... [2021-03-15T03:44:41.459Z] Building docker-sys-mgmt-agent-go ... [2021-03-15T03:44:41.459Z] Building docker-security-secretstore-setup-go [2021-03-15T03:44:41.459Z] Building docker-core-metadata-go [2021-03-15T03:44:41.459Z] Building docker-security-proxy-setup-go [2021-03-15T03:44:41.459Z] Building docker-support-scheduler-go [2021-03-15T03:44:41.459Z] Building docker-support-notifications-go [2021-03-15T03:44:44.239Z] Removing intermediate container 0509ac41fd1d [2021-03-15T03:44:44.239Z] ---> ea138acac0e9 [2021-03-15T03:44:44.239Z] Step 4/6 : WORKDIR /edgex-go [2021-03-15T03:44:44.239Z] ---> Running in 0c439448d047 [2021-03-15T03:44:44.832Z] Removing intermediate container 0c439448d047 [2021-03-15T03:44:44.832Z] ---> df2dab7c3c32 [2021-03-15T03:44:44.832Z] Step 5/6 : COPY go.mod . [2021-03-15T03:44:45.429Z] ---> f8050a5e8fd8 [2021-03-15T03:44:45.429Z] Step 6/6 : RUN go mod download [2021-03-15T03:44:45.429Z] ---> Running in b56dfb2d59b9 [2021-03-15T03:45:14.007Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T03:45:14.007Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-15T03:45:14.007Z] ---> f0df391554c2 [2021-03-15T03:45:14.007Z] Step 3/22 : WORKDIR /edgex-go [2021-03-15T03:45:14.007Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T03:45:14.007Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-15T03:45:14.007Z] ---> f0df391554c2 [2021-03-15T03:45:14.007Z] Step 3/22 : WORKDIR /edgex-go [2021-03-15T03:45:14.007Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T03:45:14.007Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-15T03:45:14.007Z] ---> f0df391554c2 [2021-03-15T03:45:14.007Z] Step 3/23 : WORKDIR /edgex-go [2021-03-15T03:45:14.271Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T03:45:14.271Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-15T03:45:14.271Z] ---> f0df391554c2 [2021-03-15T03:45:14.271Z] Step 3/24 : WORKDIR /edgex-go [2021-03-15T03:45:15.224Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T03:45:15.224Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-15T03:45:15.224Z] ---> f0df391554c2 [2021-03-15T03:45:15.224Z] Step 3/21 : WORKDIR /edgex-go [2021-03-15T03:45:16.618Z] ---> Running in f483856619cf [2021-03-15T03:45:16.618Z] ---> Running in 1fa05c34a839 [2021-03-15T03:45:16.618Z] ---> Running in 01162c4ff1f2 [2021-03-15T03:45:16.618Z] ---> Running in d66c888d0832 [2021-03-15T03:45:16.618Z] ---> Running in 32e1f7fcadfb [2021-03-15T03:45:16.880Z] Removing intermediate container d66c888d0832 [2021-03-15T03:45:16.880Z] ---> 3070c926465f [2021-03-15T03:45:16.880Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T03:45:16.880Z] Removing intermediate container 01162c4ff1f2 [2021-03-15T03:45:16.880Z] ---> 4ce16999e9fa [2021-03-15T03:45:16.880Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T03:45:16.880Z] Removing intermediate container f483856619cf [2021-03-15T03:45:16.880Z] ---> dbcf70126bcc [2021-03-15T03:45:16.880Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T03:45:16.880Z] Removing intermediate container 32e1f7fcadfb [2021-03-15T03:45:16.880Z] ---> 67c71e7c2582 [2021-03-15T03:45:16.880Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T03:45:16.880Z] Removing intermediate container 1fa05c34a839 [2021-03-15T03:45:16.880Z] ---> 936c87ca54d2 [2021-03-15T03:45:16.880Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T03:45:16.880Z] ---> Running in bbc129fc0c05 [2021-03-15T03:45:17.143Z] ---> Running in c009e544abe9 [2021-03-15T03:45:17.144Z] ---> Running in 1f7afe009727 [2021-03-15T03:45:17.144Z] ---> Running in 4ca4e92b397a [2021-03-15T03:45:17.144Z] ---> Running in 2634f1144717 [2021-03-15T03:45:17.770Z] Removing intermediate container b56dfb2d59b9 [2021-03-15T03:45:17.770Z] ---> d958f40672d4 [2021-03-15T03:45:17.770Z] Successfully built d958f40672d4 [2021-03-15T03:45:17.770Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-15T03:45:18.118Z] + docker inspect -f . ci-base-image-arm64 [2021-03-15T03:45:18.118Z] . [Pipeline] withDockerContainer [2021-03-15T03:45:18.404Z] prd-ubuntu18.04-docker-arm64-4c-16g-29769 does not seem to be running inside a container [2021-03-15T03:45:18.504Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-15T03:45:19.724Z] Removing intermediate container c009e544abe9 [2021-03-15T03:45:19.724Z] ---> 9310df3b4da0 [2021-03-15T03:45:19.724Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-15T03:45:19.724Z] Removing intermediate container bbc129fc0c05 [2021-03-15T03:45:19.724Z] ---> 01e9cfd5bdc9 [2021-03-15T03:45:19.724Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-15T03:45:19.724Z] Removing intermediate container 2634f1144717 [2021-03-15T03:45:19.724Z] ---> 3a5fca393736 [2021-03-15T03:45:19.724Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-15T03:45:19.724Z] ---> Running in ad4e515c225e [2021-03-15T03:45:19.724Z] ---> Running in 7ef14b2f9fc1 [2021-03-15T03:45:19.724Z] ---> Running in 3cf56412c36b [2021-03-15T03:45:19.724Z] Removing intermediate container 4ca4e92b397a [2021-03-15T03:45:19.724Z] ---> 62d3caa247ab [2021-03-15T03:45:19.724Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-15T03:45:19.724Z] Removing intermediate container 1f7afe009727 [2021-03-15T03:45:19.724Z] ---> 434bfecb64b3 [2021-03-15T03:45:19.724Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-15T03:45:19.995Z] ---> Running in 0568049219a8 [2021-03-15T03:45:19.995Z] ---> Running in fe69daac4018 [2021-03-15T03:45:20.081Z] $ docker top 53c6ac2fb1115879373936dfc468c0c5de28a7d2aa125f172a2fb65cbc4c8657 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T03:45:20.957Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T03:45:20.957Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T03:45:20.957Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T03:45:20.957Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T03:45:21.153Z] + go version [2021-03-15T03:45:21.153Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-15T03:45:21.180Z] $ docker stop --time=1 53c6ac2fb1115879373936dfc468c0c5de28a7d2aa125f172a2fb65cbc4c8657 [2021-03-15T03:45:21.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T03:45:21.482Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T03:45:21.482Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T03:45:21.746Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T03:45:21.746Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T03:45:21.746Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T03:45:22.016Z] OK: 233 MiB in 51 packages [2021-03-15T03:45:22.016Z] OK: 233 MiB in 51 packages [2021-03-15T03:45:22.290Z] OK: 233 MiB in 51 packages [2021-03-15T03:45:22.290Z] OK: 233 MiB in 51 packages [2021-03-15T03:45:22.557Z] OK: 233 MiB in 51 packages [2021-03-15T03:45:22.557Z] Removing intermediate container ad4e515c225e [2021-03-15T03:45:22.557Z] ---> f07623e80cd8 [2021-03-15T03:45:22.557Z] Step 6/23 : COPY go.mod . [2021-03-15T03:45:22.827Z] Removing intermediate container 7ef14b2f9fc1 [2021-03-15T03:45:22.827Z] ---> 9e8e2df9d5e5 [2021-03-15T03:45:22.827Z] Step 6/22 : COPY go.mod . [2021-03-15T03:45:23.090Z] ---> ad4cac052e04 [2021-03-15T03:45:23.090Z] Step 7/23 : RUN go mod download [2021-03-15T03:45:23.109Z] $ docker rm -f 53c6ac2fb1115879373936dfc468c0c5de28a7d2aa125f172a2fb65cbc4c8657 [2021-03-15T03:45:23.355Z] ---> 71e072b65c2f [2021-03-15T03:45:23.355Z] Step 7/22 : RUN go mod download [2021-03-15T03:45:23.355Z] ---> Running in 23ac44cf3cf7 [2021-03-15T03:45:23.355Z] Removing intermediate container 3cf56412c36b [2021-03-15T03:45:23.355Z] ---> eff5621796c7 [2021-03-15T03:45:23.355Z] Step 6/24 : COPY go.mod . [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-03-15T03:45:23.621Z] ---> Running in 60ac7f24c703 [2021-03-15T03:45:23.621Z] Removing intermediate container 0568049219a8 [2021-03-15T03:45:23.621Z] ---> 25702e5304cf [2021-03-15T03:45:23.621Z] Step 6/21 : COPY go.mod . [2021-03-15T03:45:23.621Z] Removing intermediate container fe69daac4018 [2021-03-15T03:45:23.621Z] ---> 6d16716a424d [2021-03-15T03:45:23.621Z] Step 6/22 : COPY go.mod . [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T03:45:23.887Z] ---> f4d710b3cc4c [2021-03-15T03:45:23.887Z] Step 7/24 : RUN go mod download [2021-03-15T03:45:24.150Z] ---> dcbc43eb6a41 [2021-03-15T03:45:24.151Z] Step 7/21 : RUN go mod download [2021-03-15T03:45:24.151Z] ---> Running in 5bb7290cd8c3 [2021-03-15T03:45:24.151Z] ---> 86fad60b29d3 [2021-03-15T03:45:24.151Z] Step 7/22 : RUN go mod download [2021-03-15T03:45:24.196Z] + docker inspect -f . ci-base-image-arm64 [2021-03-15T03:45:24.197Z] . [Pipeline] withDockerContainer [2021-03-15T03:45:24.430Z] ---> Running in e241539c7781 [2021-03-15T03:45:24.430Z] ---> Running in cacab510b4bb [2021-03-15T03:45:24.459Z] prd-ubuntu18.04-docker-arm64-4c-16g-29769 does not seem to be running inside a container [2021-03-15T03:45:24.540Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-15T03:45:25.877Z] Removing intermediate container 23ac44cf3cf7 [2021-03-15T03:45:25.877Z] ---> 2a2c36996a14 [2021-03-15T03:45:25.877Z] Step 8/23 : COPY . . [2021-03-15T03:45:25.877Z] Removing intermediate container 60ac7f24c703 [2021-03-15T03:45:25.877Z] ---> 409994f1756d [2021-03-15T03:45:25.877Z] Step 8/22 : COPY . . [2021-03-15T03:45:25.932Z] $ docker top e9d3b397545d6736a0f6120758af0b24fe3f76b21b6af53cf665d3dd37cf79ff -eo pid,comm [2021-03-15T03:45:26.141Z] Removing intermediate container 5bb7290cd8c3 [2021-03-15T03:45:26.141Z] ---> a5ae6b6088c7 [2021-03-15T03:45:26.141Z] Step 8/24 : COPY . . [Pipeline] { [Pipeline] echo [2021-03-15T03:45:26.315Z] ========================================================= [2021-03-15T03:45:26.315Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-15T03:45:26.315Z] ========================================================= [Pipeline] sh [2021-03-15T03:45:26.962Z] + make test [2021-03-15T03:45:26.963Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-15T03:45:34.339Z] Removing intermediate container e241539c7781 [2021-03-15T03:45:34.339Z] ---> c825828c7887 [2021-03-15T03:45:34.339Z] Step 8/21 : COPY . . [2021-03-15T03:45:35.745Z] Removing intermediate container cacab510b4bb [2021-03-15T03:45:35.745Z] ---> 371b2f4187db [2021-03-15T03:45:35.745Z] Step 8/22 : COPY . . [2021-03-15T03:45:49.143Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-15T03:46:14.629Z] ---> 837ef52fda4e [2021-03-15T03:46:14.629Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-15T03:46:14.629Z] ---> d00defa71513 [2021-03-15T03:46:14.629Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-15T03:46:14.629Z] ---> 2f8b6b490d9f [2021-03-15T03:46:14.629Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-15T03:46:14.629Z] ---> Running in 9f2076a27a20 [2021-03-15T03:46:14.629Z] ---> Running in 47c7a85354b1 [2021-03-15T03:46:14.629Z] ---> c0cc6339797a [2021-03-15T03:46:14.629Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-15T03:46:14.629Z] ---> 18e8163ea148 [2021-03-15T03:46:14.629Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-15T03:46:14.629Z] ---> Running in 1c8803eb49e5 [2021-03-15T03:46:14.629Z] ---> Running in 068c78143a66 [2021-03-15T03:46:14.629Z] ---> Running in 9d8e20325160 [2021-03-15T03:46:14.908Z] 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-15T03:46:14.908Z] 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-15T03:46:14.908Z] 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-15T03:46:15.188Z] 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-15T03:46:15.188Z] 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-15T03:46:36.191Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-15T03:46:41.976Z] 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-15T03:46:41.977Z] 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-15T03:46:44.506Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-15T03:46:51.251Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-15T03:46:51.251Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-15T03:46:52.054Z] Removing intermediate container 9f2076a27a20 [2021-03-15T03:46:52.055Z] ---> d7e4bc09c06a [2021-03-15T03:46:52.055Z] [2021-03-15T03:46:52.055Z] Step 10/24 : FROM alpine:3.12 [2021-03-15T03:46:52.055Z] Removing intermediate container 068c78143a66 [2021-03-15T03:46:52.055Z] ---> 2e40541da099 [2021-03-15T03:46:52.055Z] [2021-03-15T03:46:52.055Z] Step 10/21 : FROM alpine:3.12 [2021-03-15T03:46:52.055Z] 3.12: Pulling from library/alpine [2021-03-15T03:46:52.055Z] 3.12: Pulling from library/alpine [2021-03-15T03:46:55.370Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-15T03:46:55.370Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-15T03:46:55.572Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-15T03:46:55.572Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-15T03:46:55.572Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-15T03:46:55.572Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-15T03:46:57.030Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-15T03:46:57.296Z] Status: Downloaded newer image for alpine:3.12 [2021-03-15T03:46:57.296Z] Status: Downloaded newer image for alpine:3.12 [2021-03-15T03:46:57.296Z] ---> 88dd2752d2ea [2021-03-15T03:46:57.296Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-15T03:46:57.296Z] ---> 88dd2752d2ea [2021-03-15T03:46:57.296Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-15T03:46:57.296Z] Removing intermediate container 9d8e20325160 [2021-03-15T03:46:57.296Z] ---> 5f04d06d1ba1 [2021-03-15T03:46:57.296Z] [2021-03-15T03:46:57.296Z] Step 10/22 : FROM alpine:3.12 [2021-03-15T03:46:57.296Z] ---> 88dd2752d2ea [2021-03-15T03:46:57.296Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-15T03:46:57.296Z] Removing intermediate container 1c8803eb49e5 [2021-03-15T03:46:57.296Z] ---> c2c38fa52fa4 [2021-03-15T03:46:57.296Z] [2021-03-15T03:46:57.296Z] Step 10/22 : FROM alpine:3.12 [2021-03-15T03:46:57.296Z] ---> 88dd2752d2ea [2021-03-15T03:46:57.296Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-15T03:46:57.296Z] Removing intermediate container 47c7a85354b1 [2021-03-15T03:46:57.296Z] ---> 57e58e8e284b [2021-03-15T03:46:57.296Z] [2021-03-15T03:46:57.296Z] Step 10/23 : FROM alpine:3.12 [2021-03-15T03:46:57.296Z] ---> 88dd2752d2ea [2021-03-15T03:46:57.296Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-15T03:46:57.296Z] ---> Running in 84ce24a81e1d [2021-03-15T03:46:57.296Z] ---> Running in e77eeff82b98 [2021-03-15T03:46:57.872Z] ---> Running in 4d2ca9618bd5 [2021-03-15T03:46:57.872Z] ---> Running in 29b0d044d669 [2021-03-15T03:46:57.872Z] ---> Running in 91c4fcee787e [2021-03-15T03:46:58.477Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-15T03:46:58.846Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T03:46:58.846Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T03:46:58.846Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T03:46:58.846Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T03:46:59.121Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T03:46:59.121Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-15T03:46:59.121Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T03:46:59.121Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-15T03:46:59.121Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-15T03:46:59.121Z] (4/4) Installing curl (7.69.1-r3) [2021-03-15T03:46:59.121Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T03:46:59.121Z] Executing ca-certificates-20191127-r4.trigger [2021-03-15T03:46:59.121Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-15T03:46:59.121Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T03:46:59.121Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-15T03:46:59.121Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T03:46:59.121Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-15T03:46:59.121Z] OK: 7 MiB in 18 packages [2021-03-15T03:46:59.121Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T03:46:59.121Z] (4/5) Installing curl (7.69.1-r3) [2021-03-15T03:46:59.121Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-15T03:46:59.121Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-15T03:46:59.121Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T03:46:59.121Z] Executing ca-certificates-20191127-r4.trigger [2021-03-15T03:46:59.393Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T03:46:59.393Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-15T03:46:59.393Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T03:46:59.393Z] Executing ca-certificates-20191127-r4.trigger [2021-03-15T03:46:59.393Z] OK: 6 MiB in 16 packages [2021-03-15T03:46:59.393Z] OK: 7 MiB in 19 packages [2021-03-15T03:46:59.393Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-15T03:46:59.393Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T03:46:59.393Z] OK: 6 MiB in 15 packages [2021-03-15T03:46:59.393Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-15T03:46:59.393Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T03:46:59.393Z] OK: 6 MiB in 15 packages [2021-03-15T03:47:02.303Z] Removing intermediate container e77eeff82b98 [2021-03-15T03:47:02.303Z] ---> 5d981e2e489b [2021-03-15T03:47:02.303Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-15T03:47:02.303Z] Removing intermediate container 29b0d044d669 [2021-03-15T03:47:02.303Z] ---> 86e236e3456b [2021-03-15T03:47:02.303Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T03:47:02.303Z] Removing intermediate container 4d2ca9618bd5 [2021-03-15T03:47:02.303Z] ---> a4a436c214c7 [2021-03-15T03:47:02.303Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T03:47:03.251Z] ---> Running in 3ba4d9be854a [2021-03-15T03:47:03.251Z] ---> Running in 6bcb3a230e87 [2021-03-15T03:47:03.251Z] ---> Running in e545dbfb69d9 [2021-03-15T03:47:03.251Z] Removing intermediate container 84ce24a81e1d [2021-03-15T03:47:03.251Z] ---> 0f29c4e1ceb4 [2021-03-15T03:47:03.251Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-15T03:47:03.513Z] Removing intermediate container 91c4fcee787e [2021-03-15T03:47:03.513Z] ---> dd4e79002b1f [2021-03-15T03:47:03.513Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T03:47:03.513Z] ---> Running in 7c624946c35a [2021-03-15T03:47:03.513Z] Removing intermediate container 3ba4d9be854a [2021-03-15T03:47:03.513Z] ---> 089fa1602bbd [2021-03-15T03:47:03.513Z] Step 13/21 : WORKDIR /edgex [2021-03-15T03:47:03.513Z] ---> Running in 18dd975c906e [2021-03-15T03:47:03.776Z] Removing intermediate container 6bcb3a230e87 [2021-03-15T03:47:03.776Z] ---> 7878c53f4b14 [2021-03-15T03:47:03.776Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-15T03:47:03.776Z] ---> Running in 30f021bc5eaa [2021-03-15T03:47:03.776Z] Removing intermediate container e545dbfb69d9 [2021-03-15T03:47:03.776Z] ---> 333aa588e136 [2021-03-15T03:47:03.776Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-15T03:47:03.776Z] ---> Running in 40ad0d1b88c9 [2021-03-15T03:47:04.040Z] Removing intermediate container 7c624946c35a [2021-03-15T03:47:04.040Z] ---> fe89efa4afed [2021-03-15T03:47:04.040Z] Step 13/24 : WORKDIR / [2021-03-15T03:47:04.040Z] ---> Running in 5705620c1c69 [2021-03-15T03:47:04.040Z] Removing intermediate container 18dd975c906e [2021-03-15T03:47:04.040Z] ---> b64d29911a39 [2021-03-15T03:47:04.040Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-15T03:47:04.040Z] ---> Running in 1a500f4c94b9 [2021-03-15T03:47:04.040Z] Removing intermediate container 30f021bc5eaa [2021-03-15T03:47:04.040Z] ---> e2abf6862aac [2021-03-15T03:47:04.040Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-15T03:47:04.304Z] Removing intermediate container 40ad0d1b88c9 [2021-03-15T03:47:04.304Z] ---> 5b7fbf17bad5 [2021-03-15T03:47:04.304Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-15T03:47:04.304Z] ---> Running in eaa421a15a40 [2021-03-15T03:47:04.304Z] Removing intermediate container 5705620c1c69 [2021-03-15T03:47:04.304Z] ---> 769f21f86e69 [2021-03-15T03:47:04.304Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-15T03:47:04.304Z] ---> Running in b0304675f1d5 [2021-03-15T03:47:04.566Z] ---> Running in 955e34efaedb [2021-03-15T03:47:04.567Z] Removing intermediate container 1a500f4c94b9 [2021-03-15T03:47:04.567Z] ---> 55368af51599 [2021-03-15T03:47:04.567Z] 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-15T03:47:04.567Z] Removing intermediate container eaa421a15a40 [2021-03-15T03:47:04.567Z] ---> b295fd177f01 [2021-03-15T03:47:04.567Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-15T03:47:04.567Z] ---> 623e290f2b4b [2021-03-15T03:47:04.567Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-15T03:47:04.832Z] Removing intermediate container b0304675f1d5 [2021-03-15T03:47:04.832Z] ---> 2cc1222b6d9d [2021-03-15T03:47:04.832Z] Step 15/23 : WORKDIR / [2021-03-15T03:47:04.832Z] ---> Running in 72b2df17a4db [2021-03-15T03:47:04.832Z] Removing intermediate container 955e34efaedb [2021-03-15T03:47:04.832Z] ---> 62a099505c73 [2021-03-15T03:47:04.832Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T03:47:05.098Z] ---> Running in 17f721b121d7 [2021-03-15T03:47:05.099Z] ---> 30aff8d2399d [2021-03-15T03:47:05.099Z] 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-15T03:47:05.237Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-15T03:47:05.237Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-15T03:47:05.237Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-15T03:47:05.362Z] Removing intermediate container 72b2df17a4db [2021-03-15T03:47:05.362Z] ---> f1f7dbab000c [2021-03-15T03:47:05.362Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T03:47:05.362Z] ---> a7c99ac839c7 [2021-03-15T03:47:05.362Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-15T03:47:05.362Z] ---> e198035d0f2b [2021-03-15T03:47:05.362Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-15T03:47:05.633Z] Removing intermediate container 17f721b121d7 [2021-03-15T03:47:05.633Z] ---> 1fef3bc6742e [2021-03-15T03:47:05.633Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T03:47:05.633Z] ---> a58ebc8ac2f8 [2021-03-15T03:47:05.633Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-15T03:47:05.895Z] ---> 53113ce44a39 [2021-03-15T03:47:05.895Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-15T03:47:06.159Z] ---> 702a4d28f32e [2021-03-15T03:47:06.159Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-15T03:47:06.159Z] ---> 07a8c1dfc132 [2021-03-15T03:47:06.159Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-15T03:47:06.159Z] ---> f213e5cee5e3 [2021-03-15T03:47:06.159Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-15T03:47:06.428Z] ---> 79b2f4f97ef0 [2021-03-15T03:47:06.428Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-15T03:47:06.428Z] ---> 19b3bb6c619e [2021-03-15T03:47:06.428Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-15T03:47:06.428Z] ---> Running in efc70e8e6d28 [2021-03-15T03:47:06.691Z] ---> e463e0526888 [2021-03-15T03:47:06.691Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-15T03:47:06.959Z] ---> Running in e66c0e7f09aa [2021-03-15T03:47:06.959Z] ---> 59983c9d1ac1 [2021-03-15T03:47:06.959Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-15T03:47:06.959Z] Removing intermediate container efc70e8e6d28 [2021-03-15T03:47:06.959Z] ---> 220af5d512ff [2021-03-15T03:47:06.959Z] Step 18/21 : CMD ["--init=true"] [2021-03-15T03:47:06.959Z] ---> 71cd5061a5c5 [2021-03-15T03:47:06.959Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-15T03:47:06.959Z] ---> 4dea30beb810 [2021-03-15T03:47:06.959Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-15T03:47:06.959Z] ---> Running in 96e451acb22f [2021-03-15T03:47:06.959Z] ---> Running in 46d8005a5a46 [2021-03-15T03:47:07.222Z] Removing intermediate container e66c0e7f09aa [2021-03-15T03:47:07.223Z] ---> 7e034e1680a3 [2021-03-15T03:47:07.223Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T03:47:07.801Z] ---> Running in 96fedcac453b [2021-03-15T03:47:07.801Z] Removing intermediate container 46d8005a5a46 [2021-03-15T03:47:07.801Z] ---> 52e2fde333ea [2021-03-15T03:47:07.801Z] Step 19/21 : LABEL arch=x86_64 [2021-03-15T03:47:07.801Z] Removing intermediate container 96e451acb22f [2021-03-15T03:47:07.801Z] ---> f30c748c4c5e [2021-03-15T03:47:07.801Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T03:47:07.801Z] ---> b702f7c2704f [2021-03-15T03:47:07.801Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-15T03:47:07.801Z] ---> 86bf05bb937e [2021-03-15T03:47:07.801Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-15T03:47:08.063Z] ---> Running in ff05d8168e2a [2021-03-15T03:47:08.063Z] ---> Running in 90012bb32bf4 [2021-03-15T03:47:08.063Z] ---> Running in 667dd451354f [2021-03-15T03:47:08.063Z] Removing intermediate container 96fedcac453b [2021-03-15T03:47:08.063Z] ---> 5dd2a9fd4bd8 [2021-03-15T03:47:08.063Z] Step 20/22 : LABEL arch=x86_64 [2021-03-15T03:47:08.324Z] ---> Running in 4cf9172c3db0 [2021-03-15T03:47:08.324Z] ---> 3b89b945cb7d [2021-03-15T03:47:08.324Z] 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-15T03:47:08.324Z] Removing intermediate container ff05d8168e2a [2021-03-15T03:47:08.324Z] ---> 4cb86da97607 [2021-03-15T03:47:08.324Z] Step 20/22 : LABEL arch=x86_64 [2021-03-15T03:47:08.325Z] Removing intermediate container 90012bb32bf4 [2021-03-15T03:47:08.325Z] ---> 2c3fb7f96cfc [2021-03-15T03:47:08.325Z] Step 20/21 : LABEL git_sha=8c008893c2866544e91eef73f0d66ded5ba62008 [2021-03-15T03:47:08.597Z] Removing intermediate container 667dd451354f [2021-03-15T03:47:08.597Z] ---> 495633df0b72 [2021-03-15T03:47:08.597Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T03:47:08.597Z] ---> Running in c460f49d5eaf [2021-03-15T03:47:08.597Z] ---> Running in 98ae945fafe5 [2021-03-15T03:47:08.597Z] ---> Running in 26bf551a6b1f [2021-03-15T03:47:08.861Z] ---> Running in 8308799e8aaf [2021-03-15T03:47:08.861Z] Removing intermediate container 4cf9172c3db0 [2021-03-15T03:47:08.861Z] ---> 3b28778a7572 [2021-03-15T03:47:08.861Z] Step 21/22 : LABEL git_sha=8c008893c2866544e91eef73f0d66ded5ba62008 [2021-03-15T03:47:09.125Z] ---> Running in 962d12b3c482 [2021-03-15T03:47:09.125Z] Removing intermediate container c460f49d5eaf [2021-03-15T03:47:09.125Z] ---> dec0b1b6a1e5 [2021-03-15T03:47:09.125Z] Step 21/22 : LABEL git_sha=8c008893c2866544e91eef73f0d66ded5ba62008 [2021-03-15T03:47:09.125Z] Removing intermediate container 8308799e8aaf [2021-03-15T03:47:09.125Z] ---> 011994350be9 [2021-03-15T03:47:09.125Z] Step 21/23 : LABEL arch=x86_64 [2021-03-15T03:47:09.125Z] Removing intermediate container 26bf551a6b1f [2021-03-15T03:47:09.125Z] ---> 958f8eeff912 [2021-03-15T03:47:09.125Z] Step 21/21 : LABEL version=0.0.0 [2021-03-15T03:47:09.390Z] ---> Running in a4e9d5b3ba4f [2021-03-15T03:47:09.390Z] ---> Running in 3c3ebf089ba1 [2021-03-15T03:47:09.390Z] ---> Running in a195d4f607c0 [2021-03-15T03:47:09.655Z] Removing intermediate container 962d12b3c482 [2021-03-15T03:47:09.655Z] ---> b8e164c75e45 [2021-03-15T03:47:09.655Z] Step 22/22 : LABEL version=0.0.0 [2021-03-15T03:47:09.655Z] Removing intermediate container a4e9d5b3ba4f [2021-03-15T03:47:09.655Z] ---> 2d9c182cd79b [2021-03-15T03:47:09.655Z] Step 22/22 : LABEL version=0.0.0 [2021-03-15T03:47:09.932Z] ---> Running in cfc049308a58 [2021-03-15T03:47:09.932Z] Removing intermediate container 3c3ebf089ba1 [2021-03-15T03:47:09.932Z] ---> ea3ff31471da [2021-03-15T03:47:09.932Z] [2021-03-15T03:47:09.932Z] ---> Running in 0b358b6c841a [2021-03-15T03:47:09.932Z] Removing intermediate container a195d4f607c0 [2021-03-15T03:47:09.932Z] ---> 21dbc4417751 [2021-03-15T03:47:09.932Z] Step 22/23 : LABEL git_sha=8c008893c2866544e91eef73f0d66ded5ba62008 [2021-03-15T03:47:10.196Z] ---> Running in 7c1ca860464a [2021-03-15T03:47:10.196Z] Successfully built ea3ff31471da [2021-03-15T03:47:10.461Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-15T03:47:10.461Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-15T03:47:10.461Z] Removing intermediate container 0b358b6c841a [2021-03-15T03:47:10.461Z] ---> 8f878bc909b3 [2021-03-15T03:47:10.461Z] [2021-03-15T03:47:10.461Z] Removing intermediate container cfc049308a58 [2021-03-15T03:47:10.461Z] ---> ce15b9ef1c46 [2021-03-15T03:47:10.461Z] [2021-03-15T03:47:10.461Z] Removing intermediate container 98ae945fafe5 [2021-03-15T03:47:10.461Z] ---> e0409ca222e8 [2021-03-15T03:47:10.461Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-15T03:47:10.725Z] Removing intermediate container 7c1ca860464a [2021-03-15T03:47:10.725Z] ---> b908b8e117c7 [2021-03-15T03:47:10.725Z] Step 23/23 : LABEL version=0.0.0 [2021-03-15T03:47:10.725Z] Successfully built ce15b9ef1c46 [2021-03-15T03:47:10.725Z] Successfully tagged docker-support-notifications-go:latest [2021-03-15T03:47:10.725Z] ---> Running in 9ece53890377 [2021-03-15T03:47:10.725Z]  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go [2021-03-15T03:47:10.725Z] Successfully built 8f878bc909b3 [2021-03-15T03:47:10.725Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-15T03:47:10.725Z] Building docker-core-command-go [2021-03-15T03:47:10.725Z]  Building docker-support-scheduler-go ... done  ---> Running in 9a3897f46473 [2021-03-15T03:47:10.994Z] Removing intermediate container 9ece53890377 [2021-03-15T03:47:10.994Z] ---> 7c38741e6bde [2021-03-15T03:47:10.994Z] Step 22/24 : LABEL arch=x86_64 [2021-03-15T03:47:10.994Z] Removing intermediate container 9a3897f46473 [2021-03-15T03:47:10.994Z] ---> daa5816793db [2021-03-15T03:47:10.994Z] [2021-03-15T03:47:10.994Z] ---> Running in 15e98f972f0d [2021-03-15T03:47:11.256Z] Successfully built daa5816793db [2021-03-15T03:47:11.256Z] Successfully tagged docker-core-metadata-go:latest [2021-03-15T03:47:11.256Z] Building docker-core-data-go [2021-03-15T03:47:11.256Z]  Building docker-core-metadata-go ... done Removing intermediate container 15e98f972f0d [2021-03-15T03:47:11.256Z] ---> b83bb46f38a8 [2021-03-15T03:47:11.256Z] Step 23/24 : LABEL git_sha=8c008893c2866544e91eef73f0d66ded5ba62008 [2021-03-15T03:47:11.521Z] ---> Running in 38c74c7f1ea5 [2021-03-15T03:47:11.521Z] Removing intermediate container 38c74c7f1ea5 [2021-03-15T03:47:11.521Z] ---> 75120df4606d [2021-03-15T03:47:11.521Z] Step 24/24 : LABEL version=0.0.0 [2021-03-15T03:47:11.790Z] ---> Running in 3035504d22d1 [2021-03-15T03:47:11.790Z] Removing intermediate container 3035504d22d1 [2021-03-15T03:47:11.790Z] ---> 539cecc32dfe [2021-03-15T03:47:11.790Z] [2021-03-15T03:47:11.977Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.274s coverage: 45.9% of statements [2021-03-15T03:47:11.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-15T03:47:11.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-15T03:47:11.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-15T03:47:11.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-15T03:47:11.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-15T03:47:11.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-15T03:47:11.977Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.168s coverage: 19.8% of statements [2021-03-15T03:47:11.977Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.280s coverage: 100.0% of statements [2021-03-15T03:47:12.056Z] Successfully built 539cecc32dfe [2021-03-15T03:47:12.056Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-15T03:47:20.305Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.564s coverage: 27.1% of statements [2021-03-15T03:47:20.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-15T03:47:20.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-15T03:47:20.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-15T03:47:20.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-15T03:47:20.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-15T03:47:20.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-15T03:47:20.305Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.097s coverage: 100.0% of statements [2021-03-15T03:47:20.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-15T03:47:20.305Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements [2021-03-15T03:47:20.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-15T03:47:20.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-15T03:47:20.305Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.355s coverage: 71.3% of statements [2021-03-15T03:47:20.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-15T03:47:20.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-15T03:47:21.779Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.479s coverage: 82.9% of statements [2021-03-15T03:47:21.779Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-15T03:47:21.779Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T03:47:21.779Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.157s coverage: 78.9% of statements [2021-03-15T03:47:21.779Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-15T03:47:31.991Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.153s coverage: 28.6% of statements [2021-03-15T03:47:31.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-15T03:47:31.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-15T03:47:31.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-15T03:47:31.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-15T03:47:31.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-15T03:47:31.991Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.156s coverage: 100.0% of statements [2021-03-15T03:47:31.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-15T03:47:31.991Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements [2021-03-15T03:47:31.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-15T03:47:31.991Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.317s coverage: 86.7% of statements [2021-03-15T03:47:31.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-15T03:47:31.991Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.382s coverage: 97.5% of statements [2021-03-15T03:47:31.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-15T03:47:31.991Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.131s coverage: 78.3% of statements [2021-03-15T03:47:31.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-15T03:47:31.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-15T03:47:31.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-15T03:47:31.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-15T03:47:38.744Z]  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T03:47:38.744Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-15T03:47:38.744Z] ---> f0df391554c2 [2021-03-15T03:47:38.744Z] Step 3/23 : WORKDIR /edgex-go [2021-03-15T03:47:38.744Z] ---> Using cache [2021-03-15T03:47:38.744Z] ---> 936c87ca54d2 [2021-03-15T03:47:38.744Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T03:47:38.744Z] ---> Using cache [2021-03-15T03:47:38.744Z] ---> 3a5fca393736 [2021-03-15T03:47:38.744Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-15T03:47:38.744Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T03:47:38.744Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-15T03:47:38.744Z] ---> f0df391554c2 [2021-03-15T03:47:38.744Z] Step 3/31 : WORKDIR /edgex-go [2021-03-15T03:47:38.744Z] ---> Using cache [2021-03-15T03:47:38.744Z] ---> 936c87ca54d2 [2021-03-15T03:47:38.744Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T03:47:38.744Z] ---> Using cache [2021-03-15T03:47:38.744Z] ---> 3a5fca393736 [2021-03-15T03:47:38.744Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-15T03:47:38.744Z] ---> Using cache [2021-03-15T03:47:38.744Z] ---> eff5621796c7 [2021-03-15T03:47:38.744Z] Step 6/31 : COPY go.mod . [2021-03-15T03:47:38.744Z] ---> Using cache [2021-03-15T03:47:38.744Z] ---> f4d710b3cc4c [2021-03-15T03:47:38.744Z] Step 7/31 : RUN go mod download [2021-03-15T03:47:38.744Z] ---> Using cache [2021-03-15T03:47:38.744Z] ---> a5ae6b6088c7 [2021-03-15T03:47:38.744Z] Step 8/31 : COPY . . [2021-03-15T03:47:38.744Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T03:47:38.744Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-15T03:47:38.744Z] ---> f0df391554c2 [2021-03-15T03:47:38.744Z] Step 3/26 : WORKDIR /edgex-go [2021-03-15T03:47:38.744Z] ---> Using cache [2021-03-15T03:47:38.744Z] ---> 936c87ca54d2 [2021-03-15T03:47:38.744Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T03:47:38.744Z] ---> Using cache [2021-03-15T03:47:38.744Z] ---> 3a5fca393736 [2021-03-15T03:47:38.744Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-15T03:47:38.744Z] ---> Using cache [2021-03-15T03:47:38.744Z] ---> 837ef52fda4e [2021-03-15T03:47:38.744Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-15T03:47:38.744Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T03:47:38.744Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-15T03:47:38.744Z] ---> f0df391554c2 [2021-03-15T03:47:38.744Z] Step 3/23 : WORKDIR /edgex-go [2021-03-15T03:47:38.744Z] ---> Using cache [2021-03-15T03:47:38.744Z] ---> 936c87ca54d2 [2021-03-15T03:47:38.744Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T03:47:38.744Z] ---> Using cache [2021-03-15T03:47:38.744Z] ---> 3a5fca393736 [2021-03-15T03:47:38.744Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-15T03:47:38.744Z] ---> Using cache [2021-03-15T03:47:38.744Z] ---> eff5621796c7 [2021-03-15T03:47:38.744Z] Step 6/23 : COPY go.mod . [2021-03-15T03:47:38.744Z] ---> Using cache [2021-03-15T03:47:38.744Z] ---> f4d710b3cc4c [2021-03-15T03:47:38.744Z] Step 7/23 : RUN go mod download [2021-03-15T03:47:38.744Z] ---> Using cache [2021-03-15T03:47:38.744Z] ---> a5ae6b6088c7 [2021-03-15T03:47:38.744Z] Step 8/23 : COPY . . [2021-03-15T03:47:38.744Z] ---> Using cache [2021-03-15T03:47:38.744Z] ---> 837ef52fda4e [2021-03-15T03:47:38.744Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-15T03:47:38.744Z] ---> Running in 3d4a7925dfaa [2021-03-15T03:47:38.744Z] ---> Running in ba7f26b4a1b5 [2021-03-15T03:47:38.744Z] ---> Running in 4f6e8582b0a7 [2021-03-15T03:47:38.744Z] ---> Running in e196f4e6e165 [2021-03-15T03:47:38.744Z] 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-15T03:47:38.744Z] 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-15T03:47:38.744Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T03:47:38.744Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T03:47:39.331Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T03:47:39.331Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T03:47:39.944Z] OK: 233 MiB in 51 packages [2021-03-15T03:47:39.944Z] OK: 233 MiB in 51 packages [2021-03-15T03:47:40.308Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.192s coverage: 92.8% of statements [2021-03-15T03:47:40.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-15T03:47:40.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T03:47:40.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-15T03:47:40.308Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-15T03:47:40.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-15T03:47:40.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-15T03:47:40.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-15T03:47:40.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-15T03:47:40.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-15T03:47:40.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-15T03:47:40.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-15T03:47:40.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-15T03:47:40.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-15T03:47:40.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-15T03:47:40.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-15T03:47:40.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-15T03:47:40.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-15T03:47:40.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-15T03:47:40.308Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.080s coverage: 58.8% of statements [2021-03-15T03:47:40.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-15T03:47:40.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-15T03:47:40.308Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.208s coverage: 0.1% of statements [2021-03-15T03:47:40.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-15T03:47:40.308Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-15T03:47:40.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-15T03:47:40.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.071s coverage: 47.1% of statements [2021-03-15T03:47:40.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.084s coverage: 79.5% of statements [2021-03-15T03:47:40.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements [2021-03-15T03:47:40.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.113s coverage: 96.3% of statements [2021-03-15T03:47:40.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.072s coverage: 87.5% of statements [2021-03-15T03:47:41.369Z] Removing intermediate container ba7f26b4a1b5 [2021-03-15T03:47:41.369Z] ---> 8d4d19b54129 [2021-03-15T03:47:41.369Z] Step 6/23 : COPY go.mod . [2021-03-15T03:47:41.369Z] Removing intermediate container 3d4a7925dfaa [2021-03-15T03:47:41.369Z] ---> 773b4b070512 [2021-03-15T03:47:41.369Z] Step 6/26 : COPY go.mod . [2021-03-15T03:47:41.638Z] ---> b334d568f60e [2021-03-15T03:47:41.638Z] Step 7/23 : RUN go mod download [2021-03-15T03:47:41.914Z] ---> fef77666e7dc [2021-03-15T03:47:41.914Z] Step 7/26 : RUN go mod download [2021-03-15T03:47:41.914Z] ---> Running in e2a8b02564eb [2021-03-15T03:47:42.192Z] ---> Running in e7e21ecea70d [2021-03-15T03:47:46.502Z] Removing intermediate container e7e21ecea70d [2021-03-15T03:47:46.502Z] ---> 75f1a84af7b1 [2021-03-15T03:47:46.502Z] Step 8/26 : COPY . . [2021-03-15T03:47:46.502Z] Removing intermediate container e2a8b02564eb [2021-03-15T03:47:46.502Z] ---> 0eb8f3e4d1cf [2021-03-15T03:47:46.502Z] Step 8/23 : COPY . . [2021-03-15T03:47:52.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.072s coverage: 94.4% of statements [2021-03-15T03:47:52.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.052s coverage: 44.8% of statements [2021-03-15T03:47:52.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.096s coverage: 81.4% of statements [2021-03-15T03:48:07.893Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.148s coverage: 92.9% of statements [2021-03-15T03:48:07.893Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-15T03:48:07.893Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-15T03:48:07.893Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-15T03:48:07.893Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements [2021-03-15T03:48:07.894Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-15T03:48:07.894Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-15T03:48:07.894Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-15T03:48:07.894Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-15T03:48:07.894Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-15T03:48:07.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements [2021-03-15T03:48:07.894Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-15T03:48:07.894Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-15T03:48:07.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-03-15T03:48:07.894Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-15T03:48:07.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements [2021-03-15T03:48:07.894Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-15T03:48:07.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-03-15T03:48:07.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.123s coverage: 87.2% of statements [2021-03-15T03:48:07.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.132s coverage: 84.6% of statements [2021-03-15T03:48:07.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.163s coverage: 91.6% of statements [2021-03-15T03:48:07.894Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-15T03:48:07.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.532s coverage: 62.4% of statements [2021-03-15T03:48:07.894Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-15T03:48:07.894Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-15T03:48:07.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2021-03-15T03:48:07.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.085s coverage: 91.3% of statements [2021-03-15T03:48:07.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements [2021-03-15T03:48:07.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.086s coverage: 73.7% of statements [2021-03-15T03:48:07.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements [2021-03-15T03:48:09.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.864s coverage: 69.0% of statements [2021-03-15T03:48:09.887Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-15T03:48:09.887Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-15T03:48:09.887Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-15T03:48:11.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.442s coverage: 38.4% of statements [2021-03-15T03:48:11.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-15T03:48:11.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-15T03:48:11.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.129s coverage: 89.5% of statements [2021-03-15T03:48:11.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-15T03:48:11.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.080s coverage: 84.8% of statements [2021-03-15T03:48:18.725Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.445s coverage: 47.0% of statements [2021-03-15T03:48:18.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-15T03:48:18.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-15T03:48:18.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-15T03:48:18.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-15T03:48:18.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-15T03:48:18.725Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.166s coverage: 100.0% of statements [2021-03-15T03:48:18.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-15T03:48:18.725Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.149s coverage: 100.0% of statements [2021-03-15T03:48:18.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-15T03:48:18.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-15T03:48:18.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-15T03:48:18.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-15T03:48:18.725Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.434s coverage: 87.1% of statements [2021-03-15T03:48:18.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-15T03:48:18.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T03:48:18.725Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-15T03:48:18.850Z] Removing intermediate container 4f6e8582b0a7 [2021-03-15T03:48:18.850Z] ---> 18f4de976b2f [2021-03-15T03:48:18.850Z] [2021-03-15T03:48:18.850Z] Step 10/31 : FROM alpine:3.12 [2021-03-15T03:48:18.850Z] Removing intermediate container e196f4e6e165 [2021-03-15T03:48:18.850Z] ---> 1a4819dd174b [2021-03-15T03:48:18.850Z] [2021-03-15T03:48:18.850Z] Step 10/23 : FROM alpine:3.12 [2021-03-15T03:48:18.850Z] ---> 88dd2752d2ea [2021-03-15T03:48:18.850Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-15T03:48:18.850Z] ---> 88dd2752d2ea [2021-03-15T03:48:18.850Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-15T03:48:18.850Z] ---> Using cache [2021-03-15T03:48:18.850Z] ---> dd4e79002b1f [2021-03-15T03:48:18.850Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T03:48:18.850Z] ---> Using cache [2021-03-15T03:48:18.850Z] ---> b64d29911a39 [2021-03-15T03:48:18.850Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-15T03:48:18.850Z] ---> 4a6a60278d4a [2021-03-15T03:48:18.850Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-15T03:48:18.850Z] ---> Running in 5bfde0a6d89c [2021-03-15T03:48:18.850Z] ---> Running in e665e45fb4db [2021-03-15T03:48:18.850Z] ---> Running in 4639cc4368cf [2021-03-15T03:48:18.850Z] ---> ef838bfc4c22 [2021-03-15T03:48:18.850Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-15T03:48:18.850Z] ---> Running in aa13ef40eb05 [2021-03-15T03:48:18.850Z] Removing intermediate container 5bfde0a6d89c [2021-03-15T03:48:18.850Z] ---> b0afda65ddba [2021-03-15T03:48:18.850Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-15T03:48:18.850Z] Removing intermediate container e665e45fb4db [2021-03-15T03:48:18.850Z] ---> e9afcda09dbb [2021-03-15T03:48:18.850Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-15T03:48:18.850Z] ---> Running in 16fb22483096 [2021-03-15T03:48:18.850Z] ---> Running in 2d1659890b5e [2021-03-15T03:48:18.850Z] 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-15T03:48:18.850Z] Removing intermediate container 16fb22483096 [2021-03-15T03:48:18.850Z] ---> 46353bcfd7ad [2021-03-15T03:48:18.850Z] Step 15/23 : WORKDIR / [2021-03-15T03:48:18.850Z] 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-15T03:48:18.850Z] ---> Running in 0b6118a875ff [2021-03-15T03:48:18.850Z] Removing intermediate container 0b6118a875ff [2021-03-15T03:48:18.850Z] ---> 2eee1b295e59 [2021-03-15T03:48:18.850Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T03:48:18.850Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T03:48:18.850Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T03:48:18.850Z] ---> 3072f61d22fa [2021-03-15T03:48:18.850Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-15T03:48:18.850Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-15T03:48:18.850Z] (2/2) Installing su-exec (0.2-r1) [2021-03-15T03:48:18.850Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T03:48:18.850Z] OK: 6 MiB in 16 packages [2021-03-15T03:48:19.168Z] ---> a7bd260ff22d [2021-03-15T03:48:19.168Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-15T03:48:19.447Z] Removing intermediate container 2d1659890b5e [2021-03-15T03:48:19.447Z] ---> f26933b18d99 [2021-03-15T03:48:19.447Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-15T03:48:19.447Z] ---> Running in 92cecd905911 [2021-03-15T03:48:19.726Z] ---> 6f38e64a677e [2021-03-15T03:48:19.726Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-15T03:48:19.726Z] ---> Running in 9d6f4e1a3ac2 [2021-03-15T03:48:20.004Z] Removing intermediate container 92cecd905911 [2021-03-15T03:48:20.004Z] ---> 4ae501d51578 [2021-03-15T03:48:20.004Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-15T03:48:20.004Z] ---> Running in 7c2d62a80ec1 [2021-03-15T03:48:20.981Z] Removing intermediate container 9d6f4e1a3ac2 [2021-03-15T03:48:20.981Z] ---> 7f539254e3d2 [2021-03-15T03:48:20.981Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T03:48:20.981Z] Removing intermediate container 7c2d62a80ec1 [2021-03-15T03:48:20.981Z] ---> 5fe980b1b2fd [2021-03-15T03:48:20.981Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-15T03:48:21.297Z] ---> Running in fb8885762af4 [2021-03-15T03:48:21.297Z] ---> Running in 0e8d016556b6 [2021-03-15T03:48:21.568Z] Removing intermediate container fb8885762af4 [2021-03-15T03:48:21.568Z] ---> 361c162bf58d [2021-03-15T03:48:21.568Z] Step 21/23 : LABEL arch=x86_64 [2021-03-15T03:48:21.860Z] ---> Running in 888e574e9ed3 [2021-03-15T03:48:22.148Z] Removing intermediate container 888e574e9ed3 [2021-03-15T03:48:22.148Z] ---> d3aece526e27 [2021-03-15T03:48:22.148Z] Step 22/23 : LABEL git_sha=8c008893c2866544e91eef73f0d66ded5ba62008 [2021-03-15T03:48:22.422Z] ---> Running in cbda320940f9 [2021-03-15T03:48:23.007Z] Removing intermediate container cbda320940f9 [2021-03-15T03:48:23.007Z] ---> b2ca8b5a877f [2021-03-15T03:48:23.007Z] Step 23/23 : LABEL version=0.0.0 [2021-03-15T03:48:23.007Z] ---> Running in e3ba85d08dbf [2021-03-15T03:48:23.007Z] Removing intermediate container 0e8d016556b6 [2021-03-15T03:48:23.007Z] ---> 5852cca10147 [2021-03-15T03:48:23.007Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-15T03:48:23.279Z] ---> Running in c9493a0dbbc3 [2021-03-15T03:48:23.279Z] Removing intermediate container e3ba85d08dbf [2021-03-15T03:48:23.279Z] ---> c8d986678cac [2021-03-15T03:48:23.279Z] [2021-03-15T03:48:23.546Z] Removing intermediate container c9493a0dbbc3 [2021-03-15T03:48:23.546Z] ---> 22b1c52b235f [2021-03-15T03:48:23.546Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-15T03:48:23.819Z] Successfully built c8d986678cac [2021-03-15T03:48:23.819Z] Successfully tagged docker-core-command-go:latest [2021-03-15T03:48:24.415Z]  Building docker-core-command-go ... done  ---> 35a88fa4464e [2021-03-15T03:48:24.415Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-15T03:48:24.415Z] ---> Running in a385cdcd54f7 [2021-03-15T03:48:26.403Z] Removing intermediate container a385cdcd54f7 [2021-03-15T03:48:26.403Z] ---> 4dd1e4da15a4 [2021-03-15T03:48:26.403Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T03:48:27.025Z] ---> cea565a08596 [2021-03-15T03:48:27.025Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-15T03:48:27.055Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.207s coverage: 29.1% of statements [2021-03-15T03:48:27.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-15T03:48:27.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-15T03:48:27.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-15T03:48:27.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-15T03:48:27.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-15T03:48:27.055Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.177s coverage: 99.0% of statements [2021-03-15T03:48:27.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-15T03:48:27.055Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.134s coverage: 100.0% of statements [2021-03-15T03:48:27.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-15T03:48:27.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-15T03:48:27.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-15T03:48:27.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-15T03:48:27.055Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.254s coverage: 96.5% of statements [2021-03-15T03:48:27.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-15T03:48:27.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T03:48:27.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-15T03:48:27.055Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements [2021-03-15T03:48:27.055Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-15T03:48:27.055Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements [2021-03-15T03:48:27.055Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-15T03:48:27.055Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-15T03:48:27.055Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-15T03:48:27.055Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-15T03:48:27.055Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.084s coverage: 87.9% of statements [2021-03-15T03:48:27.055Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-15T03:48:27.055Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-15T03:48:27.055Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.064s coverage: 100.0% of statements [2021-03-15T03:48:27.055Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.065s coverage: 32.1% of statements [2021-03-15T03:48:27.055Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-03-15T03:48:28.034Z] GO111MODULE=on go vet ./... [2021-03-15T03:48:28.476Z] ---> c4c84e29ff92 [2021-03-15T03:48:28.476Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-15T03:48:28.741Z] ---> 2a60d5963a70 [2021-03-15T03:48:28.741Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-15T03:48:29.333Z] ---> 02c28dd126ae [2021-03-15T03:48:29.333Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-15T03:48:29.919Z] ---> ad6a1a26d32a [2021-03-15T03:48:29.919Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-15T03:48:30.187Z] ---> Running in 03b2d4d68ee4 [2021-03-15T03:48:30.468Z] Removing intermediate container 03b2d4d68ee4 [2021-03-15T03:48:30.468Z] ---> b8198d5fa556 [2021-03-15T03:48:30.468Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-15T03:48:31.456Z] ---> 817cee19ae1b [2021-03-15T03:48:31.456Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-15T03:48:31.731Z] ---> Running in 55b986bdefef [2021-03-15T03:48:34.356Z] Removing intermediate container 55b986bdefef [2021-03-15T03:48:34.357Z] ---> ddc01127b431 [2021-03-15T03:48:34.357Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-15T03:48:34.357Z] ---> Running in 8a6901ecd318 [2021-03-15T03:48:34.621Z] Removing intermediate container 8a6901ecd318 [2021-03-15T03:48:34.621Z] ---> e0d47087141b [2021-03-15T03:48:34.621Z] Step 28/31 : CMD ["gate"] [2021-03-15T03:48:36.022Z] ---> Running in 81b00cc34a98 [2021-03-15T03:48:36.287Z] Removing intermediate container aa13ef40eb05 [2021-03-15T03:48:36.287Z] ---> 636f3a2cf8cd [2021-03-15T03:48:36.287Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-15T03:48:36.550Z] ---> Running in af75aa1e3c24 [2021-03-15T03:48:36.826Z] Removing intermediate container 81b00cc34a98 [2021-03-15T03:48:36.826Z] ---> e53de6a8acff [2021-03-15T03:48:36.826Z] Step 29/31 : LABEL arch=x86_64 [2021-03-15T03:48:37.100Z] ---> Running in ea0c3447d3eb [2021-03-15T03:48:38.496Z] 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-15T03:48:38.496Z] Removing intermediate container ea0c3447d3eb [2021-03-15T03:48:38.496Z] ---> a8a2be0eb716 [2021-03-15T03:48:38.496Z] Step 30/31 : LABEL git_sha=8c008893c2866544e91eef73f0d66ded5ba62008 [2021-03-15T03:48:38.496Z] ---> Running in c5ff5b22a7b3 [2021-03-15T03:48:38.763Z] Removing intermediate container c5ff5b22a7b3 [2021-03-15T03:48:38.764Z] ---> 1dbf088d6b8c [2021-03-15T03:48:38.764Z] Step 31/31 : LABEL version=0.0.0 [2021-03-15T03:48:39.031Z] ---> Running in 0f7e5b4d3e25 [2021-03-15T03:48:39.985Z] Removing intermediate container 0f7e5b4d3e25 [2021-03-15T03:48:39.985Z] ---> 45f13816250f [2021-03-15T03:48:39.985Z] [2021-03-15T03:48:40.559Z] Successfully built 45f13816250f [2021-03-15T03:48:41.135Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-15T03:48:41.135Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 4639cc4368cf [2021-03-15T03:48:41.135Z] ---> bca2e59f7455 [2021-03-15T03:48:41.135Z] [2021-03-15T03:48:41.135Z] Step 10/23 : FROM alpine:3.12 [2021-03-15T03:48:41.135Z] ---> 88dd2752d2ea [2021-03-15T03:48:41.135Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-15T03:48:41.135Z] Removing intermediate container af75aa1e3c24 [2021-03-15T03:48:41.135Z] ---> af42966a99e0 [2021-03-15T03:48:41.135Z] [2021-03-15T03:48:41.135Z] Step 11/26 : FROM docker:20.10.0 [2021-03-15T03:48:41.135Z] ---> Running in 28cad72d2d68 [2021-03-15T03:48:41.401Z] Removing intermediate container 28cad72d2d68 [2021-03-15T03:48:41.401Z] ---> b55b6ddde2a9 [2021-03-15T03:48:41.401Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-15T03:48:41.401Z] ---> Running in 12b7c28f4639 [2021-03-15T03:48:41.401Z] 20.10.0: Pulling from library/docker [2021-03-15T03:48:41.401Z] Removing intermediate container 12b7c28f4639 [2021-03-15T03:48:41.401Z] ---> a7718734d972 [2021-03-15T03:48:41.401Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-15T03:48:41.666Z] ---> Running in 4d69137e1463 [2021-03-15T03:48:41.666Z] Removing intermediate container 4d69137e1463 [2021-03-15T03:48:41.666Z] ---> 4db147db49fa [2021-03-15T03:48:41.666Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T03:48:41.666Z] ---> Running in 9b8cfd239754 [2021-03-15T03:48:43.607Z] Removing intermediate container 9b8cfd239754 [2021-03-15T03:48:43.607Z] ---> 59a75f5db6c6 [2021-03-15T03:48:43.607Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-15T03:48:43.607Z] ---> Running in 3b0516162bbd [2021-03-15T03:48:43.870Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T03:48:44.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T03:48:45.019Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-15T03:48:45.966Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-15T03:48:45.966Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-15T03:48:45.966Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-15T03:48:46.231Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-15T03:48:46.494Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-15T03:48:46.761Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T03:48:46.761Z] OK: 8 MiB in 20 packages [2021-03-15T03:48:47.708Z] Removing intermediate container 3b0516162bbd [2021-03-15T03:48:47.708Z] ---> 98787e5410cd [2021-03-15T03:48:47.708Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T03:48:48.282Z] ---> 522887dfc9bc [2021-03-15T03:48:48.282Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-15T03:48:49.240Z] ---> 7ffa32d964da [2021-03-15T03:48:49.240Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-15T03:48:49.512Z] ---> 9bf956bf3804 [2021-03-15T03:48:49.512Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-15T03:48:49.512Z] ---> Running in 8adb2fed02b6 [2021-03-15T03:48:49.776Z] Removing intermediate container 8adb2fed02b6 [2021-03-15T03:48:49.776Z] ---> 4218227451aa [2021-03-15T03:48:49.776Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T03:48:49.776Z] ---> Running in bed1320e9570 [2021-03-15T03:48:50.041Z] Removing intermediate container bed1320e9570 [2021-03-15T03:48:50.041Z] ---> e03768200812 [2021-03-15T03:48:50.041Z] Step 21/23 : LABEL arch=x86_64 [2021-03-15T03:48:50.041Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-15T03:48:50.041Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-15T03:48:50.041Z] ---> aefe523efa57 [2021-03-15T03:48:50.041Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-15T03:48:50.041Z] ---> Running in 6fd61a3ad363 [2021-03-15T03:48:50.041Z] ---> Running in 979ccf8f8bc1 [2021-03-15T03:48:50.305Z] Removing intermediate container 6fd61a3ad363 [2021-03-15T03:48:50.305Z] ---> a6232198ac46 [2021-03-15T03:48:50.305Z] Step 22/23 : LABEL git_sha=8c008893c2866544e91eef73f0d66ded5ba62008 [2021-03-15T03:48:50.305Z] ---> Running in 65cadb1cae1c [2021-03-15T03:48:50.568Z] Removing intermediate container 65cadb1cae1c [2021-03-15T03:48:50.568Z] ---> d3a293256bc0 [2021-03-15T03:48:50.568Z] Step 23/23 : LABEL version=0.0.0 [2021-03-15T03:48:50.568Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T03:48:50.568Z] ---> Running in 86a212889ec4 [2021-03-15T03:48:50.831Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T03:48:50.831Z] Removing intermediate container 86a212889ec4 [2021-03-15T03:48:50.831Z] ---> cf147fc7d5bd [2021-03-15T03:48:50.831Z] [2021-03-15T03:48:50.831Z] (1/2) Installing readline (8.0.4-r0) [2021-03-15T03:48:50.831Z] (2/2) Installing bash (5.0.17-r0) [2021-03-15T03:48:50.831Z] Executing bash-5.0.17-r0.post-install [2021-03-15T03:48:50.831Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T03:48:50.831Z] OK: 12 MiB in 22 packages [2021-03-15T03:48:51.096Z] Successfully built cf147fc7d5bd [2021-03-15T03:48:51.096Z] Successfully tagged docker-core-data-go:latest [2021-03-15T03:48:51.670Z]  Building docker-core-data-go ... done Removing intermediate container 979ccf8f8bc1 [2021-03-15T03:48:51.670Z] ---> 667bfe0b7a31 [2021-03-15T03:48:51.670Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-15T03:48:51.670Z] ---> Running in a3258f8dafba [2021-03-15T03:48:51.933Z] Removing intermediate container a3258f8dafba [2021-03-15T03:48:51.933Z] ---> fdfa71000a96 [2021-03-15T03:48:51.933Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-15T03:48:51.933Z] ---> Running in 695bc2779fb6 [2021-03-15T03:48:52.195Z] Removing intermediate container 695bc2779fb6 [2021-03-15T03:48:52.195Z] ---> e51c3683aa76 [2021-03-15T03:48:52.195Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-15T03:48:52.195Z] ---> Running in 85447a6c0419 [2021-03-15T03:48:52.569Z] Removing intermediate container 85447a6c0419 [2021-03-15T03:48:52.569Z] ---> c8cfbff7c68b [2021-03-15T03:48:52.569Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-15T03:48:52.898Z] ---> 8ddc88ed4b54 [2021-03-15T03:48:52.899Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-15T03:48:53.203Z] ---> 111b6e5b9628 [2021-03-15T03:48:53.203Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-15T03:48:53.506Z] ---> 45e7ffaf49bd [2021-03-15T03:48:53.506Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-15T03:48:53.506Z] ---> Running in 43b4d806b7de [2021-03-15T03:48:54.080Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T03:48:54.081Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T03:48:54.343Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-15T03:48:54.343Z] (2/33) Installing expat (2.2.9-r1) [2021-03-15T03:48:54.343Z] (3/33) Installing libffi (3.3-r2) [2021-03-15T03:48:54.343Z] (4/33) Installing gdbm (1.13-r1) [2021-03-15T03:48:54.343Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-15T03:48:54.343Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-15T03:48:54.343Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-15T03:48:55.289Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-15T03:48:55.289Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-15T03:48:55.289Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-15T03:48:55.289Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-15T03:48:55.289Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-15T03:48:55.289Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-15T03:48:55.289Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-15T03:48:55.289Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-15T03:48:55.289Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-15T03:48:55.550Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-15T03:48:55.550Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-15T03:48:55.550Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-15T03:48:55.550Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-15T03:48:55.550Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-15T03:48:55.550Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-15T03:48:55.550Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-15T03:48:55.550Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-15T03:48:55.550Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-15T03:48:55.550Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-15T03:48:55.550Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-15T03:48:55.550Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-15T03:48:55.550Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-15T03:48:55.550Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-15T03:48:55.550Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-15T03:48:55.550Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-15T03:48:55.550Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-15T03:48:55.814Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T03:48:55.814Z] OK: 71 MiB in 55 packages [2021-03-15T03:49:05.841Z] Removing intermediate container 43b4d806b7de [2021-03-15T03:49:05.841Z] ---> 6146909db32b [2021-03-15T03:49:05.841Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-15T03:49:05.841Z] ---> Running in f3c65fad05a2 [2021-03-15T03:49:05.841Z] Collecting docker-compose==1.23.2 [2021-03-15T03:49:05.842Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-15T03:49:06.103Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-15T03:49:06.103Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-15T03:49:06.365Z] Collecting PyYAML<4,>=3.10 [2021-03-15T03:49:06.365Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-15T03:49:07.310Z] Collecting texttable<0.10,>=0.9.0 [2021-03-15T03:49:07.310Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-15T03:49:07.572Z] Collecting docopt<0.7,>=0.6.1 [2021-03-15T03:49:07.572Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-15T03:49:08.148Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-15T03:49:08.148Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-15T03:49:08.410Z] 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-15T03:49:08.671Z] Collecting docker<4.0,>=3.6.0 [2021-03-15T03:49:08.671Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-15T03:49:08.671Z] Collecting cached-property<2,>=1.2.0 [2021-03-15T03:49:08.671Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-15T03:49:08.933Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-15T03:49:08.933Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-15T03:49:09.194Z] Collecting jsonschema<3,>=2.5.1 [2021-03-15T03:49:09.194Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-15T03:49:09.194Z] Collecting docker-pycreds>=0.4.0 [2021-03-15T03:49:09.194Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-15T03:49:09.194Z] 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-15T03:49:09.194Z] 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-15T03:49:09.194Z] Collecting idna<2.8,>=2.5 [2021-03-15T03:49:09.456Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-15T03:49:09.456Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-15T03:49:09.456Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-15T03:49:09.456Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-15T03:49:09.456Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-15T03:49:09.456Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-15T03:49:09.456Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-15T03:49:09.718Z] Installing collected packages: websocket-client, PyYAML, texttable, docopt, dockerpty, docker-pycreds, idna, urllib3, requests, docker, cached-property, jsonschema, docker-compose [2021-03-15T03:49:09.718Z] Running setup.py install for PyYAML: started [2021-03-15T03:49:10.290Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-15T03:49:10.290Z] Running setup.py install for texttable: started [2021-03-15T03:49:10.863Z] Running setup.py install for texttable: finished with status 'done' [2021-03-15T03:49:10.863Z] Running setup.py install for docopt: started [2021-03-15T03:49:11.125Z] Running setup.py install for docopt: finished with status 'done' [2021-03-15T03:49:11.125Z] Running setup.py install for dockerpty: started [2021-03-15T03:49:11.698Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-15T03:49:11.698Z] Attempting uninstall: idna [2021-03-15T03:49:11.698Z] Found existing installation: idna 2.9 [2021-03-15T03:49:11.698Z] Uninstalling idna-2.9: [2021-03-15T03:49:11.698Z] Successfully uninstalled idna-2.9 [2021-03-15T03:49:11.959Z] Attempting uninstall: urllib3 [2021-03-15T03:49:11.959Z] Found existing installation: urllib3 1.25.9 [2021-03-15T03:49:11.959Z] Uninstalling urllib3-1.25.9: [2021-03-15T03:49:11.959Z] Successfully uninstalled urllib3-1.25.9 [2021-03-15T03:49:12.222Z] Attempting uninstall: requests [2021-03-15T03:49:12.222Z] Found existing installation: requests 2.23.0 [2021-03-15T03:49:12.222Z] Uninstalling requests-2.23.0: [2021-03-15T03:49:12.222Z] Successfully uninstalled requests-2.23.0 [2021-03-15T03:49:12.795Z] 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-15T03:49:17.018Z] Removing intermediate container f3c65fad05a2 [2021-03-15T03:49:17.018Z] ---> 9d58066eedc5 [2021-03-15T03:49:17.018Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-15T03:49:17.018Z] ---> Running in 497ab9194610 [2021-03-15T03:49:17.591Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T03:49:17.591Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T03:49:17.591Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-15T03:49:17.591Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-15T03:49:17.591Z] (3/3) Installing curl (7.69.1-r3) [2021-03-15T03:49:17.591Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T03:49:17.591Z] OK: 72 MiB in 58 packages [2021-03-15T03:49:18.165Z] Removing intermediate container 497ab9194610 [2021-03-15T03:49:18.165Z] ---> b6c2fa26e40d [2021-03-15T03:49:18.165Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-15T03:49:18.165Z] ---> Running in e1f17033ba99 [2021-03-15T03:49:18.427Z] Removing intermediate container e1f17033ba99 [2021-03-15T03:49:18.427Z] ---> 1e34c42fb590 [2021-03-15T03:49:18.427Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T03:49:18.427Z] ---> Running in 6d11f06062fa [2021-03-15T03:49:18.690Z] Removing intermediate container 6d11f06062fa [2021-03-15T03:49:18.690Z] ---> b139fe84c299 [2021-03-15T03:49:18.690Z] Step 24/26 : LABEL arch=x86_64 [2021-03-15T03:49:18.690Z] ---> Running in c92b8d14e565 [2021-03-15T03:49:18.952Z] Removing intermediate container c92b8d14e565 [2021-03-15T03:49:18.952Z] ---> 98d4b4761797 [2021-03-15T03:49:18.952Z] Step 25/26 : LABEL git_sha=8c008893c2866544e91eef73f0d66ded5ba62008 [2021-03-15T03:49:18.952Z] ---> Running in aae7d36a3fe2 [2021-03-15T03:49:18.952Z] Removing intermediate container aae7d36a3fe2 [2021-03-15T03:49:18.952Z] ---> c9821a028695 [2021-03-15T03:49:18.952Z] Step 26/26 : LABEL version=0.0.0 [2021-03-15T03:49:19.216Z] ---> Running in f2cb670e4411 [2021-03-15T03:49:19.216Z] Removing intermediate container f2cb670e4411 [2021-03-15T03:49:19.216Z] ---> ccaf07d5a85a [2021-03-15T03:49:19.216Z] [2021-03-15T03:49:19.479Z] Successfully built ccaf07d5a85a [2021-03-15T03:49:19.479Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-15T03:49:19.752Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-15T03:49:19.772Z] $ docker stop --time=1 a2e877e684a9864e895ddc98d6420253962581f7577e8329f62f078f26b657e9 [2021-03-15T03:49:21.378Z] $ docker rm -f a2e877e684a9864e895ddc98d6420253962581f7577e8329f62f078f26b657e9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-15T03:49:21.962Z] + docker images [2021-03-15T03:49:21.962Z] + grep docker [2021-03-15T03:49:22.223Z] docker-sys-mgmt-agent-go latest ccaf07d5a85a 3 seconds ago 313MB [2021-03-15T03:49:22.223Z] docker-core-data-go latest cf147fc7d5bd 32 seconds ago 22.6MB [2021-03-15T03:49:22.223Z] docker-security-bootstrapper-go latest 45f13816250f 43 seconds ago 18.7MB [2021-03-15T03:49:22.223Z] docker-core-command-go latest c8d986678cac 59 seconds ago 17.2MB [2021-03-15T03:49:22.223Z] docker-security-secretstore-setup-go latest 539cecc32dfe 2 minutes ago 24.9MB [2021-03-15T03:49:22.223Z] docker-support-scheduler-go latest 8f878bc909b3 2 minutes ago 17.3MB [2021-03-15T03:49:22.223Z] docker-support-notifications-go latest ce15b9ef1c46 2 minutes ago 17.8MB [2021-03-15T03:49:22.223Z] docker-core-metadata-go latest daa5816793db 2 minutes ago 19MB [2021-03-15T03:49:22.223Z] docker-security-proxy-setup-go latest ea3ff31471da 2 minutes ago 24.7MB [2021-03-15T03:49:22.223Z] 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-15T03:49:38.023Z] Still waiting to schedule task [2021-03-15T03:49:38.023Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-15T03:49:49.871Z] gofmt -l . [2021-03-15T03:49:49.871Z] [ "`gofmt -l .`" = "" ] [2021-03-15T03:49:49.871Z] ./bin/test-go-mod-tidy.sh [2021-03-15T03:49:49.871Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-15T03:49:50.533Z] + ls -al . [2021-03-15T03:49:50.534Z] total 776 [2021-03-15T03:49:50.534Z] drwxrwxr-x 9 1001 1001 4096 Mar 15 03:49 . [2021-03-15T03:49:50.534Z] drwxr-xr-x 4 root root 4096 Mar 15 03:45 .. [2021-03-15T03:49:50.534Z] -rw-rw-r-- 1 1001 1001 11 Mar 15 03:43 .dockerignore [2021-03-15T03:49:50.534Z] drwxrwxr-x 8 1001 1001 4096 Mar 15 03:43 .git [2021-03-15T03:49:50.534Z] drwxrwxr-x 3 1001 1001 4096 Mar 15 03:43 .github [2021-03-15T03:49:50.534Z] -rw-rw-r-- 1 1001 1001 818 Mar 15 03:43 .gitignore [2021-03-15T03:49:50.534Z] -rw-rw-r-- 1 1001 1001 166 Mar 15 03:43 .sonarcloud.properties [2021-03-15T03:49:50.534Z] -rw-rw-r-- 1 1001 1001 8607 Mar 15 03:43 Attribution.txt [2021-03-15T03:49:50.534Z] -rw-rw-r-- 1 1001 1001 3804 Mar 15 03:43 CONTRIBUTING.md [2021-03-15T03:49:50.534Z] -rw-rw-r-- 1 1001 1001 931 Mar 15 03:43 Dockerfile.build [2021-03-15T03:49:50.534Z] -rw-rw-r-- 1 1001 1001 863 Mar 15 03:43 Jenkinsfile [2021-03-15T03:49:50.534Z] -rw-rw-r-- 1 1001 1001 10775 Mar 15 03:43 LICENSE [2021-03-15T03:49:50.534Z] -rw-rw-r-- 1 1001 1001 5774 Mar 15 03:43 Makefile [2021-03-15T03:49:50.534Z] -rw-rw-r-- 1 1001 1001 6548 Mar 15 03:43 README.md [2021-03-15T03:49:50.534Z] -rw-rw-r-- 1 1001 1001 6755 Mar 15 03:43 SECURITY.md [2021-03-15T03:49:50.534Z] -rw-rw-r-- 1 1001 1001 5 Mar 15 03:41 VERSION [2021-03-15T03:49:50.534Z] -rw-rw-r-- 1 1001 1001 4131 Mar 15 03:43 ZMQWindows.md [2021-03-15T03:49:50.534Z] drwxrwxr-x 2 1001 1001 4096 Mar 15 03:43 bin [2021-03-15T03:49:50.534Z] drwxrwxr-x 14 1001 1001 4096 Mar 15 03:43 cmd [2021-03-15T03:49:50.534Z] -rw-r--r-- 1 root root 635765 Mar 15 03:48 coverage.out [2021-03-15T03:49:50.534Z] -rw-r--r-- 1 root root 1055 Mar 15 03:49 go.mod [2021-03-15T03:49:50.534Z] -rw-r--r-- 1 root root 21981 Mar 15 03:49 go.sum [2021-03-15T03:49:50.534Z] drwxrwxr-x 8 1001 1001 4096 Mar 15 03:43 internal [2021-03-15T03:49:50.534Z] drwxrwxr-x 4 1001 1001 4096 Mar 15 03:43 openapi [2021-03-15T03:49:50.534Z] drwxrwxr-x 4 1001 1001 4096 Mar 15 03:43 snap [2021-03-15T03:49:50.534Z] -rw-rw-r-- 1 1001 1001 168 Mar 15 03:43 version.go [Pipeline] sh [2021-03-15T03:49:51.197Z] + '[' -e coverage.out ] [2021-03-15T03:49:51.197Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-15T03:49:51.220Z] Warning: overwriting stash ‘coverage-report’ [2021-03-15T03:49:52.571Z] Stashed 1 file(s) [Pipeline] sh [2021-03-15T03:49:53.240Z] + make build [2021-03-15T03:49:53.240Z] 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-15T03:50:03.531Z] 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-15T03:50:30.330Z] 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-15T03:50:31.759Z] 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-15T03:50:37.165Z] 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-15T03:50:37.757Z] Running on prd-ubuntu18.04-docker-8c-8g-29770 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws [2021-03-15T03:50:37.820Z] Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout [2021-03-15T03:50:38.157Z] 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-15T03:50:40.316Z] using credential edgex-jenkins-ssh [2021-03-15T03:50:40.390Z] Cloning the remote Git repository [2021-03-15T03:50:40.406Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-15T03:50:40.479Z] > git init /w/workspace/edgex-go/14 # timeout=10 [2021-03-15T03:50:40.512Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-15T03:50:40.512Z] > git --version # timeout=10 [2021-03-15T03:50:40.519Z] > git --version # 'git version 2.17.1' [2021-03-15T03:50:40.520Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-15T03:50:40.565Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-15T03:50:43.589Z] 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-15T03:50:47.142Z] Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit 8c008893c2866544e91eef73f0d66ded5ba62008 [2021-03-15T03:50:47.272Z] Merge succeeded, producing 8c008893c2866544e91eef73f0d66ded5ba62008 [2021-03-15T03:50:47.273Z] Checking out Revision 8c008893c2866544e91eef73f0d66ded5ba62008 (PR-3250) [2021-03-15T03:50:46.484Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-15T03:50:46.491Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-15T03:50:46.501Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-15T03:50:46.513Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-15T03:50:46.513Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-15T03:50:46.517Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-15T03:50:47.143Z] > git config core.sparsecheckout # timeout=10 [2021-03-15T03:50:47.148Z] > git checkout -f 8c008893c2866544e91eef73f0d66ded5ba62008 # timeout=10 [2021-03-15T03:50:47.228Z] > git remote # timeout=10 [2021-03-15T03:50:47.236Z] > git config --get remote.origin.url # timeout=10 [2021-03-15T03:50:47.248Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-15T03:50:47.251Z] > git merge 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 [2021-03-15T03:50:47.259Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-15T03:50:47.268Z] > git config core.sparsecheckout # timeout=10 [2021-03-15T03:50:47.273Z] > git checkout -f 8c008893c2866544e91eef73f0d66ded5ba62008 # timeout=10 [2021-03-15T03:50:48.993Z] 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-15T03:50:50.972Z] Commit message: "refactor: Modify test to make the BuildCoreCommands func internalize" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-15T03:50:52.170Z] + echo snap-build.sh [2021-03-15T03:50:52.170Z] snap-build.sh [2021-03-15T03:50:52.170Z] + SNAP_BASE_DIR=. [2021-03-15T03:50:52.170Z] + '[' '!' -z /w/workspace/edgex-go/14 ']' [2021-03-15T03:50:52.170Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/14 [2021-03-15T03:50:52.170Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/14]' [2021-03-15T03:50:52.170Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/14] [2021-03-15T03:50:52.170Z] + cd /w/workspace/edgex-go/14 [2021-03-15T03:50:52.170Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-15T03:50:52.170Z] Reading package lists... [2021-03-15T03:50:52.432Z] Building dependency tree... [2021-03-15T03:50:52.432Z] Reading state information... [2021-03-15T03:50:52.432Z] The following packages were automatically installed and are no longer required: [2021-03-15T03:50:52.432Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-15T03:50:52.432Z] uidmap xdelta3 [2021-03-15T03:50:52.432Z] Use 'sudo apt autoremove' to remove them. [2021-03-15T03:50:52.432Z] The following packages will be REMOVED: [2021-03-15T03:50:52.432Z] lxd* lxd-client* [2021-03-15T03:50:53.007Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-15T03:50:53.007Z] After this operation, 31.7 MB disk space will be freed. [2021-03-15T03:50:53.306Z] 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-15T03:50:54.323Z] (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-15T03:50:54.323Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-15T03:50:54.899Z] Removing lxd dnsmasq configuration [2021-03-15T03:50:55.161Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-15T03:50:55.420Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-15T03:50:56.366Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-15T03:50:56.629Z] (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-15T03:50:56.629Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-15T03:50:57.617Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-15T03:50:58.023Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-15T03:50:58.023Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-15T03:50:59.412Z] + sudo snap remove --purge lxd [2021-03-15T03:50:59.412Z] snap "lxd" is not installed [2021-03-15T03:50:59.412Z] + sudo groupadd --force --system lxd [2021-03-15T03:50:59.412Z] ++ whoami [2021-03-15T03:50:59.412Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-15T03:50:59.412Z] + newgrp - lxd [2021-03-15T03:50:59.412Z] + sudo snap install lxd [2021-03-15T03:51:01.012Z] 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-15T03:51:05.320Z] 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-15T03:51:11.655Z] 2021-03-15T03:51:08Z INFO Waiting for automatic snapd restart... [Pipeline] } [2021-03-15T03:51:12.069Z] $ docker stop --time=1 e9d3b397545d6736a0f6120758af0b24fe3f76b21b6af53cf665d3dd37cf79ff [2021-03-15T03:51:14.641Z] $ docker rm -f e9d3b397545d6736a0f6120758af0b24fe3f76b21b6af53cf665d3dd37cf79ff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T03:51:16.956Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-15T03:51:16.956Z] [2021-03-15T03:51:16.956Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-15T03:51:17.373Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-15T03:51:17.645Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-15T03:51:17.645Z] 29e5d40040c1: Pulling fs layer [2021-03-15T03:51:17.645Z] 1ce36da41761: Pulling fs layer [2021-03-15T03:51:17.645Z] 25b303627fd3: Pulling fs layer [2021-03-15T03:51:17.645Z] 29e5d40040c1: Verifying Checksum [2021-03-15T03:51:17.645Z] 29e5d40040c1: Download complete [2021-03-15T03:51:18.630Z] 1ce36da41761: Verifying Checksum [2021-03-15T03:51:18.630Z] 1ce36da41761: Download complete [2021-03-15T03:51:18.630Z] 29e5d40040c1: Pull complete [2021-03-15T03:51:19.615Z] 1ce36da41761: Pull complete [2021-03-15T03:51:19.889Z] 25b303627fd3: Verifying Checksum [2021-03-15T03:51:19.889Z] 25b303627fd3: Download complete [2021-03-15T03:51:21.740Z] lxd 4.12 from Canonical* installed [2021-03-15T03:51:21.740Z] + sudo lxd init --auto [2021-03-15T03:51:30.058Z] 25b303627fd3: Pull complete [2021-03-15T03:51:30.058Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-15T03:51:30.058Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-15T03:51:30.058Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-15T03:51:30.318Z] prd-ubuntu18.04-docker-arm64-4c-16g-29769 does not seem to be running inside a container [2021-03-15T03:51:30.392Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-15T03:51:31.758Z] + sudo snap install --classic snapcraft [2021-03-15T03:51:33.549Z] $ docker top 5abf41e344eee19e61887b77a6c98d8cd6b1b9ddeb59d334b3bf881dbd5d979f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T03:51:34.647Z] + docker-compose build --help [2021-03-15T03:51:34.647Z] + grep parallel [2021-03-15T03:51:35.981Z] snapcraft 4.5.4 from Canonical* installed [2021-03-15T03:51:35.981Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-15T03:51:35.981Z] + patch --verbose -p1 [2021-03-15T03:51:35.981Z] Hmm... Looks like a unified diff to me... [2021-03-15T03:51:35.981Z] The text leading up to this was: [2021-03-15T03:51:35.981Z] -------------------------- [2021-03-15T03:51:35.981Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-15T03:51:35.981Z] |From: Tony Espy [2021-03-15T03:51:35.981Z] |Date: Tue, 9 Mar 2021 19:05:15 -0500 [2021-03-15T03:51:35.981Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-15T03:51:35.981Z] | [2021-03-15T03:51:35.981Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-15T03:51:35.981Z] |optimize the snap CI check run for pull requests. When [2021-03-15T03:51:35.981Z] |applied, it essentially strips out everything (apps and [2021-03-15T03:51:35.981Z] |parts) from the snapcraft.yaml file except those required [2021-03-15T03:51:35.981Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-15T03:51:35.981Z] |catch changes to edgex-go that break the snap build. [2021-03-15T03:51:35.981Z] | [2021-03-15T03:51:35.981Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-15T03:51:35.981Z] |to update this patch file, otherwise it may fail to apply, [2021-03-15T03:51:35.981Z] |resulting in a failed snap build CI check in the associated [2021-03-15T03:51:35.981Z] |pull request. [2021-03-15T03:51:35.981Z] | [2021-03-15T03:51:35.981Z] |Note - in addition to applying this patch, the pipeline also [2021-03-15T03:51:35.981Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-15T03:51:35.981Z] |need to build the finally binary .snap file (and it won't [2021-03-15T03:51:35.981Z] |work with the patch applied). This further reduces the build [2021-03-15T03:51:35.981Z] |time. [2021-03-15T03:51:35.981Z] |--- [2021-03-15T03:51:35.981Z] | snap/snapcraft.yaml | 452 +------------------------------------------- [2021-03-15T03:51:35.981Z] | 1 file changed, 1 insertion(+), 451 deletions(-) [2021-03-15T03:51:35.981Z] | [2021-03-15T03:51:35.981Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-15T03:51:35.981Z] |index d8bc12bc..5a5f5fbb 100644 [2021-03-15T03:51:35.981Z] |--- a/snap/snapcraft.yaml [2021-03-15T03:51:35.981Z] |+++ b/snap/snapcraft.yaml [2021-03-15T03:51:35.981Z] -------------------------- [2021-03-15T03:51:35.981Z] patching file snap/snapcraft.yaml [2021-03-15T03:51:35.981Z] Using Plan A... [2021-03-15T03:51:35.981Z] Hunk #1 succeeded at 73. [2021-03-15T03:51:35.981Z] Hunk #2 succeeded at 205. [2021-03-15T03:51:35.981Z] Hunk #3 succeeded at 217. [2021-03-15T03:51:35.981Z] Hunk #4 succeeded at 225. [2021-03-15T03:51:35.981Z] Hunk #5 succeeded at 232. [2021-03-15T03:51:35.981Z] Hunk #6 succeeded at 259. [2021-03-15T03:51:35.981Z] Hunk #7 succeeded at 271. [2021-03-15T03:51:35.981Z] Hunk #8 succeeded at 327. [2021-03-15T03:51:35.981Z] Hmm... Ignoring the trailing garbage. [2021-03-15T03:51:35.981Z] done [2021-03-15T03:51:35.981Z] + sudo snapcraft prime --use-lxd [2021-03-15T03:51:37.376Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-15T03:51:37.376Z] 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-15T03:51:37.376Z] - README.md [2021-03-15T03:51:37.376Z] [2021-03-15T03:51:37.376Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-15T03:51:37.950Z] Launching a container. [2021-03-15T03:51:38.023Z] --parallel Build images in parallel. [Pipeline] } [2021-03-15T03:51:38.321Z] $ docker stop --time=1 5abf41e344eee19e61887b77a6c98d8cd6b1b9ddeb59d334b3bf881dbd5d979f [2021-03-15T03:51:40.265Z] $ docker rm -f 5abf41e344eee19e61887b77a6c98d8cd6b1b9ddeb59d334b3bf881dbd5d979f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T03:51:41.102Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-15T03:51:41.102Z] . [Pipeline] withDockerContainer [2021-03-15T03:51:41.369Z] prd-ubuntu18.04-docker-arm64-4c-16g-29769 does not seem to be running inside a container [2021-03-15T03:51:41.447Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-15T03:51:42.865Z] $ docker top 7ee33816af10eb14ba7d9c217d6d98ce075884a4965b11debbe09b61a1d44231 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T03:51:43.912Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-15T03:51:47.288Z] Building docker-core-command-go ... [2021-03-15T03:51:47.288Z] Building docker-core-data-go ... [2021-03-15T03:51:47.288Z] Building docker-core-metadata-go ... [2021-03-15T03:51:47.289Z] Building docker-security-bootstrapper-go ... [2021-03-15T03:51:47.289Z] Building docker-security-proxy-setup-go ... [2021-03-15T03:51:47.289Z] Building docker-security-secretstore-setup-go ... [2021-03-15T03:51:47.289Z] Building docker-support-notifications-go ... [2021-03-15T03:51:47.289Z] Building docker-support-scheduler-go ... [2021-03-15T03:51:47.289Z] Building docker-sys-mgmt-agent-go ... [2021-03-15T03:51:47.289Z] Building docker-support-notifications-go [2021-03-15T03:51:47.289Z] Building docker-core-command-go [2021-03-15T03:51:47.289Z] Building docker-security-secretstore-setup-go [2021-03-15T03:51:47.289Z] Building docker-security-bootstrapper-go [2021-03-15T03:51:47.559Z] Building docker-core-data-go [2021-03-15T03:51:50.199Z] Waiting for container to be ready [2021-03-15T03:51:50.199Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-15T03:51:50.199Z] [2021-03-15T03:51:52.750Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-15T03:51:53.012Z] Waiting for network to be ready... [2021-03-15T03:51:53.279Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-15T03:51:53.538Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-15T03:51:53.538Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-15T03:51:53.538Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-15T03:51:53.538Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-15T03:51:53.538Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-15T03:51:53.538Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-15T03:51:53.538Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-15T03:51:53.538Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-15T03:51:53.800Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-15T03:51:54.062Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-15T03:51:54.062Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-15T03:51:54.328Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-15T03:51:54.328Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-15T03:51:54.592Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-15T03:51:54.592Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-15T03:51:54.592Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-15T03:51:54.592Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-15T03:51:54.854Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-15T03:51:55.115Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] [2021-03-15T03:51:55.115Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-15T03:51:55.115Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-15T03:51:55.115Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-15T03:51:55.115Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-15T03:51:55.115Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-15T03:51:55.115Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-15T03:51:55.115Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-15T03:51:57.669Z] Fetched 24.0 MB in 4s (6057 kB/s) [2021-03-15T03:51:58.243Z] Reading package lists... [2021-03-15T03:51:58.243Z] Reading package lists... [2021-03-15T03:51:58.507Z] Building dependency tree... [2021-03-15T03:51:58.507Z] Reading state information... [2021-03-15T03:51:58.770Z] The following additional packages will be installed: [2021-03-15T03:51:58.770Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-15T03:51:58.770Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-15T03:51:58.770Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-15T03:51:58.770Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-15T03:51:58.770Z] Suggested packages: [2021-03-15T03:51:58.770Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-15T03:51:58.770Z] Recommended packages: [2021-03-15T03:51:58.770Z] gnupg libsasl2-modules [2021-03-15T03:51:58.770Z] The following NEW packages will be installed: [2021-03-15T03:51:58.770Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-15T03:51:58.770Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-15T03:51:58.770Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-15T03:51:58.770Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-15T03:51:58.770Z] The following packages will be upgraded: [2021-03-15T03:51:58.770Z] gpg gpg-agent gpgconf libudev1 [2021-03-15T03:51:58.770Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-15T03:51:58.770Z] Need to get 3530 kB of archives. [2021-03-15T03:51:58.770Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-15T03:51:58.770Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-15T03:51:59.032Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-15T03:51:59.032Z] 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-15T03:51:59.032Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-15T03:51:59.296Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-15T03:51:59.296Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-15T03:51:59.557Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-15T03:51:59.557Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-15T03:51:59.557Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-15T03:51:59.557Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-15T03:51:59.557Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-15T03:51:59.557Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-15T03:51:59.818Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-15T03:51:59.818Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-15T03:51:59.818Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-15T03:51:59.818Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-15T03:51:59.818Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-15T03:51:59.818Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-15T03:51:59.818Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-15T03:51:59.818Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-15T03:51:59.818Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-15T03:51:59.818Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-15T03:51:59.818Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-15T03:51:59.818Z] Fetched 3530 kB in 1s (3204 kB/s) [2021-03-15T03:52:00.079Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-15T03:52:00.079Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-15T03:52:00.079Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-15T03:52:00.079Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-15T03:52:00.341Z] Selecting previously unselected package udev. [2021-03-15T03:52:00.341Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-15T03:52:00.341Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-15T03:52:00.341Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-15T03:52:00.604Z] Selecting previously unselected package libfuse2:amd64. [2021-03-15T03:52:00.604Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-15T03:52:00.605Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-15T03:52:00.605Z] Selecting previously unselected package fuse. [2021-03-15T03:52:00.605Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-15T03:52:00.605Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-15T03:52:00.866Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-15T03:52:00.866Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-15T03:52:00.866Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-15T03:52:00.866Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-15T03:52:01.132Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-15T03:52:01.132Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-15T03:52:01.132Z] Selecting previously unselected package libksba8:amd64. [2021-03-15T03:52:01.132Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-15T03:52:01.132Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-15T03:52:01.394Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-15T03:52:01.394Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-15T03:52:01.394Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T03:52:01.394Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-15T03:52:01.394Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-15T03:52:01.394Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T03:52:01.394Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-15T03:52:01.394Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-15T03:52:01.655Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T03:52:01.656Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-15T03:52:01.656Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-15T03:52:01.656Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T03:52:01.656Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-15T03:52:01.656Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-15T03:52:01.656Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T03:52:01.917Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-15T03:52:01.917Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-15T03:52:01.917Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T03:52:01.917Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-15T03:52:01.917Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-15T03:52:01.917Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T03:52:01.917Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-15T03:52:01.917Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-15T03:52:01.917Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T03:52:02.180Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-15T03:52:02.180Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-15T03:52:02.180Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T03:52:02.180Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-15T03:52:02.180Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-15T03:52:02.180Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-15T03:52:02.180Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-15T03:52:02.180Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-15T03:52:02.180Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-15T03:52:02.446Z] Selecting previously unselected package libldap-common. [2021-03-15T03:52:02.446Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-15T03:52:02.446Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-15T03:52:02.446Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-15T03:52:02.446Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-15T03:52:02.446Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-15T03:52:02.446Z] Selecting previously unselected package dirmngr. [2021-03-15T03:52:02.446Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-15T03:52:02.708Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-15T03:52:02.708Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-15T03:52:02.708Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-15T03:52:02.708Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-15T03:52:02.708Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-15T03:52:02.971Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-15T03:52:02.971Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-15T03:52:02.971Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T03:52:02.971Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-15T03:52:02.971Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-15T03:52:02.971Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-15T03:52:03.546Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-15T03:52:03.546Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T03:52:03.546Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-15T03:52:03.546Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-15T03:52:03.809Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-15T03:52:03.809Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T03:52:03.810Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T03:52:03.810Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T03:52:03.810Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T03:52:03.810Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T03:52:03.810Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T03:52:03.810Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-15T03:52:04.072Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-15T03:52:04.072Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-15T03:52:04.072Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-15T03:52:04.334Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-15T03:52:04.334Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-15T03:52:04.334Z] This means they are not meant to be enabled using systemctl. [2021-03-15T03:52:04.334Z] Possible reasons for having this kind of units are: [2021-03-15T03:52:04.334Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-15T03:52:04.334Z] .wants/ or .requires/ directory. [2021-03-15T03:52:04.334Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-15T03:52:04.334Z] a requirement dependency on it. [2021-03-15T03:52:04.334Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-15T03:52:04.334Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-15T03:52:04.334Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-15T03:52:04.334Z] instance name specified. [2021-03-15T03:52:04.909Z] Reading package lists... [2021-03-15T03:52:04.909Z] Building dependency tree... [2021-03-15T03:52:04.909Z] Reading state information... [2021-03-15T03:52:04.909Z] The following additional packages will be installed: [2021-03-15T03:52:04.909Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-15T03:52:04.909Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-15T03:52:04.909Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-15T03:52:04.909Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-15T03:52:04.909Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-15T03:52:04.909Z] Suggested packages: [2021-03-15T03:52:04.909Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-15T03:52:04.909Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-15T03:52:04.909Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-15T03:52:04.909Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-15T03:52:04.909Z] systemd-container policykit-1 [2021-03-15T03:52:04.909Z] Recommended packages: [2021-03-15T03:52:04.909Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-15T03:52:04.909Z] The following NEW packages will be installed: [2021-03-15T03:52:04.909Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-15T03:52:04.909Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-15T03:52:04.909Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-15T03:52:05.171Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-15T03:52:05.171Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-15T03:52:05.171Z] The following packages will be upgraded: [2021-03-15T03:52:05.171Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-15T03:52:05.171Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-15T03:52:05.171Z] Need to get 35.2 MB of archives. [2021-03-15T03:52:05.171Z] After this operation, 141 MB of additional disk space will be used. [2021-03-15T03:52:05.171Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-15T03:52:05.171Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-15T03:52:05.171Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-15T03:52:05.171Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-15T03:52:05.436Z] 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-15T03:52:05.436Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-15T03:52:05.436Z] 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-15T03:52:05.436Z] 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-15T03:52:05.436Z] 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-15T03:52:05.436Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-15T03:52:05.436Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-15T03:52:05.436Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-15T03:52:05.437Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-15T03:52:05.437Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-15T03:52:05.437Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-15T03:52:05.437Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-15T03:52:05.437Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-15T03:52:05.437Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-15T03:52:05.437Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-15T03:52:06.379Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-15T03:52:06.379Z] 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-15T03:52:06.379Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-15T03:52:06.379Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-15T03:52:06.379Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-15T03:52:06.379Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-15T03:52:06.379Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-15T03:52:06.379Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-15T03:52:06.379Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-15T03:52:06.379Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-15T03:52:06.379Z] 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-15T03:52:06.379Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-15T03:52:06.379Z] Fetched 35.2 MB in 1s (27.0 MB/s) [2021-03-15T03:52:06.640Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-15T03:52:06.640Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-15T03:52:06.640Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-15T03:52:07.217Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-15T03:52:07.217Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-15T03:52:07.478Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-15T03:52:07.478Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-15T03:52:07.478Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-15T03:52:07.478Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-15T03:52:07.739Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-15T03:52:07.739Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-15T03:52:07.739Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-15T03:52:07.739Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-15T03:52:08.001Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-15T03:52:08.001Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-15T03:52:08.573Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-15T03:52:08.573Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-15T03:52:08.573Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-15T03:52:08.573Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-15T03:52:09.145Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-15T03:52:09.145Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-15T03:52:09.145Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-15T03:52:09.145Z] Selecting previously unselected package libexpat1:amd64. [2021-03-15T03:52:09.145Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-15T03:52:09.145Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-15T03:52:09.407Z] Selecting previously unselected package python3.6-minimal. [2021-03-15T03:52:09.407Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-15T03:52:09.407Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-15T03:52:09.669Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-15T03:52:09.669Z] Checking for services that may need to be restarted...done. [2021-03-15T03:52:09.669Z] Checking for services that may need to be restarted...done. [2021-03-15T03:52:09.929Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-15T03:52:09.929Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-15T03:52:09.929Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-15T03:52:10.505Z] Selecting previously unselected package python3-minimal. [2021-03-15T03:52:10.505Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-15T03:52:10.505Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-15T03:52:10.505Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-15T03:52:10.505Z] Selecting previously unselected package mime-support. [2021-03-15T03:52:10.505Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-15T03:52:10.505Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-15T03:52:10.505Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-15T03:52:10.505Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-15T03:52:10.505Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-15T03:52:10.768Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-15T03:52:10.768Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-15T03:52:10.768Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-15T03:52:11.028Z] Selecting previously unselected package python3.6. [2021-03-15T03:52:11.028Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-15T03:52:11.028Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-15T03:52:11.028Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-15T03:52:11.028Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-15T03:52:11.028Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-15T03:52:11.290Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-15T03:52:11.551Z] Selecting previously unselected package python3. [2021-03-15T03:52:11.551Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-15T03:52:11.551Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-15T03:52:11.551Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-15T03:52:11.551Z] Selecting previously unselected package multiarch-support. [2021-03-15T03:52:11.551Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-15T03:52:11.551Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-15T03:52:11.551Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-15T03:52:11.813Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-15T03:52:11.813Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-15T03:52:11.813Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-15T03:52:11.813Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-15T03:52:11.813Z] Selecting previously unselected package libbsd0:amd64. [2021-03-15T03:52:11.813Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-15T03:52:11.813Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-15T03:52:12.075Z] Selecting previously unselected package sudo. [2021-03-15T03:52:12.075Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-15T03:52:12.075Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-15T03:52:12.336Z] Selecting previously unselected package apparmor. [2021-03-15T03:52:12.336Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-15T03:52:12.336Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-15T03:52:12.336Z] Selecting previously unselected package libedit2:amd64. [2021-03-15T03:52:12.336Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-15T03:52:12.336Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-15T03:52:12.597Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-15T03:52:12.597Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-15T03:52:12.597Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-15T03:52:12.597Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-15T03:52:12.597Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-15T03:52:12.597Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-15T03:52:12.597Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-15T03:52:12.597Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-15T03:52:12.597Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-15T03:52:12.858Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-15T03:52:12.858Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-15T03:52:12.858Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-15T03:52:12.858Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-15T03:52:12.858Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-15T03:52:12.858Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-15T03:52:13.119Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-15T03:52:13.119Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-15T03:52:13.119Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-15T03:52:13.380Z] Selecting previously unselected package openssh-client. [2021-03-15T03:52:13.380Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-15T03:52:13.380Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-15T03:52:13.641Z] Selecting previously unselected package squashfs-tools. [2021-03-15T03:52:13.641Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-15T03:52:13.641Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-15T03:52:13.641Z] Selecting previously unselected package snapd. [2021-03-15T03:52:13.641Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-15T03:52:13.641Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-15T03:52:15.558Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-15T03:52:15.558Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-15T03:52:15.819Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-15T03:52:15.819Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-15T03:52:15.819Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-15T03:52:15.819Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-15T03:52:15.819Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-15T03:52:16.081Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-15T03:52:16.081Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-15T03:52:16.656Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-15T03:52:16.656Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-15T03:52:16.918Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-15T03:52:16.918Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-15T03:52:16.918Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-15T03:52:16.918Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-15T03:52:17.495Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-15T03:52:17.495Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-15T03:52:17.495Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-15T03:52:17.495Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-15T03:52:17.495Z] running python rtupdate hooks for python3.6... [2021-03-15T03:52:17.495Z] running python post-rtupdate hooks for python3.6... [2021-03-15T03:52:17.757Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-15T03:52:20.314Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-15T03:52:20.577Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-15T03:52:20.577Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-15T03:52:20.577Z] Setting up snapd (2.48.3+18.04) ... [2021-03-15T03:52:21.152Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-15T03:52:21.152Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-15T03:52:21.414Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-15T03:52:21.414Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-15T03:52:21.676Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-15T03:52:21.676Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-15T03:52:21.939Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-15T03:52:21.939Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-15T03:52:22.199Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-15T03:52:22.461Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-15T03:52:22.461Z] /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-15T03:52:22.461Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-15T03:52:22.461Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-15T03:52:23.401Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-15T03:52:23.401Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-15T03:52:23.662Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-15T03:52:24.605Z] Reading package lists... [2021-03-15T03:52:24.866Z] Reading package lists... [2021-03-15T03:52:24.866Z] Building dependency tree... [2021-03-15T03:52:24.866Z] Reading state information... [2021-03-15T03:52:25.127Z] Calculating upgrade... [2021-03-15T03:52:25.127Z] The following packages will be upgraded: [2021-03-15T03:52:25.127Z] advancecomp base-files bash binutils binutils-common [2021-03-15T03:52:25.127Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-15T03:52:25.127Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-15T03:52:25.127Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-15T03:52:25.127Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-15T03:52:25.127Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-15T03:52:25.127Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-15T03:52:25.127Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-15T03:52:25.127Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-15T03:52:25.127Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-15T03:52:25.127Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-15T03:52:25.127Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-15T03:52:25.127Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-15T03:52:25.127Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-15T03:52:25.127Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-15T03:52:25.388Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-15T03:52:25.388Z] Need to get 63.8 MB of archives. [2021-03-15T03:52:25.388Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-15T03:52:25.388Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-15T03:52:25.388Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-15T03:52:25.960Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-15T03:52:25.960Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-15T03:52:25.960Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-15T03:52:25.960Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-15T03:52:26.222Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-15T03:52:26.222Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-15T03:52:26.222Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-15T03:52:26.222Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-15T03:52:26.222Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-15T03:52:26.222Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-15T03:52:26.222Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-15T03:52:26.222Z] 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-15T03:52:26.222Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-15T03:52:26.222Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-15T03:52:26.222Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-15T03:52:26.222Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-15T03:52:26.222Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-15T03:52:26.222Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-15T03:52:26.222Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-15T03:52:26.222Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-15T03:52:26.482Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-15T03:52:26.482Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-15T03:52:26.482Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-15T03:52:26.482Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-15T03:52:26.482Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-15T03:52:26.482Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-15T03:52:26.482Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-15T03:52:26.482Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-15T03:52:26.482Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-15T03:52:26.482Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-15T03:52:26.482Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-15T03:52:26.482Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-15T03:52:26.482Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-15T03:52:26.482Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-15T03:52:26.482Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-15T03:52:26.743Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-15T03:52:26.743Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-15T03:52:26.743Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-15T03:52:26.743Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-15T03:52:26.743Z] Get:42 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-15T03:52:26.743Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-15T03:52:26.743Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-15T03:52:26.743Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-15T03:52:26.743Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-15T03:52:26.743Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-15T03:52:26.743Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-15T03:52:26.743Z] Get:49 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-15T03:52:26.743Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-15T03:52:26.743Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-15T03:52:26.743Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-15T03:52:26.743Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-15T03:52:26.743Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-15T03:52:26.743Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-15T03:52:26.743Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-15T03:52:26.744Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-15T03:52:26.744Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-15T03:52:26.744Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-15T03:52:26.744Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-15T03:52:26.744Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-15T03:52:26.744Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-15T03:52:26.744Z] Get:63 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-15T03:52:26.744Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-15T03:52:26.744Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-15T03:52:26.744Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-15T03:52:26.744Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-15T03:52:26.744Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-15T03:52:26.744Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-15T03:52:27.004Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-15T03:52:27.004Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-15T03:52:27.004Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-15T03:52:27.004Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-15T03:52:27.004Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-15T03:52:27.004Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-15T03:52:27.004Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-15T03:52:27.004Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-15T03:52:27.004Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-15T03:52:27.004Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-15T03:52:27.004Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-15T03:52:27.004Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-15T03:52:27.004Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-15T03:52:27.004Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-15T03:52:27.264Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-15T03:52:27.264Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-15T03:52:27.264Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-15T03:52:27.264Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-15T03:52:27.264Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-15T03:52:27.264Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-15T03:52:27.264Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-15T03:52:27.523Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-15T03:52:27.783Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-15T03:52:28.043Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-15T03:52:28.043Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-15T03:52:28.304Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-15T03:52:28.304Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-15T03:52:28.304Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-15T03:52:28.304Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-15T03:52:28.304Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-15T03:52:28.304Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-15T03:52:28.304Z] Fetched 63.8 MB in 3s (20.7 MB/s) [2021-03-15T03:52:28.565Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T03:52:28.565Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-15T03:52:28.565Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-15T03:52:29.138Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-15T03:52:29.138Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-15T03:52:29.138Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-15T03:52:29.398Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-15T03:52:30.342Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T03:52:30.342Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-15T03:52:30.603Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T03:52:30.603Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-15T03:52:30.603Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T03:52:30.603Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-15T03:52:30.864Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T03:52:30.864Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-15T03:52:30.864Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T03:52:30.864Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-15T03:52:31.124Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T03:52:31.124Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-15T03:52:31.124Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T03:52:31.124Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-15T03:52:31.386Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-15T03:52:31.386Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-15T03:52:31.386Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T03:52:31.386Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-15T03:52:31.658Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-15T03:52:31.658Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-15T03:52:31.658Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T03:52:31.658Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-15T03:52:31.920Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T03:52:31.920Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-15T03:52:31.920Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-15T03:52:32.183Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-15T03:52:32.444Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-15T03:52:32.444Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-15T03:52:32.444Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-15T03:52:32.706Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-15T03:52:32.970Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-15T03:52:33.231Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-15T03:52:33.231Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-15T03:52:33.231Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-15T03:52:33.231Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-15T03:52:33.493Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-15T03:52:33.755Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-15T03:52:33.755Z] Installing new version of config file /etc/issue ... [2021-03-15T03:52:33.755Z] Installing new version of config file /etc/issue.net ... [2021-03-15T03:52:33.755Z] Installing new version of config file /etc/lsb-release ... [2021-03-15T03:52:33.755Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-15T03:52:34.016Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-15T03:52:34.017Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-15T03:52:34.017Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-15T03:52:34.278Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T03:52:34.278Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-15T03:52:34.278Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-15T03:52:34.278Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-15T03:52:34.538Z] 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-15T03:52:34.538Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T03:52:34.538Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-15T03:52:34.538Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-15T03:52:34.538Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-15T03:52:34.800Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T03:52:34.800Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-15T03:52:34.800Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-15T03:52:34.800Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-15T03:52:35.065Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T03:52:35.065Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-15T03:52:35.066Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-15T03:52:35.327Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-15T03:52:35.588Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T03:52:35.588Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-15T03:52:35.588Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-15T03:52:35.588Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-15T03:52:35.848Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T03:52:35.849Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-15T03:52:35.849Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-15T03:52:35.849Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-15T03:52:36.110Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T03:52:36.110Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-15T03:52:36.110Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-15T03:52:36.110Z] Setting up grep (3.1-2build1) ... [2021-03-15T03:52:36.372Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T03:52:36.372Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-15T03:52:36.372Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-15T03:52:36.633Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-15T03:52:36.633Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T03:52:36.633Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-15T03:52:36.633Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-15T03:52:36.893Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-15T03:52:36.893Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T03:52:36.893Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-15T03:52:36.893Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-15T03:52:37.466Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-15T03:52:37.466Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-15T03:52:37.466Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-15T03:52:37.727Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-15T03:52:38.298Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-15T03:52:38.298Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T03:52:38.298Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-15T03:52:38.298Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-15T03:52:39.239Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-15T03:52:39.239Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-15T03:52:39.239Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-15T03:52:39.500Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-15T03:52:39.500Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-15T03:52:39.500Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T03:52:39.500Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-15T03:52:39.762Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-15T03:52:39.762Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-15T03:52:40.023Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T03:52:40.023Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-15T03:52:40.023Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-15T03:52:40.023Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-15T03:52:40.285Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T03:52:40.285Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-15T03:52:40.285Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-15T03:52:40.285Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-15T03:52:40.285Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T03:52:40.285Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-15T03:52:40.285Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-15T03:52:40.545Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-15T03:52:40.545Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T03:52:40.545Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-15T03:52:40.545Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-15T03:52:40.806Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-15T03:52:40.806Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T03:52:40.806Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-15T03:52:40.806Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-15T03:52:41.068Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-15T03:52:41.068Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-15T03:52:41.068Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-15T03:52:41.329Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T03:52:41.329Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-15T03:52:41.329Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-15T03:52:41.329Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-15T03:52:41.589Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T03:52:41.589Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-15T03:52:41.589Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-15T03:52:41.589Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-15T03:52:41.850Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T03:52:41.850Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-15T03:52:41.850Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-15T03:52:41.850Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-15T03:52:42.111Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T03:52:42.111Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-15T03:52:42.111Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-15T03:52:42.681Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-15T03:52:42.942Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-15T03:52:43.202Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-15T03:52:43.202Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T03:52:43.202Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-15T03:52:43.202Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-15T03:52:43.463Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-15T03:52:43.463Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-15T03:52:43.463Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-15T03:52:43.463Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-15T03:52:43.724Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-15T03:52:43.724Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T03:52:43.724Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-15T03:52:43.724Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-15T03:52:43.985Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-15T03:52:44.245Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T03:52:44.245Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-15T03:52:44.245Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-15T03:52:44.245Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-15T03:52:44.245Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T03:52:44.245Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-15T03:52:44.507Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-15T03:52:44.507Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-15T03:52:44.507Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T03:52:44.507Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-15T03:52:44.507Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-15T03:52:44.768Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-15T03:52:45.028Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T03:52:45.029Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-15T03:52:45.029Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-15T03:52:45.029Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-15T03:52:45.029Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T03:52:45.029Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-15T03:52:45.295Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-15T03:52:45.295Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-15T03:52:45.557Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T03:52:45.557Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-15T03:52:45.557Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-15T03:52:45.818Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-15T03:52:45.818Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-15T03:52:45.818Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-15T03:52:46.081Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-15T03:52:46.081Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-15T03:52:46.081Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T03:52:46.081Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-15T03:52:46.081Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-15T03:52:46.347Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-15T03:52:46.609Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T03:52:46.609Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-15T03:52:46.609Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-15T03:52:46.609Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-15T03:52:46.869Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T03:52:46.869Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-15T03:52:46.869Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-15T03:52:47.131Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-15T03:52:47.131Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T03:52:47.131Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-15T03:52:47.131Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-15T03:52:47.392Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-15T03:52:47.392Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T03:52:47.392Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-15T03:52:47.392Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-15T03:52:47.978Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-15T03:52:47.978Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T03:52:47.978Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-15T03:52:47.978Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-15T03:52:48.240Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-15T03:52:48.240Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T03:52:48.240Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-15T03:52:48.240Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-15T03:52:48.501Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-15T03:52:48.501Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T03:52:48.501Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-15T03:52:48.501Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-15T03:52:48.762Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-15T03:52:48.762Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T03:52:48.762Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-15T03:52:48.762Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-15T03:52:49.024Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-15T03:52:49.024Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T03:52:49.024Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-15T03:52:49.024Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-15T03:52:49.286Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-15T03:52:49.286Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T03:52:49.286Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-15T03:52:49.286Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-15T03:52:49.547Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-15T03:52:49.547Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-15T03:52:49.547Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-15T03:52:49.547Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-15T03:52:49.809Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-15T03:52:49.809Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-15T03:52:49.809Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-15T03:52:49.809Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-15T03:52:49.809Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-15T03:52:50.070Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-15T03:52:50.070Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-15T03:52:50.331Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-15T03:52:50.331Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-15T03:52:50.592Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-15T03:52:50.592Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-15T03:52:50.592Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-15T03:52:51.168Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-15T03:52:51.168Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-15T03:52:51.168Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-15T03:52:51.168Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-15T03:52:51.430Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-15T03:52:51.430Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-15T03:52:51.430Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-15T03:52:51.430Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-15T03:52:51.693Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-15T03:52:51.693Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-15T03:52:51.693Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-15T03:52:51.693Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-15T03:52:51.954Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-15T03:52:51.954Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-15T03:52:52.902Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-15T03:52:52.902Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-15T03:52:52.902Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-15T03:52:52.902Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-15T03:52:53.163Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-15T03:52:53.163Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-15T03:52:53.426Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-15T03:52:53.426Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-15T03:52:53.685Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-15T03:52:53.685Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-15T03:52:53.946Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-15T03:52:53.946Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-15T03:52:53.946Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-15T03:52:53.946Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-15T03:52:54.208Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-15T03:52:54.208Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-15T03:52:54.470Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-15T03:52:54.470Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-15T03:52:54.470Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-15T03:52:54.470Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-15T03:52:55.407Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-15T03:52:55.407Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-15T03:52:56.350Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-15T03:52:56.350Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-15T03:52:57.294Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-15T03:52:57.294Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-15T03:52:57.556Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-15T03:52:57.556Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-15T03:52:58.332Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-15T03:52:58.332Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-15T03:52:58.593Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-15T03:52:58.593Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-15T03:52:58.593Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-15T03:52:58.593Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-15T03:52:58.854Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-15T03:52:58.855Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-15T03:52:59.115Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-15T03:52:59.115Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-15T03:52:59.115Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-15T03:52:59.115Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-15T03:52:59.377Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-15T03:52:59.377Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-15T03:52:59.377Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-15T03:52:59.377Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-15T03:52:59.638Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-15T03:52:59.638Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-15T03:52:59.638Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-15T03:52:59.638Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-15T03:52:59.638Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-15T03:52:59.899Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-15T03:52:59.899Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-15T03:52:59.899Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-15T03:52:59.899Z] [2021-03-15T03:52:59.899Z] Current default time zone: 'Etc/UTC' [2021-03-15T03:52:59.899Z] Local time is now: Mon Mar 15 03:52:59 UTC 2021. [2021-03-15T03:52:59.899Z] Universal Time is now: Mon Mar 15 03:52:59 UTC 2021. [2021-03-15T03:52:59.899Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-15T03:52:59.899Z] [2021-03-15T03:53:00.160Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-15T03:53:00.160Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-15T03:53:00.160Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-15T03:53:00.160Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-15T03:53:00.160Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-15T03:53:00.160Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-15T03:53:00.160Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-15T03:53:00.160Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-15T03:53:00.420Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-15T03:53:00.420Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-15T03:53:00.420Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-15T03:53:00.420Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-15T03:53:00.681Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-15T03:53:00.681Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-15T03:53:00.681Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-15T03:53:00.681Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-15T03:53:00.681Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-15T03:53:00.681Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-15T03:53:00.681Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-15T03:53:00.943Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-15T03:53:00.943Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-15T03:53:00.943Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-15T03:53:00.943Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-15T03:53:02.870Z] Updating certificates in /etc/ssl/certs... [2021-03-15T03:53:03.440Z] 23 added, 27 removed; done. [2021-03-15T03:53:03.440Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-15T03:53:03.440Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-15T03:53:03.701Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-15T03:53:03.701Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-15T03:53:03.701Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-15T03:53:03.701Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-15T03:53:03.701Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-15T03:53:03.962Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-15T03:53:03.962Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-15T03:53:03.962Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-15T03:53:03.962Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-15T03:53:03.962Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-15T03:53:03.962Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-15T03:53:03.962Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-15T03:53:04.224Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-15T03:53:04.224Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-15T03:53:04.224Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-15T03:53:04.224Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-15T03:53:04.224Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-15T03:53:04.224Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-15T03:53:04.224Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-15T03:53:04.486Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-15T03:53:04.486Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-15T03:53:04.486Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-15T03:53:04.486Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-15T03:53:04.486Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-15T03:53:04.747Z] Updating certificates in /etc/ssl/certs... [2021-03-15T03:53:05.326Z] 0 added, 0 removed; done. [2021-03-15T03:53:05.327Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-15T03:53:05.327Z] done. [2021-03-15T03:53:05.589Z] Reading package lists... [2021-03-15T03:53:05.853Z] Building dependency tree... [2021-03-15T03:53:05.853Z] Reading state information... [2021-03-15T03:53:05.853Z] The following NEW packages will be installed: [2021-03-15T03:53:05.853Z] apt-transport-https [2021-03-15T03:53:06.115Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-15T03:53:06.115Z] Need to get 1696 B of archives. [2021-03-15T03:53:06.115Z] After this operation, 153 kB of additional disk space will be used. [2021-03-15T03:53:06.115Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-15T03:53:06.115Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-15T03:53:06.115Z] Fetched 1696 B in 0s (8542 B/s) [2021-03-15T03:53:06.115Z] Selecting previously unselected package apt-transport-https. [2021-03-15T03:53:06.115Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-15T03:53:06.115Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-15T03:53:06.115Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-15T03:53:06.378Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-15T03:53:06.640Z] Waiting for network to be ready... [2021-03-15T03:53:09.351Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T03:53:09.351Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-15T03:53:09.351Z] ---> d958f40672d4 [2021-03-15T03:53:09.351Z] Step 3/23 : WORKDIR /edgex-go [2021-03-15T03:53:09.351Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T03:53:09.351Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-15T03:53:09.351Z] ---> d958f40672d4 [2021-03-15T03:53:09.351Z] Step 3/23 : WORKDIR /edgex-go [2021-03-15T03:53:09.351Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T03:53:09.351Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-15T03:53:09.351Z] ---> d958f40672d4 [2021-03-15T03:53:09.351Z] Step 3/22 : WORKDIR /edgex-go [2021-03-15T03:53:09.351Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T03:53:09.351Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-15T03:53:09.351Z] ---> d958f40672d4 [2021-03-15T03:53:09.351Z] Step 3/24 : WORKDIR /edgex-go [2021-03-15T03:53:09.351Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T03:53:09.351Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-15T03:53:09.351Z] ---> d958f40672d4 [2021-03-15T03:53:09.351Z] Step 3/31 : WORKDIR /edgex-go [2021-03-15T03:53:09.351Z] ---> Running in cfedc22c8211 [2021-03-15T03:53:09.351Z] ---> Running in 27755d381a2b [2021-03-15T03:53:09.351Z] ---> Running in 267b3c69f095 [2021-03-15T03:53:09.351Z] ---> Running in 4fa6c32660f9 [2021-03-15T03:53:09.351Z] ---> Running in 7cb0b3023b3e [2021-03-15T03:53:09.351Z] Removing intermediate container cfedc22c8211 [2021-03-15T03:53:09.351Z] ---> b2f1e7ed646a [2021-03-15T03:53:09.351Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T03:53:09.351Z] Removing intermediate container 27755d381a2b [2021-03-15T03:53:09.351Z] ---> 692d3ebaf31f [2021-03-15T03:53:09.351Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T03:53:09.351Z] Removing intermediate container 4fa6c32660f9 [2021-03-15T03:53:09.351Z] ---> 0b59e59e3543 [2021-03-15T03:53:09.351Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T03:53:09.351Z] Removing intermediate container 7cb0b3023b3e [2021-03-15T03:53:09.351Z] ---> 2b5304c576b8 [2021-03-15T03:53:09.351Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T03:53:09.351Z] Removing intermediate container 267b3c69f095 [2021-03-15T03:53:09.351Z] ---> fad595a8dff8 [2021-03-15T03:53:09.351Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T03:53:09.351Z] ---> Running in 30e40a79277c [2021-03-15T03:53:09.351Z] ---> Running in ec40fb6cd94c [2021-03-15T03:53:09.351Z] ---> Running in 4c725210551a [2021-03-15T03:53:09.351Z] ---> Running in ed7889617871 [2021-03-15T03:53:09.351Z] ---> Running in e964427c25cd [2021-03-15T03:53:09.351Z] Removing intermediate container 30e40a79277c [2021-03-15T03:53:09.351Z] ---> 079e9be3846c [2021-03-15T03:53:09.351Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-15T03:53:09.351Z] Removing intermediate container ec40fb6cd94c [2021-03-15T03:53:09.351Z] ---> 16105c40fb6b [2021-03-15T03:53:09.351Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-15T03:53:09.351Z] ---> Running in d2d20cd511ae [2021-03-15T03:53:09.351Z] ---> Running in 02a951722cca [2021-03-15T03:53:09.625Z] Removing intermediate container 4c725210551a [2021-03-15T03:53:09.625Z] ---> 26772213af95 [2021-03-15T03:53:09.625Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-15T03:53:09.625Z] Removing intermediate container e964427c25cd [2021-03-15T03:53:09.625Z] ---> c9d38c837331 [2021-03-15T03:53:09.625Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-15T03:53:09.906Z] ---> Running in beb601ef5e87 [2021-03-15T03:53:09.906Z] Removing intermediate container ed7889617871 [2021-03-15T03:53:09.906Z] ---> 9585dc81cb5f [2021-03-15T03:53:09.906Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-15T03:53:10.183Z] ---> Running in 86b7fc1d234f [2021-03-15T03:53:10.183Z] ---> Running in 338ddc326bfe [2021-03-15T03:53:11.190Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T03:53:11.790Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T03:53:11.790Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T03:53:11.956Z] 2021-03-15T03:53:09Z INFO Waiting for automatic snapd restart... [2021-03-15T03:53:12.067Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T03:53:12.067Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T03:53:12.067Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T03:53:12.218Z] snapd 2.49 from Canonical* installed [2021-03-15T03:53:12.346Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T03:53:12.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T03:53:12.899Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T03:53:12.899Z] OK: 217 MiB in 51 packages [2021-03-15T03:53:12.899Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T03:53:13.209Z] "snapd" switched to the "latest/stable" channel [2021-03-15T03:53:13.209Z] [2021-03-15T03:53:13.513Z] OK: 217 MiB in 51 packages [2021-03-15T03:53:13.791Z] OK: 217 MiB in 51 packages [2021-03-15T03:53:13.791Z] OK: 217 MiB in 51 packages [2021-03-15T03:53:13.791Z] OK: 217 MiB in 51 packages [2021-03-15T03:53:14.789Z] Removing intermediate container d2d20cd511ae [2021-03-15T03:53:14.789Z] ---> eaedd7bbf3f1 [2021-03-15T03:53:14.789Z] Step 6/23 : COPY go.mod . [2021-03-15T03:53:15.070Z] Removing intermediate container 02a951722cca [2021-03-15T03:53:15.070Z] ---> 8e6a1c5d0b45 [2021-03-15T03:53:15.070Z] Step 6/22 : COPY go.mod . [2021-03-15T03:53:15.678Z] Removing intermediate container 86b7fc1d234f [2021-03-15T03:53:15.678Z] ---> c1dc39e247d1 [2021-03-15T03:53:15.678Z] Step 6/23 : COPY go.mod . [2021-03-15T03:53:15.678Z] ---> f11ada08e069 [2021-03-15T03:53:15.678Z] Step 7/23 : RUN go mod download [2021-03-15T03:53:15.766Z] core18 20210128 from Canonical* installed [2021-03-15T03:53:15.963Z] ---> Running in e6e78777fa4e [2021-03-15T03:53:15.963Z] Removing intermediate container beb601ef5e87 [2021-03-15T03:53:15.963Z] ---> aa64165c55b3 [2021-03-15T03:53:15.963Z] Step 6/31 : COPY go.mod . [2021-03-15T03:53:15.963Z] Removing intermediate container 338ddc326bfe [2021-03-15T03:53:15.963Z] ---> b0fcce91ecd7 [2021-03-15T03:53:15.963Z] Step 6/24 : COPY go.mod . [2021-03-15T03:53:16.030Z] "core18" switched to the "latest/stable" channel [2021-03-15T03:53:16.030Z] [2021-03-15T03:53:16.243Z] ---> e68e1c449c4f [2021-03-15T03:53:16.243Z] Step 7/22 : RUN go mod download [2021-03-15T03:53:16.243Z] ---> Running in 08ffb83f2704 [2021-03-15T03:53:16.844Z] ---> 7b105e198196 [2021-03-15T03:53:16.844Z] Step 7/23 : RUN go mod download [2021-03-15T03:53:16.844Z] ---> Running in 27b792c7d18b [2021-03-15T03:53:17.124Z] ---> 379548d883c7 [2021-03-15T03:53:17.124Z] Step 7/24 : RUN go mod download [2021-03-15T03:53:17.124Z] ---> b92a5a7f63a6 [2021-03-15T03:53:17.124Z] Step 7/31 : RUN go mod download [2021-03-15T03:53:17.403Z] ---> Running in 57c600fc6262 [2021-03-15T03:53:17.403Z] ---> Running in a21df090cb55 [2021-03-15T03:53:19.336Z] snapcraft 4.5.4 from Canonical* installed [2021-03-15T03:53:19.599Z] "snapcraft" switched to the "latest/stable" channel [2021-03-15T03:53:19.599Z] [2021-03-15T03:53:20.817Z] Removing intermediate container e6e78777fa4e [2021-03-15T03:53:20.818Z] ---> 8dfa40cab1d2 [2021-03-15T03:53:20.818Z] Step 8/23 : COPY . . [2021-03-15T03:53:20.818Z] Removing intermediate container 08ffb83f2704 [2021-03-15T03:53:20.818Z] ---> a3646475367c [2021-03-15T03:53:20.818Z] Step 8/22 : COPY . . [2021-03-15T03:53:21.427Z] Removing intermediate container 27b792c7d18b [2021-03-15T03:53:21.427Z] ---> 978fb835cfe6 [2021-03-15T03:53:21.427Z] Step 8/23 : COPY . . [2021-03-15T03:53:22.028Z] Removing intermediate container 57c600fc6262 [2021-03-15T03:53:22.028Z] ---> 4e6c3fc6a9a0 [2021-03-15T03:53:22.028Z] Step 8/24 : COPY . . [2021-03-15T03:53:22.628Z] Removing intermediate container a21df090cb55 [2021-03-15T03:53:22.628Z] ---> 50f82b7005a9 [2021-03-15T03:53:22.628Z] Step 8/31 : COPY . . [2021-03-15T03:53:22.903Z] 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-15T03:53:22.903Z] - README.md [2021-03-15T03:53:22.903Z] [2021-03-15T03:53:22.903Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-15T03:53:29.507Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-15T03:53:29.507Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-15T03:53:29.507Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-15T03:53:29.507Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-15T03:53:30.710Z] Reading package lists... [2021-03-15T03:53:30.972Z] 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-15T03:53:37.571Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-15T03:53:37.571Z] Reading package lists... [2021-03-15T03:53:37.571Z] Building dependency tree... [2021-03-15T03:53:37.571Z] Reading state information... [2021-03-15T03:53:37.571Z] Suggested packages: [2021-03-15T03:53:37.571Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-15T03:53:37.571Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-15T03:53:37.571Z] Recommended packages: [2021-03-15T03:53:37.571Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-15T03:53:37.571Z] The following NEW packages will be installed: [2021-03-15T03:53:37.571Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-15T03:53:37.571Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-15T03:53:37.571Z] pkg-config zip [2021-03-15T03:53:37.571Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-15T03:53:37.571Z] Need to get 7658 kB of archives. [2021-03-15T03:53:37.571Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-15T03:53:37.571Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-15T03:53:37.571Z] 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-15T03:53:37.832Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-15T03:53:37.832Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-15T03:53:38.094Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-15T03:53:38.094Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-15T03:53:38.094Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-15T03:53:38.094Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-15T03:53:38.094Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-15T03:53:38.094Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-15T03:53:38.355Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-15T03:53:38.355Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-15T03:53:38.355Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-15T03:53:38.617Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-15T03:53:38.617Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-15T03:53:38.617Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-15T03:53:38.617Z] Fetched 7658 kB in 1s (7285 kB/s) [2021-03-15T03:53:38.617Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-15T03:53:38.617Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-15T03:53:38.617Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... [2021-03-15T03:53:38.878Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-15T03:53:38.878Z] Selecting previously unselected package libpsl5:amd64. [2021-03-15T03:53:38.878Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-15T03:53:38.878Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-15T03:53:39.139Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-15T03:53:39.139Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-15T03:53:39.139Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-15T03:53:39.139Z] Selecting previously unselected package librtmp1:amd64. [2021-03-15T03:53:39.139Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-15T03:53:39.139Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-15T03:53:39.404Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-15T03:53:39.404Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-15T03:53:39.404Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-15T03:53:39.404Z] Selecting previously unselected package liberror-perl. [2021-03-15T03:53:39.404Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-15T03:53:39.404Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-15T03:53:39.404Z] Selecting previously unselected package git-man. [2021-03-15T03:53:39.404Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-15T03:53:39.404Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-15T03:53:39.667Z] Selecting previously unselected package git. [2021-03-15T03:53:39.667Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-15T03:53:39.667Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-15T03:53:40.612Z] Selecting previously unselected package libnorm1:amd64. [2021-03-15T03:53:40.612Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-15T03:53:40.612Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-15T03:53:40.612Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-15T03:53:40.612Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-15T03:53:40.612Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-15T03:53:40.612Z] Selecting previously unselected package libsodium23:amd64. [2021-03-15T03:53:40.612Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-15T03:53:40.612Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-15T03:53:40.874Z] Selecting previously unselected package libzmq5:amd64. [2021-03-15T03:53:40.874Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-15T03:53:40.874Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-15T03:53:40.874Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-15T03:53:40.874Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-15T03:53:40.874Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-15T03:53:41.135Z] Selecting previously unselected package pkg-config. [2021-03-15T03:53:41.135Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-15T03:53:41.135Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-15T03:53:41.396Z] Selecting previously unselected package zip. [2021-03-15T03:53:41.396Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-15T03:53:41.396Z] Unpacking zip (3.0-11build1) ... [2021-03-15T03:53:41.396Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-15T03:53:41.396Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-15T03:53:41.396Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-15T03:53:41.396Z] Setting up liberror-perl (0.17025-1) ... [2021-03-15T03:53:41.396Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-15T03:53:41.658Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-15T03:53:41.658Z] No schema files found: doing nothing. [2021-03-15T03:53:41.658Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-15T03:53:41.658Z] Setting up zip (3.0-11build1) ... [2021-03-15T03:53:41.658Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-15T03:53:41.658Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-15T03:53:41.658Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-15T03:53:41.658Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-15T03:53:41.658Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-15T03:53:41.919Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-15T03:53:41.919Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-15T03:53:41.919Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-15T03:53:48.508Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-15T03:53:48.508Z] git set to automatically installed. [2021-03-15T03:53:48.508Z] git-man set to automatically installed. [2021-03-15T03:53:48.508Z] libcurl3-gnutls set to automatically installed. [2021-03-15T03:53:48.508Z] liberror-perl set to automatically installed. [2021-03-15T03:53:48.508Z] libglib2.0-0 set to automatically installed. [2021-03-15T03:53:48.508Z] libnghttp2-14 set to automatically installed. [2021-03-15T03:53:48.508Z] libnorm1 set to automatically installed. [2021-03-15T03:53:48.508Z] libpgm-5.2-0 set to automatically installed. [2021-03-15T03:53:48.508Z] libpsl5 set to automatically installed. [2021-03-15T03:53:48.508Z] librtmp1 set to automatically installed. [2021-03-15T03:53:48.508Z] libsodium23 set to automatically installed. [2021-03-15T03:53:48.508Z] libzmq3-dev set to automatically installed. [2021-03-15T03:53:48.508Z] libzmq5 set to automatically installed. [2021-03-15T03:53:48.508Z] pkg-config set to automatically installed. [2021-03-15T03:53:48.508Z] zip set to automatically installed. [2021-03-15T03:53:49.473Z] ---> ec39e632b0c8 [2021-03-15T03:53:49.473Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-15T03:53:49.473Z] ---> 42e1232b28ee [2021-03-15T03:53:49.473Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-15T03:53:49.473Z] ---> 6e306bcd1563 [2021-03-15T03:53:49.473Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-15T03:53:49.473Z] ---> d0d56c4cdd9b [2021-03-15T03:53:49.473Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-15T03:53:49.473Z] ---> 8230742a1a52 [2021-03-15T03:53:49.473Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-15T03:53:49.473Z] ---> Running in d2385938cdf5 [2021-03-15T03:53:49.473Z] ---> Running in 6f957659ecd7 [2021-03-15T03:53:49.473Z] ---> Running in cf23af9b0375 [2021-03-15T03:53:49.473Z] ---> Running in 7bee48c0c373 [2021-03-15T03:53:49.473Z] ---> Running in 7eb3a14a2511 [2021-03-15T03:53:49.750Z] 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-15T03:53:49.892Z] snapd is not logged in, snap install commands will use sudo [2021-03-15T03:53:50.033Z] 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-15T03:53:50.033Z] 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-15T03:53:50.327Z] 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-15T03:53:50.327Z] 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-15T03:53:56.479Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-15T03:54:11.398Z] go (1.15/stable) 1.15.9 from Michael Hudson-Doyle (mwhudson) installed [2021-03-15T03:54:11.398Z] snapd is not logged in, snap install commands will use sudo [2021-03-15T03:54:16.690Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-15T03:54:17.268Z] snap "core18" has no updates available [2021-03-15T03:54:17.840Z] Pulling config-common [2021-03-15T03:54:17.840Z] + snapcraftctl pull [2021-03-15T03:54:18.781Z] Pulling go-build-helper [2021-03-15T03:54:18.781Z] + snapcraftctl pull [2021-03-15T03:54:19.352Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2021-03-15T03:54:19.352Z] Skipping pull go-build-helper (already ran) [2021-03-15T03:54:19.352Z] Building go-build-helper [2021-03-15T03:54:19.352Z] + snapcraftctl build [2021-03-15T03:54:21.280Z] Staging go-build-helper [2021-03-15T03:54:21.280Z] + snapcraftctl stage [2021-03-15T03:54:31.283Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-15T03:54:31.283Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-15T03:54:31.283Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-15T03:54:31.283Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-15T03:54:31.283Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-15T03:54:31.283Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-15T03:54:31.283Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-15T03:54:31.283Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-15T03:54:31.283Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-15T03:54:31.283Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-15T03:54:31.283Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-15T03:54:31.283Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-15T03:54:31.283Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-15T03:54:31.283Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-15T03:54:31.283Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-15T03:54:31.283Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-15T03:54:31.283Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-15T03:54:31.283Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-15T03:54:31.283Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-15T03:54:31.283Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] [2021-03-15T03:54:31.283Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-15T03:54:31.283Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-15T03:54:31.283Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-15T03:54:31.283Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-15T03:54:31.283Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-15T03:54:31.283Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-15T03:54:31.283Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-15T03:54:31.283Z] Fetched 24.0 MB in 0s (0 B/s) [2021-03-15T03:54:31.283Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-15T03:54:31.283Z] Fetched 224 kB in 0s (0 B/s) [2021-03-15T03:54:31.283Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-15T03:54:31.283Z] Fetched 157 kB in 0s (0 B/s) [2021-03-15T03:54:31.283Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-15T03:54:31.283Z] Fetched 221 kB in 0s (0 B/s) [2021-03-15T03:54:31.283Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-15T03:54:31.283Z] Fetched 143 kB in 0s (0 B/s) [2021-03-15T03:54:31.283Z] Pulling edgex-go [2021-03-15T03:54:31.283Z] + snapcraftctl pull [2021-03-15T03:54:53.258Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-15T03:54:53.258Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-15T03:54:53.258Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-15T03:54:53.258Z] Fetched 0 B in 0s (0 B/s) [2021-03-15T03:54:53.258Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-15T03:54:53.258Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-15T03:54:53.259Z] Fetched 279 kB in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-15T03:54:53.259Z] Fetched 122 kB in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-15T03:54:53.259Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-15T03:54:53.259Z] Fetched 8848 B in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-15T03:54:53.259Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-15T03:54:53.259Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-15T03:54:53.259Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-15T03:54:53.259Z] Fetched 214 kB in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-15T03:54:53.259Z] Fetched 154 kB in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-15T03:54:53.259Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-15T03:54:53.259Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-15T03:54:53.259Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-15T03:54:53.259Z] Fetched 499 kB in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-15T03:54:53.259Z] Fetched 111 kB in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-15T03:54:53.259Z] Fetched 240 kB in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-15T03:54:53.259Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-15T03:54:53.259Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-15T03:54:53.259Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-15T03:54:53.259Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-15T03:54:53.259Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-15T03:54:53.259Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-15T03:54:53.259Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-15T03:54:53.259Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-15T03:54:53.259Z] Fetched 8720 B in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-15T03:54:53.259Z] Fetched 137 kB in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-15T03:54:53.259Z] Fetched 119 kB in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-15T03:54:53.259Z] Fetched 109 kB in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-15T03:54:53.259Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-15T03:54:53.259Z] Fetched 645 kB in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-15T03:54:53.259Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-15T03:54:53.259Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-15T03:54:53.259Z] Fetched 368 kB in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-15T03:54:53.259Z] Fetched 187 kB in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-15T03:54:53.259Z] Fetched 175 kB in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-15T03:54:53.259Z] Fetched 206 kB in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-15T03:54:53.259Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-15T03:54:53.259Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-15T03:54:53.259Z] Fetched 159 kB in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-15T03:54:53.259Z] Fetched 107 kB in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-15T03:54:53.259Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-15T03:54:53.259Z] Pulling static-packages [2021-03-15T03:54:53.259Z] + snapcraftctl pull [2021-03-15T03:54:53.259Z] Pulling version [2021-03-15T03:54:53.259Z] + cd /root/project [2021-03-15T03:54:53.259Z] + [ -f VERSION ] [2021-03-15T03:54:53.259Z] + PROJECT_VERSION=local-dev [2021-03-15T03:54:53.259Z] + git rev-parse --short HEAD [2021-03-15T03:54:53.259Z] + GIT_REVISION=8c008893 [2021-03-15T03:54:53.259Z] + snapcraftctl set-version local-dev [2021-03-15T03:54:53.259Z] Building config-common [2021-03-15T03:54:53.259Z] + snapcraftctl build [2021-03-15T03:54:55.177Z] Skipping build go-build-helper (already ran) [2021-03-15T03:54:55.177Z] Building edgex-go [2021-03-15T03:54:55.439Z] + cd /root/parts/edgex-go/src [2021-03-15T03:54:55.439Z] + make build [2021-03-15T03:54:55.439Z] 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-15T03:54:57.988Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-15T03:54:57.988Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-15T03:54:57.988Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-15T03:54:57.988Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.48 [2021-03-15T03:54:57.988Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-15T03:54:57.988Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-15T03:54:57.988Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-15T03:54:57.988Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-15T03:54:57.988Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-15T03:54:58.249Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-15T03:54:58.249Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-15T03:54:58.249Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-15T03:54:58.249Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-15T03:54:58.511Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-15T03:54:58.511Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-15T03:54:58.511Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-15T03:54:58.511Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-15T03:54:58.511Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-15T03:54:58.511Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-15T03:54:58.774Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-15T03:54:58.774Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-15T03:54:58.774Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-15T03:54:58.774Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-15T03:54:58.774Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-15T03:54:58.774Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-15T03:54:58.774Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-15T03:54:58.774Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-15T03:54:58.774Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-15T03:54:58.774Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-15T03:54:58.774Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-15T03:54:58.774Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-15T03:54:58.774Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-15T03:54:59.046Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-15T03:54:59.046Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-15T03:54:59.046Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-15T03:54:59.046Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-15T03:54:59.046Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-15T03:54:59.046Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-15T03:54:59.046Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-15T03:54:59.046Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-15T03:54:59.046Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-15T03:54:59.046Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-15T03:54:59.046Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-15T03:54:59.046Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-15T03:54:59.310Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-15T03:55:09.320Z] 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-15T03:55:09.320Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-15T03:55:13.522Z] 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-15T03:55:14.909Z] 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-15T03:55:16.821Z] 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-15T03:55:17.395Z] 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-15T03:55:17.395Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-15T03:55:18.339Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-15T03:55:18.339Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-15T03:55:18.339Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-15T03:55:20.255Z] 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-15T03:55:20.255Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-15T03:55:20.255Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-15T03:55:21.641Z] 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-15T03:55:23.030Z] 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-15T03:55:23.030Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-15T03:55:24.949Z] 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-15T03:55:25.893Z] 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-15T03:55:26.156Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-15T03:55:27.229Z] 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-15T03:55:27.543Z] 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-15T03:55:27.544Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-15T03:55:29.458Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-15T03:55:29.458Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-15T03:55:29.458Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-15T03:55:29.458Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-15T03:55:29.458Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-15T03:55:29.458Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-15T03:55:29.458Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-15T03:55:29.458Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-15T03:55:29.458Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-15T03:55:29.719Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-15T03:55:29.719Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-15T03:55:29.719Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-15T03:55:29.719Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-15T03:55:29.719Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-15T03:55:29.719Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-15T03:55:29.719Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-15T03:55:29.720Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-15T03:55:29.720Z] + 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-15T03:55:29.720Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-15T03:55:29.720Z] + 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-15T03:55:29.720Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-15T03:55:29.720Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-15T03:55:29.720Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-15T03:55:29.720Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-15T03:55:29.720Z] + 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-15T03:55:31.580Z] Removing intermediate container 7eb3a14a2511 [2021-03-15T03:55:31.580Z] ---> 76b0c38fe2b9 [2021-03-15T03:55:31.580Z] [2021-03-15T03:55:31.580Z] Step 10/24 : FROM alpine:3.12 [2021-03-15T03:55:31.580Z] 3.12: Pulling from library/alpine [2021-03-15T03:55:33.024Z] Building static-packages [2021-03-15T03:55:33.024Z] + snapcraftctl build [2021-03-15T03:55:33.581Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-15T03:55:33.581Z] Status: Downloaded newer image for alpine:3.12 [2021-03-15T03:55:33.581Z] ---> d10569e2745f [2021-03-15T03:55:33.581Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-15T03:55:34.186Z] ---> Running in 19ffb8281112 [2021-03-15T03:55:34.409Z] Building version [2021-03-15T03:55:34.409Z] + snapcraftctl build [2021-03-15T03:55:36.325Z] Staging config-common [2021-03-15T03:55:36.325Z] + snapcraftctl stage [2021-03-15T03:55:36.830Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T03:55:36.830Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T03:55:36.830Z] Removing intermediate container 7bee48c0c373 [2021-03-15T03:55:36.830Z] ---> 720c33823ebf [2021-03-15T03:55:36.830Z] [2021-03-15T03:55:36.830Z] Step 10/31 : FROM alpine:3.12 [2021-03-15T03:55:36.830Z] ---> d10569e2745f [2021-03-15T03:55:36.830Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-15T03:55:36.900Z] Skipping stage go-build-helper (already ran) [2021-03-15T03:55:36.900Z] Staging edgex-go [2021-03-15T03:55:37.105Z] ---> Running in ef546d93c6e4 [2021-03-15T03:55:37.161Z] + snapcraftctl stage [2021-03-15T03:55:37.709Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-15T03:55:37.709Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-15T03:55:37.709Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-15T03:55:37.709Z] (4/5) Installing curl (7.69.1-r3) [2021-03-15T03:55:37.709Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-15T03:55:37.709Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T03:55:37.986Z] Executing ca-certificates-20191127-r4.trigger [2021-03-15T03:55:37.987Z] Removing intermediate container ef546d93c6e4 [2021-03-15T03:55:37.987Z] ---> f1ea9eeb15cd [2021-03-15T03:55:37.987Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-15T03:55:38.102Z] Staging static-packages [2021-03-15T03:55:38.102Z] + snapcraftctl stage [2021-03-15T03:55:38.292Z] OK: 7 MiB in 19 packages [2021-03-15T03:55:38.292Z] ---> Running in 1f4c7dda3eec [2021-03-15T03:55:39.046Z] Staging version [2021-03-15T03:55:39.046Z] + snapcraftctl stage [2021-03-15T03:55:39.990Z] Priming config-common [2021-03-15T03:55:39.990Z] + snapcraftctl prime [2021-03-15T03:55:40.983Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T03:55:40.983Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T03:55:40.983Z] Removing intermediate container 19ffb8281112 [2021-03-15T03:55:40.983Z] ---> 626b9a771143 [2021-03-15T03:55:40.983Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-15T03:55:41.150Z] Priming go-build-helper [2021-03-15T03:55:41.150Z] + snapcraftctl prime [2021-03-15T03:55:41.258Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-15T03:55:41.258Z] (2/2) Installing su-exec (0.2-r1) [2021-03-15T03:55:41.258Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T03:55:41.258Z] OK: 5 MiB in 16 packages [2021-03-15T03:55:41.535Z] ---> Running in 3d38e3522701 [2021-03-15T03:55:41.823Z] Priming edgex-go [2021-03-15T03:55:41.823Z] + snapcraftctl prime [2021-03-15T03:55:42.932Z] Priming static-packages [2021-03-15T03:55:42.932Z] + snapcraftctl prime [2021-03-15T03:55:42.999Z] Removing intermediate container 3d38e3522701 [2021-03-15T03:55:42.999Z] ---> 481d01f4423b [2021-03-15T03:55:42.999Z] Step 13/24 : WORKDIR / [2021-03-15T03:55:43.286Z] ---> Running in d3f1d9d39924 [2021-03-15T03:55:43.889Z] Removing intermediate container 1f4c7dda3eec [2021-03-15T03:55:43.889Z] ---> 108dcac71d04 [2021-03-15T03:55:43.889Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-15T03:55:45.168Z] Priming version [2021-03-15T03:55:45.168Z] + snapcraftctl prime [2021-03-15T03:55:45.364Z] ---> Running in 833286d561ea [2021-03-15T03:55:45.855Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-03-15T03:55:46.590Z] Removing intermediate container d3f1d9d39924 [2021-03-15T03:55:46.590Z] ---> e4c215f4e91f [2021-03-15T03:55:46.590Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [Pipeline] } [2021-03-15T03:55:47.341Z] Removing intermediate container 833286d561ea [2021-03-15T03:55:47.341Z] ---> c3f7cd5b0d8f [2021-03-15T03:55:47.341Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-15T03:55:48.381Z] Removing intermediate container cf23af9b0375 [2021-03-15T03:55:48.381Z] ---> 9e0d32f05a0f [2021-03-15T03:55:48.381Z] [2021-03-15T03:55:48.381Z] Step 10/23 : FROM alpine:3.12 [2021-03-15T03:55:48.381Z] ---> d10569e2745f [2021-03-15T03:55:48.381Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-15T03:55:49.041Z] ---> Running in 6952afe1cb4a [2021-03-15T03:55:49.659Z] ---> f91dda76bd69 [2021-03-15T03:55:49.659Z] 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-15T03:55:50.702Z] ---> Running in 3e854e7311f9 [2021-03-15T03:55:52.135Z] ---> 2a970be56fdd [2021-03-15T03:55:52.136Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.tomlRemoving intermediate container 6952afe1cb4a [2021-03-15T03:55:52.136Z] ---> 61ddaeb501d9 [2021-03-15T03:55:52.136Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-15T03:55:52.136Z] [2021-03-15T03:55:52.409Z] Removing intermediate container d2385938cdf5 [2021-03-15T03:55:52.409Z] ---> ea276062b458 [2021-03-15T03:55:52.409Z] [2021-03-15T03:55:52.409Z] Step 10/22 : FROM alpine:3.12 [2021-03-15T03:55:52.409Z] ---> d10569e2745f [2021-03-15T03:55:52.409Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-15T03:55:53.015Z] ---> Running in 3178ecf41c9d [2021-03-15T03:55:53.015Z] ---> Running in 1acebcb7d0ea [2021-03-15T03:55:53.612Z] ---> de8b003e9149 [2021-03-15T03:55:53.612Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-15T03:55:54.212Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T03:55:54.485Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T03:55:55.082Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-15T03:55:55.082Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T03:55:55.082Z] OK: 5 MiB in 15 packages [2021-03-15T03:55:55.688Z] ---> 48fdab91568e [2021-03-15T03:55:55.688Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-15T03:55:55.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T03:55:56.268Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T03:55:56.870Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-15T03:55:56.870Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-15T03:55:56.870Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T03:55:56.870Z] Executing ca-certificates-20191127-r4.trigger [2021-03-15T03:55:57.145Z] OK: 6 MiB in 16 packages [2021-03-15T03:55:58.123Z] ---> 58cb78587cc9 [2021-03-15T03:55:58.123Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-15T03:55:58.720Z] Removing intermediate container 1acebcb7d0ea [2021-03-15T03:55:58.720Z] ---> f6961d2bcd20 [2021-03-15T03:55:58.720Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-15T03:55:58.720Z] Removing intermediate container 3e854e7311f9 [2021-03-15T03:55:58.720Z] ---> 5eec04bc1a57 [2021-03-15T03:55:58.720Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T03:55:59.312Z] ---> Running in c586245df6da [2021-03-15T03:55:59.312Z] ---> Running in 2f22fe52194c [2021-03-15T03:55:59.585Z] ---> 1fa5563fd10a [2021-03-15T03:55:59.585Z] 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-15T03:56:00.186Z] ---> Running in 2f51a14c4be0 [2021-03-15T03:56:00.790Z] Removing intermediate container 2f22fe52194c [2021-03-15T03:56:00.790Z] ---> a4d026b5296f [2021-03-15T03:56:00.790Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-15T03:56:00.790Z] Removing intermediate container c586245df6da [2021-03-15T03:56:00.790Z] ---> 288bb398d7f0 [2021-03-15T03:56:00.790Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-15T03:56:01.386Z] Removing intermediate container 3178ecf41c9d [2021-03-15T03:56:01.386Z] ---> b8d312c421d4 [2021-03-15T03:56:01.386Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T03:56:01.660Z] ---> Running in 99aba7b59a41 [2021-03-15T03:56:02.253Z] Removing intermediate container 6f957659ecd7 [2021-03-15T03:56:02.253Z] ---> 4996119ee077 [2021-03-15T03:56:02.253Z] [2021-03-15T03:56:02.253Z] Step 10/23 : FROM alpine:3.12 [2021-03-15T03:56:02.253Z] ---> d10569e2745f [2021-03-15T03:56:02.253Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-15T03:56:02.253Z] ---> c0c576a1d3fc [2021-03-15T03:56:02.253Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-15T03:56:02.524Z] ---> Running in 53c682819a2e [2021-03-15T03:56:03.118Z] Removing intermediate container 99aba7b59a41 [2021-03-15T03:56:03.118Z] ---> da884a09ee74 [2021-03-15T03:56:03.118Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-15T03:56:03.118Z] ---> Running in d5fbcdde0f9d [2021-03-15T03:56:03.717Z] ---> Running in 3c337fd9e5b2 [2021-03-15T03:56:03.717Z] ---> Running in f6146c3ecc34 [2021-03-15T03:56:04.329Z] Removing intermediate container 53c682819a2e [2021-03-15T03:56:04.329Z] ---> c74e6ef44846 [2021-03-15T03:56:04.329Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-15T03:56:04.329Z] Removing intermediate container d5fbcdde0f9d [2021-03-15T03:56:04.329Z] ---> 3080a1aa134f [2021-03-15T03:56:04.329Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-15T03:56:04.602Z] ---> Running in a44d2b835d4e [2021-03-15T03:56:04.602Z] Removing intermediate container f6146c3ecc34 [2021-03-15T03:56:04.602Z] ---> f24fd02f153f [2021-03-15T03:56:04.602Z] Step 15/23 : WORKDIR / [2021-03-15T03:56:04.874Z] ---> Running in 3ec861092aa9 [2021-03-15T03:56:05.154Z] Removing intermediate container 2f51a14c4be0 [2021-03-15T03:56:05.154Z] ---> ddba3045eb37 [2021-03-15T03:56:05.154Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-15T03:56:05.749Z] ---> Running in 280666daa30f [2021-03-15T03:56:05.749Z] Removing intermediate container a44d2b835d4e [2021-03-15T03:56:05.749Z] ---> 3661cce1058b [2021-03-15T03:56:05.749Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-15T03:56:06.023Z] ---> Running in b8d62557ecb3 [2021-03-15T03:56:06.305Z] ---> Running in 69809a8b1bab [2021-03-15T03:56:06.305Z] Removing intermediate container 3ec861092aa9 [2021-03-15T03:56:06.305Z] ---> 02c62a0a0c5a [2021-03-15T03:56:06.305Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-15T03:56:06.910Z] ---> Running in d7038c00434b [2021-03-15T03:56:07.182Z] Removing intermediate container 280666daa30f [2021-03-15T03:56:07.182Z] ---> f6f1a21d838b [2021-03-15T03:56:07.182Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T03:56:08.164Z] Removing intermediate container 69809a8b1bab [2021-03-15T03:56:08.164Z] ---> f05bf3f13269 [2021-03-15T03:56:08.164Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T03:56:08.164Z] Removing intermediate container b8d62557ecb3 [2021-03-15T03:56:08.164Z] ---> 7bcc2adc235f [2021-03-15T03:56:08.164Z] Step 22/24 : LABEL arch=arm64 [2021-03-15T03:56:08.759Z] Removing intermediate container d7038c00434b [2021-03-15T03:56:08.759Z] ---> 4365a688023c [2021-03-15T03:56:08.759Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T03:56:08.759Z] Removing intermediate container 3c337fd9e5b2 [2021-03-15T03:56:08.759Z] ---> 97539eda30df [2021-03-15T03:56:08.759Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T03:56:08.759Z] ---> Running in 9b635a91899e [2021-03-15T03:56:09.036Z] ---> c52e654337ae [2021-03-15T03:56:09.036Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-15T03:56:09.309Z] ---> Running in 72cb984df279 [2021-03-15T03:56:09.913Z] ---> 90683139d1e6 [2021-03-15T03:56:09.913Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-15T03:56:10.185Z] Removing intermediate container 9b635a91899e [2021-03-15T03:56:10.185Z] ---> adeb1aee6439 [2021-03-15T03:56:10.185Z] Step 23/24 : LABEL git_sha=8c008893c2866544e91eef73f0d66ded5ba62008 [2021-03-15T03:56:10.793Z] ---> fcc0ae7e27c5 [2021-03-15T03:56:10.793Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-15T03:56:11.068Z] ---> 663c438c8d09 [2021-03-15T03:56:11.068Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-15T03:56:11.068Z] ---> Running in 34f73df53f04 [2021-03-15T03:56:12.051Z] ---> 26da9f111f65 [2021-03-15T03:56:12.051Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-15T03:56:12.648Z] ---> 34d2697fe10c [2021-03-15T03:56:12.648Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-15T03:56:12.648Z] Removing intermediate container 34f73df53f04 [2021-03-15T03:56:12.648Z] ---> f0ec2fd0037e [2021-03-15T03:56:12.648Z] Step 24/24 : LABEL version=0.0.0 [2021-03-15T03:56:13.245Z] ---> Running in d76da25fd2b4 [2021-03-15T03:56:13.245Z] ---> Running in e790f111cdb8 [2021-03-15T03:56:13.522Z] ---> db38e47abbe2 [2021-03-15T03:56:13.522Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-15T03:56:13.522Z] ---> 076f6325d16e [2021-03-15T03:56:13.522Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-15T03:56:14.495Z] ---> Running in 96c7f89604ba [2021-03-15T03:56:14.765Z] Removing intermediate container d76da25fd2b4 [2021-03-15T03:56:14.765Z] Removing intermediate container 72cb984df279 [2021-03-15T03:56:14.765Z] ---> 1dec578a70c4 [2021-03-15T03:56:14.765Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T03:56:14.765Z] Removing intermediate container e790f111cdb8 [2021-03-15T03:56:14.765Z] ---> 99267b3c78e7 [2021-03-15T03:56:14.765Z] [2021-03-15T03:56:14.765Z] ---> d310100cd41f [2021-03-15T03:56:14.765Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-15T03:56:15.035Z] Successfully built 99267b3c78e7 [2021-03-15T03:56:15.305Z] ---> 0d08c1f007aa [2021-03-15T03:56:15.305Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-15T03:56:16.729Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-15T03:56:16.729Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2021-03-15T03:56:17.004Z] ---> Running in 5c4a792e03c7 [2021-03-15T03:56:17.004Z] ---> Running in 49746dd26f53 [2021-03-15T03:56:17.296Z] Removing intermediate container 96c7f89604ba [2021-03-15T03:56:17.296Z] ---> 5187d69a9de0 [2021-03-15T03:56:17.296Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T03:56:17.296Z] ---> 3567d16c08b3 [2021-03-15T03:56:17.296Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-15T03:56:17.572Z] ---> Running in 1b6faa944de3 [2021-03-15T03:56:17.849Z] Removing intermediate container 5c4a792e03c7 [2021-03-15T03:56:17.849Z] ---> cc7b195cee41 [2021-03-15T03:56:17.849Z] Step 21/23 : LABEL arch=arm64 [2021-03-15T03:56:18.471Z] ---> Running in e103cc34a1c1 [2021-03-15T03:56:19.081Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T03:56:19.081Z] ---> cd400174d459 [2021-03-15T03:56:19.081Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-15T03:56:19.081Z] Removing intermediate container 1b6faa944de3 [2021-03-15T03:56:19.081Z] ---> 50804307f7f8 [2021-03-15T03:56:19.356Z] Step 20/22 : LABEL arch=arm64 [2021-03-15T03:56:19.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T03:56:20.661Z] ---> Running in 19e44904d923 [2021-03-15T03:56:20.661Z] ---> Running in 1ec4faef3309 [2021-03-15T03:56:20.661Z] Removing intermediate container e103cc34a1c1 [2021-03-15T03:56:20.661Z] ---> 112af063fd9a [2021-03-15T03:56:20.661Z] Step 22/23 : LABEL git_sha=8c008893c2866544e91eef73f0d66ded5ba62008 [2021-03-15T03:56:20.934Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-15T03:56:20.934Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-15T03:56:20.934Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-15T03:56:20.934Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-15T03:56:21.205Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-15T03:56:21.205Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-15T03:56:21.491Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T03:56:21.492Z] OK: 8 MiB in 20 packages [2021-03-15T03:56:21.492Z] ---> Running in 9c0b717e37d2 [2021-03-15T03:56:22.091Z] Removing intermediate container 19e44904d923 [2021-03-15T03:56:22.091Z] ---> 96cdad51dd64 [2021-03-15T03:56:22.091Z] Step 21/22 : LABEL git_sha=8c008893c2866544e91eef73f0d66ded5ba62008 [2021-03-15T03:56:22.091Z] Removing intermediate container 1ec4faef3309 [2021-03-15T03:56:22.091Z] ---> 8217796af0b7 [2021-03-15T03:56:22.091Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-15T03:56:23.064Z] Removing intermediate container 9c0b717e37d2 [2021-03-15T03:56:23.064Z] ---> 1f3be5b4dfc6 [2021-03-15T03:56:23.064Z] Step 23/23 : LABEL version=0.0.0 [2021-03-15T03:56:23.338Z] ---> Running in 9527e2ab3727 [2021-03-15T03:56:23.619Z] ---> 269f71756065 [2021-03-15T03:56:23.619Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-15T03:56:23.619Z] ---> Running in b97cb8b54628 [2021-03-15T03:56:24.602Z] ---> Running in 686eafb3ab36 [2021-03-15T03:56:24.602Z] Removing intermediate container 9527e2ab3727 [2021-03-15T03:56:24.602Z] ---> ed28196c3223 [2021-03-15T03:56:24.602Z] Step 22/22 : LABEL version=0.0.0 [2021-03-15T03:56:24.877Z] Removing intermediate container 49746dd26f53 [2021-03-15T03:56:24.877Z] ---> 374a622a1029 [2021-03-15T03:56:24.877Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T03:56:25.472Z] ---> Running in 1d6ba85c9de1 [2021-03-15T03:56:25.472Z] Removing intermediate container b97cb8b54628 [2021-03-15T03:56:25.472Z] ---> 0d970154806a [2021-03-15T03:56:25.472Z] [2021-03-15T03:56:26.464Z] Successfully built 0d970154806a [2021-03-15T03:56:27.452Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-15T03:56:27.452Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2021-03-15T03:56:27.452Z] ---> 4aedeeab24b3 [2021-03-15T03:56:27.729Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-15T03:56:28.709Z] Removing intermediate container 1d6ba85c9de1 [2021-03-15T03:56:28.709Z] ---> eceadc352c04 [2021-03-15T03:56:28.709Z] [2021-03-15T03:56:29.306Z] Successfully built eceadc352c04 [2021-03-15T03:56:31.284Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-15T03:56:31.284Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-03-15T03:56:31.284Z] ---> 59ed11e3b3ae [2021-03-15T03:56:31.284Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-15T03:56:33.906Z] ---> 09771b8f9dcf [2021-03-15T03:56:33.906Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-15T03:56:35.878Z] ---> Running in f8adc5d8cf81 [2021-03-15T03:56:35.878Z] Removing intermediate container 686eafb3ab36 [2021-03-15T03:56:35.878Z] ---> eaf87bb77be9 [2021-03-15T03:56:35.878Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-15T03:56:37.388Z] ---> Running in c0d9d7c83e97 [2021-03-15T03:56:37.388Z] Removing intermediate container f8adc5d8cf81 [2021-03-15T03:56:37.388Z] ---> 4272ca2998e0 [2021-03-15T03:56:37.388Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T03:56:38.820Z] ---> Running in e2b1a9526a2f [2021-03-15T03:56:38.820Z] Removing intermediate container c0d9d7c83e97 [2021-03-15T03:56:38.820Z] ---> db99c4718844 [2021-03-15T03:56:38.820Z] Step 28/31 : CMD ["gate"] [2021-03-15T03:56:40.257Z] ---> Running in 7a325d307e74 [2021-03-15T03:56:40.257Z] Removing intermediate container e2b1a9526a2f [2021-03-15T03:56:40.257Z] ---> 13ab66886aa6 [2021-03-15T03:56:40.257Z] Step 21/23 : LABEL arch=arm64 [2021-03-15T03:56:40.604Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T03:56:40.604Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-15T03:56:40.604Z] ---> d958f40672d4 [2021-03-15T03:56:40.604Z] Step 3/22 : WORKDIR /edgex-go [2021-03-15T03:56:40.604Z] ---> Using cache [2021-03-15T03:56:40.604Z] ---> fad595a8dff8 [2021-03-15T03:56:40.604Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T03:56:40.604Z] ---> Using cache [2021-03-15T03:56:40.604Z] ---> c9d38c837331 [2021-03-15T03:56:40.604Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-15T03:56:40.875Z] ---> Using cache [2021-03-15T03:56:40.876Z] ---> c1dc39e247d1 [2021-03-15T03:56:40.876Z] Step 6/22 : COPY go.mod . [2021-03-15T03:56:40.876Z] ---> Using cache [2021-03-15T03:56:40.876Z] ---> 7b105e198196 [2021-03-15T03:56:40.876Z] Step 7/22 : RUN go mod download [2021-03-15T03:56:40.876Z] ---> Using cache [2021-03-15T03:56:40.876Z] ---> 978fb835cfe6 [2021-03-15T03:56:40.876Z] Step 8/22 : COPY . . [2021-03-15T03:56:40.876Z] ---> Using cache [2021-03-15T03:56:40.876Z] ---> 6e306bcd1563 [2021-03-15T03:56:40.876Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-15T03:56:42.304Z] ---> Running in d067a743700c [2021-03-15T03:56:42.304Z] ---> Running in cbd1d5b2f78a [2021-03-15T03:56:42.902Z] Removing intermediate container 7a325d307e74 [2021-03-15T03:56:42.902Z] ---> 36e569ba892a [2021-03-15T03:56:42.902Z] Step 29/31 : LABEL arch=arm64 [2021-03-15T03:56:44.347Z] Removing intermediate container cbd1d5b2f78a [2021-03-15T03:56:44.347Z] ---> 8903e83adbff [2021-03-15T03:56:44.347Z] Step 22/23 : LABEL git_sha=8c008893c2866544e91eef73f0d66ded5ba62008 [2021-03-15T03:56:44.951Z] ---> Running in a715c73bbbda [2021-03-15T03:56:44.951Z] 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-15T03:56:44.951Z] ---> Running in 4cd81b21ff3f [2021-03-15T03:56:45.555Z] Removing intermediate container a715c73bbbda [2021-03-15T03:56:45.555Z] ---> c0d8af483001 [2021-03-15T03:56:45.555Z] Step 30/31 : LABEL git_sha=8c008893c2866544e91eef73f0d66ded5ba62008 [2021-03-15T03:56:46.156Z] Removing intermediate container 4cd81b21ff3f [2021-03-15T03:56:46.156Z] ---> b9766353173a [2021-03-15T03:56:46.156Z] Step 23/23 : LABEL version=0.0.0 [2021-03-15T03:56:46.762Z] ---> Running in 439a492bb607 [2021-03-15T03:56:47.363Z] ---> Running in 2ce39626c9cb [2021-03-15T03:56:47.966Z] Removing intermediate container 439a492bb607 [2021-03-15T03:56:47.966Z] ---> a231d575d818 [2021-03-15T03:56:48.241Z] Step 31/31 : LABEL version=0.0.0 [2021-03-15T03:56:48.513Z] Removing intermediate container 2ce39626c9cb [2021-03-15T03:56:48.513Z] ---> 0956578f4d53 [2021-03-15T03:56:48.513Z] [2021-03-15T03:56:49.949Z] Successfully built 0956578f4d53 [2021-03-15T03:56:50.547Z] ---> Running in 70b10165f6b4 [2021-03-15T03:56:50.547Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-15T03:56:50.547Z]  Building docker-core-data-go ... done Building docker-sys-mgmt-agent-go [2021-03-15T03:56:52.530Z] Removing intermediate container 70b10165f6b4 [2021-03-15T03:56:52.530Z] ---> a33359b3dcc4 [2021-03-15T03:56:52.530Z] [2021-03-15T03:56:53.129Z] Successfully built a33359b3dcc4 [2021-03-15T03:56:53.406Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-15T03:57:03.585Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T03:57:03.586Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-15T03:57:03.586Z] ---> d958f40672d4 [2021-03-15T03:57:03.586Z] Step 3/23 : WORKDIR /edgex-go [2021-03-15T03:57:03.586Z] ---> Using cache [2021-03-15T03:57:03.586Z] ---> fad595a8dff8 [2021-03-15T03:57:03.586Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T03:57:03.586Z] ---> Using cache [2021-03-15T03:57:03.586Z] ---> c9d38c837331 [2021-03-15T03:57:03.586Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-15T03:57:03.586Z] ---> Using cache [2021-03-15T03:57:03.586Z] ---> c1dc39e247d1 [2021-03-15T03:57:03.586Z] Step 6/23 : COPY go.mod . [2021-03-15T03:57:03.586Z] ---> Using cache [2021-03-15T03:57:03.586Z] ---> 7b105e198196 [2021-03-15T03:57:03.586Z] Step 7/23 : RUN go mod download [2021-03-15T03:57:03.586Z] ---> Using cache [2021-03-15T03:57:03.586Z] ---> 978fb835cfe6 [2021-03-15T03:57:03.586Z] Step 8/23 : COPY . . [2021-03-15T03:57:03.586Z] ---> Using cache [2021-03-15T03:57:03.586Z] ---> 6e306bcd1563 [2021-03-15T03:57:03.586Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-15T03:57:06.996Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T03:57:06.996Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-15T03:57:06.996Z] ---> d958f40672d4 [2021-03-15T03:57:06.996Z] Step 3/21 : WORKDIR /edgex-go [2021-03-15T03:57:06.996Z] ---> Using cache [2021-03-15T03:57:06.996Z] ---> fad595a8dff8 [2021-03-15T03:57:06.996Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T03:57:06.996Z] ---> Using cache [2021-03-15T03:57:06.996Z] ---> c9d38c837331 [2021-03-15T03:57:06.996Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-15T03:57:06.996Z] ---> Using cache [2021-03-15T03:57:06.996Z] ---> c1dc39e247d1 [2021-03-15T03:57:06.996Z] Step 6/21 : COPY go.mod . [2021-03-15T03:57:06.996Z] ---> Using cache [2021-03-15T03:57:06.996Z] ---> 7b105e198196 [2021-03-15T03:57:06.996Z] Step 7/21 : RUN go mod download [2021-03-15T03:57:06.996Z] ---> Using cache [2021-03-15T03:57:06.996Z] ---> 978fb835cfe6 [2021-03-15T03:57:06.996Z] Step 8/21 : COPY . . [2021-03-15T03:57:07.271Z] ---> Using cache [2021-03-15T03:57:07.271Z] ---> 6e306bcd1563 [2021-03-15T03:57:07.271Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-15T03:57:08.257Z] ---> Running in 1d56827a040b [2021-03-15T03:57:08.257Z] ---> Running in 6b65df3319bc [2021-03-15T03:57:10.253Z] 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-15T03:57:10.253Z] 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-15T03:57:20.479Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T03:57:20.479Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-15T03:57:20.479Z] ---> d958f40672d4 [2021-03-15T03:57:20.479Z] Step 3/26 : WORKDIR /edgex-go [2021-03-15T03:57:20.479Z] ---> Using cache [2021-03-15T03:57:20.479Z] ---> fad595a8dff8 [2021-03-15T03:57:20.479Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T03:57:20.479Z] ---> Using cache [2021-03-15T03:57:20.479Z] ---> c9d38c837331 [2021-03-15T03:57:20.479Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-15T03:57:22.476Z] ---> Running in 1589661a29df [2021-03-15T03:57:24.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T03:57:25.087Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T03:57:25.687Z] OK: 217 MiB in 51 packages [2021-03-15T03:57:27.683Z] Removing intermediate container 1589661a29df [2021-03-15T03:57:27.683Z] ---> 6a7de73bbb9a [2021-03-15T03:57:27.683Z] Step 6/26 : COPY go.mod . [2021-03-15T03:57:28.672Z] ---> 2548bc2087e5 [2021-03-15T03:57:28.672Z] Step 7/26 : RUN go mod download [2021-03-15T03:57:28.948Z] ---> Running in 9c49d91a8caa [2021-03-15T03:57:33.291Z] Removing intermediate container 9c49d91a8caa [2021-03-15T03:57:33.291Z] ---> f4f6eb9f638e [2021-03-15T03:57:33.291Z] Step 8/26 : COPY . . [2021-03-15T03:57:55.535Z] ---> 9c43e5b840e5 [2021-03-15T03:57:55.535Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-15T03:57:55.535Z] ---> Running in bc78180021ce [2021-03-15T03:57:55.535Z] 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-15T03:57:59.916Z] Removing intermediate container d067a743700c [2021-03-15T03:57:59.916Z] ---> e32545a28981 [2021-03-15T03:57:59.916Z] [2021-03-15T03:57:59.916Z] Step 10/22 : FROM alpine:3.12 [2021-03-15T03:57:59.916Z] ---> d10569e2745f [2021-03-15T03:57:59.916Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-15T03:57:59.916Z] ---> Using cache [2021-03-15T03:57:59.916Z] ---> 5eec04bc1a57 [2021-03-15T03:57:59.916Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T03:57:59.916Z] ---> Using cache [2021-03-15T03:57:59.916Z] ---> a4d026b5296f [2021-03-15T03:57:59.916Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-15T03:57:59.916Z] ---> Running in 5f91f93b87da [2021-03-15T03:58:00.195Z] Removing intermediate container 5f91f93b87da [2021-03-15T03:58:00.195Z] ---> fa3ed5fb5166 [2021-03-15T03:58:00.195Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-15T03:58:00.473Z] ---> Running in 20280298278e [2021-03-15T03:58:01.086Z] Removing intermediate container 20280298278e [2021-03-15T03:58:01.086Z] ---> 16e01636036c [2021-03-15T03:58:01.086Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T03:58:02.086Z] ---> 5697dccbbaa3 [2021-03-15T03:58:02.086Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-15T03:58:04.099Z] ---> dc5b9e9f98b0 [2021-03-15T03:58:04.099Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-15T03:58:05.560Z] ---> dfe699d8fd09 [2021-03-15T03:58:05.560Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-15T03:58:05.560Z] ---> Running in cdaf51c1781a [2021-03-15T03:58:06.176Z] Removing intermediate container cdaf51c1781a [2021-03-15T03:58:06.176Z] ---> 859a02dc9d64 [2021-03-15T03:58:06.176Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T03:58:06.457Z] ---> Running in 5e582ad24d2c [2021-03-15T03:58:07.075Z] Removing intermediate container 5e582ad24d2c [2021-03-15T03:58:07.075Z] ---> 24bce04daa66 [2021-03-15T03:58:07.075Z] Step 20/22 : LABEL arch=arm64 [2021-03-15T03:58:07.352Z] ---> Running in eef489dcca40 [2021-03-15T03:58:07.957Z] Removing intermediate container eef489dcca40 [2021-03-15T03:58:07.957Z] ---> 5e769cdb5b89 [2021-03-15T03:58:07.957Z] Step 21/22 : LABEL git_sha=8c008893c2866544e91eef73f0d66ded5ba62008 [2021-03-15T03:58:08.234Z] ---> Running in 4c45ce7d5a08 [2021-03-15T03:58:08.858Z] Removing intermediate container 4c45ce7d5a08 [2021-03-15T03:58:08.858Z] ---> 451213f1b843 [2021-03-15T03:58:08.858Z] Step 22/22 : LABEL version=0.0.0 [2021-03-15T03:58:09.463Z] ---> Running in 979025a50fed [2021-03-15T03:58:10.069Z] Removing intermediate container 979025a50fed [2021-03-15T03:58:10.069Z] ---> 0b7c9fac9f1b [2021-03-15T03:58:10.069Z] [2021-03-15T03:58:10.675Z] Successfully built 0b7c9fac9f1b [2021-03-15T03:58:10.675Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-15T03:58:18.996Z]  Building docker-support-scheduler-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-15T03:58:34.147Z] Removing intermediate container 1d56827a040b [2021-03-15T03:58:34.147Z] ---> 23192a932bd1 [2021-03-15T03:58:34.147Z] [2021-03-15T03:58:34.147Z] Step 10/21 : FROM alpine:3.12 [2021-03-15T03:58:34.147Z] ---> d10569e2745f [2021-03-15T03:58:34.147Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-15T03:58:34.147Z] ---> Running in 7818a6104dde [2021-03-15T03:58:34.147Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T03:58:34.147Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T03:58:34.758Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-15T03:58:34.758Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-15T03:58:34.758Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-15T03:58:34.758Z] (4/4) Installing curl (7.69.1-r3) [2021-03-15T03:58:34.758Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T03:58:34.758Z] Executing ca-certificates-20191127-r4.trigger [2021-03-15T03:58:35.039Z] OK: 7 MiB in 18 packages [2021-03-15T03:58:37.683Z] Removing intermediate container 7818a6104dde [2021-03-15T03:58:37.683Z] ---> 913b4d0bc341 [2021-03-15T03:58:37.683Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-15T03:58:37.684Z] ---> Running in 28dd39f85457 [2021-03-15T03:58:37.959Z] Removing intermediate container 28dd39f85457 [2021-03-15T03:58:37.959Z] ---> b8d1754026a0 [2021-03-15T03:58:37.959Z] Step 13/21 : WORKDIR /edgex [2021-03-15T03:58:38.235Z] ---> Running in 0192a9bc2b04 [2021-03-15T03:58:39.223Z] Removing intermediate container 0192a9bc2b04 [2021-03-15T03:58:39.223Z] ---> 112240b810fb [2021-03-15T03:58:39.223Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-15T03:58:40.672Z] ---> 2dbe6520325f [2021-03-15T03:58:40.672Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-15T03:58:42.697Z] ---> 6b3d29f75507 [2021-03-15T03:58:42.697Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-15T03:58:44.766Z] ---> 4c2b52007792 [2021-03-15T03:58:44.766Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-15T03:58:45.036Z] Removing intermediate container 6b65df3319bc [2021-03-15T03:58:45.036Z] ---> 4e239895ff93 [2021-03-15T03:58:45.036Z] [2021-03-15T03:58:45.036Z] Step 10/23 : FROM alpine:3.12 [2021-03-15T03:58:45.036Z] ---> d10569e2745f [2021-03-15T03:58:45.036Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-15T03:58:45.036Z] ---> Using cache [2021-03-15T03:58:45.036Z] ---> 5eec04bc1a57 [2021-03-15T03:58:45.036Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T03:58:45.036Z] ---> Using cache [2021-03-15T03:58:45.036Z] ---> a4d026b5296f [2021-03-15T03:58:45.036Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-15T03:58:45.036Z] ---> Running in d61062b314f5 [2021-03-15T03:58:45.036Z] ---> Running in bf6e40054956 [2021-03-15T03:58:45.631Z] Removing intermediate container d61062b314f5 [2021-03-15T03:58:45.631Z] ---> ce2a63ea6dc0 [2021-03-15T03:58:45.631Z] Step 18/21 : CMD ["--init=true"] [2021-03-15T03:58:45.631Z] ---> Running in db02e7051acc [2021-03-15T03:58:45.631Z] Removing intermediate container bf6e40054956 [2021-03-15T03:58:45.631Z] ---> 4d8a5b95f666 [2021-03-15T03:58:45.631Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-15T03:58:45.905Z] ---> Running in b18151127980 [2021-03-15T03:58:46.177Z] Removing intermediate container db02e7051acc [2021-03-15T03:58:46.177Z] ---> 95df7b3d7697 [2021-03-15T03:58:46.177Z] Step 19/21 : LABEL arch=arm64 [2021-03-15T03:58:46.449Z] Removing intermediate container b18151127980 [2021-03-15T03:58:46.449Z] ---> ef7f8074c938 [2021-03-15T03:58:46.449Z] Step 15/23 : WORKDIR / [2021-03-15T03:58:46.720Z] ---> Running in db7176d22ff6 [2021-03-15T03:58:46.720Z] ---> Running in 5618cf9af40c [2021-03-15T03:58:47.317Z] Removing intermediate container db7176d22ff6 [2021-03-15T03:58:47.317Z] ---> 563974df284e [2021-03-15T03:58:47.317Z] Step 20/21 : LABEL git_sha=8c008893c2866544e91eef73f0d66ded5ba62008 [2021-03-15T03:58:47.317Z] ---> Running in 8e6f05918444 [2021-03-15T03:58:47.317Z] Removing intermediate container 5618cf9af40c [2021-03-15T03:58:47.598Z] ---> ec3fed643bd9 [2021-03-15T03:58:47.599Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T03:58:47.873Z] Removing intermediate container 8e6f05918444 [2021-03-15T03:58:47.873Z] ---> 091c0ba39e4c [2021-03-15T03:58:47.873Z] Step 21/21 : LABEL version=0.0.0 [2021-03-15T03:58:48.149Z] ---> Running in 229d9a029024 [2021-03-15T03:58:48.423Z] ---> 711ba8052ea2 [2021-03-15T03:58:48.423Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-15T03:58:48.701Z] Removing intermediate container 229d9a029024 [2021-03-15T03:58:48.701Z] ---> a87c05d9ea95 [2021-03-15T03:58:48.701Z] [2021-03-15T03:58:49.303Z] Successfully built a87c05d9ea95 [2021-03-15T03:58:49.303Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-15T03:58:50.307Z]  Building docker-security-proxy-setup-go ... done  ---> 7c1107e9acf3 [2021-03-15T03:58:50.307Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-15T03:58:50.307Z] Removing intermediate container bc78180021ce [2021-03-15T03:58:50.307Z] ---> 367eadc4b4fd [2021-03-15T03:58:50.307Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-15T03:58:50.580Z] ---> Running in 9a904686a8af [2021-03-15T03:58:51.179Z] ---> 2d314efa4c1f [2021-03-15T03:58:51.179Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-15T03:58:51.179Z] ---> Running in 8fc372c261b0 [2021-03-15T03:58:51.791Z] 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-15T03:58:51.791Z] Removing intermediate container 8fc372c261b0 [2021-03-15T03:58:51.791Z] ---> 4ebdf1566ba6 [2021-03-15T03:58:51.791Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T03:58:51.791Z] ---> Running in 4496d28c61fa [2021-03-15T03:58:52.394Z] Removing intermediate container 4496d28c61fa [2021-03-15T03:58:52.394Z] ---> 5794a8984908 [2021-03-15T03:58:52.394Z] Step 21/23 : LABEL arch=arm64 [2021-03-15T03:58:52.394Z] ---> Running in 0dc16de61374 [2021-03-15T03:58:52.993Z] Removing intermediate container 0dc16de61374 [2021-03-15T03:58:52.993Z] ---> 3e361c8ed402 [2021-03-15T03:58:52.993Z] Step 22/23 : LABEL git_sha=8c008893c2866544e91eef73f0d66ded5ba62008 [2021-03-15T03:58:53.266Z] ---> Running in c975e64b5848 [2021-03-15T03:58:53.583Z] Removing intermediate container c975e64b5848 [2021-03-15T03:58:53.583Z] ---> 1a91a938af3b [2021-03-15T03:58:53.583Z] Step 23/23 : LABEL version=0.0.0 [2021-03-15T03:58:53.891Z] ---> Running in f18744d06b2f [2021-03-15T03:58:54.546Z] Removing intermediate container f18744d06b2f [2021-03-15T03:58:54.546Z] ---> 173c876f6889 [2021-03-15T03:58:54.546Z] [2021-03-15T03:58:54.827Z] Removing intermediate container 9a904686a8af [2021-03-15T03:58:54.827Z] ---> cdc2ccf0e7ed [2021-03-15T03:58:54.827Z] [2021-03-15T03:58:54.827Z] Step 11/26 : FROM docker:20.10.0 [2021-03-15T03:58:54.827Z] 20.10.0: Pulling from library/docker [2021-03-15T03:58:55.121Z] Successfully built 173c876f6889 [2021-03-15T03:58:55.121Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-15T03:59:07.557Z]  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-15T03:59:07.557Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-15T03:59:07.557Z] ---> eeaf43b92773 [2021-03-15T03:59:07.557Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-15T03:59:07.557Z] ---> Running in 85b519b1b966 [2021-03-15T03:59:08.537Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T03:59:08.811Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T03:59:09.410Z] (1/2) Installing readline (8.0.4-r0) [2021-03-15T03:59:09.410Z] (2/2) Installing bash (5.0.17-r0) [2021-03-15T03:59:09.410Z] Executing bash-5.0.17-r0.post-install [2021-03-15T03:59:09.410Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T03:59:09.410Z] OK: 12 MiB in 22 packages [2021-03-15T03:59:10.837Z] Removing intermediate container 85b519b1b966 [2021-03-15T03:59:10.837Z] ---> f5e2224de03b [2021-03-15T03:59:10.837Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-15T03:59:10.837Z] ---> Running in 936107b1cf75 [2021-03-15T03:59:11.440Z] Removing intermediate container 936107b1cf75 [2021-03-15T03:59:11.440Z] ---> 636efeffc46b [2021-03-15T03:59:11.440Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-15T03:59:11.440Z] ---> Running in 41721af2a5aa [2021-03-15T03:59:12.038Z] Removing intermediate container 41721af2a5aa [2021-03-15T03:59:12.038Z] ---> d5fa0d32221d [2021-03-15T03:59:12.038Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-15T03:59:12.038Z] ---> Running in 121797f6141c [2021-03-15T03:59:12.632Z] Removing intermediate container 121797f6141c [2021-03-15T03:59:12.632Z] ---> 4ed99bebda0e [2021-03-15T03:59:12.632Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-15T03:59:14.060Z] ---> 75e2136f39c8 [2021-03-15T03:59:14.060Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-15T03:59:14.341Z] ---> 6572321093cb [2021-03-15T03:59:14.341Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-15T03:59:15.324Z] ---> 39625029d0dc [2021-03-15T03:59:15.324Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-15T03:59:15.324Z] ---> Running in 3bb177f49593 [2021-03-15T03:59:16.749Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T03:59:16.749Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T03:59:17.021Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-15T03:59:17.021Z] (2/33) Installing expat (2.2.9-r1) [2021-03-15T03:59:17.021Z] (3/33) Installing libffi (3.3-r2) [2021-03-15T03:59:17.021Z] (4/33) Installing gdbm (1.13-r1) [2021-03-15T03:59:17.021Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-15T03:59:17.021Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-15T03:59:17.021Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-15T03:59:18.980Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-15T03:59:18.980Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-15T03:59:18.980Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-15T03:59:18.980Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-15T03:59:18.980Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-15T03:59:18.980Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-15T03:59:18.980Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-15T03:59:18.980Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-15T03:59:18.980Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-15T03:59:18.980Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-15T03:59:18.980Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-15T03:59:18.980Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-15T03:59:19.250Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-15T03:59:19.250Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-15T03:59:19.250Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-15T03:59:19.250Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-15T03:59:19.250Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-15T03:59:19.250Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-15T03:59:19.250Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-15T03:59:19.250Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-15T03:59:19.250Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-15T03:59:19.250Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-15T03:59:19.250Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-15T03:59:19.250Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-15T03:59:19.250Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-15T03:59:19.250Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-15T03:59:19.521Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T03:59:19.521Z] OK: 71 MiB in 55 packages [2021-03-15T03:59:26.233Z] Removing intermediate container 3bb177f49593 [2021-03-15T03:59:26.233Z] ---> 9a58bdca0f8f [2021-03-15T03:59:26.233Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-15T03:59:26.233Z] ---> Running in d8232b7fb296 [2021-03-15T03:59:30.544Z] Collecting docker-compose==1.23.2 [2021-03-15T03:59:30.545Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-15T03:59:31.135Z] 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-15T03:59:31.404Z] Collecting jsonschema<3,>=2.5.1 [2021-03-15T03:59:31.404Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-15T03:59:31.675Z] Collecting texttable<0.10,>=0.9.0 [2021-03-15T03:59:31.675Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-15T03:59:34.281Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-15T03:59:34.281Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-15T03:59:34.875Z] Collecting docopt<0.7,>=0.6.1 [2021-03-15T03:59:34.875Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-15T03:59:37.487Z] Collecting PyYAML<4,>=3.10 [2021-03-15T03:59:37.487Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-15T03:59:40.855Z] Collecting docker<4.0,>=3.6.0 [2021-03-15T03:59:40.855Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-15T03:59:40.855Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-15T03:59:40.855Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-15T03:59:42.819Z] Collecting cached-property<2,>=1.2.0 [2021-03-15T03:59:42.819Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-15T03:59:43.408Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-15T03:59:43.408Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-15T03:59:43.408Z] 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-15T03:59:43.678Z] Collecting idna<2.8,>=2.5 [2021-03-15T03:59:43.678Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-15T03:59:43.678Z] 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-15T03:59:44.268Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-15T03:59:44.268Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-15T03:59:44.538Z] Collecting docker-pycreds>=0.4.0 [2021-03-15T03:59:44.538Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-15T03:59:44.809Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-15T03:59:44.809Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-15T03:59:44.809Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-15T03:59:44.809Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-15T03:59:45.398Z] Installing collected packages: jsonschema, texttable, idna, urllib3, requests, docopt, PyYAML, docker-pycreds, websocket-client, docker, dockerpty, cached-property, docker-compose [2021-03-15T03:59:45.668Z] Running setup.py install for texttable: started [2021-03-15T03:59:47.631Z] Running setup.py install for texttable: finished with status 'done' [2021-03-15T03:59:47.631Z] Attempting uninstall: idna [2021-03-15T03:59:47.631Z] Found existing installation: idna 2.9 [2021-03-15T03:59:47.631Z] Uninstalling idna-2.9: [2021-03-15T03:59:47.631Z] Successfully uninstalled idna-2.9 [2021-03-15T03:59:48.221Z] Attempting uninstall: urllib3 [2021-03-15T03:59:48.221Z] Found existing installation: urllib3 1.25.9 [2021-03-15T03:59:48.221Z] Uninstalling urllib3-1.25.9: [2021-03-15T03:59:48.491Z] Successfully uninstalled urllib3-1.25.9 [2021-03-15T03:59:49.085Z] Attempting uninstall: requests [2021-03-15T03:59:49.085Z] Found existing installation: requests 2.23.0 [2021-03-15T03:59:49.085Z] Uninstalling requests-2.23.0: [2021-03-15T03:59:49.085Z] Successfully uninstalled requests-2.23.0 [2021-03-15T03:59:49.355Z] Running setup.py install for docopt: started [2021-03-15T03:59:51.314Z] Running setup.py install for docopt: finished with status 'done' [2021-03-15T03:59:51.314Z] Running setup.py install for PyYAML: started [2021-03-15T03:59:53.272Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-15T03:59:54.241Z] Running setup.py install for dockerpty: started [2021-03-15T03:59:56.200Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-15T03:59:56.790Z] 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-15T04:00:01.073Z] Removing intermediate container d8232b7fb296 [2021-03-15T04:00:01.073Z] ---> aea344a6df63 [2021-03-15T04:00:01.073Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-15T04:00:01.073Z] ---> Running in 3dfdb5d5e832 [2021-03-15T04:00:02.056Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T04:00:02.056Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T04:00:02.657Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-15T04:00:02.657Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-15T04:00:02.657Z] (3/3) Installing curl (7.69.1-r3) [2021-03-15T04:00:02.657Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T04:00:02.657Z] OK: 71 MiB in 58 packages [2021-03-15T04:00:04.089Z] Removing intermediate container 3dfdb5d5e832 [2021-03-15T04:00:04.089Z] ---> 305080d2aab4 [2021-03-15T04:00:04.089Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-15T04:00:04.089Z] ---> Running in c9f3d11ca6f7 [2021-03-15T04:00:04.361Z] Removing intermediate container c9f3d11ca6f7 [2021-03-15T04:00:04.361Z] ---> d1a97f5d5f0a [2021-03-15T04:00:04.361Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T04:00:04.633Z] ---> Running in f4cf178b75af [2021-03-15T04:00:04.906Z] Removing intermediate container f4cf178b75af [2021-03-15T04:00:04.906Z] ---> 31c7512921f9 [2021-03-15T04:00:04.906Z] Step 24/26 : LABEL arch=arm64 [2021-03-15T04:00:05.177Z] ---> Running in 1c19f8a41756 [2021-03-15T04:00:05.450Z] Removing intermediate container 1c19f8a41756 [2021-03-15T04:00:05.450Z] ---> 44ad11f800ed [2021-03-15T04:00:05.450Z] Step 25/26 : LABEL git_sha=8c008893c2866544e91eef73f0d66ded5ba62008 [2021-03-15T04:00:05.723Z] ---> Running in ee295b9bb5bb [2021-03-15T04:00:05.998Z] Removing intermediate container ee295b9bb5bb [2021-03-15T04:00:05.998Z] ---> 55df65b85c48 [2021-03-15T04:00:05.998Z] Step 26/26 : LABEL version=0.0.0 [2021-03-15T04:00:06.273Z] ---> Running in 7b2ffa7df6f1 [2021-03-15T04:00:06.868Z] Removing intermediate container 7b2ffa7df6f1 [2021-03-15T04:00:06.868Z] ---> 7d58044dcb92 [2021-03-15T04:00:06.868Z] [2021-03-15T04:00:07.139Z] Successfully built 7d58044dcb92 [2021-03-15T04:00:07.139Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-15T04:00:07.428Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-15T04:00:07.434Z] $ docker stop --time=1 7ee33816af10eb14ba7d9c217d6d98ce075884a4965b11debbe09b61a1d44231 [2021-03-15T04:00:09.358Z] $ docker rm -f 7ee33816af10eb14ba7d9c217d6d98ce075884a4965b11debbe09b61a1d44231 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-15T04:00:10.078Z] + grep docker [2021-03-15T04:00:10.079Z] + docker images [2021-03-15T04:00:10.349Z] docker-sys-mgmt-agent-go-arm64 latest 7d58044dcb92 4 seconds ago 300MB [2021-03-15T04:00:10.350Z] docker-core-metadata-go-arm64 latest 173c876f6889 About a minute ago 17.9MB [2021-03-15T04:00:10.350Z] docker-security-proxy-setup-go-arm64 latest a87c05d9ea95 About a minute ago 23.4MB [2021-03-15T04:00:10.350Z] docker-support-scheduler-go-arm64 latest 0b7c9fac9f1b 2 minutes ago 16.3MB [2021-03-15T04:00:10.350Z] docker-security-bootstrapper-go-arm64 latest a33359b3dcc4 3 minutes ago 17.8MB [2021-03-15T04:00:10.350Z] docker-core-data-go-arm64 latest 0956578f4d53 3 minutes ago 21.3MB [2021-03-15T04:00:10.350Z] docker-support-notifications-go-arm64 latest eceadc352c04 3 minutes ago 16.9MB [2021-03-15T04:00:10.350Z] docker-core-command-go-arm64 latest 0d970154806a 3 minutes ago 16.2MB [2021-03-15T04:00:10.350Z] docker-security-secretstore-setup-go-arm64 latest 99267b3c78e7 3 minutes ago 23.7MB [2021-03-15T04:00:10.350Z] 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-15T04:00:11.794Z] ---> job-cost.sh [2021-03-15T04:00:11.794Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-JPB2 [2021-03-15T04:00:50.747Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-15T04:02:27.477Z] lf-activate-venv(): INFO: Adding /tmp/venv-JPB2/bin to PATH [2021-03-15T04:02:27.477Z] INFO: No Stack... [2021-03-15T04:02:27.477Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-15T04:02:27.477Z] INFO: Archiving Costs [Pipeline] sh [2021-03-15T04:02:27.815Z] + cat /w/workspace/edgex-go/14/archives/cost.csv [2021-03-15T04:02:27.815Z] + cut -d, -f6 [Pipeline] lock [2021-03-15T04:02:27.933Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3250-14-stack-cost] [2021-03-15T04:02:27.946Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3250-14-stack-cost] did not exist. Created. [2021-03-15T04:02:27.947Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3250-14-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-15T04:02:28.414Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-15T04:02:28.739Z] Stashed 1 file(s) [Pipeline] } [2021-03-15T04:02:28.749Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3250-14-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-15T04:02:30.491Z] provisioning config files... [2021-03-15T04:02:30.503Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/14@tmp/config1483729161353897074tmp [Pipeline] { [Pipeline] sh [2021-03-15T04:02:30.900Z] + set +x [2021-03-15T04:02:30.900Z] + curl -s https://codecov.io/bash [2021-03-15T04:02:30.900Z] + bash -s -- [2021-03-15T04:02:31.475Z] [2021-03-15T04:02:31.475Z] _____ _ [2021-03-15T04:02:31.475Z] / ____| | | [2021-03-15T04:02:31.475Z] | | ___ __| | ___ ___ _____ __ [2021-03-15T04:02:31.475Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-15T04:02:31.475Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-15T04:02:31.475Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-15T04:02:31.475Z] Bash-20210309-2b87ace [2021-03-15T04:02:31.475Z] [2021-03-15T04:02:31.475Z] [2021-03-15T04:02:31.475Z] ==> git version 2.24.3 found [2021-03-15T04:02:31.475Z] ==> 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-15T04:02:31.475Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-15T04:02:31.475Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-15T04:02:31.475Z] ==> Jenkins CI detected. [2021-03-15T04:02:31.475Z] project root: . [2021-03-15T04:02:31.475Z] --> token set from env [2021-03-15T04:02:31.475Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-15T04:02:31.475Z] ==> Running gcov in . (disable via -X gcov) [2021-03-15T04:02:31.475Z] ==> Python coveragepy not found [2021-03-15T04:02:31.475Z] ==> Searching for coverage reports in: [2021-03-15T04:02:31.475Z] + . [2021-03-15T04:02:31.475Z] -> Found 1 reports [2021-03-15T04:02:31.475Z] ==> Detecting git/mercurial file structure [2021-03-15T04:02:31.475Z] ==> Reading reports [2021-03-15T04:02:31.475Z] + ./coverage.out bytes=635765 [2021-03-15T04:02:31.736Z] ==> Appending adjustments [2021-03-15T04:02:31.736Z] https://docs.codecov.io/docs/fixing-reports [2021-03-15T04:02:35.054Z] + Found adjustments [2021-03-15T04:02:35.054Z] ==> Gzipping contents [2021-03-15T04:02:35.054Z] 92K /tmp/codecov.LuY2OW.gz [2021-03-15T04:02:35.054Z] ==> Uploading reports [2021-03-15T04:02:35.054Z] url: https://codecov.io [2021-03-15T04:02:35.054Z] query: branch=PR-3250&commit=8c008893c2866544e91eef73f0d66ded5ba62008&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3250%2F14%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3250&job=&cmd_args= [2021-03-15T04:02:35.054Z] -> Pinging Codecov [2021-03-15T04:02:35.054Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3250&commit=8c008893c2866544e91eef73f0d66ded5ba62008&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3250%2F14%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3250&job=&cmd_args= [2021-03-15T04:02:35.316Z] -> Uploading to [2021-03-15T04:02:35.316Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-15/00271124DB129430A58F1EEE437C3FCB/8c008893c2866544e91eef73f0d66ded5ba62008/145a66ab-bb32-428f-a048-528f287ea952.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210315%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210315T040235Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4b52f1b53785e7feef5f245f81cbb636a4149ace64da42ee7f988638d1deda4c [2021-03-15T04:02:35.316Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-15T04:02:35.316Z] Dload Upload Total Spent Left Speed [2021-03-15T04:02:36.151Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 93423 0 0 100 93423 0 158k --:--:-- --:--:-- --:--:-- 158k [2021-03-15T04:02:36.151Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/8c008893c2866544e91eef73f0d66ded5ba62008 [Pipeline] } [2021-03-15T04:02:36.162Z] 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-15T04:02:38.542Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T04:02:39.423Z] ---> package-listing.sh [2021-03-15T04:02:39.423Z] ++ facter osfamily [2021-03-15T04:02:39.423Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-15T04:02:39.423Z] + OS_FAMILY=redhat [2021-03-15T04:02:39.423Z] + workspace=/w/workspace/edgex-go/14 [2021-03-15T04:02:39.423Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-15T04:02:39.423Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-15T04:02:39.423Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-15T04:02:39.423Z] + PACKAGES=/tmp/packages_start.txt [2021-03-15T04:02:39.423Z] + '[' /w/workspace/edgex-go/14 ']' [2021-03-15T04:02:39.423Z] + PACKAGES=/tmp/packages_end.txt [2021-03-15T04:02:39.423Z] + case "${OS_FAMILY}" in [2021-03-15T04:02:39.423Z] + rpm -qa [2021-03-15T04:02:39.423Z] + sort [2021-03-15T04:02:44.743Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-15T04:02:44.743Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-15T04:02:44.743Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-15T04:02:44.743Z] + '[' /w/workspace/edgex-go/14 ']' [2021-03-15T04:02:44.743Z] + mkdir -p /w/workspace/edgex-go/14/archives/ [2021-03-15T04:02:44.743Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/14/archives/ [Pipeline] echo [2021-03-15T04:02:44.757Z] 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/14/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-15T04:02:45.049Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-15T04:02:45.355Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-15T04:02:45.355Z] [2021-03-15T04:02:45.355Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-15T04:02:45.711Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-15T04:02:45.711Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-15T04:02:45.711Z] df20fa9351a1: Pulling fs layer [2021-03-15T04:02:45.711Z] 36b3adc4ff6f: Pulling fs layer [2021-03-15T04:02:45.711Z] 8ad3a11d3b57: Pulling fs layer [2021-03-15T04:02:45.711Z] 46f8f816bc3b: Pulling fs layer [2021-03-15T04:02:45.711Z] 93b61091891f: Pulling fs layer [2021-03-15T04:02:45.711Z] 93b9cdb0e59b: Pulling fs layer [2021-03-15T04:02:45.711Z] 5e14af77c1be: Pulling fs layer [2021-03-15T04:02:45.711Z] 01666e4c0597: Pulling fs layer [2021-03-15T04:02:45.711Z] aa168da1d23b: Pulling fs layer [2021-03-15T04:02:45.711Z] 46f8f816bc3b: Waiting [2021-03-15T04:02:45.711Z] 93b61091891f: Waiting [2021-03-15T04:02:45.711Z] 93b9cdb0e59b: Waiting [2021-03-15T04:02:45.711Z] 5e14af77c1be: Waiting [2021-03-15T04:02:45.711Z] 01666e4c0597: Waiting [2021-03-15T04:02:45.711Z] aa168da1d23b: Waiting [2021-03-15T04:02:45.711Z] 36b3adc4ff6f: Verifying Checksum [2021-03-15T04:02:45.711Z] 36b3adc4ff6f: Download complete [2021-03-15T04:02:45.711Z] 46f8f816bc3b: Verifying Checksum [2021-03-15T04:02:45.711Z] 46f8f816bc3b: Download complete [2021-03-15T04:02:45.979Z] df20fa9351a1: Download complete [2021-03-15T04:02:45.979Z] 93b9cdb0e59b: Verifying Checksum [2021-03-15T04:02:45.979Z] 93b9cdb0e59b: Download complete [2021-03-15T04:02:45.979Z] 93b61091891f: Verifying Checksum [2021-03-15T04:02:45.979Z] 93b61091891f: Download complete [2021-03-15T04:02:45.979Z] 5e14af77c1be: Verifying Checksum [2021-03-15T04:02:45.979Z] 5e14af77c1be: Download complete [2021-03-15T04:02:45.979Z] 01666e4c0597: Verifying Checksum [2021-03-15T04:02:45.979Z] 01666e4c0597: Download complete [2021-03-15T04:02:46.245Z] 8ad3a11d3b57: Verifying Checksum [2021-03-15T04:02:46.245Z] 8ad3a11d3b57: Download complete [2021-03-15T04:02:46.245Z] df20fa9351a1: Pull complete [2021-03-15T04:02:46.511Z] 36b3adc4ff6f: Pull complete [2021-03-15T04:02:47.464Z] 8ad3a11d3b57: Pull complete [2021-03-15T04:02:47.729Z] 46f8f816bc3b: Pull complete [2021-03-15T04:02:48.301Z] aa168da1d23b: Verifying Checksum [2021-03-15T04:02:48.301Z] aa168da1d23b: Download complete [2021-03-15T04:02:49.245Z] 93b61091891f: Pull complete [2021-03-15T04:02:50.269Z] 93b9cdb0e59b: Pull complete [2021-03-15T04:02:50.269Z] 5e14af77c1be: Pull complete [2021-03-15T04:02:50.269Z] 01666e4c0597: Pull complete [2021-03-15T04:02:58.461Z] aa168da1d23b: Pull complete [2021-03-15T04:02:58.461Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-15T04:02:58.461Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-15T04:02:58.461Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-15T04:02:58.643Z] prd-centos7-docker-4c-2g-29768 does not seem to be running inside a container [2021-03-15T04:02:58.697Z] $ 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/14/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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-15T04:03:07.847Z] $ docker top 0fb12a053b945560a0d19fcfcd2682996fd4bcee8243f7085055b87956056aa5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T04:03:08.406Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-15T04:03:08.706Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-15T04:03:09.010Z] + ls /var/log/sa-host [2021-03-15T04:03:09.010Z] + sadf -c /var/log/sa-host/sa15 [2021-03-15T04:03:09.010Z] file_magic: OK [2021-03-15T04:03:09.010Z] HZ: Using current value: 100 [2021-03-15T04:03:09.010Z] file_header: OK [2021-03-15T04:03:09.010Z] 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-15T04:03:09.010Z] Statistics: [2021-03-15T04:03:09.010Z] 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... [2021-03-15T04:03:09.010Z] File successfully converted to sysstat format version 12.2.1 [2021-03-15T04:03:09.010Z] + sadf -c /var/log/sa-host/sa23 [2021-03-15T04:03:09.010Z] file_magic: OK [2021-03-15T04:03:09.010Z] HZ: Using current value: 100 [2021-03-15T04:03:09.010Z] file_header: OK [2021-03-15T04:03:09.010Z] 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-15T04:03:09.010Z] Statistics: [2021-03-15T04:03:09.010Z] Hnuu...uuuununununu... [2021-03-15T04:03:09.010Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-15T04:03:09.667Z] provisioning config files... [2021-03-15T04:03:09.682Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/14@tmp/config6181772263654199915tmp [Pipeline] { [Pipeline] echo [2021-03-15T04:03:09.775Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T04:03:10.073Z] ---> create-netrc.sh [Pipeline] } [2021-03-15T04:03:10.082Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-15T04:03:10.192Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T04:03:10.489Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-15T04:03:10.500Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T04:03:10.798Z] ---> sudo-logs.sh [2021-03-15T04:03:10.798Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-15T04:03:10.943Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T04:03:11.243Z] ---> job-cost.sh [2021-03-15T04:03:11.243Z] lf-activate-venv: SKIPPING [2021-03-15T04:03:11.243Z] DEBUG: total: 0.20999999344348907 [2021-03-15T04:03:11.243Z] INFO: Retrieving Stack Cost... [2021-03-15T04:03:12.632Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-15T04:03:12.893Z] INFO: Archiving Costs [Pipeline] echo [2021-03-15T04:03:12.907Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T04:03:13.209Z] ---> logs-deploy.sh [2021-03-15T04:03:13.209Z] lf-activate-venv: SKIPPING [2021-03-15T04:03:13.209Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3250/14 [2021-03-15T04:03:13.209Z] INFO: archiving workspace using pattern(s): [2021-03-15T04:03:14.596Z] Archives upload complete. [2021-03-15T04:03:14.596Z] INFO: archiving logs to Nexus