Pull request #3210 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 FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at 8a562533c14a3b85d4c48007758f286d837d2a70 rather than 73c7208b626d1b8730b4f21ac98b5bd82715006c Obtained Jenkinsfile from 8a562533c14a3b85d4c48007758f286d837d2a70 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-28638 in /w/workspace/edgexfoundry_edgex-go_PR-3210 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # 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/3210/head:refs/remotes/origin/PR-3210 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 8a562533c14a3b85d4c48007758f286d837d2a70 into PR head commit 73c7208b626d1b8730b4f21ac98b5bd82715006c Merge succeeded, producing 73c7208b626d1b8730b4f21ac98b5bd82715006c Checking out Revision 73c7208b626d1b8730b4f21ac98b5bd82715006c (PR-3210) > git config core.sparsecheckout # timeout=10 > git checkout -f 73c7208b626d1b8730b4f21ac98b5bd82715006c # 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 8a562533c14a3b85d4c48007758f286d837d2a70 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 73c7208b626d1b8730b4f21ac98b5bd82715006c # timeout=10 Commit message: "feat(notifications): Implement GET /notification/id/{id} V2 API" First time build. Skipping changelog. > git rev-list --no-walk 45aca73aaac278d3579e52f78fe6a511f485c647 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-05T02:52:51.047Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-05T02:52:51.394Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-05T02:52:51.559Z] ========================================================= [2021-03-05T02:52:51.559Z] EdgeX Global Pipelines Version Info [2021-03-05T02:52:51.559Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-05T02:52:53.067Z] ------------------- [2021-03-05T02:52:53.067Z] stable info: [2021-03-05T02:52:53.067Z] ------------------- [2021-03-05T02:52:53.067Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-05T02:52:53.067Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-05T02:52:53.067Z] Message: update stable to v1.0.184 [2021-03-05T02:52:54.012Z] ------------------- [2021-03-05T02:52:54.012Z] experimental info: [2021-03-05T02:52:54.012Z] ------------------- [2021-03-05T02:52:54.012Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-05T02:52:54.012Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-05T02:52:54.012Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-05T02:52:54.288Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-05T02:52:54.389Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-05T02:52:54.482Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-05T02:52:54.574Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-05T02:52:54.670Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-05T02:52:54.769Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-05T02:52:54.864Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-05T02:52:54.972Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-05T02:52:55.078Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-05T02:52:55.167Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-05T02:52:55.257Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-05T02:52:55.349Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-05T02:52:55.439Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-05T02:52:55.532Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-05T02:52:55.624Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-05T02:52:55.745Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-05T02:52:55.880Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-05T02:52:55.985Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-05T02:52:56.077Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-05T02:52:56.168Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-05T02:52:56.265Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-05T02:52:56.352Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-05T02:52:56.436Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3210 [Pipeline] echo [2021-03-05T02:52:56.523Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3210 [Pipeline] echo [2021-03-05T02:52:56.616Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3210 [Pipeline] echo [2021-03-05T02:52:56.728Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 73c7208b626d1b8730b4f21ac98b5bd82715006c [Pipeline] echo [2021-03-05T02:52:56.813Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 73c7208 [Pipeline] echo [2021-03-05T02:52:56.903Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-05T02:52:57.069Z] provisioning config files... [2021-03-05T02:52:57.100Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config6799943685998168621tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-05T02:52:57.449Z] ---> docker-login.sh [2021-03-05T02:52:57.449Z] nexus3.edgexfoundry.org:10001 [2021-03-05T02:52:57.718Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T02:52:57.983Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T02:52:57.983Z] Configure a credential helper to remove this warning. See [2021-03-05T02:52:57.983Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T02:52:57.983Z] [2021-03-05T02:52:57.983Z] Login Succeeded [2021-03-05T02:52:57.983Z] nexus3.edgexfoundry.org:10002 [2021-03-05T02:52:57.983Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T02:52:58.248Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T02:52:58.248Z] Configure a credential helper to remove this warning. See [2021-03-05T02:52:58.248Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T02:52:58.248Z] [2021-03-05T02:52:58.248Z] Login Succeeded [2021-03-05T02:52:58.248Z] nexus3.edgexfoundry.org:10003 [2021-03-05T02:52:58.248Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T02:52:58.248Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T02:52:58.248Z] Configure a credential helper to remove this warning. See [2021-03-05T02:52:58.248Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T02:52:58.248Z] [2021-03-05T02:52:58.248Z] Login Succeeded [2021-03-05T02:52:58.511Z] nexus3.edgexfoundry.org:10004 [2021-03-05T02:52:58.511Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T02:52:58.511Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T02:52:58.511Z] Configure a credential helper to remove this warning. See [2021-03-05T02:52:58.511Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T02:52:58.511Z] [2021-03-05T02:52:58.511Z] Login Succeeded [2021-03-05T02:52:58.511Z] docker.io [2021-03-05T02:52:58.773Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T02:52:59.035Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T02:52:59.035Z] Configure a credential helper to remove this warning. See [2021-03-05T02:52:59.035Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T02:52:59.035Z] [2021-03-05T02:52:59.035Z] Login Succeeded [2021-03-05T02:52:59.035Z] ---> docker-login.sh ends [Pipeline] } [2021-03-05T02:52:59.044Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-05T02:52:59.522Z] ++ 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-05T02:52:59.522Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T02:52:59.522Z] ++ dirname cmd/core-command/Dockerfile [2021-03-05T02:52:59.522Z] ++ cut -d/ -f2 [2021-03-05T02:52:59.522Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-05T02:52:59.522Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T02:52:59.522Z] ++ dirname cmd/core-data/Dockerfile [2021-03-05T02:52:59.522Z] ++ cut -d/ -f2 [2021-03-05T02:52:59.522Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-05T02:52:59.522Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T02:52:59.522Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-05T02:52:59.522Z] ++ cut -d/ -f2 [2021-03-05T02:52:59.522Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-05T02:52:59.522Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T02:52:59.522Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-05T02:52:59.522Z] ++ cut -d/ -f2 [2021-03-05T02:52:59.522Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-05T02:52:59.522Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T02:52:59.522Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-05T02:52:59.522Z] ++ cut -d/ -f2 [2021-03-05T02:52:59.522Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-05T02:52:59.522Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T02:52:59.522Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-05T02:52:59.522Z] ++ cut -d/ -f2 [2021-03-05T02:52:59.522Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-05T02:52:59.522Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T02:52:59.522Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-05T02:52:59.522Z] ++ cut -d/ -f2 [2021-03-05T02:52:59.522Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-05T02:52:59.522Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T02:52:59.522Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-05T02:52:59.522Z] ++ cut -d/ -f2 [2021-03-05T02:52:59.522Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-05T02:52:59.522Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T02:52:59.522Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-05T02:52:59.522Z] ++ cut -d/ -f2 [2021-03-05T02:52:59.522Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-05T02:52:59.626Z] 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-05T02:53:01.282Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T02:53:01.282Z] [2021-03-05T02:53:01.282Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T02:53:01.637Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T02:53:01.637Z] latest: Pulling from edgex-devops/git-semver [2021-03-05T02:53:01.637Z] 31603596830f: Pulling fs layer [2021-03-05T02:53:01.637Z] 2a8b12db71e7: Pulling fs layer [2021-03-05T02:53:01.637Z] 6ca5941a6612: Pulling fs layer [2021-03-05T02:53:01.637Z] ecc8261a40a4: Pulling fs layer [2021-03-05T02:53:01.637Z] ecc8261a40a4: Waiting [2021-03-05T02:53:01.637Z] 2a8b12db71e7: Verifying Checksum [2021-03-05T02:53:01.637Z] 2a8b12db71e7: Download complete [2021-03-05T02:53:01.900Z] 31603596830f: Verifying Checksum [2021-03-05T02:53:01.900Z] 31603596830f: Download complete [2021-03-05T02:53:01.900Z] ecc8261a40a4: Verifying Checksum [2021-03-05T02:53:01.900Z] ecc8261a40a4: Download complete [2021-03-05T02:53:01.900Z] 6ca5941a6612: Verifying Checksum [2021-03-05T02:53:01.900Z] 6ca5941a6612: Download complete [2021-03-05T02:53:02.162Z] 31603596830f: Pull complete [2021-03-05T02:53:02.424Z] 2a8b12db71e7: Pull complete [2021-03-05T02:53:03.371Z] 6ca5941a6612: Pull complete [2021-03-05T02:53:03.371Z] ecc8261a40a4: Pull complete [2021-03-05T02:53:03.371Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-05T02:53:03.371Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T02:53:03.371Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-05T02:53:03.482Z] prd-centos7-docker-4c-2g-28638 does not seem to be running inside a container [2021-03-05T02:53:03.534Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-05T02:53:05.939Z] $ docker top 6f36abc5d2d290f1034acc80c0ba05abcbfdf089f1e9e00dc18dfd22dfba2e6a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-05T02:53:06.228Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T02:53:06.228Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T02:53:06.455Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T02:53:06.459Z] $ docker exec 6f36abc5d2d290f1034acc80c0ba05abcbfdf089f1e9e00dc18dfd22dfba2e6a ssh-agent [2021-03-05T02:53:06.625Z] SSH_AUTH_SOCK=/tmp/ssh-7wudRpQpHar7/agent.11 [2021-03-05T02:53:06.625Z] SSH_AGENT_PID=16 [2021-03-05T02:53:06.635Z] Running ssh-add (command line suppressed) [2021-03-05T02:53:06.756Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_5214439477819188354.key (/w/workspace/edgex-go/6@tmp/private_key_5214439477819188354.key) [2021-03-05T02:53:06.805Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T02:53:07.132Z] + git tag --points-at HEAD [Pipeline] } [2021-03-05T02:53:07.160Z] $ docker exec --env ******** --env ******** 6f36abc5d2d290f1034acc80c0ba05abcbfdf089f1e9e00dc18dfd22dfba2e6a ssh-agent -k [2021-03-05T02:53:07.278Z] unset SSH_AUTH_SOCK; [2021-03-05T02:53:07.278Z] unset SSH_AGENT_PID; [2021-03-05T02:53:07.278Z] echo Agent pid 16 killed; [2021-03-05T02:53:07.323Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-05T02:53:07.458Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T02:53:07.458Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T02:53:07.634Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T02:53:07.638Z] $ docker exec 6f36abc5d2d290f1034acc80c0ba05abcbfdf089f1e9e00dc18dfd22dfba2e6a ssh-agent [2021-03-05T02:53:07.796Z] SSH_AUTH_SOCK=/tmp/ssh-jGV8dwARTnr1/agent.44 [2021-03-05T02:53:07.796Z] SSH_AGENT_PID=49 [2021-03-05T02:53:07.802Z] Running ssh-add (command line suppressed) [2021-03-05T02:53:07.916Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_5902607272669313672.key (/w/workspace/edgex-go/6@tmp/private_key_5902607272669313672.key) [2021-03-05T02:53:07.966Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T02:53:08.296Z] + git semver init [2021-03-05T02:53:08.296Z] # -> Open(): unable to determine branch for HEAD [2021-03-05T02:53:08.296Z] # $GIT_DIR = /w/workspace/edgex-go/6/.git [2021-03-05T02:53:08.296Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/6 [2021-03-05T02:53:08.296Z] # $SEMVER_REMOTE_NAME = origin [2021-03-05T02:53:08.296Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-05T02:53:08.296Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-05T02:53:08.296Z] # $SEMVER_BRANCH = PR-3210 [2021-03-05T02:53:08.296Z] # $SEMVER_TEMP = /tmp/semver-095943499 [2021-03-05T02:53:08.296Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-05T02:53:34.910Z] # '/tmp/semver-095943499' -> '/w/workspace/edgex-go/6/.semver' [2021-03-05T02:53:34.910Z] # -> Force: false [2021-03-05T02:53:34.910Z] # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } [2021-03-05T02:53:34.924Z] $ docker exec --env ******** --env ******** 6f36abc5d2d290f1034acc80c0ba05abcbfdf089f1e9e00dc18dfd22dfba2e6a ssh-agent -k [2021-03-05T02:53:35.214Z] unset SSH_AUTH_SOCK; [2021-03-05T02:53:35.215Z] unset SSH_AGENT_PID; [2021-03-05T02:53:35.215Z] echo Agent pid 49 killed; [2021-03-05T02:53:35.299Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-05T02:53:35.822Z] + git semver [Pipeline] } [2021-03-05T02:53:35.842Z] $ docker stop --time=1 6f36abc5d2d290f1034acc80c0ba05abcbfdf089f1e9e00dc18dfd22dfba2e6a [2021-03-05T02:53:37.429Z] $ docker rm -f 6f36abc5d2d290f1034acc80c0ba05abcbfdf089f1e9e00dc18dfd22dfba2e6a [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-05T02:53:37.955Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-05T02:53:38.519Z] Stashed 1 file(s) [Pipeline] echo [2021-03-05T02:53:38.523Z] [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-05T02:53:39.459Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-05T02:53:39.762Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-05T02:53:40.061Z] + sudo service docker restart [2021-03-05T02:53:40.061Z] + true [2021-03-05T02:53:40.061Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-05T02:53:40.651Z] ========================================================= [2021-03-05T02:53:40.651Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-05T02:53:40.651Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-05T02:53:40.995Z] + 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-05T02:53:44.324Z] Sending build context to Docker daemon 328.3MB [2021-03-05T02:53:44.324Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-05T02:53:44.324Z] Step 2/6 : FROM ${BASE} [2021-03-05T02:53:44.324Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-05T02:53:44.324Z] 188c0c94c7c5: Pulling fs layer [2021-03-05T02:53:44.324Z] 0ef7d3d256c8: Pulling fs layer [2021-03-05T02:53:44.324Z] de9db76c5a1d: Pulling fs layer [2021-03-05T02:53:44.324Z] bca2f99d35d6: Pulling fs layer [2021-03-05T02:53:44.324Z] 93359f2a8cfa: Pulling fs layer [2021-03-05T02:53:44.324Z] 7c6f9722023f: Pulling fs layer [2021-03-05T02:53:44.324Z] a35cf1a2eb13: Pulling fs layer [2021-03-05T02:53:44.324Z] 93359f2a8cfa: Waiting [2021-03-05T02:53:44.324Z] bca2f99d35d6: Waiting [2021-03-05T02:53:44.324Z] 7c6f9722023f: Waiting [2021-03-05T02:53:44.324Z] a35cf1a2eb13: Waiting [2021-03-05T02:53:44.324Z] de9db76c5a1d: Verifying Checksum [2021-03-05T02:53:44.324Z] de9db76c5a1d: Download complete [2021-03-05T02:53:44.324Z] 0ef7d3d256c8: Download complete [2021-03-05T02:53:44.324Z] 93359f2a8cfa: Download complete [2021-03-05T02:53:44.324Z] 188c0c94c7c5: Verifying Checksum [2021-03-05T02:53:44.324Z] 188c0c94c7c5: Download complete [2021-03-05T02:53:44.324Z] 7c6f9722023f: Verifying Checksum [2021-03-05T02:53:44.324Z] 7c6f9722023f: Download complete [2021-03-05T02:53:44.592Z] 188c0c94c7c5: Pull complete [2021-03-05T02:53:44.855Z] 0ef7d3d256c8: Pull complete [2021-03-05T02:53:45.117Z] de9db76c5a1d: Pull complete [2021-03-05T02:53:47.045Z] a35cf1a2eb13: Verifying Checksum [2021-03-05T02:53:47.045Z] a35cf1a2eb13: Download complete [2021-03-05T02:53:47.621Z] bca2f99d35d6: Verifying Checksum [2021-03-05T02:53:47.621Z] bca2f99d35d6: Download complete [2021-03-05T02:53:52.946Z] bca2f99d35d6: Pull complete [2021-03-05T02:53:52.946Z] 93359f2a8cfa: Pull complete [2021-03-05T02:53:52.946Z] 7c6f9722023f: Pull complete [2021-03-05T02:53:53.907Z] Still waiting to schedule task [2021-03-05T02:53:53.907Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-05T02:53:57.178Z] a35cf1a2eb13: Pull complete [2021-03-05T02:53:57.178Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-05T02:53:57.178Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-05T02:53:57.178Z] ---> a62c8e92a672 [2021-03-05T02:53:57.178Z] 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-05T02:53:57.441Z] ---> Running in acb5a55d80df [2021-03-05T02:53:58.016Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T02:53:58.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T02:53:59.167Z] (1/12) Installing libmagic (5.38-r0) [2021-03-05T02:54:00.113Z] (2/12) Installing file (5.38-r0) [2021-03-05T02:54:00.113Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-05T02:54:00.113Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-05T02:54:04.334Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-05T02:54:04.335Z] (6/12) Installing patch (2.7.6-r6) [2021-03-05T02:54:04.597Z] (7/12) Installing build-base (0.5-r2) [2021-03-05T02:54:04.597Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-05T02:54:04.597Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-05T02:54:04.860Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-05T02:54:04.860Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-05T02:54:04.860Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-05T02:54:05.130Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T02:54:05.130Z] OK: 233 MiB in 51 packages [2021-03-05T02:54:08.450Z] Removing intermediate container acb5a55d80df [2021-03-05T02:54:08.450Z] ---> 941b758923d0 [2021-03-05T02:54:08.450Z] Step 4/6 : WORKDIR /edgex-go [2021-03-05T02:54:08.450Z] ---> Running in 4b8e4767a0dc [2021-03-05T02:54:08.716Z] Removing intermediate container 4b8e4767a0dc [2021-03-05T02:54:08.716Z] ---> fc89228055a1 [2021-03-05T02:54:08.716Z] Step 5/6 : COPY go.mod . [2021-03-05T02:54:08.981Z] ---> d8e779fef7c4 [2021-03-05T02:54:08.981Z] Step 6/6 : RUN go mod download [2021-03-05T02:54:09.244Z] ---> Running in d7dc55748932 [2021-03-05T02:54:35.878Z] Removing intermediate container d7dc55748932 [2021-03-05T02:54:35.878Z] ---> e3aa4344b196 [2021-03-05T02:54:35.878Z] Successfully built e3aa4344b196 [2021-03-05T02:54:35.878Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T02:54:36.205Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-05T02:54:36.205Z] . [Pipeline] withDockerContainer [2021-03-05T02:54:36.316Z] prd-centos7-docker-4c-2g-28638 does not seem to be running inside a container [2021-03-05T02:54:36.367Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-05T02:54:37.288Z] $ docker top 498edc3669df74ebbef34e98f3bfe9bab8badcced4d66e12e8cf0e36c502ca34 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T02:54:37.782Z] + go version [2021-03-05T02:54:37.782Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-05T02:54:37.801Z] $ docker stop --time=1 498edc3669df74ebbef34e98f3bfe9bab8badcced4d66e12e8cf0e36c502ca34 [2021-03-05T02:54:39.156Z] $ docker rm -f 498edc3669df74ebbef34e98f3bfe9bab8badcced4d66e12e8cf0e36c502ca34 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T02:54:39.981Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-05T02:54:39.981Z] . [Pipeline] withDockerContainer [2021-03-05T02:54:40.080Z] prd-centos7-docker-4c-2g-28638 does not seem to be running inside a container [2021-03-05T02:54:40.128Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-05T02:54:40.791Z] $ docker top ed4cff356c9a169550148884d2da53b0db1943e2487bd6bd0972c5ed24022649 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-05T02:54:41.048Z] ========================================================= [2021-03-05T02:54:41.048Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-05T02:54:41.048Z] ========================================================= [Pipeline] sh [2021-03-05T02:54:41.341Z] + make test [2021-03-05T02:54:41.342Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-05T02:54:51.394Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-05T02:55:06.484Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-05T02:55:13.159Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-05T02:55:13.159Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-05T02:55:13.159Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-05T02:55:15.732Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-05T02:55:15.732Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-05T02:55:15.732Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-05T02:55:15.732Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-05T02:55:15.997Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-05T02:55:16.580Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-05T02:55:19.172Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-05T02:55:19.172Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-05T02:55:19.172Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-05T02:55:21.150Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.107s coverage: 45.9% of statements [2021-03-05T02:55:21.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-05T02:55:21.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-05T02:55:21.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-05T02:55:21.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-05T02:55:21.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-05T02:55:21.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-05T02:55:21.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-05T02:55:21.150Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.077s coverage: 100.0% of statements [2021-03-05T02:55:23.808Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.200s coverage: 27.1% of statements [2021-03-05T02:55:23.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-05T02:55:23.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-05T02:55:23.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-05T02:55:23.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-05T02:55:23.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-05T02:55:23.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-05T02:55:23.808Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.068s coverage: 100.0% of statements [2021-03-05T02:55:23.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-05T02:55:23.809Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.037s coverage: 100.0% of statements [2021-03-05T02:55:23.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-05T02:55:23.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-05T02:55:24.391Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.086s coverage: 66.2% of statements [2021-03-05T02:55:24.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-05T02:55:24.391Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-05T02:55:24.975Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.420s coverage: 82.4% of statements [2021-03-05T02:55:24.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-05T02:55:24.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T02:55:24.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-05T02:55:24.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-05T02:55:26.920Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.388s coverage: 28.6% of statements [2021-03-05T02:55:26.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-05T02:55:26.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-05T02:55:26.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-05T02:55:26.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-05T02:55:26.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-05T02:55:26.920Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.113s coverage: 100.0% of statements [2021-03-05T02:55:26.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-05T02:55:26.920Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.044s coverage: 100.0% of statements [2021-03-05T02:55:26.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-05T02:55:26.920Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.123s coverage: 86.7% of statements [2021-03-05T02:55:26.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-05T02:55:27.192Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.129s coverage: 97.5% of statements [2021-03-05T02:55:27.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-05T02:55:27.474Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.073s coverage: 78.3% of statements [2021-03-05T02:55:27.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-05T02:55:27.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-05T02:55:27.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-05T02:55:27.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-05T02:55:30.097Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.426s coverage: 92.8% of statements [2021-03-05T02:55:30.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-05T02:55:30.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T02:55:30.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-05T02:55:30.097Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-05T02:55:30.097Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-05T02:55:30.097Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-05T02:55:30.097Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-05T02:55:30.097Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-05T02:55:30.097Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-05T02:55:30.097Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-05T02:55:30.097Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-05T02:55:30.097Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-05T02:55:30.097Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-05T02:55:30.097Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-05T02:55:30.097Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-05T02:55:30.097Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-05T02:55:30.097Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-05T02:55:30.097Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-05T02:55:30.097Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-03-05T02:55:30.097Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-05T02:55:30.097Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-05T02:55:30.097Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.065s coverage: 0.1% of statements [2021-03-05T02:55:30.097Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-05T02:55:30.097Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-05T02:55:30.097Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-05T02:55:30.097Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.036s coverage: 47.1% of statements [2021-03-05T02:55:30.097Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.049s coverage: 79.5% of statements [2021-03-05T02:55:30.097Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.042s coverage: 94.1% of statements [2021-03-05T02:55:30.097Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.054s coverage: 96.3% of statements [2021-03-05T02:55:30.097Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements [2021-03-05T02:55:30.666Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-28639 in /w/workspace/edgexfoundry_edgex-go_PR-3210 [Pipeline] { [Pipeline] ws [2021-03-05T02:55:30.786Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-03-05T02:55:35.990Z] using credential edgex-jenkins-ssh [2021-03-05T02:55:36.052Z] Cloning the remote Git repository [2021-03-05T02:55:36.114Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-05T02:55:36.217Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-03-05T02:55:36.301Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-05T02:55:36.302Z] > git --version # timeout=10 [2021-03-05T02:55:36.321Z] > git --version # 'git version 2.17.1' [2021-03-05T02:55:36.323Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T02:55:36.380Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T02:55:42.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.043s coverage: 94.4% of statements [2021-03-05T02:55:42.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2021-03-05T02:55:42.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.059s coverage: 81.4% of statements [2021-03-05T02:55:55.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.062s coverage: 92.9% of statements [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-05T02:55:55.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-05T02:55:55.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.038s coverage: 87.2% of statements [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-05T02:55:55.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-05T02:55:55.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-05T02:55:55.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-03-05T02:55:55.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-03-05T02:55:55.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.046s coverage: 84.6% of statements [2021-03-05T02:55:55.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.083s coverage: 91.6% of statements [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-05T02:55:55.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.160s coverage: 62.4% of statements [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-05T02:55:55.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2021-03-05T02:55:55.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.048s coverage: 91.3% of statements [2021-03-05T02:55:55.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-03-05T02:55:55.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-03-05T02:55:55.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements [2021-03-05T02:55:55.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.322s coverage: 69.1% of statements [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-05T02:55:55.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.091s coverage: 38.4% of statements [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-05T02:55:55.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.037s coverage: 89.5% of statements [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-05T02:55:55.116Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.035s coverage: 84.8% of statements [2021-03-05T02:55:55.116Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.133s coverage: 47.0% of statements [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-05T02:55:55.116Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.063s coverage: 100.0% of statements [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-05T02:55:55.116Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-05T02:55:55.116Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.138s coverage: 89.3% of statements [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-05T02:55:55.116Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.725s coverage: 29.1% of statements [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-05T02:55:55.116Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.074s coverage: 99.0% of statements [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-05T02:55:55.116Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.051s coverage: 100.0% of statements [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-05T02:55:55.116Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.076s coverage: 95.6% of statements [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-05T02:55:55.116Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-05T02:55:55.116Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-05T02:55:55.116Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-05T02:55:55.116Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-05T02:55:55.116Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-03-05T02:55:55.116Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-03-05T02:55:55.116Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-05T02:55:55.116Z] GO111MODULE=on go vet ./... [2021-03-05T02:56:06.907Z] Merging remotes/origin/master commit 8a562533c14a3b85d4c48007758f286d837d2a70 into PR head commit 73c7208b626d1b8730b4f21ac98b5bd82715006c [2021-03-05T02:56:05.849Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-05T02:56:05.872Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T02:56:05.902Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-05T02:56:05.985Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-05T02:56:05.989Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T02:56:06.007Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3210/head:refs/remotes/origin/PR-3210 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-05T02:56:06.929Z] > git config core.sparsecheckout # timeout=10 [2021-03-05T02:56:06.956Z] > git checkout -f 73c7208b626d1b8730b4f21ac98b5bd82715006c # timeout=10 [2021-03-05T02:56:07.353Z] Merge succeeded, producing 73c7208b626d1b8730b4f21ac98b5bd82715006c [2021-03-05T02:56:07.354Z] Checking out Revision 73c7208b626d1b8730b4f21ac98b5bd82715006c (PR-3210) [2021-03-05T02:56:07.265Z] > git remote # timeout=10 [2021-03-05T02:56:07.289Z] > git config --get remote.origin.url # timeout=10 [2021-03-05T02:56:07.308Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T02:56:07.318Z] > git merge 8a562533c14a3b85d4c48007758f286d837d2a70 # timeout=10 [2021-03-05T02:56:07.341Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-05T02:56:07.364Z] > git config core.sparsecheckout # timeout=10 [2021-03-05T02:56:07.376Z] > git checkout -f 73c7208b626d1b8730b4f21ac98b5bd82715006c # timeout=10 [2021-03-05T02:56:11.750Z] Commit message: "feat(notifications): Implement GET /notification/id/{id} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-05T02:56:13.342Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-05T02:56:13.814Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-05T02:56:14.156Z] + true [2021-03-05T02:56:14.156Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-05T02:56:16.209Z] provisioning config files... [2021-03-05T02:56:16.292Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config3073579853176736876tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-05T02:56:16.742Z] ---> docker-login.sh [2021-03-05T02:56:16.742Z] nexus3.edgexfoundry.org:10001 [2021-03-05T02:56:17.729Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T02:56:18.003Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T02:56:18.003Z] Configure a credential helper to remove this warning. See [2021-03-05T02:56:18.003Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T02:56:18.003Z] [2021-03-05T02:56:18.003Z] Login Succeeded [2021-03-05T02:56:18.003Z] nexus3.edgexfoundry.org:10002 [2021-03-05T02:56:18.277Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T02:56:18.551Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T02:56:18.551Z] Configure a credential helper to remove this warning. See [2021-03-05T02:56:18.551Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T02:56:18.551Z] [2021-03-05T02:56:18.551Z] Login Succeeded [2021-03-05T02:56:18.551Z] nexus3.edgexfoundry.org:10003 [2021-03-05T02:56:18.828Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T02:56:19.102Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T02:56:19.102Z] Configure a credential helper to remove this warning. See [2021-03-05T02:56:19.102Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T02:56:19.102Z] [2021-03-05T02:56:19.102Z] Login Succeeded [2021-03-05T02:56:19.102Z] nexus3.edgexfoundry.org:10004 [2021-03-05T02:56:19.375Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T02:56:19.650Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T02:56:19.650Z] Configure a credential helper to remove this warning. See [2021-03-05T02:56:19.650Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T02:56:19.650Z] [2021-03-05T02:56:19.650Z] Login Succeeded [2021-03-05T02:56:19.650Z] docker.io [2021-03-05T02:56:19.926Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T02:56:20.518Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T02:56:20.518Z] Configure a credential helper to remove this warning. See [2021-03-05T02:56:20.518Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T02:56:20.518Z] [2021-03-05T02:56:20.518Z] Login Succeeded [2021-03-05T02:56:20.518Z] ---> docker-login.sh ends [Pipeline] } [2021-03-05T02:56:20.535Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-05T02:56:21.159Z] ========================================================= [2021-03-05T02:56:21.159Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-05T02:56:21.159Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-05T02:56:21.539Z] + 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-05T02:56:21.865Z] gofmt -l . [2021-03-05T02:56:21.865Z] [ "`gofmt -l .`" = "" ] [2021-03-05T02:56:21.865Z] ./bin/test-go-mod-tidy.sh [2021-03-05T02:56:21.865Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-05T02:56:22.486Z] + ls -al . [2021-03-05T02:56:22.487Z] total 732 [2021-03-05T02:56:22.487Z] drwxrwxr-x 10 1001 1001 4096 Mar 5 02:56 . [2021-03-05T02:56:22.487Z] drwxr-xr-x 4 root root 28 Mar 5 02:54 .. [2021-03-05T02:56:22.487Z] -rw-rw-r-- 1 1001 1001 11 Mar 5 02:52 .dockerignore [2021-03-05T02:56:22.487Z] drwxrwxr-x 8 1001 1001 179 Mar 5 02:52 .git [2021-03-05T02:56:22.487Z] drwxrwxr-x 3 1001 1001 125 Mar 5 02:52 .github [2021-03-05T02:56:22.487Z] -rw-rw-r-- 1 1001 1001 818 Mar 5 02:52 .gitignore [2021-03-05T02:56:22.487Z] drwx------ 3 1001 1001 60 Mar 5 02:53 .semver [2021-03-05T02:56:22.487Z] -rw-rw-r-- 1 1001 1001 166 Mar 5 02:52 .sonarcloud.properties [2021-03-05T02:56:22.487Z] -rw-rw-r-- 1 1001 1001 8475 Mar 5 02:52 Attribution.txt [2021-03-05T02:56:22.487Z] -rw-rw-r-- 1 1001 1001 3804 Mar 5 02:52 CONTRIBUTING.md [2021-03-05T02:56:22.487Z] -rw-rw-r-- 1 1001 1001 931 Mar 5 02:52 Dockerfile.build [2021-03-05T02:56:22.487Z] -rw-rw-r-- 1 1001 1001 863 Mar 5 02:52 Jenkinsfile [2021-03-05T02:56:22.487Z] -rw-rw-r-- 1 1001 1001 10775 Mar 5 02:52 LICENSE [2021-03-05T02:56:22.487Z] -rw-rw-r-- 1 1001 1001 5774 Mar 5 02:52 Makefile [2021-03-05T02:56:22.487Z] -rw-rw-r-- 1 1001 1001 6524 Mar 5 02:52 README.md [2021-03-05T02:56:22.487Z] -rw-rw-r-- 1 1001 1001 6755 Mar 5 02:52 SECURITY.md [2021-03-05T02:56:22.487Z] -rw-rw-r-- 1 1001 1001 5 Mar 5 02:53 VERSION [2021-03-05T02:56:22.487Z] -rw-rw-r-- 1 1001 1001 4131 Mar 5 02:52 ZMQWindows.md [2021-03-05T02:56:22.487Z] drwxrwxr-x 2 1001 1001 117 Mar 5 02:52 bin [2021-03-05T02:56:22.487Z] drwxrwxr-x 14 1001 1001 4096 Mar 5 02:52 cmd [2021-03-05T02:56:22.487Z] -rw-r--r-- 1 root root 619454 Mar 5 02:55 coverage.out [2021-03-05T02:56:22.487Z] -rw-r--r-- 1 root root 1055 Mar 5 02:56 go.mod [2021-03-05T02:56:22.487Z] -rw-r--r-- 1 root root 21699 Mar 5 02:56 go.sum [2021-03-05T02:56:22.487Z] drwxrwxr-x 8 1001 1001 127 Mar 5 02:52 internal [2021-03-05T02:56:22.487Z] drwxrwxr-x 4 1001 1001 26 Mar 5 02:52 openapi [2021-03-05T02:56:22.487Z] drwxrwxr-x 4 1001 1001 71 Mar 5 02:52 snap [2021-03-05T02:56:22.487Z] -rw-rw-r-- 1 1001 1001 168 Mar 5 02:52 version.go [Pipeline] sh [2021-03-05T02:56:22.795Z] + '[' -e coverage.out ] [2021-03-05T02:56:22.795Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-05T02:56:23.006Z] Stashed 1 file(s) [Pipeline] sh [2021-03-05T02:56:23.305Z] + make build [2021-03-05T02:56:23.305Z] 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-05T02:56:24.169Z] Sending build context to Docker daemon 166.6MB [2021-03-05T02:56:24.169Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-05T02:56:24.169Z] Step 2/6 : FROM ${BASE} [2021-03-05T02:56:24.169Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-05T02:56:24.169Z] 5f621e34cdf4: Pulling fs layer [2021-03-05T02:56:24.169Z] a4357932f1b6: Pulling fs layer [2021-03-05T02:56:24.169Z] 18c013af1878: Pulling fs layer [2021-03-05T02:56:24.169Z] 00ac8860ef70: Pulling fs layer [2021-03-05T02:56:24.169Z] 63d7cb157983: Pulling fs layer [2021-03-05T02:56:24.169Z] b116817d02f9: Pulling fs layer [2021-03-05T02:56:24.169Z] 745a02a5169b: Pulling fs layer [2021-03-05T02:56:24.169Z] 00ac8860ef70: Waiting [2021-03-05T02:56:24.169Z] 63d7cb157983: Waiting [2021-03-05T02:56:24.169Z] b116817d02f9: Waiting [2021-03-05T02:56:24.169Z] 745a02a5169b: Waiting [2021-03-05T02:56:24.169Z] 18c013af1878: Verifying Checksum [2021-03-05T02:56:24.169Z] 18c013af1878: Download complete [2021-03-05T02:56:24.169Z] a4357932f1b6: Download complete [2021-03-05T02:56:24.169Z] 63d7cb157983: Verifying Checksum [2021-03-05T02:56:24.169Z] 63d7cb157983: Download complete [2021-03-05T02:56:24.169Z] b116817d02f9: Verifying Checksum [2021-03-05T02:56:24.169Z] b116817d02f9: Download complete [2021-03-05T02:56:24.169Z] 5f621e34cdf4: Download complete [2021-03-05T02:56:24.768Z] 5f621e34cdf4: Pull complete [2021-03-05T02:56:25.372Z] a4357932f1b6: Pull complete [2021-03-05T02:56:25.647Z] 18c013af1878: Pull complete [2021-03-05T02:56:26.249Z] 745a02a5169b: Verifying Checksum [2021-03-05T02:56:26.249Z] 745a02a5169b: Download complete [2021-03-05T02:56:27.680Z] 00ac8860ef70: Download complete [2021-03-05T02:56:28.614Z] 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-05T02:56:36.891Z] 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-05T02:56:37.472Z] 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-05T02:56:37.858Z] 00ac8860ef70: Pull complete [2021-03-05T02:56:38.461Z] 63d7cb157983: Pull complete [2021-03-05T02:56:38.739Z] b116817d02f9: Pull complete [2021-03-05T02:56:39.399Z] 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-05T02:56:39.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-05T02:56:41.608Z] 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-05T02:56:42.140Z] 745a02a5169b: Pull complete [2021-03-05T02:56:42.140Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-05T02:56:42.140Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-05T02:56:42.140Z] ---> b7e6874047d6 [2021-03-05T02:56:42.140Z] 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-05T02:56:43.004Z] 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-05T02:56:43.961Z] 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-05T02:56:45.364Z] 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-05T02:56:45.568Z] ---> Running in a41be758a88c [2021-03-05T02:56:46.325Z] 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-05T02:56:47.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T02:56:47.291Z] 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-05T02:56:47.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T02:56:48.574Z] (1/12) Installing libmagic (5.38-r0) [2021-03-05T02:56:48.574Z] (2/12) Installing file (5.38-r0) [2021-03-05T02:56:48.846Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-05T02:56:48.846Z] (4/12) Installing g++ (9.3.0-r2) [Pipeline] } [2021-03-05T02:56:49.266Z] $ docker stop --time=1 ed4cff356c9a169550148884d2da53b0db1943e2487bd6bd0972c5ed24022649 [2021-03-05T02:56:50.874Z] $ docker rm -f ed4cff356c9a169550148884d2da53b0db1943e2487bd6bd0972c5ed24022649 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-03-05T02:56:54.262Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-05T02:56:54.262Z] (6/12) Installing patch (2.7.6-r6) [2021-03-05T02:56:54.262Z] (7/12) Installing build-base (0.5-r2) [2021-03-05T02:56:54.262Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-05T02:56:54.262Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-05T02:56:54.262Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-05T02:56:54.551Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-05T02:56:54.551Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-05T02:56:54.551Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T02:56:54.551Z] OK: 217 MiB in 51 packages [Pipeline] isUnix [Pipeline] sh [2021-03-05T02:56:54.885Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-05T02:56:54.885Z] [2021-03-05T02:56:54.885Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T02:56:55.240Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-05T02:56:55.240Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-05T02:56:55.240Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-05T02:56:55.240Z] ca9280d653b3: Pulling fs layer [2021-03-05T02:56:55.240Z] 7e9c9ca2126c: Pulling fs layer [2021-03-05T02:56:55.506Z] cbdbe7a5bc2a: Download complete [2021-03-05T02:56:56.087Z] cbdbe7a5bc2a: Pull complete [2021-03-05T02:56:56.087Z] ca9280d653b3: Verifying Checksum [2021-03-05T02:56:56.087Z] ca9280d653b3: Download complete [2021-03-05T02:56:57.050Z] 7e9c9ca2126c: Verifying Checksum [2021-03-05T02:56:57.050Z] 7e9c9ca2126c: Download complete [2021-03-05T02:56:57.050Z] ca9280d653b3: Pull complete [2021-03-05T02:56:58.854Z] Removing intermediate container a41be758a88c [2021-03-05T02:56:58.854Z] ---> 6c65a71571a0 [2021-03-05T02:56:58.854Z] Step 4/6 : WORKDIR /edgex-go [2021-03-05T02:56:58.854Z] ---> Running in 839a131b8bb0 [2021-03-05T02:56:59.127Z] Removing intermediate container 839a131b8bb0 [2021-03-05T02:56:59.127Z] ---> 07bc246892b1 [2021-03-05T02:56:59.127Z] Step 5/6 : COPY go.mod . [2021-03-05T02:56:59.725Z] ---> 887f33c259a9 [2021-03-05T02:56:59.725Z] Step 6/6 : RUN go mod download [2021-03-05T02:56:59.997Z] ---> Running in e4db92b8a22e [2021-03-05T02:57:05.237Z] 7e9c9ca2126c: Pull complete [2021-03-05T02:57:05.238Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-05T02:57:05.238Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-05T02:57:05.238Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-05T02:57:05.437Z] prd-centos7-docker-4c-2g-28638 does not seem to be running inside a container [2021-03-05T02:57:05.500Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-05T02:57:07.288Z] $ docker top b78a3d77583be4e86c781bebd0def54318ff13cc0eeed9457db85153edc79615 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T02:57:07.791Z] + docker-compose build --help [2021-03-05T02:57:07.791Z] + grep parallel [2021-03-05T02:57:08.740Z] --parallel Build images in parallel. [Pipeline] } [2021-03-05T02:57:08.756Z] $ docker stop --time=1 b78a3d77583be4e86c781bebd0def54318ff13cc0eeed9457db85153edc79615 [2021-03-05T02:57:10.115Z] $ docker rm -f b78a3d77583be4e86c781bebd0def54318ff13cc0eeed9457db85153edc79615 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T02:57:10.796Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-05T02:57:10.796Z] . [Pipeline] withDockerContainer [2021-03-05T02:57:10.901Z] prd-centos7-docker-4c-2g-28638 does not seem to be running inside a container [2021-03-05T02:57:10.964Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-05T02:57:11.698Z] $ docker top f446b92a10227c389ff400f0fbb1b393ca832165be847a34074d71d8aa0d929a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T02:57:12.201Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-05T02:57:13.169Z] Building docker-core-command-go ... [2021-03-05T02:57:13.169Z] Building docker-core-data-go ... [2021-03-05T02:57:13.169Z] Building docker-core-metadata-go ... [2021-03-05T02:57:13.169Z] Building docker-security-bootstrapper-go ... [2021-03-05T02:57:13.169Z] Building docker-security-proxy-setup-go ... [2021-03-05T02:57:13.169Z] Building docker-security-secretstore-setup-go ... [2021-03-05T02:57:13.169Z] Building docker-support-notifications-go ... [2021-03-05T02:57:13.169Z] Building docker-support-scheduler-go ... [2021-03-05T02:57:13.169Z] Building docker-sys-mgmt-agent-go ... [2021-03-05T02:57:13.169Z] Building docker-support-notifications-go [2021-03-05T02:57:13.169Z] Building docker-security-bootstrapper-go [2021-03-05T02:57:13.169Z] Building docker-security-proxy-setup-go [2021-03-05T02:57:13.169Z] Building docker-core-data-go [2021-03-05T02:57:13.169Z] Building docker-support-scheduler-go [2021-03-05T02:57:26.797Z] Removing intermediate container e4db92b8a22e [2021-03-05T02:57:26.797Z] ---> 5c371b56a081 [2021-03-05T02:57:26.797Z] Successfully built 5c371b56a081 [2021-03-05T02:57:26.797Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T02:57:27.139Z] + docker inspect -f . ci-base-image-arm64 [2021-03-05T02:57:27.139Z] . [Pipeline] withDockerContainer [2021-03-05T02:57:27.377Z] prd-ubuntu18.04-docker-arm64-4c-16g-28639 does not seem to be running inside a container [2021-03-05T02:57:27.462Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-05T02:57:28.878Z] $ docker top d86f440b5ca9dfac354f2ba8913c4e17469b8bef57673c09c2eac45ac1cfc915 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T02:57:29.886Z] + go version [2021-03-05T02:57:29.886Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-05T02:57:29.918Z] $ docker stop --time=1 d86f440b5ca9dfac354f2ba8913c4e17469b8bef57673c09c2eac45ac1cfc915 [2021-03-05T02:57:31.847Z] $ docker rm -f d86f440b5ca9dfac354f2ba8913c4e17469b8bef57673c09c2eac45ac1cfc915 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T02:57:32.801Z] + docker inspect -f . ci-base-image-arm64 [2021-03-05T02:57:32.801Z] . [Pipeline] withDockerContainer [2021-03-05T02:57:33.071Z] prd-ubuntu18.04-docker-arm64-4c-16g-28639 does not seem to be running inside a container [2021-03-05T02:57:33.157Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-05T02:57:34.495Z] $ docker top 32777a8d849f05c0be0e71c79529cc45dc85217c0471b60c210e7f9381e5d2ce -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-05T02:57:34.879Z] ========================================================= [2021-03-05T02:57:34.879Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-05T02:57:34.879Z] ========================================================= [Pipeline] sh [2021-03-05T02:57:35.524Z] + make test [2021-03-05T02:57:35.524Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-05T02:57:45.601Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T02:57:45.601Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-05T02:57:45.601Z] ---> e3aa4344b196 [2021-03-05T02:57:45.601Z] Step 3/22 : WORKDIR /edgex-go [2021-03-05T02:57:46.193Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T02:57:46.193Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-05T02:57:46.193Z] ---> e3aa4344b196 [2021-03-05T02:57:46.193Z] Step 3/21 : WORKDIR /edgex-go [2021-03-05T02:57:46.193Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T02:57:46.193Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-05T02:57:46.193Z] ---> e3aa4344b196 [2021-03-05T02:57:46.193Z] Step 3/22 : WORKDIR /edgex-go [2021-03-05T02:57:46.193Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T02:57:46.193Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-05T02:57:46.193Z] ---> e3aa4344b196 [2021-03-05T02:57:46.193Z] Step 3/31 : WORKDIR /edgex-go [2021-03-05T02:57:46.193Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T02:57:46.193Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T02:57:46.193Z] ---> e3aa4344b196 [2021-03-05T02:57:46.193Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T02:57:46.769Z] ---> Running in 0f6f967a02d1 [2021-03-05T02:57:47.364Z] ---> Running in e35d70481509 [2021-03-05T02:57:47.364Z] ---> Running in 3190caa73429 [2021-03-05T02:57:47.364Z] ---> Running in 2fc70809ced5 [2021-03-05T02:57:47.364Z] ---> Running in 10271be51b95 [2021-03-05T02:57:47.633Z] Removing intermediate container 2fc70809ced5 [2021-03-05T02:57:47.633Z] ---> 4a22ffdbcf93 [2021-03-05T02:57:47.633Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T02:57:47.905Z] Removing intermediate container 10271be51b95 [2021-03-05T02:57:47.905Z] ---> f052c7e2bff8 [2021-03-05T02:57:47.905Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T02:57:47.905Z] Removing intermediate container 3190caa73429 [2021-03-05T02:57:47.905Z] ---> c086bb107f4b [2021-03-05T02:57:47.905Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T02:57:47.905Z] Removing intermediate container e35d70481509 [2021-03-05T02:57:47.905Z] ---> 513f3db4276c [2021-03-05T02:57:47.905Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T02:57:47.905Z] Removing intermediate container 0f6f967a02d1 [2021-03-05T02:57:47.905Z] ---> 2e0dd7038f67 [2021-03-05T02:57:47.905Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T02:57:47.905Z] ---> Running in 80d60c61d7bf [2021-03-05T02:57:47.905Z] ---> Running in 182d39c7c070 [2021-03-05T02:57:48.181Z] ---> Running in 4af2dbbbf87a [2021-03-05T02:57:48.181Z] ---> Running in 5b433007064b [2021-03-05T02:57:48.181Z] ---> Running in 7b66e89685d7 [2021-03-05T02:57:50.303Z] Removing intermediate container 182d39c7c070 [2021-03-05T02:57:50.303Z] ---> 16e1d5a3cd08 [2021-03-05T02:57:50.303Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-05T02:57:50.303Z] ---> Running in b00be4a1f640 [2021-03-05T02:57:50.303Z] Removing intermediate container 80d60c61d7bf [2021-03-05T02:57:50.303Z] ---> aa4ee6042a1a [2021-03-05T02:57:50.303Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-05T02:57:50.303Z] Removing intermediate container 4af2dbbbf87a [2021-03-05T02:57:50.303Z] ---> e50976ae84a5 [2021-03-05T02:57:50.303Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-05T02:57:50.303Z] Removing intermediate container 5b433007064b [2021-03-05T02:57:50.303Z] ---> 81ede565ba7d [2021-03-05T02:57:50.303Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-05T02:57:50.579Z] ---> Running in 8e08d5f477a9 [2021-03-05T02:57:50.579Z] Removing intermediate container 7b66e89685d7 [2021-03-05T02:57:50.579Z] ---> a0998e99c398 [2021-03-05T02:57:50.579Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-05T02:57:50.579Z] ---> Running in ead262d69b4b [2021-03-05T02:57:50.579Z] ---> Running in 7054b4a12338 [2021-03-05T02:57:50.859Z] ---> Running in 12496f67e804 [2021-03-05T02:57:50.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T02:57:51.454Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T02:57:51.454Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T02:57:51.454Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T02:57:51.719Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T02:57:51.719Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T02:57:51.982Z] OK: 233 MiB in 51 packages [2021-03-05T02:57:51.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T02:57:52.245Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T02:57:52.245Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T02:57:52.518Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T02:57:52.518Z] Removing intermediate container b00be4a1f640 [2021-03-05T02:57:52.518Z] ---> bb493b4fa303 [2021-03-05T02:57:52.518Z] Step 6/23 : COPY go.mod . [2021-03-05T02:57:52.518Z] OK: 233 MiB in 51 packages [2021-03-05T02:57:52.518Z] OK: 233 MiB in 51 packages [2021-03-05T02:57:52.784Z] ---> 417b77c342a1 [2021-03-05T02:57:52.784Z] Step 7/23 : RUN go mod download [2021-03-05T02:57:52.784Z] ---> Running in f08db0e62d07 [2021-03-05T02:57:52.784Z] OK: 233 MiB in 51 packages [2021-03-05T02:57:53.049Z] OK: 233 MiB in 51 packages [2021-03-05T02:57:53.312Z] Removing intermediate container 8e08d5f477a9 [2021-03-05T02:57:53.312Z] ---> d4516aa36866 [2021-03-05T02:57:53.312Z] Step 6/21 : COPY go.mod . [2021-03-05T02:57:53.581Z] Removing intermediate container ead262d69b4b [2021-03-05T02:57:53.581Z] ---> ca9cd0d69a6c [2021-03-05T02:57:53.581Z] Step 6/22 : COPY go.mod . [2021-03-05T02:57:53.581Z] ---> 3710b3dacf6a [2021-03-05T02:57:53.581Z] Step 7/21 : RUN go mod download [2021-03-05T02:57:53.850Z] ---> Running in d25a260c0ff3 [2021-03-05T02:57:53.850Z] Removing intermediate container 7054b4a12338 [2021-03-05T02:57:53.850Z] ---> 3add8252bf73 [2021-03-05T02:57:53.850Z] Step 6/31 : COPY go.mod . [2021-03-05T02:57:54.119Z] ---> 5f8f13f10581 [2021-03-05T02:57:54.119Z] Step 7/22 : RUN go mod download [2021-03-05T02:57:54.119Z] Removing intermediate container 12496f67e804 [2021-03-05T02:57:54.119Z] ---> 55fa55a575b0 [2021-03-05T02:57:54.119Z] Step 6/22 : COPY go.mod . [2021-03-05T02:57:54.386Z] ---> Running in 1c1054ec6271 [2021-03-05T02:57:54.386Z] ---> a3086634b80c [2021-03-05T02:57:54.386Z] Step 7/31 : RUN go mod download [2021-03-05T02:57:54.663Z] ---> 4aa76077b45d [2021-03-05T02:57:54.663Z] Step 7/22 : RUN go mod download [2021-03-05T02:57:54.663Z] ---> Running in ba67440f902d [2021-03-05T02:57:54.944Z] ---> Running in cdcda4ca44ff [2021-03-05T02:57:55.537Z] Removing intermediate container f08db0e62d07 [2021-03-05T02:57:55.537Z] ---> f255ff427d78 [2021-03-05T02:57:55.537Z] Step 8/23 : COPY . . [2021-03-05T02:57:55.537Z] Removing intermediate container d25a260c0ff3 [2021-03-05T02:57:55.537Z] ---> 3425269fbd53 [2021-03-05T02:57:55.537Z] Step 8/21 : COPY . . [2021-03-05T02:57:57.694Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-05T02:57:58.916Z] Removing intermediate container 1c1054ec6271 [2021-03-05T02:57:58.916Z] ---> 15a37e97ea41 [2021-03-05T02:57:58.916Z] Step 8/22 : COPY . . [2021-03-05T02:58:04.266Z] Removing intermediate container cdcda4ca44ff [2021-03-05T02:58:04.266Z] ---> 134c6e5ddd85 [2021-03-05T02:58:04.266Z] Step 8/22 : COPY . . [2021-03-05T02:58:06.852Z] Removing intermediate container ba67440f902d [2021-03-05T02:58:06.852Z] ---> 30333052f6af [2021-03-05T02:58:06.852Z] Step 8/31 : COPY . . [2021-03-05T02:58:39.113Z] ---> 2d4d0cdf6d3a [2021-03-05T02:58:39.113Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-05T02:58:39.113Z] ---> 9736c7cc486b [2021-03-05T02:58:39.113Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-05T02:58:39.113Z] ---> Running in 4152e944b7ea [2021-03-05T02:58:39.113Z] ---> Running in 2a4f3e602fee [2021-03-05T02:58:40.081Z] ---> 6e91255a6d67 [2021-03-05T02:58:40.081Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-05T02:58:40.343Z] ---> 48bf292489d6 [2021-03-05T02:58:40.343Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-05T02:58:40.611Z] ---> Running in 31a2d09232c8 [2021-03-05T02:58:40.611Z] ---> Running in b310c60d91ed [2021-03-05T02:58:40.611Z] ---> e8dfbd41e409 [2021-03-05T02:58:40.611Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-05T02:58:40.878Z] ---> Running in 31d5869ad003 [2021-03-05T02:58:41.854Z] 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-05T02:58:41.854Z] 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-05T02:58:41.854Z] 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-05T02:58:41.854Z] 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-05T02:58:41.854Z] 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-05T02:58:44.705Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-05T02:59:03.061Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-05T02:59:03.061Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-05T02:59:03.061Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-05T02:59:03.061Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-05T02:59:03.061Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-05T02:59:03.061Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-05T02:59:03.061Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-05T02:59:03.349Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-05T02:59:04.429Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-05T02:59:13.180Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-05T02:59:13.180Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-05T02:59:13.180Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-05T02:59:14.118Z] 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-05T02:59:18.613Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.362s coverage: 45.9% of statements [2021-03-05T02:59:18.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-05T02:59:18.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-05T02:59:18.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-05T02:59:18.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-05T02:59:18.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-05T02:59:18.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-05T02:59:18.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-05T02:59:18.890Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.221s coverage: 100.0% of statements [2021-03-05T02:59:19.486Z] Removing intermediate container b310c60d91ed [2021-03-05T02:59:19.486Z] ---> cf59dd5ee553 [2021-03-05T02:59:19.486Z] [2021-03-05T02:59:19.486Z] Step 10/31 : FROM alpine:3.12 [2021-03-05T02:59:19.754Z] 3.12: Pulling from library/alpine [2021-03-05T02:59:20.350Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-05T02:59:20.350Z] Status: Downloaded newer image for alpine:3.12 [2021-03-05T02:59:20.350Z] ---> 88dd2752d2ea [2021-03-05T02:59:20.350Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-05T02:59:23.671Z] ---> Running in a069bed9f10d [2021-03-05T02:59:24.621Z] Removing intermediate container 2a4f3e602fee [2021-03-05T02:59:24.621Z] ---> 6d6b3e380bbd [2021-03-05T02:59:24.621Z] [2021-03-05T02:59:24.621Z] Step 10/21 : FROM alpine:3.12 [2021-03-05T02:59:24.621Z] Removing intermediate container 31d5869ad003 [2021-03-05T02:59:24.621Z] ---> 2323fc0fbdc5 [2021-03-05T02:59:24.621Z] [2021-03-05T02:59:24.621Z] Step 10/22 : FROM alpine:3.12 [2021-03-05T02:59:24.621Z] Removing intermediate container 31a2d09232c8 [2021-03-05T02:59:24.621Z] ---> d48a97a71baf [2021-03-05T02:59:24.621Z] [2021-03-05T02:59:24.621Z] Step 10/22 : FROM alpine:3.12 [2021-03-05T02:59:24.621Z] ---> 88dd2752d2ea [2021-03-05T02:59:24.621Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-05T02:59:24.621Z] ---> 88dd2752d2ea [2021-03-05T02:59:24.621Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-05T02:59:24.621Z] ---> 88dd2752d2ea [2021-03-05T02:59:24.621Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-05T02:59:24.886Z] Removing intermediate container a069bed9f10d [2021-03-05T02:59:24.886Z] ---> 9f104862434c [2021-03-05T02:59:24.886Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-05T02:59:24.886Z] ---> Running in d4f3fab72748 [2021-03-05T02:59:24.886Z] ---> Running in 3cc35f3bbf4f [2021-03-05T02:59:24.886Z] ---> Running in 5aa345d7efa4 [2021-03-05T02:59:24.886Z] ---> Running in 2080b557011c [2021-03-05T02:59:25.632Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.501s coverage: 27.1% of statements [2021-03-05T02:59:25.632Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-05T02:59:25.632Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-05T02:59:25.632Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-05T02:59:25.632Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-05T02:59:25.632Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-05T02:59:25.632Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-05T02:59:25.632Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.084s coverage: 100.0% of statements [2021-03-05T02:59:25.632Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-05T02:59:25.632Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements [2021-03-05T02:59:25.632Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-05T02:59:25.632Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-05T02:59:25.858Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T02:59:25.858Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T02:59:25.858Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T02:59:25.858Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T02:59:26.137Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-05T02:59:26.137Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T02:59:26.137Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-05T02:59:26.137Z] (4/4) Installing curl (7.69.1-r3) [2021-03-05T02:59:26.137Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T02:59:26.137Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T02:59:26.137Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T02:59:26.137Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T02:59:26.137Z] OK: 7 MiB in 18 packages [2021-03-05T02:59:26.137Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T02:59:26.137Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-05T02:59:26.137Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-05T02:59:26.137Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T02:59:26.137Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T02:59:26.137Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T02:59:26.407Z] OK: 6 MiB in 16 packages [2021-03-05T02:59:26.407Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-05T02:59:26.407Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T02:59:26.407Z] OK: 6 MiB in 15 packages [2021-03-05T02:59:26.407Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-05T02:59:26.407Z] (2/2) Installing su-exec (0.2-r1) [2021-03-05T02:59:26.407Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T02:59:26.407Z] OK: 6 MiB in 16 packages [2021-03-05T02:59:26.641Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.242s coverage: 66.2% of statements [2021-03-05T02:59:26.641Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-05T02:59:26.641Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-05T02:59:28.996Z] Removing intermediate container 4152e944b7ea [2021-03-05T02:59:28.996Z] ---> 14fcfc63af5d [2021-03-05T02:59:28.996Z] [2021-03-05T02:59:28.996Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T02:59:28.996Z] ---> 88dd2752d2ea [2021-03-05T02:59:28.996Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-05T02:59:29.258Z] ---> Running in 5ca76e0b25a9 [2021-03-05T02:59:29.314Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.731s coverage: 82.4% of statements [2021-03-05T02:59:29.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-05T02:59:29.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T02:59:29.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-05T02:59:29.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-05T02:59:30.205Z] Removing intermediate container d4f3fab72748 [2021-03-05T02:59:30.205Z] ---> 78ab1ec090c1 [2021-03-05T02:59:30.205Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-05T02:59:30.205Z] Removing intermediate container 3cc35f3bbf4f [2021-03-05T02:59:30.205Z] ---> 0f4ee3678bee [2021-03-05T02:59:30.205Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T02:59:30.205Z] Removing intermediate container 5ca76e0b25a9 [2021-03-05T02:59:30.205Z] ---> b526b850f8cc [2021-03-05T02:59:30.205Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-05T02:59:30.205Z] Removing intermediate container 5aa345d7efa4 [2021-03-05T02:59:30.205Z] ---> 9db1e973cc98 [2021-03-05T02:59:30.205Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T02:59:30.205Z] Removing intermediate container 2080b557011c [2021-03-05T02:59:30.205Z] ---> 4b8afc80a62a [2021-03-05T02:59:30.205Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-05T02:59:30.483Z] ---> Running in 250f62591106 [2021-03-05T02:59:30.483Z] ---> Running in 59812ae59b3e [2021-03-05T02:59:30.483Z] ---> Running in 40df4dd81991 [2021-03-05T02:59:30.483Z] ---> Running in 61bc5010d941 [2021-03-05T02:59:30.483Z] ---> Running in 4d04f8642853 [2021-03-05T02:59:30.747Z] Removing intermediate container 250f62591106 [2021-03-05T02:59:30.747Z] ---> a0ee7c7a6b95 [2021-03-05T02:59:30.747Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-05T02:59:31.013Z] Removing intermediate container 59812ae59b3e [2021-03-05T02:59:31.013Z] ---> 52ad5541dd46 [2021-03-05T02:59:31.013Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-05T02:59:31.013Z] Removing intermediate container 40df4dd81991 [2021-03-05T02:59:31.013Z] ---> 04a23f3c44d1 [2021-03-05T02:59:31.013Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-05T02:59:31.277Z] ---> Running in 337e9a3e93d8 [2021-03-05T02:59:31.277Z] Removing intermediate container 61bc5010d941 [2021-03-05T02:59:31.277Z] ---> 175493d4c19b [2021-03-05T02:59:31.277Z] Step 13/21 : WORKDIR /edgex [2021-03-05T02:59:31.277Z] Removing intermediate container 4d04f8642853 [2021-03-05T02:59:31.277Z] ---> d750f11cdf39 [2021-03-05T02:59:31.277Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-05T02:59:31.277Z] ---> Running in 330526abc976 [2021-03-05T02:59:31.277Z] ---> Running in 987efceae4bc [2021-03-05T02:59:31.545Z] ---> Running in 1ac38a4fd8d4 [2021-03-05T02:59:31.545Z] ---> Running in 19c5faa083d1 [2021-03-05T02:59:31.545Z] Removing intermediate container 337e9a3e93d8 [2021-03-05T02:59:31.545Z] ---> 9aad63817ce5 [2021-03-05T02:59:31.545Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T02:59:31.809Z] Removing intermediate container 330526abc976 [2021-03-05T02:59:31.809Z] ---> 6b5b8afa1599 [2021-03-05T02:59:31.809Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-05T02:59:31.809Z] Removing intermediate container 987efceae4bc [2021-03-05T02:59:31.809Z] ---> 4744065aa047 [2021-03-05T02:59:31.809Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-05T02:59:31.809Z] Removing intermediate container 19c5faa083d1 [2021-03-05T02:59:31.809Z] ---> e88e406f830d [2021-03-05T02:59:31.809Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-05T02:59:31.809Z] ---> Running in 5ec4658a4ad2 [2021-03-05T02:59:31.809Z] Removing intermediate container 1ac38a4fd8d4 [2021-03-05T02:59:31.809Z] ---> 212b6189b555 [2021-03-05T02:59:31.809Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-05T02:59:32.078Z] ---> Running in 975902dd4884 [2021-03-05T02:59:32.078Z] ---> Running in d923128fd9cc [2021-03-05T02:59:32.078Z] ---> Running in 6726245d46a4 [2021-03-05T02:59:32.349Z] ---> cb44a4e452ab [2021-03-05T02:59:32.349Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-05T02:59:32.625Z] Removing intermediate container 975902dd4884 [2021-03-05T02:59:32.625Z] ---> cc708093b596 [2021-03-05T02:59:32.625Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T02:59:32.625Z] Removing intermediate container d923128fd9cc [2021-03-05T02:59:32.625Z] ---> b18e7abef29e [2021-03-05T02:59:32.625Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T02:59:32.902Z] ---> 1597665260cb [2021-03-05T02:59:32.902Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-05T02:59:33.167Z] ---> e40bd8f9a040 [2021-03-05T02:59:33.167Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-05T02:59:33.167Z] ---> 35cf502b2dfc [2021-03-05T02:59:33.167Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-05T02:59:33.434Z] Removing intermediate container 5ec4658a4ad2 [2021-03-05T02:59:33.434Z] ---> 5e27e8067365 [2021-03-05T02:59:33.434Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-05T02:59:33.651Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.142s coverage: 28.6% of statements [2021-03-05T02:59:33.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-05T02:59:33.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-05T02:59:33.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-05T02:59:33.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-05T02:59:33.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-05T02:59:33.651Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.154s coverage: 100.0% of statements [2021-03-05T02:59:33.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-05T02:59:33.651Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.079s coverage: 100.0% of statements [2021-03-05T02:59:33.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-05T02:59:34.828Z] ---> Running in 7fde2667b402 [2021-03-05T02:59:34.828Z] ---> dac39144a58b [2021-03-05T02:59:34.828Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-05T02:59:34.828Z] ---> cb518dd5166e [2021-03-05T02:59:34.828Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-05T02:59:34.828Z] ---> 2c870b1b4d10 [2021-03-05T02:59:34.828Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-05T02:59:35.093Z] ---> Running in 59e24a041b0a [2021-03-05T02:59:35.093Z] Removing intermediate container 6726245d46a4 [2021-03-05T02:59:35.093Z] ---> 8f340c99fb42 [2021-03-05T02:59:35.093Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-05T02:59:35.096Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.358s coverage: 86.7% of statements [2021-03-05T02:59:35.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-05T02:59:35.359Z] ---> Running in 4b2c58baaee6 [2021-03-05T02:59:35.359Z] ---> acd9b808dcf3 [2021-03-05T02:59:35.359Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-05T02:59:35.359Z] ---> 911c7e69e5f9 [2021-03-05T02:59:35.359Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-05T02:59:35.359Z] Removing intermediate container 59e24a041b0a [2021-03-05T02:59:35.359Z] ---> 4b60ce03e010 [2021-03-05T02:59:35.359Z] Step 18/21 : CMD ["--init=true"] [2021-03-05T02:59:35.359Z] ---> Running in eaf328132dfc [2021-03-05T02:59:35.359Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T02:59:35.622Z] ---> Running in 078cdea2907c [2021-03-05T02:59:35.622Z] ---> Running in 5edfcb38c0d6 [2021-03-05T02:59:35.622Z] Removing intermediate container 4b2c58baaee6 [2021-03-05T02:59:35.622Z] ---> dfb2bf8a558a [2021-03-05T02:59:35.622Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-05T02:59:35.892Z] Removing intermediate container eaf328132dfc [2021-03-05T02:59:35.892Z] ---> 6323657152af [2021-03-05T02:59:35.892Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T02:59:35.892Z] Removing intermediate container 078cdea2907c [2021-03-05T02:59:35.892Z] ---> aba3066dc648 [2021-03-05T02:59:35.892Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T02:59:35.892Z] ---> Running in 8df53798e0a7 [2021-03-05T02:59:35.892Z] ---> Running in af37a1daf0fd [2021-03-05T02:59:35.892Z] Removing intermediate container 5edfcb38c0d6 [2021-03-05T02:59:35.892Z] ---> 0c81b2fcc156 [2021-03-05T02:59:35.892Z] Step 19/21 : LABEL arch=x86_64 [2021-03-05T02:59:36.155Z] ---> e972035e7b1e [2021-03-05T02:59:36.155Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-05T02:59:36.155Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T02:59:36.155Z] ---> Running in 36051d6c6fbe [2021-03-05T02:59:36.155Z] ---> Running in d0f3966fe913 [2021-03-05T02:59:36.419Z] Removing intermediate container 8df53798e0a7 [2021-03-05T02:59:36.419Z] ---> f46d6f4ec4cc [2021-03-05T02:59:36.419Z] Step 20/22 : LABEL arch=x86_64 [2021-03-05T02:59:36.419Z] Removing intermediate container af37a1daf0fd [2021-03-05T02:59:36.419Z] ---> d03faa10ca0f [2021-03-05T02:59:36.419Z] Step 20/22 : LABEL arch=x86_64 [2021-03-05T02:59:36.419Z] ---> Running in e2241f78e32b [2021-03-05T02:59:36.543Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.335s coverage: 97.5% of statements [2021-03-05T02:59:36.543Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-05T02:59:36.543Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.128s coverage: 78.3% of statements [2021-03-05T02:59:36.543Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-05T02:59:36.543Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-05T02:59:36.543Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-05T02:59:36.543Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-05T02:59:36.690Z] ---> Running in 5e3b823ebf8c [2021-03-05T02:59:36.690Z] Removing intermediate container 36051d6c6fbe [2021-03-05T02:59:36.690Z] ---> af328442f6ef [2021-03-05T02:59:36.690Z] Step 20/21 : LABEL git_sha=73c7208b626d1b8730b4f21ac98b5bd82715006c [2021-03-05T02:59:36.690Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-05T02:59:36.690Z] ---> Running in 4af8e48fc221 [2021-03-05T02:59:36.690Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-05T02:59:36.956Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-05T02:59:36.956Z] Removing intermediate container e2241f78e32b [2021-03-05T02:59:36.956Z] ---> 56b60f09237a [2021-03-05T02:59:36.956Z] Step 21/22 : LABEL git_sha=73c7208b626d1b8730b4f21ac98b5bd82715006c [2021-03-05T02:59:36.956Z] Removing intermediate container 5e3b823ebf8c [2021-03-05T02:59:36.956Z] ---> 1b064e1245b3 [2021-03-05T02:59:36.956Z] Step 21/22 : LABEL git_sha=73c7208b626d1b8730b4f21ac98b5bd82715006c [2021-03-05T02:59:36.956Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-05T02:59:36.956Z] ---> Running in 7fb47d637308 [2021-03-05T02:59:36.956Z] Removing intermediate container 4af8e48fc221 [2021-03-05T02:59:36.956Z] ---> 6f2fe180871f [2021-03-05T02:59:36.956Z] Step 21/21 : LABEL version=0.0.0 [2021-03-05T02:59:36.956Z] ---> Running in 1002fc7f62cd [2021-03-05T02:59:37.226Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-05T02:59:37.226Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-05T02:59:37.226Z] ---> Running in 799a0937339a [2021-03-05T02:59:37.226Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T02:59:37.226Z] OK: 8 MiB in 20 packages [2021-03-05T02:59:37.496Z] Removing intermediate container 1002fc7f62cd [2021-03-05T02:59:37.496Z] ---> 2650603a129e [2021-03-05T02:59:37.496Z] Step 22/22 : LABEL version=0.0.0 [2021-03-05T02:59:37.496Z] Removing intermediate container 7fb47d637308 [2021-03-05T02:59:37.496Z] ---> 384c9ac096e3 [2021-03-05T02:59:37.496Z] Step 22/22 : LABEL version=0.0.0 [2021-03-05T02:59:37.496Z] ---> Running in 3ad57ca334ad [2021-03-05T02:59:37.771Z] ---> Running in 3a4fb447567d [2021-03-05T02:59:37.771Z] Removing intermediate container 799a0937339a [2021-03-05T02:59:37.771Z] ---> b99f9c9c14d6 [2021-03-05T02:59:37.771Z] [2021-03-05T02:59:38.033Z] Removing intermediate container 3ad57ca334ad [2021-03-05T02:59:38.033Z] ---> 4d2434308ec4 [2021-03-05T02:59:38.033Z] [2021-03-05T02:59:38.033Z] Removing intermediate container 3a4fb447567d [2021-03-05T02:59:38.033Z] ---> 6a34ce49440c [2021-03-05T02:59:38.033Z] [2021-03-05T02:59:38.298Z] Removing intermediate container d0f3966fe913 [2021-03-05T02:59:38.298Z] ---> 2bd30d05963f [2021-03-05T02:59:38.298Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T02:59:38.298Z] Successfully built b99f9c9c14d6 [2021-03-05T02:59:38.298Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-05T02:59:38.298Z] Successfully built 4d2434308ec4 [2021-03-05T02:59:38.298Z] Successfully built 6a34ce49440c [2021-03-05T02:59:38.298Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-03-05T02:59:38.561Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-05T02:59:38.561Z] Building docker-sys-mgmt-agent-go [2021-03-05T02:59:38.561Z]  Building docker-support-scheduler-go ... done Successfully tagged docker-support-notifications-go:latest [2021-03-05T02:59:38.561Z]  Building docker-support-notifications-go ... done Removing intermediate container 7fde2667b402 [2021-03-05T02:59:38.561Z] Building docker-core-metadata-go [2021-03-05T02:59:38.561Z] ---> 84e7c9322bfe [2021-03-05T02:59:38.561Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T02:59:38.561Z] ---> 35078dd71c7a [2021-03-05T02:59:38.561Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-05T02:59:38.823Z] ---> fcb91c637973 [2021-03-05T02:59:38.823Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-05T02:59:39.403Z] ---> e9728c93a53b [2021-03-05T02:59:39.403Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-05T02:59:39.403Z] ---> 9522813bf40b [2021-03-05T02:59:39.403Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-05T02:59:40.004Z] ---> 209a06f3dcf7 [2021-03-05T02:59:40.004Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-05T02:59:40.270Z] ---> 1b0318d6a833 [2021-03-05T02:59:40.270Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-05T02:59:44.518Z] ---> Running in 58150aea5991 [2021-03-05T02:59:44.518Z] ---> 3a81bb3bb4f5 [2021-03-05T02:59:44.518Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-05T02:59:45.092Z] ---> db60e3d1c3a0 [2021-03-05T02:59:45.092Z] Removing intermediate container 58150aea5991 [2021-03-05T02:59:45.092Z] ---> e06b8e87235f [2021-03-05T02:59:45.092Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T02:59:45.092Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-05T02:59:45.092Z] ---> Running in 81e28fd6fc49 [2021-03-05T02:59:46.844Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.238s coverage: 92.8% of statements [2021-03-05T02:59:46.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-05T02:59:46.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T02:59:46.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-05T02:59:46.844Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-05T02:59:46.844Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-05T02:59:46.844Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-05T02:59:46.844Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-05T02:59:46.844Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-05T02:59:46.844Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-05T02:59:46.844Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-05T02:59:46.844Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-05T02:59:46.844Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-05T02:59:46.844Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-05T02:59:46.844Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-05T02:59:46.844Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-05T02:59:46.844Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-05T02:59:46.844Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-05T02:59:46.844Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-05T02:59:46.844Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-03-05T02:59:46.844Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-05T02:59:46.844Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-05T02:59:46.844Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.282s coverage: 0.1% of statements [2021-03-05T02:59:46.844Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-05T02:59:46.844Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-05T02:59:46.844Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-05T02:59:46.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.079s coverage: 47.1% of statements [2021-03-05T02:59:46.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.085s coverage: 79.5% of statements [2021-03-05T02:59:46.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.063s coverage: 94.1% of statements [2021-03-05T02:59:46.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.075s coverage: 96.3% of statements [2021-03-05T02:59:46.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.065s coverage: 87.5% of statements [2021-03-05T02:59:47.653Z] ---> Running in 7bd5a7c6fb40 [2021-03-05T02:59:47.916Z] Removing intermediate container 81e28fd6fc49 [2021-03-05T02:59:47.916Z] ---> 49900ffe8574 [2021-03-05T02:59:47.916Z] Step 21/23 : LABEL arch=x86_64 [2021-03-05T02:59:48.179Z] ---> Running in c1e0f88d15e1 [2021-03-05T02:59:48.447Z] Removing intermediate container 7bd5a7c6fb40 [2021-03-05T02:59:48.447Z] ---> e7a80504586f [2021-03-05T02:59:48.447Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-05T02:59:48.447Z] Removing intermediate container c1e0f88d15e1 [2021-03-05T02:59:48.447Z] ---> 02995cd3c6f9 [2021-03-05T02:59:48.447Z] Step 22/23 : LABEL git_sha=73c7208b626d1b8730b4f21ac98b5bd82715006c [2021-03-05T02:59:48.715Z] ---> Running in 091a51c9f6cf [2021-03-05T02:59:48.715Z] ---> e5bc34a87035 [2021-03-05T02:59:48.715Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-05T02:59:48.997Z] Removing intermediate container 091a51c9f6cf [2021-03-05T02:59:48.997Z] ---> 8d4dfce6121c [2021-03-05T02:59:48.997Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T02:59:48.997Z] ---> Running in ee4ed5cfa39d [2021-03-05T02:59:49.265Z] ---> Running in e6b6e29e5032 [2021-03-05T02:59:52.729Z] Removing intermediate container e6b6e29e5032 [2021-03-05T02:59:52.729Z] ---> 17b8026b4cb4 [2021-03-05T02:59:52.729Z] [2021-03-05T02:59:52.729Z] Successfully built 17b8026b4cb4 [2021-03-05T02:59:52.729Z] Successfully tagged docker-core-data-go:latest [2021-03-05T02:59:52.729Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-03-05T02:59:57.033Z] Removing intermediate container ee4ed5cfa39d [2021-03-05T02:59:57.033Z] ---> 70b0f789913b [2021-03-05T02:59:57.033Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-05T02:59:57.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.081s coverage: 94.4% of statements [2021-03-05T02:59:57.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements [2021-03-05T02:59:57.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.121s coverage: 81.4% of statements [2021-03-05T02:59:58.534Z] ---> Running in ff96095592ee [2021-03-05T02:59:59.515Z] Removing intermediate container ff96095592ee [2021-03-05T02:59:59.515Z] ---> 25a4f31c7010 [2021-03-05T02:59:59.515Z] Step 28/31 : CMD ["gate"] [2021-03-05T03:00:00.108Z] ---> Running in a99201547a56 [2021-03-05T03:00:01.086Z] Removing intermediate container a99201547a56 [2021-03-05T03:00:01.086Z] ---> b0c350aefc44 [2021-03-05T03:00:01.086Z] Step 29/31 : LABEL arch=x86_64 [2021-03-05T03:00:02.109Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T03:00:02.109Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-05T03:00:02.109Z] ---> e3aa4344b196 [2021-03-05T03:00:02.109Z] Step 3/26 : WORKDIR /edgex-go [2021-03-05T03:00:02.109Z] ---> Using cache [2021-03-05T03:00:02.109Z] ---> 2e0dd7038f67 [2021-03-05T03:00:02.109Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T03:00:02.109Z] ---> Using cache [2021-03-05T03:00:02.109Z] ---> a0998e99c398 [2021-03-05T03:00:02.109Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-05T03:00:02.109Z] ---> Running in 628f4bee27d0 [2021-03-05T03:00:02.389Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T03:00:02.389Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T03:00:02.389Z] ---> e3aa4344b196 [2021-03-05T03:00:02.389Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T03:00:02.389Z] ---> Using cache [2021-03-05T03:00:02.389Z] ---> 2e0dd7038f67 [2021-03-05T03:00:02.389Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T03:00:02.389Z] ---> Using cache [2021-03-05T03:00:02.389Z] ---> a0998e99c398 [2021-03-05T03:00:02.389Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-05T03:00:03.363Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T03:00:03.363Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-05T03:00:03.363Z] ---> e3aa4344b196 [2021-03-05T03:00:03.363Z] Step 3/24 : WORKDIR /edgex-go [2021-03-05T03:00:03.363Z] ---> Using cache [2021-03-05T03:00:03.363Z] ---> 2e0dd7038f67 [2021-03-05T03:00:03.363Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T03:00:03.363Z] ---> Using cache [2021-03-05T03:00:03.363Z] ---> a0998e99c398 [2021-03-05T03:00:03.363Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-05T03:00:04.807Z] ---> Running in 4c2cacc1cfd3 [2021-03-05T03:00:04.807Z] ---> Running in e353586cacd6 [2021-03-05T03:00:04.807Z] ---> Running in bf8559935010 [2021-03-05T03:00:05.083Z] Removing intermediate container 628f4bee27d0 [2021-03-05T03:00:05.083Z] ---> ee37d4480f18 [2021-03-05T03:00:05.083Z] Step 30/31 : LABEL git_sha=73c7208b626d1b8730b4f21ac98b5bd82715006c [2021-03-05T03:00:05.673Z] ---> Running in ed207c6b0062 [2021-03-05T03:00:07.086Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T03:00:07.086Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T03:00:07.086Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T03:00:07.086Z] Removing intermediate container ed207c6b0062 [2021-03-05T03:00:07.086Z] ---> 8accf2ec128d [2021-03-05T03:00:07.086Z] Step 31/31 : LABEL version=0.0.0 [2021-03-05T03:00:07.355Z] ---> Running in 85972e41cf1e [2021-03-05T03:00:07.617Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T03:00:07.617Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T03:00:07.617Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T03:00:08.222Z] OK: 233 MiB in 51 packages [2021-03-05T03:00:08.222Z] OK: 233 MiB in 51 packages [2021-03-05T03:00:08.493Z] OK: 233 MiB in 51 packages [2021-03-05T03:00:08.493Z] Removing intermediate container 85972e41cf1e [2021-03-05T03:00:08.493Z] ---> 6042b9b83332 [2021-03-05T03:00:08.493Z] [2021-03-05T03:00:09.076Z] Successfully built 6042b9b83332 [2021-03-05T03:00:09.657Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-05T03:00:11.076Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 4c2cacc1cfd3 [2021-03-05T03:00:11.076Z] ---> a9a1bbdcee9b [2021-03-05T03:00:11.076Z] Step 6/26 : COPY go.mod . [2021-03-05T03:00:11.076Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T03:00:11.076Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T03:00:11.076Z] ---> e3aa4344b196 [2021-03-05T03:00:11.076Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T03:00:11.076Z] ---> Using cache [2021-03-05T03:00:11.076Z] ---> 2e0dd7038f67 [2021-03-05T03:00:11.076Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T03:00:11.076Z] ---> Using cache [2021-03-05T03:00:11.076Z] ---> a0998e99c398 [2021-03-05T03:00:11.077Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-05T03:00:11.077Z] ---> Using cache [2021-03-05T03:00:11.077Z] ---> 3f5fd15679f3 [2021-03-05T03:00:11.077Z] Step 6/23 : COPY go.mod . [2021-03-05T03:00:12.026Z] Removing intermediate container e353586cacd6 [2021-03-05T03:00:12.026Z] ---> 3f5fd15679f3 [2021-03-05T03:00:12.026Z] Step 6/24 : COPY go.mod . [2021-03-05T03:00:12.026Z] Removing intermediate container bf8559935010 [2021-03-05T03:00:12.026Z] ---> b8eb9edea3b7 [2021-03-05T03:00:12.026Z] Step 6/23 : COPY go.mod . [2021-03-05T03:00:12.026Z] ---> 09ae8377d248 [2021-03-05T03:00:12.026Z] Step 7/26 : RUN go mod download [2021-03-05T03:00:12.026Z] ---> e43927123eec [2021-03-05T03:00:12.026Z] Step 7/23 : RUN go mod download [2021-03-05T03:00:12.026Z] ---> Running in 390322fe24c8 [2021-03-05T03:00:12.026Z] ---> Running in a06b8e1a47fe [2021-03-05T03:00:12.290Z] ---> 0b7f66a36b19 [2021-03-05T03:00:12.290Z] Step 7/24 : RUN go mod download [2021-03-05T03:00:12.290Z] ---> e73a4363a8dc [2021-03-05T03:00:12.291Z] Step 7/23 : RUN go mod download [2021-03-05T03:00:12.555Z] ---> Running in 785888db04c4 [2021-03-05T03:00:12.555Z] ---> Running in d916e0b6315b [2021-03-05T03:00:14.511Z] Removing intermediate container d916e0b6315b [2021-03-05T03:00:14.511Z] ---> 9b0fcdfcac91 [2021-03-05T03:00:14.511Z] Step 8/23 : COPY . . [2021-03-05T03:00:14.511Z] Removing intermediate container 785888db04c4 [2021-03-05T03:00:14.511Z] ---> 2b375b8ec083 [2021-03-05T03:00:14.511Z] Step 8/24 : COPY . . [2021-03-05T03:00:14.511Z] Removing intermediate container 390322fe24c8 [2021-03-05T03:00:14.511Z] ---> 2c4b7cc07e04 [2021-03-05T03:00:14.511Z] Step 8/23 : COPY . . [2021-03-05T03:00:14.511Z] Removing intermediate container a06b8e1a47fe [2021-03-05T03:00:14.511Z] ---> e83e2324ec24 [2021-03-05T03:00:14.511Z] Step 8/26 : COPY . . [2021-03-05T03:00:15.445Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.123s coverage: 92.9% of statements [2021-03-05T03:00:15.445Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-05T03:00:15.445Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-05T03:00:15.445Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-05T03:00:15.445Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-03-05T03:00:15.445Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-05T03:00:15.445Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-05T03:00:15.445Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-05T03:00:15.445Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-05T03:00:15.445Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-05T03:00:15.445Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.069s coverage: 87.2% of statements [2021-03-05T03:00:15.445Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-05T03:00:15.445Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-05T03:00:15.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-03-05T03:00:15.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-05T03:00:15.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.101s coverage: 75.5% of statements [2021-03-05T03:00:15.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-05T03:00:15.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-03-05T03:00:15.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.129s coverage: 87.2% of statements [2021-03-05T03:00:15.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.136s coverage: 84.6% of statements [2021-03-05T03:00:15.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.192s coverage: 91.6% of statements [2021-03-05T03:00:15.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-05T03:00:15.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.513s coverage: 62.4% of statements [2021-03-05T03:00:15.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-05T03:00:15.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-05T03:00:15.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements [2021-03-05T03:00:15.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.077s coverage: 91.3% of statements [2021-03-05T03:00:15.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements [2021-03-05T03:00:15.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements [2021-03-05T03:00:15.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements [2021-03-05T03:00:15.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.874s coverage: 69.1% of statements [2021-03-05T03:00:15.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-05T03:00:15.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-05T03:00:16.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.370s coverage: 38.4% of statements [2021-03-05T03:00:16.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-05T03:00:16.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-05T03:00:16.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.120s coverage: 89.5% of statements [2021-03-05T03:00:16.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-05T03:00:17.074Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.118s coverage: 84.8% of statements [2021-03-05T03:00:23.815Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.402s coverage: 47.0% of statements [2021-03-05T03:00:23.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-05T03:00:23.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-05T03:00:23.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-05T03:00:23.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-05T03:00:23.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-05T03:00:23.815Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.114s coverage: 100.0% of statements [2021-03-05T03:00:23.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-05T03:00:23.815Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.149s coverage: 100.0% of statements [2021-03-05T03:00:23.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-05T03:00:23.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-05T03:00:23.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-05T03:00:23.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-05T03:00:23.815Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.377s coverage: 89.3% of statements [2021-03-05T03:00:23.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-05T03:00:23.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T03:00:23.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-05T03:00:32.126Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.150s coverage: 29.1% of statements [2021-03-05T03:00:32.126Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-05T03:00:32.126Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-05T03:00:32.126Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-05T03:00:32.126Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-05T03:00:32.126Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-05T03:00:32.126Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.234s coverage: 99.0% of statements [2021-03-05T03:00:32.126Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-05T03:00:32.126Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.092s coverage: 100.0% of statements [2021-03-05T03:00:32.126Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-05T03:00:32.126Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-05T03:00:32.126Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-05T03:00:32.126Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-05T03:00:32.126Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.196s coverage: 95.6% of statements [2021-03-05T03:00:32.126Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-05T03:00:32.126Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T03:00:32.126Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-05T03:00:32.126Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-03-05T03:00:32.126Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-05T03:00:32.126Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements [2021-03-05T03:00:32.126Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-05T03:00:32.126Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-05T03:00:32.126Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-05T03:00:32.126Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-05T03:00:32.126Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements [2021-03-05T03:00:32.126Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-05T03:00:32.126Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-05T03:00:32.126Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2021-03-05T03:00:32.126Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-03-05T03:00:32.398Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-03-05T03:00:32.993Z] GO111MODULE=on go vet ./... [2021-03-05T03:00:48.291Z] ---> 292193dcebae [2021-03-05T03:00:48.291Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-05T03:00:48.291Z] ---> aa44f8d1acb2 [2021-03-05T03:00:48.291Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-05T03:00:48.291Z] ---> 1532600c0e45 [2021-03-05T03:00:48.291Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-05T03:00:48.291Z] ---> 919b28362884 [2021-03-05T03:00:48.291Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-05T03:00:48.291Z] ---> Running in a077a8d4f0b2 [2021-03-05T03:00:48.291Z] ---> Running in 00f27a9729ae [2021-03-05T03:00:48.291Z] ---> Running in b00522852001 [2021-03-05T03:00:48.291Z] ---> Running in 1bdea63ab4ea [2021-03-05T03:00:48.880Z] 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-05T03:00:48.880Z] 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-05T03:00:48.880Z] 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-05T03:00:48.880Z] 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-05T03:01:15.601Z] 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-05T03:01:17.011Z] Removing intermediate container a077a8d4f0b2 [2021-03-05T03:01:17.011Z] ---> 576e8ebaf284 [2021-03-05T03:01:17.011Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-05T03:01:18.409Z] ---> Running in bc66ad787c00 [2021-03-05T03:01:18.676Z] Removing intermediate container 1bdea63ab4ea [2021-03-05T03:01:18.676Z] ---> 814bb7a7f734 [2021-03-05T03:01:18.676Z] [2021-03-05T03:01:18.677Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T03:01:18.677Z] ---> 88dd2752d2ea [2021-03-05T03:01:18.677Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-05T03:01:18.677Z] ---> Using cache [2021-03-05T03:01:18.677Z] ---> 9db1e973cc98 [2021-03-05T03:01:18.677Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T03:01:18.677Z] ---> Using cache [2021-03-05T03:01:18.677Z] ---> 52ad5541dd46 [2021-03-05T03:01:18.677Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-05T03:01:19.259Z] ---> Running in 926cbb455cc8 [2021-03-05T03:01:19.259Z] 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-05T03:01:21.207Z] Removing intermediate container b00522852001 [2021-03-05T03:01:21.207Z] ---> 4d027fee6b9c [2021-03-05T03:01:21.207Z] [2021-03-05T03:01:21.207Z] Step 10/24 : FROM alpine:3.12 [2021-03-05T03:01:21.207Z] ---> 88dd2752d2ea [2021-03-05T03:01:21.207Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-05T03:01:22.597Z] Removing intermediate container 926cbb455cc8 [2021-03-05T03:01:22.598Z] ---> ff2462b494e1 [2021-03-05T03:01:22.598Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-05T03:01:22.862Z] ---> Running in 2de3390c9c93 [2021-03-05T03:01:22.862Z] ---> Running in c57d0e56b5c0 [2021-03-05T03:01:22.862Z] Removing intermediate container 00f27a9729ae [2021-03-05T03:01:22.862Z] ---> 190a73b3b2be [2021-03-05T03:01:22.862Z] [2021-03-05T03:01:22.862Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T03:01:22.862Z] ---> 88dd2752d2ea [2021-03-05T03:01:22.862Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-05T03:01:22.862Z] ---> Using cache [2021-03-05T03:01:22.862Z] ---> 9db1e973cc98 [2021-03-05T03:01:22.862Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T03:01:22.862Z] ---> Using cache [2021-03-05T03:01:22.862Z] ---> 52ad5541dd46 [2021-03-05T03:01:22.862Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-05T03:01:23.125Z] ---> Running in 7f18a304993d [2021-03-05T03:01:23.393Z] Removing intermediate container c57d0e56b5c0 [2021-03-05T03:01:23.393Z] ---> d37d07d57580 [2021-03-05T03:01:23.393Z] Step 15/23 : WORKDIR / [2021-03-05T03:01:23.393Z] ---> Running in 87eb20e98370 [2021-03-05T03:01:23.393Z] Removing intermediate container 7f18a304993d [2021-03-05T03:01:23.393Z] ---> 677c405404af [2021-03-05T03:01:23.393Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-05T03:01:23.393Z] Removing intermediate container bc66ad787c00 [2021-03-05T03:01:23.393Z] ---> 34d1ba060763 [2021-03-05T03:01:23.393Z] [2021-03-05T03:01:23.393Z] Step 11/26 : FROM docker:20.10.0 [2021-03-05T03:01:23.657Z] ---> Running in 09acf5ff313e [2021-03-05T03:01:23.657Z] 20.10.0: Pulling from library/docker [2021-03-05T03:01:23.657Z] Removing intermediate container 87eb20e98370 [2021-03-05T03:01:23.657Z] ---> 47db5b5a04ab [2021-03-05T03:01:23.657Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T03:01:23.657Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T03:01:23.657Z] Removing intermediate container 09acf5ff313e [2021-03-05T03:01:23.657Z] ---> 0333fcb43302 [2021-03-05T03:01:23.657Z] Step 15/23 : WORKDIR / [2021-03-05T03:01:23.919Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T03:01:23.919Z] ---> Running in 5501c10e4ace [2021-03-05T03:01:23.919Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-05T03:01:23.919Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T03:01:23.919Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-05T03:01:23.919Z] (4/5) Installing curl (7.69.1-r3) [2021-03-05T03:01:23.919Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-05T03:01:23.919Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T03:01:24.504Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T03:01:24.504Z] OK: 7 MiB in 19 packages [2021-03-05T03:01:24.504Z] ---> 4bdf53594b55 [2021-03-05T03:01:24.504Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-05T03:01:24.768Z] Removing intermediate container 5501c10e4ace [2021-03-05T03:01:24.768Z] ---> 8dae4cc27a7d [2021-03-05T03:01:24.768Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T03:01:25.729Z] ---> fe7f3ec8f6e0 [2021-03-05T03:01:25.729Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-05T03:01:25.729Z] ---> bfe5dedf41a9 [2021-03-05T03:01:25.729Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-05T03:01:26.304Z] Removing intermediate container 2de3390c9c93 [2021-03-05T03:01:26.304Z] ---> a439713504a4 [2021-03-05T03:01:26.304Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-05T03:01:27.692Z] ---> Running in 4cdff3bb8eb0 [2021-03-05T03:01:27.692Z] ---> 6e8f3f6b1fa8 [2021-03-05T03:01:27.692Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-05T03:01:27.692Z] ---> 2fb54dff536e [2021-03-05T03:01:27.692Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-05T03:01:27.692Z] ---> Running in d48272ee661f [2021-03-05T03:01:27.954Z] Removing intermediate container 4cdff3bb8eb0 [2021-03-05T03:01:27.954Z] ---> 23d99d59e4b0 [2021-03-05T03:01:27.954Z] Step 13/24 : WORKDIR / [2021-03-05T03:01:27.954Z] ---> Running in f93e10f34981 [2021-03-05T03:01:27.954Z] ---> 09ef528613ca [2021-03-05T03:01:27.954Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-05T03:01:28.223Z] Removing intermediate container d48272ee661f [2021-03-05T03:01:28.223Z] ---> 28487d3a60e3 [2021-03-05T03:01:28.223Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T03:01:28.223Z] ---> Running in de25055624eb [2021-03-05T03:01:28.223Z] ---> Running in de45f5d0f594 [2021-03-05T03:01:28.490Z] Removing intermediate container f93e10f34981 [2021-03-05T03:01:28.490Z] ---> 2db170a39370 [2021-03-05T03:01:28.490Z] 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-05T03:01:28.490Z] Removing intermediate container de25055624eb [2021-03-05T03:01:28.490Z] ---> c31f5ad3d309 [2021-03-05T03:01:28.490Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T03:01:28.490Z] Removing intermediate container de45f5d0f594 [2021-03-05T03:01:28.490Z] ---> 2f79a38ca319 [2021-03-05T03:01:28.490Z] Step 21/23 : LABEL arch=x86_64 [2021-03-05T03:01:28.755Z] ---> Running in 16adb035898d [2021-03-05T03:01:28.755Z] ---> Running in db546c41e1a3 [2021-03-05T03:01:28.755Z] ---> 11fbac6fe332 [2021-03-05T03:01:28.755Z] 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-05T03:01:29.018Z] Removing intermediate container 16adb035898d [2021-03-05T03:01:29.018Z] ---> 51dd8b0a6e08 [2021-03-05T03:01:29.018Z] Step 21/23 : LABEL arch=x86_64 [2021-03-05T03:01:29.018Z] Removing intermediate container db546c41e1a3 [2021-03-05T03:01:29.018Z] ---> c87f68f8ae4f [2021-03-05T03:01:29.018Z] Step 22/23 : LABEL git_sha=73c7208b626d1b8730b4f21ac98b5bd82715006c [2021-03-05T03:01:29.018Z] ---> Running in df0024388a32 [2021-03-05T03:01:29.018Z] ---> Running in 6f825fb0dfc0 [2021-03-05T03:01:29.289Z] ---> aa2c4af82763 [2021-03-05T03:01:29.289Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-05T03:01:29.558Z] Removing intermediate container df0024388a32 [2021-03-05T03:01:29.558Z] ---> 2881cbc5872d [2021-03-05T03:01:29.558Z] Step 22/23 : LABEL git_sha=73c7208b626d1b8730b4f21ac98b5bd82715006c [2021-03-05T03:01:29.558Z] Removing intermediate container 6f825fb0dfc0 [2021-03-05T03:01:29.558Z] ---> 75814afb6f5f [2021-03-05T03:01:29.558Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T03:01:29.558Z] ---> Running in 4c8901ffef3d [2021-03-05T03:01:29.558Z] ---> Running in a859070fe4f1 [2021-03-05T03:01:29.826Z] ---> d8f3c3169134 [2021-03-05T03:01:29.826Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-05T03:01:30.089Z] Removing intermediate container a859070fe4f1 [2021-03-05T03:01:30.089Z] ---> 5c4385f82f52 [2021-03-05T03:01:30.089Z] [2021-03-05T03:01:30.089Z] Removing intermediate container 4c8901ffef3d [2021-03-05T03:01:30.089Z] ---> e5af5bc320a7 [2021-03-05T03:01:30.089Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T03:01:30.361Z] ---> Running in 67a25b46fc2a [2021-03-05T03:01:30.361Z] ---> b00ed09d101d [2021-03-05T03:01:30.361Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-05T03:01:30.361Z] Successfully built 5c4385f82f52 [2021-03-05T03:01:30.627Z] Successfully tagged docker-core-command-go:latest [2021-03-05T03:01:30.627Z]  Building docker-core-command-go ... done Removing intermediate container 67a25b46fc2a [2021-03-05T03:01:30.627Z] ---> a1401ad83d98 [2021-03-05T03:01:30.627Z] [2021-03-05T03:01:30.892Z] Successfully built a1401ad83d98 [2021-03-05T03:01:30.892Z] Successfully tagged docker-core-metadata-go:latest [2021-03-05T03:01:31.160Z]  Building docker-core-metadata-go ... done  ---> bc923db5cc28 [2021-03-05T03:01:31.160Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-05T03:01:31.739Z] ---> 3e95049f58eb [2021-03-05T03:01:31.739Z] 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-05T03:01:32.006Z] ---> Running in 5d87cb87c69d [2021-03-05T03:01:33.944Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-05T03:01:33.944Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-05T03:01:33.944Z] ---> aefe523efa57 [2021-03-05T03:01:33.944Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-05T03:01:34.521Z] ---> Running in 5ffc6f26155d [2021-03-05T03:01:34.521Z] Removing intermediate container 5d87cb87c69d [2021-03-05T03:01:34.521Z] ---> 3244e7ca1769 [2021-03-05T03:01:34.521Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-05T03:01:34.521Z] ---> Running in da30442f485b [2021-03-05T03:01:35.097Z] Removing intermediate container da30442f485b [2021-03-05T03:01:35.097Z] ---> b5434f237c87 [2021-03-05T03:01:35.097Z] Step 22/24 : LABEL arch=x86_64 [2021-03-05T03:01:35.097Z] ---> Running in aa960df9c1d1 [2021-03-05T03:01:35.097Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T03:01:35.097Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T03:01:35.097Z] Removing intermediate container aa960df9c1d1 [2021-03-05T03:01:35.097Z] ---> 8074803efc7f [2021-03-05T03:01:35.097Z] Step 23/24 : LABEL git_sha=73c7208b626d1b8730b4f21ac98b5bd82715006c [2021-03-05T03:01:35.097Z] ---> Running in aff82e2f0411 [2021-03-05T03:01:35.365Z] (1/2) Installing readline (8.0.4-r0) [2021-03-05T03:01:35.365Z] (2/2) Installing bash (5.0.17-r0) [2021-03-05T03:01:35.365Z] Executing bash-5.0.17-r0.post-install [2021-03-05T03:01:35.365Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T03:01:35.365Z] OK: 12 MiB in 22 packages [2021-03-05T03:01:35.365Z] Removing intermediate container aff82e2f0411 [2021-03-05T03:01:35.365Z] ---> 5eec014fe934 [2021-03-05T03:01:35.365Z] Step 24/24 : LABEL version=0.0.0 [2021-03-05T03:01:35.365Z] ---> Running in d5e92de91294 [2021-03-05T03:01:35.627Z] Removing intermediate container d5e92de91294 [2021-03-05T03:01:35.627Z] ---> 62626f0b4f00 [2021-03-05T03:01:35.627Z] [2021-03-05T03:01:35.891Z] Successfully built 62626f0b4f00 [2021-03-05T03:01:35.891Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-05T03:01:35.891Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 5ffc6f26155d [2021-03-05T03:01:35.891Z] ---> a724c25b840b [2021-03-05T03:01:35.891Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-05T03:01:35.891Z] ---> Running in cb56e234d09b [2021-03-05T03:01:36.153Z] Removing intermediate container cb56e234d09b [2021-03-05T03:01:36.153Z] ---> abb423980538 [2021-03-05T03:01:36.153Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-05T03:01:36.153Z] ---> Running in 1efd64ceb1fa [2021-03-05T03:01:36.415Z] Removing intermediate container 1efd64ceb1fa [2021-03-05T03:01:36.415Z] ---> 1c6a842f0140 [2021-03-05T03:01:36.415Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-05T03:01:36.415Z] ---> Running in c01242e3275a [2021-03-05T03:01:36.677Z] Removing intermediate container c01242e3275a [2021-03-05T03:01:36.677Z] ---> 54b7cced8f03 [2021-03-05T03:01:36.677Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-05T03:01:37.253Z] ---> 62c1fe2b8eb5 [2021-03-05T03:01:37.253Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-05T03:01:37.253Z] ---> 6c37c8405eab [2021-03-05T03:01:37.253Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-05T03:01:37.826Z] ---> 2cdb3d2fca0f [2021-03-05T03:01:37.826Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-05T03:01:37.826Z] ---> Running in a5d7d80ede3f [2021-03-05T03:01:38.400Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T03:01:38.400Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T03:01:38.400Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-05T03:01:38.400Z] (2/33) Installing expat (2.2.9-r1) [2021-03-05T03:01:38.400Z] (3/33) Installing libffi (3.3-r2) [2021-03-05T03:01:38.400Z] (4/33) Installing gdbm (1.13-r1) [2021-03-05T03:01:38.400Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-05T03:01:38.400Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-05T03:01:38.400Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-05T03:01:39.346Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-05T03:01:39.346Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-05T03:01:39.346Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-05T03:01:39.346Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-05T03:01:39.346Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-05T03:01:39.346Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-05T03:01:39.607Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-05T03:01:39.607Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-05T03:01:39.607Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-05T03:01:39.607Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-05T03:01:39.607Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-05T03:01:39.607Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-05T03:01:39.607Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-05T03:01:39.607Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-05T03:01:39.607Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-05T03:01:39.607Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-05T03:01:39.607Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-05T03:01:39.607Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-05T03:01:39.607Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-05T03:01:39.869Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-05T03:01:39.869Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-05T03:01:39.869Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-05T03:01:39.869Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-05T03:01:39.869Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-05T03:01:39.869Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-05T03:01:39.869Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-05T03:01:39.869Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T03:01:39.869Z] OK: 71 MiB in 55 packages [2021-03-05T03:01:48.031Z] Removing intermediate container a5d7d80ede3f [2021-03-05T03:01:48.031Z] ---> b406e422c2c7 [2021-03-05T03:01:48.031Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-05T03:01:48.031Z] ---> Running in 5f983f4906c0 [2021-03-05T03:01:49.957Z] Collecting docker-compose==1.23.2 [2021-03-05T03:01:49.957Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-05T03:01:49.957Z] 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-05T03:01:49.957Z] Collecting PyYAML<4,>=3.10 [2021-03-05T03:01:49.957Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-05T03:01:50.941Z] Collecting jsonschema<3,>=2.5.1 [2021-03-05T03:01:50.941Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-05T03:01:50.941Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-05T03:01:50.941Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-05T03:01:51.204Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-05T03:01:51.204Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-05T03:01:51.204Z] Collecting texttable<0.10,>=0.9.0 [2021-03-05T03:01:51.204Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-05T03:01:51.777Z] Collecting docopt<0.7,>=0.6.1 [2021-03-05T03:01:51.777Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-05T03:01:52.350Z] Collecting docker<4.0,>=3.6.0 [2021-03-05T03:01:52.350Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-05T03:01:52.611Z] Collecting cached-property<2,>=1.2.0 [2021-03-05T03:01:52.612Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-05T03:01:52.612Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-05T03:01:52.612Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-05T03:01:53.185Z] 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-05T03:01:53.185Z] Collecting idna<2.8,>=2.5 [2021-03-05T03:01:53.185Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-05T03:01:53.453Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-05T03:01:53.453Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-05T03:01:53.453Z] 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-05T03:01:53.453Z] Collecting docker-pycreds>=0.4.0 [2021-03-05T03:01:53.453Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-05T03:01:53.453Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-05T03:01:53.453Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-05T03:01:53.453Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-05T03:01:53.453Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-05T03:01:53.715Z] Installing collected packages: PyYAML, jsonschema, idna, urllib3, requests, websocket-client, texttable, docopt, docker-pycreds, docker, cached-property, dockerpty, docker-compose [2021-03-05T03:01:53.715Z] Running setup.py install for PyYAML: started [2021-03-05T03:01:54.288Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-05T03:01:54.289Z] Attempting uninstall: idna [2021-03-05T03:01:54.289Z] Found existing installation: idna 2.9 [2021-03-05T03:01:54.289Z] Uninstalling idna-2.9: [2021-03-05T03:01:54.550Z] Successfully uninstalled idna-2.9 [2021-03-05T03:01:54.550Z] Attempting uninstall: urllib3 [2021-03-05T03:01:54.550Z] Found existing installation: urllib3 1.25.9 [2021-03-05T03:01:54.550Z] Uninstalling urllib3-1.25.9: [2021-03-05T03:01:54.801Z] gofmt -l . [2021-03-05T03:01:54.801Z] [ "`gofmt -l .`" = "" ] [2021-03-05T03:01:54.801Z] ./bin/test-go-mod-tidy.sh [2021-03-05T03:01:54.801Z] ./bin/test-attribution-txt.sh [2021-03-05T03:01:54.811Z] Successfully uninstalled urllib3-1.25.9 [2021-03-05T03:01:54.811Z] Attempting uninstall: requests [2021-03-05T03:01:54.811Z] Found existing installation: requests 2.23.0 [2021-03-05T03:01:54.811Z] Uninstalling requests-2.23.0: [2021-03-05T03:01:54.811Z] Successfully uninstalled requests-2.23.0 [Pipeline] sh [2021-03-05T03:01:55.073Z] Running setup.py install for texttable: started [2021-03-05T03:01:55.453Z] + ls -al . [2021-03-05T03:01:55.454Z] total 760 [2021-03-05T03:01:55.454Z] drwxrwxr-x 9 1001 1001 4096 Mar 5 03:01 . [2021-03-05T03:01:55.454Z] drwxr-xr-x 4 root root 4096 Mar 5 02:57 .. [2021-03-05T03:01:55.454Z] -rw-rw-r-- 1 1001 1001 11 Mar 5 02:56 .dockerignore [2021-03-05T03:01:55.454Z] drwxrwxr-x 8 1001 1001 4096 Mar 5 02:56 .git [2021-03-05T03:01:55.454Z] drwxrwxr-x 3 1001 1001 4096 Mar 5 02:56 .github [2021-03-05T03:01:55.454Z] -rw-rw-r-- 1 1001 1001 818 Mar 5 02:56 .gitignore [2021-03-05T03:01:55.454Z] -rw-rw-r-- 1 1001 1001 166 Mar 5 02:56 .sonarcloud.properties [2021-03-05T03:01:55.454Z] -rw-rw-r-- 1 1001 1001 8475 Mar 5 02:56 Attribution.txt [2021-03-05T03:01:55.454Z] -rw-rw-r-- 1 1001 1001 3804 Mar 5 02:56 CONTRIBUTING.md [2021-03-05T03:01:55.454Z] -rw-rw-r-- 1 1001 1001 931 Mar 5 02:56 Dockerfile.build [2021-03-05T03:01:55.454Z] -rw-rw-r-- 1 1001 1001 863 Mar 5 02:56 Jenkinsfile [2021-03-05T03:01:55.454Z] -rw-rw-r-- 1 1001 1001 10775 Mar 5 02:56 LICENSE [2021-03-05T03:01:55.454Z] -rw-rw-r-- 1 1001 1001 5774 Mar 5 02:56 Makefile [2021-03-05T03:01:55.454Z] -rw-rw-r-- 1 1001 1001 6524 Mar 5 02:56 README.md [2021-03-05T03:01:55.454Z] -rw-rw-r-- 1 1001 1001 6755 Mar 5 02:56 SECURITY.md [2021-03-05T03:01:55.454Z] -rw-rw-r-- 1 1001 1001 5 Mar 5 02:53 VERSION [2021-03-05T03:01:55.454Z] -rw-rw-r-- 1 1001 1001 4131 Mar 5 02:56 ZMQWindows.md [2021-03-05T03:01:55.454Z] drwxrwxr-x 2 1001 1001 4096 Mar 5 02:56 bin [2021-03-05T03:01:55.454Z] drwxrwxr-x 14 1001 1001 4096 Mar 5 02:56 cmd [2021-03-05T03:01:55.454Z] -rw-r--r-- 1 root root 619454 Mar 5 03:00 coverage.out [2021-03-05T03:01:55.454Z] -rw-r--r-- 1 root root 1055 Mar 5 03:01 go.mod [2021-03-05T03:01:55.454Z] -rw-r--r-- 1 root root 21699 Mar 5 03:01 go.sum [2021-03-05T03:01:55.454Z] drwxrwxr-x 8 1001 1001 4096 Mar 5 02:56 internal [2021-03-05T03:01:55.454Z] drwxrwxr-x 4 1001 1001 4096 Mar 5 02:56 openapi [2021-03-05T03:01:55.454Z] drwxrwxr-x 4 1001 1001 4096 Mar 5 02:56 snap [2021-03-05T03:01:55.454Z] -rw-rw-r-- 1 1001 1001 168 Mar 5 02:56 version.go [Pipeline] sh [2021-03-05T03:01:55.647Z] Running setup.py install for texttable: finished with status 'done' [2021-03-05T03:01:55.647Z] Running setup.py install for docopt: started [2021-03-05T03:01:56.106Z] + '[' -e coverage.out ] [2021-03-05T03:01:56.106Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-05T03:01:56.172Z] Warning: overwriting stash ‘coverage-report’ [2021-03-05T03:01:56.221Z] Running setup.py install for docopt: finished with status 'done' [2021-03-05T03:01:56.483Z] Running setup.py install for dockerpty: started [2021-03-05T03:01:56.745Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-05T03:01:57.010Z] 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-05T03:01:57.412Z] Stashed 1 file(s) [Pipeline] sh [2021-03-05T03:01:58.105Z] + make build [2021-03-05T03:01:58.105Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-05T03:02:00.329Z] Removing intermediate container 5f983f4906c0 [2021-03-05T03:02:00.329Z] ---> ddfec5d3f627 [2021-03-05T03:02:00.329Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-05T03:02:00.592Z] ---> Running in ffa8253449d7 [2021-03-05T03:02:01.168Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T03:02:01.168Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T03:02:01.168Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T03:02:01.168Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-05T03:02:01.168Z] (3/3) Installing curl (7.69.1-r3) [2021-03-05T03:02:01.168Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T03:02:01.168Z] OK: 72 MiB in 58 packages [2021-03-05T03:02:01.749Z] Removing intermediate container ffa8253449d7 [2021-03-05T03:02:01.749Z] ---> b3b718e0563a [2021-03-05T03:02:01.749Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-05T03:02:01.749Z] ---> Running in 9476e061d286 [2021-03-05T03:02:02.011Z] Removing intermediate container 9476e061d286 [2021-03-05T03:02:02.011Z] ---> 04e6fae82c4a [2021-03-05T03:02:02.011Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T03:02:02.011Z] ---> Running in 40233f2a8c2a [2021-03-05T03:02:02.273Z] Removing intermediate container 40233f2a8c2a [2021-03-05T03:02:02.273Z] ---> 6a006fcd7241 [2021-03-05T03:02:02.273Z] Step 24/26 : LABEL arch=x86_64 [2021-03-05T03:02:02.273Z] ---> Running in 15f034baf9c0 [2021-03-05T03:02:02.535Z] Removing intermediate container 15f034baf9c0 [2021-03-05T03:02:02.535Z] ---> d6b2da66fd62 [2021-03-05T03:02:02.535Z] Step 25/26 : LABEL git_sha=73c7208b626d1b8730b4f21ac98b5bd82715006c [2021-03-05T03:02:02.535Z] ---> Running in 396dc27e4e41 [2021-03-05T03:02:02.796Z] Removing intermediate container 396dc27e4e41 [2021-03-05T03:02:02.796Z] ---> 183e66b131b9 [2021-03-05T03:02:02.796Z] Step 26/26 : LABEL version=0.0.0 [2021-03-05T03:02:02.796Z] ---> Running in 59d135883004 [2021-03-05T03:02:03.060Z] Removing intermediate container 59d135883004 [2021-03-05T03:02:03.060Z] ---> 483d69646541 [2021-03-05T03:02:03.060Z] [2021-03-05T03:02:03.060Z] Successfully built 483d69646541 [2021-03-05T03:02:03.060Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-05T03:02:04.064Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-05T03:02:04.279Z] $ docker stop --time=1 f446b92a10227c389ff400f0fbb1b393ca832165be847a34074d71d8aa0d929a [2021-03-05T03:02:06.107Z] $ docker rm -f f446b92a10227c389ff400f0fbb1b393ca832165be847a34074d71d8aa0d929a [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-05T03:02:06.650Z] + docker images [2021-03-05T03:02:06.650Z] + grep docker [2021-03-05T03:02:06.912Z] docker-sys-mgmt-agent-go latest 483d69646541 4 seconds ago 313MB [2021-03-05T03:02:06.912Z] docker-security-secretstore-setup-go latest 62626f0b4f00 31 seconds ago 24.9MB [2021-03-05T03:02:06.912Z] docker-core-metadata-go latest a1401ad83d98 36 seconds ago 19MB [2021-03-05T03:02:06.912Z] docker-core-command-go latest 5c4385f82f52 37 seconds ago 17.2MB [2021-03-05T03:02:06.912Z] docker-security-bootstrapper-go latest 6042b9b83332 About a minute ago 18.7MB [2021-03-05T03:02:06.912Z] docker-core-data-go latest 17b8026b4cb4 2 minutes ago 22.4MB [2021-03-05T03:02:06.912Z] docker-security-proxy-setup-go latest b99f9c9c14d6 2 minutes ago 24.7MB [2021-03-05T03:02:06.912Z] docker-support-scheduler-go latest 6a34ce49440c 2 minutes ago 17.2MB [2021-03-05T03:02:06.912Z] docker-support-notifications-go latest 4d2434308ec4 2 minutes ago 17.8MB [2021-03-05T03:02:06.912Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-05T03:02:08.307Z] 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-05T03:02:22.608Z] Still waiting to schedule task [2021-03-05T03:02:22.608Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-05T03:02:30.504Z] 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-05T03:02:34.806Z] 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-05T03:02:40.206Z] 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-05T03:02:41.184Z] 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-05T03:02:47.912Z] 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-05T03:02:52.217Z] 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-05T03:02:56.529Z] 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-05T03:03:00.842Z] 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-05T03:03:05.156Z] 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-05T03:03:10.577Z] 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-05T03:03:12.808Z] Running on prd-ubuntu18.04-docker-8c-8g-28641 in /w/workspace/edgexfoundry_edgex-go_PR-3210 [Pipeline] { [Pipeline] ws [2021-03-05T03:03:12.874Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-03-05T03:03:15.119Z] using credential edgex-jenkins-ssh [2021-03-05T03:03:15.176Z] Cloning the remote Git repository [2021-03-05T03:03:15.160Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-05T03:03:15.228Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-03-05T03:03:15.254Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-05T03:03:15.254Z] > git --version # timeout=10 [2021-03-05T03:03:15.259Z] > git --version # 'git version 2.17.1' [2021-03-05T03:03:15.259Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T03:03:15.283Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } [2021-03-05T03:03:16.020Z] $ docker stop --time=1 32777a8d849f05c0be0e71c79529cc45dc85217c0471b60c210e7f9381e5d2ce [2021-03-05T03:03:18.446Z] $ docker rm -f 32777a8d849f05c0be0e71c79529cc45dc85217c0471b60c210e7f9381e5d2ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T03:03:20.487Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-05T03:03:20.487Z] [2021-03-05T03:03:20.487Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T03:03:20.896Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-05T03:03:21.174Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-05T03:03:21.174Z] 29e5d40040c1: Pulling fs layer [2021-03-05T03:03:21.174Z] 1ce36da41761: Pulling fs layer [2021-03-05T03:03:21.174Z] 25b303627fd3: Pulling fs layer [2021-03-05T03:03:21.174Z] 29e5d40040c1: Verifying Checksum [2021-03-05T03:03:21.174Z] 29e5d40040c1: Download complete [2021-03-05T03:03:22.155Z] 1ce36da41761: Verifying Checksum [2021-03-05T03:03:22.155Z] 1ce36da41761: Download complete [2021-03-05T03:03:22.155Z] 29e5d40040c1: Pull complete [2021-03-05T03:03:22.731Z] Merging remotes/origin/master commit 8a562533c14a3b85d4c48007758f286d837d2a70 into PR head commit 73c7208b626d1b8730b4f21ac98b5bd82715006c [2021-03-05T03:03:21.959Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-05T03:03:21.964Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T03:03:21.977Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-05T03:03:21.986Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-05T03:03:21.986Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T03:03:21.992Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3210/head:refs/remotes/origin/PR-3210 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-05T03:03:22.722Z] > git config core.sparsecheckout # timeout=10 [2021-03-05T03:03:22.728Z] > git checkout -f 73c7208b626d1b8730b4f21ac98b5bd82715006c # timeout=10 [2021-03-05T03:03:22.871Z] Merge succeeded, producing 73c7208b626d1b8730b4f21ac98b5bd82715006c [2021-03-05T03:03:22.871Z] Checking out Revision 73c7208b626d1b8730b4f21ac98b5bd82715006c (PR-3210) [2021-03-05T03:03:23.597Z] 1ce36da41761: Pull complete [2021-03-05T03:03:23.597Z] 25b303627fd3: Verifying Checksum [2021-03-05T03:03:23.597Z] 25b303627fd3: Download complete [2021-03-05T03:03:22.828Z] > git remote # timeout=10 [2021-03-05T03:03:22.833Z] > git config --get remote.origin.url # timeout=10 [2021-03-05T03:03:22.838Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T03:03:22.841Z] > git merge 8a562533c14a3b85d4c48007758f286d837d2a70 # timeout=10 [2021-03-05T03:03:22.849Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-05T03:03:22.856Z] > git config core.sparsecheckout # timeout=10 [2021-03-05T03:03:22.859Z] > git checkout -f 73c7208b626d1b8730b4f21ac98b5bd82715006c # timeout=10 [2021-03-05T03:03:26.701Z] Commit message: "feat(notifications): Implement GET /notification/id/{id} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-05T03:03:27.776Z] + echo snap-build.sh [2021-03-05T03:03:27.776Z] snap-build.sh [2021-03-05T03:03:27.776Z] + SNAP_BASE_DIR=. [2021-03-05T03:03:27.776Z] + '[' '!' -z /w/workspace/edgex-go/6 ']' [2021-03-05T03:03:27.776Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/6 [2021-03-05T03:03:27.776Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' [2021-03-05T03:03:27.776Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/6] [2021-03-05T03:03:27.776Z] + cd /w/workspace/edgex-go/6 [2021-03-05T03:03:27.776Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-05T03:03:27.776Z] Reading package lists... [2021-03-05T03:03:28.045Z] Building dependency tree... [2021-03-05T03:03:28.045Z] Reading state information... [2021-03-05T03:03:28.045Z] The following packages were automatically installed and are no longer required: [2021-03-05T03:03:28.045Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-05T03:03:28.045Z] uidmap xdelta3 [2021-03-05T03:03:28.045Z] Use 'sudo apt autoremove' to remove them. [2021-03-05T03:03:28.307Z] The following packages will be REMOVED: [2021-03-05T03:03:28.307Z] lxd* lxd-client* [2021-03-05T03:03:28.880Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-05T03:03:28.880Z] After this operation, 31.7 MB disk space will be freed. [2021-03-05T03:03:29.933Z] (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-05T03:03:29.933Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-05T03:03:30.889Z] Removing lxd dnsmasq configuration [2021-03-05T03:03:31.151Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-05T03:03:31.414Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-05T03:03:32.361Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-05T03:03:32.631Z] (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-05T03:03:32.631Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-05T03:03:33.733Z] 25b303627fd3: Pull complete [2021-03-05T03:03:33.733Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-05T03:03:33.733Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-05T03:03:33.733Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-05T03:03:33.998Z] prd-ubuntu18.04-docker-arm64-4c-16g-28639 does not seem to be running inside a container [2021-03-05T03:03:34.024Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-05T03:03:34.024Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-05T03:03:34.075Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-05T03:03:35.951Z] + sudo snap remove --purge lxd [2021-03-05T03:03:35.951Z] snap "lxd" is not installed [2021-03-05T03:03:35.951Z] + sudo groupadd --force --system lxd [2021-03-05T03:03:35.951Z] ++ whoami [2021-03-05T03:03:35.951Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-05T03:03:35.951Z] + newgrp - lxd [2021-03-05T03:03:36.214Z] + sudo snap install lxd [2021-03-05T03:03:37.039Z] $ docker top 9ed98a41e540d0b552b40e53578f108e778f43d2fc038c4a86b7ae8e25369bdd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T03:03:38.075Z] + docker-compose build --help [2021-03-05T03:03:38.075Z] + grep parallel [2021-03-05T03:03:41.445Z] --parallel Build images in parallel. [Pipeline] } [2021-03-05T03:03:41.733Z] $ docker stop --time=1 9ed98a41e540d0b552b40e53578f108e778f43d2fc038c4a86b7ae8e25369bdd [2021-03-05T03:03:43.700Z] $ docker rm -f 9ed98a41e540d0b552b40e53578f108e778f43d2fc038c4a86b7ae8e25369bdd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T03:03:44.612Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-05T03:03:44.613Z] . [Pipeline] withDockerContainer [2021-03-05T03:03:44.899Z] prd-ubuntu18.04-docker-arm64-4c-16g-28639 does not seem to be running inside a container [2021-03-05T03:03:44.997Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-05T03:03:46.261Z] 2021-03-05T03:03:43Z INFO Waiting for automatic snapd restart... [2021-03-05T03:03:46.477Z] $ docker top 0b2f8c5d46566ddce078a300fc3b2bf5569e36e80967a8908876f6ce123488d0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T03:03:47.544Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-05T03:03:51.845Z] Building docker-core-command-go ... [2021-03-05T03:03:51.845Z] Building docker-core-data-go ... [2021-03-05T03:03:51.845Z] Building docker-core-metadata-go ... [2021-03-05T03:03:51.845Z] Building docker-security-bootstrapper-go ... [2021-03-05T03:03:51.845Z] Building docker-security-proxy-setup-go ... [2021-03-05T03:03:51.845Z] Building docker-security-secretstore-setup-go ... [2021-03-05T03:03:51.845Z] Building docker-support-notifications-go ... [2021-03-05T03:03:51.845Z] Building docker-support-scheduler-go ... [2021-03-05T03:03:51.845Z] Building docker-sys-mgmt-agent-go ... [2021-03-05T03:03:51.845Z] Building docker-sys-mgmt-agent-go [2021-03-05T03:03:51.845Z] Building docker-support-notifications-go [2021-03-05T03:03:51.845Z] Building docker-core-command-go [2021-03-05T03:03:51.845Z] Building docker-security-secretstore-setup-go [2021-03-05T03:03:51.845Z] Building docker-security-bootstrapper-go [2021-03-05T03:03:58.522Z] lxd 4.11 from Canonical* installed [2021-03-05T03:03:58.522Z] + sudo lxd init --auto [2021-03-05T03:04:06.680Z] + sudo snap install --classic snapcraft [2021-03-05T03:04:13.288Z] snapcraft 4.5.1 from Canonical* installed [2021-03-05T03:04:13.289Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-05T03:04:13.289Z] + patch --verbose -p1 [2021-03-05T03:04:13.289Z] Hmm... Looks like a unified diff to me... [2021-03-05T03:04:13.289Z] The text leading up to this was: [2021-03-05T03:04:13.289Z] -------------------------- [2021-03-05T03:04:13.289Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-05T03:04:13.289Z] |From: Tony Espy [2021-03-05T03:04:13.289Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-05T03:04:13.289Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-05T03:04:13.289Z] | [2021-03-05T03:04:13.289Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-05T03:04:13.289Z] |optimize the snap CI check run for pull requests. When [2021-03-05T03:04:13.289Z] |applied, it essentially strips out everything (apps and [2021-03-05T03:04:13.289Z] |parts) from the snapcraft.yaml file except those required [2021-03-05T03:04:13.289Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-05T03:04:13.289Z] |catch changes to edgex-go that break the snap build. [2021-03-05T03:04:13.289Z] | [2021-03-05T03:04:13.289Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-05T03:04:13.289Z] |to update this patch file, otherwise it may fail to apply, [2021-03-05T03:04:13.289Z] |resulting in a failed snap build CI check in the associated [2021-03-05T03:04:13.289Z] |pull request. [2021-03-05T03:04:13.289Z] | [2021-03-05T03:04:13.289Z] |Note - in addition to applying this patch, the pipeline also [2021-03-05T03:04:13.289Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-05T03:04:13.289Z] |need to build the finally binary .snap file (and it won't [2021-03-05T03:04:13.289Z] |work with the patch applied). This further reduces the build [2021-03-05T03:04:13.289Z] |time. [2021-03-05T03:04:13.289Z] |--- [2021-03-05T03:04:13.289Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-05T03:04:13.289Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-05T03:04:13.289Z] | [2021-03-05T03:04:13.289Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-05T03:04:13.289Z] |index 1e537489..faf42425 100644 [2021-03-05T03:04:13.289Z] |--- a/snap/snapcraft.yaml [2021-03-05T03:04:13.289Z] |+++ b/snap/snapcraft.yaml [2021-03-05T03:04:13.289Z] -------------------------- [2021-03-05T03:04:13.289Z] patching file snap/snapcraft.yaml [2021-03-05T03:04:13.289Z] Using Plan A... [2021-03-05T03:04:13.289Z] Hunk #1 succeeded at 73. [2021-03-05T03:04:13.289Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-05T03:04:13.289Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-05T03:04:13.289Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-03-05T03:04:13.289Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-03-05T03:04:13.289Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-03-05T03:04:13.289Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-03-05T03:04:13.289Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-03-05T03:04:13.289Z] Hmm... Ignoring the trailing garbage. [2021-03-05T03:04:13.289Z] done [2021-03-05T03:04:13.289Z] + sudo snapcraft prime --use-lxd [2021-03-05T03:04:14.694Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-05T03:04:14.695Z] 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-05T03:04:14.695Z] - README.md [2021-03-05T03:04:14.695Z] - snapcraft.yaml.orig [2021-03-05T03:04:14.695Z] [2021-03-05T03:04:14.695Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-05T03:04:15.642Z] Launching a container. [2021-03-05T03:04:27.913Z] Waiting for container to be ready [2021-03-05T03:04:28.175Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-05T03:04:28.175Z] [2021-03-05T03:04:31.486Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-05T03:04:32.058Z] Waiting for network to be ready... [2021-03-05T03:04:32.319Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-05T03:04:32.319Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-03-05T03:04:32.581Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-05T03:04:32.581Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-05T03:04:32.581Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-05T03:04:32.581Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-05T03:04:32.581Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-05T03:04:32.581Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-05T03:04:32.581Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-05T03:04:32.581Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-05T03:04:32.843Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-05T03:04:33.104Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-05T03:04:33.372Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-05T03:04:33.372Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-05T03:04:33.372Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-05T03:04:33.372Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-05T03:04:33.372Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-05T03:04:33.372Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-05T03:04:33.633Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-05T03:04:33.896Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] [2021-03-05T03:04:33.896Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-05T03:04:34.159Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-05T03:04:34.159Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-05T03:04:34.159Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-05T03:04:34.159Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-05T03:04:34.159Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-05T03:04:34.159Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-05T03:04:37.466Z] Fetched 24.0 MB in 5s (4677 kB/s) [2021-03-05T03:04:38.856Z] Reading package lists... [2021-03-05T03:04:38.856Z] Reading package lists... [2021-03-05T03:04:39.118Z] Building dependency tree... [2021-03-05T03:04:39.118Z] Reading state information... [2021-03-05T03:04:39.379Z] The following additional packages will be installed: [2021-03-05T03:04:39.379Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-05T03:04:39.379Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-05T03:04:39.379Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-05T03:04:39.379Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-05T03:04:39.380Z] Suggested packages: [2021-03-05T03:04:39.380Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-05T03:04:39.380Z] Recommended packages: [2021-03-05T03:04:39.380Z] gnupg libsasl2-modules [2021-03-05T03:04:39.380Z] The following NEW packages will be installed: [2021-03-05T03:04:39.380Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-05T03:04:39.380Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-05T03:04:39.380Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-05T03:04:39.380Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-05T03:04:39.380Z] The following packages will be upgraded: [2021-03-05T03:04:39.380Z] gpg gpg-agent gpgconf libudev1 [2021-03-05T03:04:39.642Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-05T03:04:39.642Z] Need to get 3530 kB of archives. [2021-03-05T03:04:39.642Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-05T03:04:39.642Z] 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-05T03:04:39.642Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-05T03:04:39.642Z] 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-05T03:04:39.904Z] 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-05T03:04:39.904Z] 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-05T03:04:39.904Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-05T03:04:40.478Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-05T03:04:40.478Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-05T03:04:40.478Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-05T03:04:40.478Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-05T03:04:40.478Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-05T03:04:40.478Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-05T03:04:40.478Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-05T03:04:40.478Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-05T03:04:40.478Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-05T03:04:40.478Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-05T03:04:40.478Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-05T03:04:40.478Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-05T03:04:40.478Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-05T03:04:40.478Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-05T03:04:40.478Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-05T03:04:40.478Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-05T03:04:40.740Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-05T03:04:40.740Z] Fetched 3530 kB in 1s (3108 kB/s) [2021-03-05T03:04:40.740Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-05T03:04:40.740Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-05T03:04:40.740Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-05T03:04:41.002Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-05T03:04:41.002Z] Selecting previously unselected package udev. [2021-03-05T03:04:41.002Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-05T03:04:41.002Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-05T03:04:41.002Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-05T03:04:41.264Z] Selecting previously unselected package libfuse2:amd64. [2021-03-05T03:04:41.264Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-05T03:04:41.264Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-05T03:04:41.264Z] Selecting previously unselected package fuse. [2021-03-05T03:04:41.264Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-05T03:04:41.525Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-05T03:04:41.525Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-05T03:04:41.525Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-05T03:04:41.525Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-05T03:04:41.786Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-05T03:04:41.786Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-05T03:04:41.786Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-05T03:04:41.786Z] Selecting previously unselected package libksba8:amd64. [2021-03-05T03:04:41.786Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-05T03:04:41.786Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-05T03:04:42.049Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-05T03:04:42.049Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T03:04:42.049Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T03:04:42.049Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-05T03:04:42.049Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T03:04:42.049Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T03:04:42.049Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-05T03:04:42.049Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T03:04:42.049Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T03:04:42.049Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-05T03:04:42.049Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T03:04:42.049Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T03:04:42.311Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-05T03:04:42.311Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T03:04:42.311Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T03:04:42.311Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-05T03:04:42.311Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T03:04:42.311Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T03:04:42.311Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-05T03:04:42.312Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T03:04:42.312Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T03:04:42.572Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-05T03:04:42.573Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T03:04:42.573Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T03:04:42.573Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-05T03:04:42.573Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T03:04:42.573Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T03:04:42.573Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-05T03:04:42.573Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-05T03:04:42.573Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-05T03:04:42.833Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-05T03:04:42.833Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-05T03:04:42.833Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-05T03:04:42.833Z] Selecting previously unselected package libldap-common. [2021-03-05T03:04:42.833Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-05T03:04:42.833Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-05T03:04:42.833Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-05T03:04:42.833Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-05T03:04:42.833Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-05T03:04:43.094Z] Selecting previously unselected package dirmngr. [2021-03-05T03:04:43.094Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-05T03:04:43.094Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-05T03:04:43.094Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-05T03:04:43.355Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-05T03:04:43.355Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-05T03:04:43.616Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-05T03:04:43.616Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-05T03:04:43.877Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-05T03:04:44.137Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T03:04:44.137Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-05T03:04:44.399Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-05T03:04:44.399Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-05T03:04:44.973Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-05T03:04:45.237Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T03:04:45.498Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-05T03:04:45.498Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-05T03:04:45.759Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-05T03:04:45.759Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T03:04:46.021Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T03:04:46.021Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T03:04:46.021Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T03:04:46.021Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T03:04:46.283Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T03:04:46.283Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T03:04:46.283Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-05T03:04:46.283Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-05T03:04:46.283Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-05T03:04:46.858Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-05T03:04:46.858Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-05T03:04:46.858Z] This means they are not meant to be enabled using systemctl. [2021-03-05T03:04:46.858Z] Possible reasons for having this kind of units are: [2021-03-05T03:04:46.858Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-05T03:04:46.858Z] .wants/ or .requires/ directory. [2021-03-05T03:04:46.858Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-05T03:04:46.858Z] a requirement dependency on it. [2021-03-05T03:04:46.858Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-05T03:04:46.858Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-05T03:04:46.858Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-05T03:04:46.858Z] instance name specified. [2021-03-05T03:04:47.121Z] Reading package lists... [2021-03-05T03:04:47.383Z] Building dependency tree... [2021-03-05T03:04:47.383Z] Reading state information... [2021-03-05T03:04:47.647Z] The following additional packages will be installed: [2021-03-05T03:04:47.647Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-05T03:04:47.647Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-05T03:04:47.647Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-05T03:04:47.647Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-05T03:04:47.647Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-05T03:04:47.647Z] Suggested packages: [2021-03-05T03:04:47.647Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-05T03:04:47.647Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-05T03:04:47.647Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-05T03:04:47.647Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-05T03:04:47.647Z] systemd-container policykit-1 [2021-03-05T03:04:47.647Z] Recommended packages: [2021-03-05T03:04:47.647Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-05T03:04:47.647Z] The following NEW packages will be installed: [2021-03-05T03:04:47.647Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-05T03:04:47.647Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-05T03:04:47.647Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-05T03:04:47.647Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-05T03:04:47.647Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-05T03:04:47.647Z] The following packages will be upgraded: [2021-03-05T03:04:47.647Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-05T03:04:47.647Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-05T03:04:47.647Z] Need to get 35.2 MB of archives. [2021-03-05T03:04:47.647Z] After this operation, 141 MB of additional disk space will be used. [2021-03-05T03:04:47.647Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-05T03:04:47.647Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-05T03:04:47.647Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-05T03:04:47.647Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-05T03:04:47.913Z] 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-05T03:04:47.913Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-05T03:04:47.913Z] 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-05T03:04:47.913Z] 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-05T03:04:47.913Z] 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-05T03:04:47.913Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-05T03:04:47.913Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-05T03:04:47.913Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-05T03:04:47.913Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-05T03:04:47.913Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-05T03:04:47.913Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-05T03:04:47.913Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-05T03:04:47.913Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-05T03:04:47.913Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-05T03:04:47.913Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-05T03:04:48.859Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-05T03:04:48.859Z] 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-05T03:04:48.859Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-05T03:04:48.859Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-05T03:04:48.859Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-05T03:04:48.859Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-05T03:04:48.859Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-05T03:04:48.859Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-05T03:04:48.859Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-05T03:04:48.859Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-05T03:04:48.859Z] 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-05T03:04:49.120Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-05T03:04:49.120Z] Fetched 35.2 MB in 1s (26.9 MB/s) [2021-03-05T03:04:49.382Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-05T03:04:49.382Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-05T03:04:49.382Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-05T03:04:49.955Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-05T03:04:49.955Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-05T03:04:49.955Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-05T03:04:50.218Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-05T03:04:50.218Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-05T03:04:50.218Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-05T03:04:50.481Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-05T03:04:50.481Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-05T03:04:50.481Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-05T03:04:50.481Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-05T03:04:50.743Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-05T03:04:50.743Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-05T03:04:51.319Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-05T03:04:51.581Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-05T03:04:51.581Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-05T03:04:51.581Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-05T03:04:51.846Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-05T03:04:51.846Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-05T03:04:51.846Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T03:04:52.107Z] Selecting previously unselected package libexpat1:amd64. [2021-03-05T03:04:52.107Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-05T03:04:52.107Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-05T03:04:52.107Z] Selecting previously unselected package python3.6-minimal. [2021-03-05T03:04:52.108Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-05T03:04:52.370Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T03:04:52.633Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-05T03:04:52.633Z] Checking for services that may need to be restarted...done. [2021-03-05T03:04:52.633Z] Checking for services that may need to be restarted...done. [2021-03-05T03:04:52.633Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T03:04:52.895Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-05T03:04:52.895Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T03:04:53.466Z] Selecting previously unselected package python3-minimal. [2021-03-05T03:04:53.466Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-05T03:04:53.466Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-05T03:04:53.466Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-05T03:04:53.466Z] Selecting previously unselected package mime-support. [2021-03-05T03:04:53.466Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-05T03:04:53.466Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-05T03:04:53.466Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-05T03:04:53.466Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-05T03:04:53.466Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-05T03:04:53.728Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-05T03:04:53.728Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-05T03:04:53.728Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T03:04:53.991Z] Selecting previously unselected package python3.6. [2021-03-05T03:04:53.991Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-05T03:04:53.991Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T03:04:53.991Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-05T03:04:53.991Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-05T03:04:53.991Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-05T03:04:54.253Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-05T03:04:54.515Z] Selecting previously unselected package python3. [2021-03-05T03:04:54.515Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-05T03:04:54.515Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-05T03:04:54.515Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-05T03:04:54.515Z] Selecting previously unselected package multiarch-support. [2021-03-05T03:04:54.515Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-05T03:04:54.515Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-05T03:04:54.515Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-05T03:04:54.777Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-05T03:04:54.777Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-05T03:04:54.777Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-05T03:04:54.777Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-05T03:04:54.777Z] Selecting previously unselected package libbsd0:amd64. [2021-03-05T03:04:54.777Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-05T03:04:54.777Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-05T03:04:55.039Z] Selecting previously unselected package sudo. [2021-03-05T03:04:55.039Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-05T03:04:55.039Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-05T03:04:55.039Z] Selecting previously unselected package apparmor. [2021-03-05T03:04:55.039Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-05T03:04:55.039Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-05T03:04:55.301Z] Selecting previously unselected package libedit2:amd64. [2021-03-05T03:04:55.301Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-05T03:04:55.301Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-05T03:04:55.562Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-05T03:04:55.562Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-05T03:04:55.562Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T03:04:55.562Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-05T03:04:55.562Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-05T03:04:55.562Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T03:04:55.562Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-05T03:04:55.562Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-05T03:04:55.562Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-05T03:04:55.824Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-05T03:04:55.824Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-05T03:04:55.824Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T03:04:55.824Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-05T03:04:55.824Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-05T03:04:55.824Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T03:04:56.085Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-05T03:04:56.085Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-05T03:04:56.085Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-05T03:04:56.085Z] Selecting previously unselected package openssh-client. [2021-03-05T03:04:56.085Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-05T03:04:56.085Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-05T03:04:56.347Z] Selecting previously unselected package squashfs-tools. [2021-03-05T03:04:56.347Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-05T03:04:56.347Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-05T03:04:56.347Z] Selecting previously unselected package snapd. [2021-03-05T03:04:56.347Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-05T03:04:56.347Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-05T03:04:58.906Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-05T03:04:58.906Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-05T03:04:58.906Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-05T03:04:59.169Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-05T03:04:59.170Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-05T03:04:59.170Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T03:04:59.170Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-05T03:04:59.170Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-05T03:04:59.170Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-05T03:05:00.114Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-05T03:05:00.114Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-05T03:05:00.114Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-05T03:05:00.114Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T03:05:00.114Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T03:05:00.114Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T03:05:01.058Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-05T03:05:01.058Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T03:05:01.058Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-05T03:05:01.058Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-05T03:05:01.058Z] running python rtupdate hooks for python3.6... [2021-03-05T03:05:01.058Z] running python post-rtupdate hooks for python3.6... [2021-03-05T03:05:01.058Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-05T03:05:02.446Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-05T03:05:02.708Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T03:05:02.708Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-05T03:05:02.970Z] Setting up snapd (2.48.3+18.04) ... [2021-03-05T03:05:03.543Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-05T03:05:03.543Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-05T03:05:03.805Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-05T03:05:04.067Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-05T03:05:04.329Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-05T03:05:04.330Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-05T03:05:04.330Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-05T03:05:04.592Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-05T03:05:04.855Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-05T03:05:05.117Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-05T03:05:05.117Z] /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-05T03:05:05.381Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-05T03:05:05.381Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-05T03:05:06.326Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-05T03:05:06.326Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-05T03:05:06.588Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-05T03:05:07.976Z] Reading package lists... [2021-03-05T03:05:07.976Z] Reading package lists... [2021-03-05T03:05:08.240Z] Building dependency tree... [2021-03-05T03:05:08.240Z] Reading state information... [2021-03-05T03:05:08.501Z] Calculating upgrade... [2021-03-05T03:05:08.766Z] The following packages will be upgraded: [2021-03-05T03:05:08.766Z] advancecomp base-files bash binutils binutils-common [2021-03-05T03:05:08.766Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-05T03:05:08.766Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-05T03:05:08.766Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-05T03:05:08.766Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-05T03:05:08.766Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-05T03:05:08.766Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-05T03:05:08.766Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-05T03:05:08.766Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-05T03:05:08.766Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-05T03:05:08.766Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-05T03:05:08.766Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-05T03:05:08.766Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-05T03:05:08.766Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-05T03:05:08.766Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-05T03:05:09.029Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-05T03:05:09.029Z] Need to get 63.8 MB of archives. [2021-03-05T03:05:09.029Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-05T03:05:09.029Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-05T03:05:09.029Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-05T03:05:09.602Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-05T03:05:09.603Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-05T03:05:09.603Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-05T03:05:09.603Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-05T03:05:09.603Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-05T03:05:09.603Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-05T03:05:09.603Z] 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-05T03:05:09.603Z] 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-05T03:05:09.603Z] 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-05T03:05:09.603Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-05T03:05:09.603Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-05T03:05:09.603Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-05T03:05:09.603Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-05T03:05:09.603Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-05T03:05:09.603Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-05T03:05:09.603Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-05T03:05:09.603Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-05T03:05:09.863Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-05T03:05:09.863Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-05T03:05:09.863Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-05T03:05:09.863Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-05T03:05:09.863Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-05T03:05:09.863Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-05T03:05:09.863Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-05T03:05:09.863Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-05T03:05:09.863Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-05T03:05:09.863Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-05T03:05:09.863Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-05T03:05:09.863Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-05T03:05:09.863Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-05T03:05:09.863Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-05T03:05:09.863Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-05T03:05:10.125Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-05T03:05:10.125Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-05T03:05:10.125Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-05T03:05:10.125Z] Get:38 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-05T03:05:10.125Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-05T03:05:10.125Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-05T03:05:10.125Z] Get:41 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-05T03:05:10.125Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-05T03:05:10.125Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-05T03:05:10.125Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-05T03:05:10.125Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-05T03:05:10.125Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-05T03:05:10.125Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-05T03:05:10.125Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-05T03:05:10.125Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-05T03:05:10.125Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-05T03:05:10.125Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-05T03:05:10.125Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-05T03:05:10.125Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-05T03:05:10.125Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-05T03:05:10.125Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-05T03:05:10.125Z] Get:56 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-05T03:05:10.125Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-05T03:05:10.125Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-05T03:05:10.125Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-05T03:05:10.125Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-05T03:05:10.125Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-05T03:05:10.387Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-05T03:05:10.387Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-05T03:05:10.387Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-05T03:05:10.387Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-05T03:05:10.387Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-05T03:05:10.387Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-05T03:05:10.387Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-05T03:05:10.387Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-05T03:05:10.387Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-03-05T03:05:10.387Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-05T03:05:10.387Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-05T03:05:10.387Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-05T03:05:10.387Z] 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-05T03:05:10.387Z] 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-05T03:05:10.387Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-05T03:05:10.387Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-05T03:05:10.387Z] 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-05T03:05:10.649Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-05T03:05:10.649Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-05T03:05:10.649Z] 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-05T03:05:10.649Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-05T03:05:10.649Z] 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-05T03:05:10.649Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-05T03:05:10.649Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-05T03:05:10.649Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-05T03:05:10.649Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-05T03:05:10.649Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-05T03:05:10.649Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-05T03:05:10.649Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-05T03:05:10.909Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-05T03:05:11.482Z] 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-05T03:05:11.482Z] 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-05T03:05:11.482Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-05T03:05:11.743Z] 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-05T03:05:11.743Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-05T03:05:11.743Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-05T03:05:11.743Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-05T03:05:11.743Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-05T03:05:11.743Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-05T03:05:12.005Z] Fetched 63.8 MB in 3s (21.3 MB/s) [2021-03-05T03:05:12.005Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:05:12.005Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-05T03:05:12.005Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-05T03:05:12.951Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-05T03:05:12.951Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-05T03:05:12.951Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-05T03:05:12.951Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-05T03:05:13.664Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T03:05:13.664Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-05T03:05:13.664Z] ---> 5c371b56a081 [2021-03-05T03:05:13.664Z] Step 3/26 : WORKDIR /edgex-go [2021-03-05T03:05:13.664Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T03:05:13.664Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T03:05:13.664Z] ---> 5c371b56a081 [2021-03-05T03:05:13.664Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T03:05:13.664Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T03:05:13.664Z] [2021-03-05T03:05:13.664Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-05T03:05:13.664Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder ---> 5c371b56a081 [2021-03-05T03:05:13.664Z] [2021-03-05T03:05:13.664Z] Step 3/22 : WORKDIR /edgex-go ---> 5c371b56a081 [2021-03-05T03:05:13.664Z] [2021-03-05T03:05:13.664Z] Step 3/31 : WORKDIR /edgex-go [2021-03-05T03:05:13.664Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T03:05:13.664Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-05T03:05:13.664Z] ---> 5c371b56a081 [2021-03-05T03:05:13.664Z] Step 3/24 : WORKDIR /edgex-go [2021-03-05T03:05:13.664Z] ---> Running in ab1702ad872c [2021-03-05T03:05:13.664Z] ---> Running in 2afa9be569cd [2021-03-05T03:05:13.664Z] ---> Running in a7f80a6537b3 [2021-03-05T03:05:13.664Z] ---> Running in 3b08b3032604 [2021-03-05T03:05:13.664Z] ---> Running in 34d07f7e659f [2021-03-05T03:05:13.664Z] Removing intermediate container 2afa9be569cd [2021-03-05T03:05:13.664Z] ---> a576504736d1 [2021-03-05T03:05:13.664Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T03:05:13.664Z] Removing intermediate container ab1702ad872c [2021-03-05T03:05:13.664Z] ---> 2d51b2f25140 [2021-03-05T03:05:13.664Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T03:05:13.664Z] Removing intermediate container 34d07f7e659f [2021-03-05T03:05:13.664Z] ---> 9d8f13f28e23 [2021-03-05T03:05:13.664Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T03:05:13.664Z] Removing intermediate container a7f80a6537b3 [2021-03-05T03:05:13.664Z] Removing intermediate container 3b08b3032604 [2021-03-05T03:05:13.664Z] ---> 76649f91956e [2021-03-05T03:05:13.664Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T03:05:13.664Z] ---> a597c6959683 [2021-03-05T03:05:13.664Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T03:05:13.664Z] ---> Running in 7981f0294a7c [2021-03-05T03:05:13.664Z] ---> Running in fa46a3fc623c [2021-03-05T03:05:13.664Z] ---> Running in 1a76ef87e032 [2021-03-05T03:05:13.664Z] ---> Running in 94ecd47d397a [2021-03-05T03:05:13.664Z] ---> Running in 18efdbc30943 [2021-03-05T03:05:13.664Z] Removing intermediate container fa46a3fc623c [2021-03-05T03:05:13.664Z] ---> 3386d2b7afbb [2021-03-05T03:05:13.664Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-05T03:05:13.664Z] ---> Running in 4e664195ff07 [2021-03-05T03:05:13.664Z] Removing intermediate container 7981f0294a7c [2021-03-05T03:05:13.664Z] ---> 3daf0d659cda [2021-03-05T03:05:13.664Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-05T03:05:13.664Z] Removing intermediate container 18efdbc30943 [2021-03-05T03:05:13.664Z] ---> efa094e195bf [2021-03-05T03:05:13.664Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-05T03:05:13.664Z] ---> Running in b63fec7b7c3d [2021-03-05T03:05:13.664Z] ---> Running in 1bbf96473e81 [2021-03-05T03:05:13.664Z] Removing intermediate container 94ecd47d397a [2021-03-05T03:05:13.664Z] ---> cd091b164706 [2021-03-05T03:05:13.664Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-05T03:05:13.664Z] Removing intermediate container 1a76ef87e032 [2021-03-05T03:05:13.664Z] ---> 315af782e29a [2021-03-05T03:05:13.664Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-05T03:05:13.664Z] ---> Running in 7b895fb25ecf [2021-03-05T03:05:13.664Z] ---> Running in 250875b812fa [2021-03-05T03:05:13.896Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T03:05:13.896Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T03:05:13.896Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T03:05:13.896Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T03:05:13.896Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T03:05:13.958Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T03:05:14.158Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T03:05:14.158Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T03:05:14.158Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T03:05:14.158Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T03:05:14.158Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T03:05:14.420Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T03:05:14.420Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T03:05:14.420Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T03:05:14.420Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T03:05:14.691Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T03:05:14.691Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-05T03:05:14.691Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T03:05:14.691Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-05T03:05:14.691Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-05T03:05:14.947Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T03:05:14.947Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T03:05:14.947Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T03:05:14.953Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-05T03:05:14.953Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T03:05:14.953Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T03:05:14.953Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T03:05:15.215Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T03:05:15.215Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T03:05:15.215Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T03:05:15.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T03:05:15.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T03:05:15.484Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T03:05:15.485Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-05T03:05:15.485Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-05T03:05:15.495Z] OK: 217 MiB in 51 packages [2021-03-05T03:05:15.747Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-05T03:05:15.774Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T03:05:15.774Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T03:05:16.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T03:05:16.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T03:05:16.323Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-05T03:05:16.585Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-05T03:05:16.585Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-05T03:05:16.585Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-05T03:05:16.585Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-05T03:05:16.585Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-05T03:05:16.656Z] OK: 217 MiB in 51 packages [2021-03-05T03:05:16.656Z] OK: 217 MiB in 51 packages [2021-03-05T03:05:16.656Z] OK: 217 MiB in 51 packages [2021-03-05T03:05:16.846Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-05T03:05:16.847Z] Installing new version of config file /etc/issue ... [2021-03-05T03:05:16.847Z] Installing new version of config file /etc/issue.net ... [2021-03-05T03:05:16.847Z] Installing new version of config file /etc/lsb-release ... [2021-03-05T03:05:16.847Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-05T03:05:16.937Z] OK: 217 MiB in 51 packages [2021-03-05T03:05:16.938Z] Removing intermediate container 4e664195ff07 [2021-03-05T03:05:16.938Z] ---> a92d3c6c6861 [2021-03-05T03:05:16.938Z] Step 6/22 : COPY go.mod . [2021-03-05T03:05:17.109Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-05T03:05:17.372Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-05T03:05:17.372Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-05T03:05:17.372Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:05:17.372Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-05T03:05:17.372Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-05T03:05:17.634Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-05T03:05:17.634Z] 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-05T03:05:17.634Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:05:17.634Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T03:05:17.634Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-05T03:05:17.896Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-05T03:05:17.896Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:05:17.896Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-05T03:05:17.896Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-05T03:05:18.158Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-05T03:05:18.395Z] Removing intermediate container 1bbf96473e81 [2021-03-05T03:05:18.395Z] ---> 649ad9ceac4d [2021-03-05T03:05:18.395Z] Step 6/31 : COPY go.mod . [2021-03-05T03:05:18.395Z] ---> 051894a3197a [2021-03-05T03:05:18.395Z] Step 7/22 : RUN go mod download [2021-03-05T03:05:18.395Z] Removing intermediate container b63fec7b7c3d [2021-03-05T03:05:18.395Z] ---> d84abf444d26 [2021-03-05T03:05:18.395Z] Step 6/26 : COPY go.mod . [2021-03-05T03:05:18.420Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:05:18.420Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-05T03:05:18.420Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-05T03:05:18.681Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-05T03:05:18.682Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:05:18.682Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-05T03:05:18.682Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-05T03:05:18.683Z] ---> Running in 4ca699ddbdc9 [2021-03-05T03:05:18.683Z] Removing intermediate container 7b895fb25ecf [2021-03-05T03:05:18.683Z] ---> 444f8e24a010 [2021-03-05T03:05:18.683Z] Step 6/23 : COPY go.mod . [2021-03-05T03:05:18.943Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-05T03:05:18.943Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:05:18.944Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-05T03:05:18.944Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-05T03:05:18.959Z] Removing intermediate container 250875b812fa [2021-03-05T03:05:18.959Z] ---> 83070f3e4a80 [2021-03-05T03:05:18.959Z] Step 6/24 : COPY go.mod . [2021-03-05T03:05:19.205Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-05T03:05:19.205Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:05:19.205Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-05T03:05:19.205Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-05T03:05:19.481Z] Setting up grep (3.1-2build1) ... [2021-03-05T03:05:19.481Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:05:19.481Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-05T03:05:19.481Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-05T03:05:19.562Z] ---> c84461eb8270 [2021-03-05T03:05:19.562Z] Step 7/31 : RUN go mod download [2021-03-05T03:05:19.562Z] ---> d33d7fff6e94 [2021-03-05T03:05:19.562Z] Step 7/26 : RUN go mod download [2021-03-05T03:05:19.743Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-05T03:05:19.743Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:05:19.743Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-05T03:05:19.743Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-05T03:05:19.846Z] ---> Running in c1228e2a8043 [2021-03-05T03:05:19.846Z] ---> Running in d1eba99d1feb [2021-03-05T03:05:19.846Z] ---> f874e331de20 [2021-03-05T03:05:19.846Z] Step 7/23 : RUN go mod download [2021-03-05T03:05:20.006Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-05T03:05:20.006Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:05:20.006Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-05T03:05:20.006Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-05T03:05:20.120Z] ---> d2de29748cb1 [2021-03-05T03:05:20.120Z] Step 7/24 : RUN go mod download [2021-03-05T03:05:20.399Z] ---> Running in da2bf314c305 [2021-03-05T03:05:20.399Z] ---> Running in 0b0fd2e9c5d8 [2021-03-05T03:05:20.580Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-05T03:05:20.842Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-05T03:05:20.842Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-05T03:05:20.842Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-05T03:05:21.414Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-05T03:05:21.675Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:05:21.675Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-05T03:05:21.675Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-05T03:05:22.621Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-05T03:05:22.883Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-05T03:05:22.883Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-05T03:05:22.883Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-05T03:05:23.041Z] Removing intermediate container 4ca699ddbdc9 [2021-03-05T03:05:23.042Z] ---> f7de3fc05f13 [2021-03-05T03:05:23.042Z] Step 8/22 : COPY . . [2021-03-05T03:05:23.144Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-05T03:05:23.144Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:05:23.144Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-05T03:05:23.144Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-05T03:05:23.716Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-05T03:05:23.716Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:05:23.716Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T03:05:23.716Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T03:05:23.978Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-05T03:05:23.978Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:05:23.978Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T03:05:23.978Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T03:05:24.239Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-05T03:05:24.239Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:05:24.239Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T03:05:24.239Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T03:05:24.239Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-05T03:05:24.239Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:05:24.239Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T03:05:24.495Z] Removing intermediate container c1228e2a8043 [2021-03-05T03:05:24.495Z] ---> 9629c0da8b54 [2021-03-05T03:05:24.495Z] Step 8/31 : COPY . . [2021-03-05T03:05:24.500Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T03:05:24.500Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-05T03:05:24.500Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:05:24.500Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-05T03:05:24.500Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-05T03:05:24.762Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-05T03:05:24.762Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-05T03:05:24.762Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-05T03:05:24.762Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:05:24.762Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-05T03:05:24.762Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-05T03:05:25.025Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-05T03:05:25.025Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:05:25.025Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T03:05:25.025Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T03:05:25.025Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-05T03:05:25.025Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:05:25.025Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T03:05:25.092Z] Removing intermediate container d1eba99d1feb [2021-03-05T03:05:25.092Z] ---> b56cf69445dc [2021-03-05T03:05:25.092Z] Step 8/26 : COPY . . [2021-03-05T03:05:25.291Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T03:05:25.291Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-05T03:05:25.291Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:05:25.291Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T03:05:25.552Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T03:05:25.813Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-05T03:05:26.071Z] Removing intermediate container da2bf314c305 [2021-03-05T03:05:26.072Z] ---> ef3f5ebf889b [2021-03-05T03:05:26.072Z] Step 8/23 : COPY . . [2021-03-05T03:05:26.073Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-05T03:05:26.646Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-05T03:05:26.646Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:05:26.646Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-05T03:05:26.646Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-05T03:05:26.668Z] Removing intermediate container 0b0fd2e9c5d8 [2021-03-05T03:05:26.668Z] ---> e028bd392bc1 [2021-03-05T03:05:26.668Z] Step 8/24 : COPY . . [2021-03-05T03:05:26.907Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-05T03:05:26.907Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:05:26.907Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-05T03:05:26.907Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-05T03:05:27.170Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-05T03:05:27.170Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T03:05:27.170Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-05T03:05:27.170Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-05T03:05:27.432Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-05T03:05:27.695Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T03:05:27.695Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-05T03:05:27.695Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-05T03:05:27.695Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-05T03:05:27.695Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T03:05:27.695Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-05T03:05:27.957Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-05T03:05:27.957Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-05T03:05:27.957Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T03:05:27.957Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-05T03:05:27.957Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-05T03:05:28.218Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-05T03:05:28.218Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T03:05:28.218Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-05T03:05:28.218Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-05T03:05:28.479Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-05T03:05:28.479Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T03:05:28.479Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-05T03:05:28.479Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-05T03:05:28.740Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-05T03:05:29.003Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T03:05:29.003Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T03:05:29.003Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T03:05:29.003Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-05T03:05:29.003Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-05T03:05:29.264Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-05T03:05:29.264Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-05T03:05:29.264Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-05T03:05:29.264Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T03:05:29.264Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-05T03:05:29.526Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-05T03:05:29.526Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-05T03:05:29.787Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T03:05:29.787Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-05T03:05:29.787Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-05T03:05:29.787Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-05T03:05:30.049Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T03:05:30.049Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-05T03:05:30.049Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-05T03:05:30.311Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-05T03:05:30.311Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T03:05:30.311Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-03-05T03:05:30.311Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-05T03:05:30.577Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-03-05T03:05:30.577Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T03:05:30.577Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-05T03:05:30.577Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-05T03:05:30.839Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-05T03:05:31.101Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T03:05:31.101Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-05T03:05:31.101Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-05T03:05:31.101Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-05T03:05:31.365Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T03:05:31.365Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-05T03:05:31.365Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-05T03:05:31.365Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-05T03:05:31.626Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T03:05:31.626Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-05T03:05:31.626Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-05T03:05:31.626Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-05T03:05:31.890Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T03:05:31.890Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-05T03:05:31.890Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-05T03:05:31.890Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-05T03:05:32.152Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T03:05:32.152Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-05T03:05:32.152Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-05T03:05:32.152Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-05T03:05:32.417Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T03:05:32.417Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-05T03:05:32.417Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-05T03:05:32.417Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-05T03:05:32.679Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T03:05:32.679Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-05T03:05:32.679Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-05T03:05:32.679Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-05T03:05:32.679Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-05T03:05:32.679Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-05T03:05:32.941Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-05T03:05:32.941Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-05T03:05:32.941Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-05T03:05:33.203Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-05T03:05:33.203Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-05T03:05:33.466Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-05T03:05:33.466Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-05T03:05:33.466Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-05T03:05:33.728Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-05T03:05:33.728Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-05T03:05:33.728Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-05T03:05:33.728Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-05T03:05:34.304Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-05T03:05:34.566Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-05T03:05:34.566Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-05T03:05:34.566Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-05T03:05:34.828Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-05T03:05:34.828Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-05T03:05:34.828Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-05T03:05:35.088Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-05T03:05:35.088Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-05T03:05:35.088Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-05T03:05:35.088Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-05T03:05:36.032Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-05T03:05:36.032Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-05T03:05:36.293Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-05T03:05:36.293Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-05T03:05:36.293Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-05T03:05:36.293Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-05T03:05:36.864Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-05T03:05:36.864Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-05T03:05:36.864Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-05T03:05:37.125Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-05T03:05:37.125Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-05T03:05:37.125Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-05T03:05:37.125Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T03:05:37.386Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T03:05:37.386Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T03:05:37.386Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T03:05:37.648Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T03:05:37.648Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T03:05:37.648Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T03:05:37.648Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T03:05:38.592Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T03:05:38.853Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T03:05:39.797Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T03:05:39.797Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T03:05:40.743Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T03:05:40.743Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T03:05:41.005Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T03:05:41.005Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T03:05:41.949Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T03:05:41.949Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T03:05:42.211Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-05T03:05:42.211Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-05T03:05:42.211Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-05T03:05:42.211Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-05T03:05:42.476Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-05T03:05:42.476Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-05T03:05:42.741Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-05T03:05:42.741Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-05T03:05:42.741Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-05T03:05:42.741Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-05T03:05:43.003Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-05T03:05:43.003Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-05T03:05:43.003Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-05T03:05:43.003Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-05T03:05:43.264Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T03:05:43.264Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-05T03:05:43.264Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T03:05:43.264Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T03:05:43.264Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T03:05:43.264Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-05T03:05:43.264Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-05T03:05:43.264Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-05T03:05:43.524Z] [2021-03-05T03:05:43.524Z] Current default time zone: 'Etc/UTC' [2021-03-05T03:05:43.524Z] Local time is now: Fri Mar 5 03:05:43 UTC 2021. [2021-03-05T03:05:43.524Z] Universal Time is now: Fri Mar 5 03:05:43 UTC 2021. [2021-03-05T03:05:43.524Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-05T03:05:43.524Z] [2021-03-05T03:05:43.524Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-05T03:05:43.524Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T03:05:43.524Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-05T03:05:43.524Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-05T03:05:43.524Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-05T03:05:43.524Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-05T03:05:43.793Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-05T03:05:43.793Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-05T03:05:43.793Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-05T03:05:43.793Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-05T03:05:43.793Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T03:05:43.793Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-05T03:05:44.054Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T03:05:44.054Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-05T03:05:44.054Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T03:05:44.054Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-05T03:05:44.054Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-05T03:05:44.054Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-05T03:05:44.054Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-05T03:05:44.054Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-05T03:05:44.054Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-05T03:05:44.318Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-05T03:05:44.318Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-05T03:05:45.716Z] Updating certificates in /etc/ssl/certs... [2021-03-05T03:05:46.289Z] 23 added, 27 removed; done. [2021-03-05T03:05:46.550Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-05T03:05:46.550Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T03:05:46.550Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-05T03:05:46.550Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-05T03:05:46.550Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-05T03:05:46.550Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T03:05:46.812Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-05T03:05:46.812Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T03:05:46.812Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T03:05:46.812Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T03:05:46.812Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T03:05:46.812Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T03:05:46.812Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-05T03:05:47.073Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-05T03:05:47.073Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-05T03:05:47.073Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-05T03:05:47.073Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-05T03:05:47.073Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T03:05:47.073Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T03:05:47.073Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-05T03:05:47.333Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-05T03:05:47.333Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-05T03:05:47.334Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-05T03:05:47.334Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-05T03:05:47.594Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-05T03:05:47.594Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-05T03:05:47.594Z] Updating certificates in /etc/ssl/certs... [2021-03-05T03:05:48.166Z] 0 added, 0 removed; done. [2021-03-05T03:05:48.166Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-05T03:05:48.166Z] done. [2021-03-05T03:05:48.739Z] Reading package lists... [2021-03-05T03:05:49.000Z] Building dependency tree... [2021-03-05T03:05:49.000Z] Reading state information... [2021-03-05T03:05:49.262Z] The following NEW packages will be installed: [2021-03-05T03:05:49.262Z] apt-transport-https [2021-03-05T03:05:49.262Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-05T03:05:49.262Z] Need to get 1696 B of archives. [2021-03-05T03:05:49.262Z] After this operation, 153 kB of additional disk space will be used. [2021-03-05T03:05:49.262Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-05T03:05:49.525Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-05T03:05:49.526Z] Fetched 1696 B in 0s (29.0 kB/s) [2021-03-05T03:05:49.526Z] Selecting previously unselected package apt-transport-https. [2021-03-05T03:05:49.526Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-05T03:05:49.526Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-05T03:05:49.526Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-05T03:05:49.526Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-05T03:05:50.097Z] Waiting for network to be ready... [2021-03-05T03:05:53.492Z] ---> 8e4a8ae58cd1 [2021-03-05T03:05:53.492Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-05T03:05:53.492Z] ---> e0428daa951e [2021-03-05T03:05:53.492Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-05T03:05:53.492Z] ---> 2c0c7c16b46d [2021-03-05T03:05:53.492Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-05T03:05:53.492Z] ---> 2124b073dd41 [2021-03-05T03:05:53.492Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-05T03:05:53.492Z] ---> 4623f432594d [2021-03-05T03:05:53.492Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-05T03:05:53.492Z] ---> Running in b895e3f56a48 [2021-03-05T03:05:53.492Z] ---> Running in 408d8017738d [2021-03-05T03:05:53.492Z] ---> Running in b01602b14ccb [2021-03-05T03:05:53.492Z] ---> Running in 9df43b89aabf [2021-03-05T03:05:53.492Z] ---> Running in 4f2b26655769 [2021-03-05T03:05:53.492Z] 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-05T03:05:53.492Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-05T03:05:53.492Z] 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-05T03:05:53.492Z] 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-05T03:05:53.492Z] 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-05T03:05:56.694Z] 2021-03-05T03:05:53Z INFO Waiting for automatic snapd restart... [2021-03-05T03:05:56.694Z] snapd 2.49 from Canonical* installed [2021-03-05T03:05:58.091Z] "snapd" switched to the "latest/stable" channel [2021-03-05T03:05:58.091Z] [2021-03-05T03:06:02.313Z] core18 20210128 from Canonical* installed [2021-03-05T03:06:02.313Z] "core18" switched to the "latest/stable" channel [2021-03-05T03:06:02.313Z] [2021-03-05T03:06:07.633Z] snapcraft 4.5.1 from Canonical* installed [2021-03-05T03:06:07.633Z] "snapcraft" switched to the "latest/stable" channel [2021-03-05T03:06:07.633Z] [2021-03-05T03:06:10.962Z] 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-05T03:06:10.962Z] - README.md [2021-03-05T03:06:10.962Z] - snapcraft.yaml.orig [2021-03-05T03:06:10.962Z] [2021-03-05T03:06:10.962Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-05T03:06:17.554Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-05T03:06:17.554Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-05T03:06:17.554Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-05T03:06:17.554Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-05T03:06:19.470Z] Reading package lists... [2021-03-05T03:06:19.731Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-05T03:06:26.315Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-05T03:06:26.315Z] Reading package lists... [2021-03-05T03:06:26.315Z] Building dependency tree... [2021-03-05T03:06:26.315Z] Reading state information... [2021-03-05T03:06:26.315Z] Suggested packages: [2021-03-05T03:06:26.315Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-05T03:06:26.315Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-05T03:06:26.315Z] Recommended packages: [2021-03-05T03:06:26.315Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-05T03:06:26.315Z] The following NEW packages will be installed: [2021-03-05T03:06:26.315Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-05T03:06:26.316Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-05T03:06:26.316Z] pkg-config zip [2021-03-05T03:06:26.316Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-05T03:06:26.316Z] Need to get 7655 kB of archives. [2021-03-05T03:06:26.316Z] After this operation, 43.7 MB of additional disk space will be used. [2021-03-05T03:06:26.316Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-03-05T03:06:26.316Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-05T03:06:26.316Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-03-05T03:06:26.316Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-05T03:06:26.316Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-03-05T03:06:26.316Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-05T03:06:26.316Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-05T03:06:26.576Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-05T03:06:26.576Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-05T03:06:26.576Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-05T03:06:26.576Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-05T03:06:26.837Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-05T03:06:26.837Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-05T03:06:26.837Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-05T03:06:26.837Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-05T03:06:27.098Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-05T03:06:27.098Z] Fetched 7655 kB in 1s (10.7 MB/s) [2021-03-05T03:06:27.098Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-05T03:06:27.098Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-05T03:06:27.098Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-03-05T03:06:27.098Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-03-05T03:06:27.358Z] Selecting previously unselected package libpsl5:amd64. [2021-03-05T03:06:27.358Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-05T03:06:27.358Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-05T03:06:27.358Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-05T03:06:27.358Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-05T03:06:27.358Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-05T03:06:27.622Z] Selecting previously unselected package librtmp1:amd64. [2021-03-05T03:06:27.622Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-05T03:06:27.622Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-05T03:06:27.622Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-05T03:06:27.622Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-05T03:06:27.622Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-05T03:06:27.883Z] Selecting previously unselected package liberror-perl. [2021-03-05T03:06:27.883Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-05T03:06:27.883Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-05T03:06:27.883Z] Selecting previously unselected package git-man. [2021-03-05T03:06:27.883Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-03-05T03:06:27.883Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-05T03:06:28.144Z] Selecting previously unselected package git. [2021-03-05T03:06:28.144Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-03-05T03:06:28.144Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-03-05T03:06:29.088Z] Selecting previously unselected package libnorm1:amd64. [2021-03-05T03:06:29.088Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-05T03:06:29.088Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-05T03:06:29.088Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-05T03:06:29.088Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-05T03:06:29.088Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-05T03:06:29.088Z] Selecting previously unselected package libsodium23:amd64. [2021-03-05T03:06:29.088Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-05T03:06:29.088Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-05T03:06:29.348Z] Selecting previously unselected package libzmq5:amd64. [2021-03-05T03:06:29.348Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-05T03:06:29.348Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-05T03:06:29.348Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-05T03:06:29.348Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-05T03:06:29.348Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-05T03:06:29.608Z] Selecting previously unselected package pkg-config. [2021-03-05T03:06:29.609Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-05T03:06:29.609Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-05T03:06:29.609Z] Selecting previously unselected package zip. [2021-03-05T03:06:29.609Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-05T03:06:29.609Z] Unpacking zip (3.0-11build1) ... [2021-03-05T03:06:29.870Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-05T03:06:29.870Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-05T03:06:29.870Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-05T03:06:29.870Z] Setting up liberror-perl (0.17025-1) ... [2021-03-05T03:06:29.870Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-05T03:06:29.870Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-03-05T03:06:29.870Z] No schema files found: doing nothing. [2021-03-05T03:06:29.870Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-05T03:06:29.870Z] Setting up zip (3.0-11build1) ... [2021-03-05T03:06:29.870Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-05T03:06:30.130Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-05T03:06:30.130Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-05T03:06:30.130Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-05T03:06:30.130Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-05T03:06:30.130Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-05T03:06:30.130Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-03-05T03:06:30.130Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-05T03:06:36.720Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-05T03:06:36.981Z] git set to automatically installed. [2021-03-05T03:06:36.981Z] git-man set to automatically installed. [2021-03-05T03:06:36.981Z] libcurl3-gnutls set to automatically installed. [2021-03-05T03:06:36.981Z] liberror-perl set to automatically installed. [2021-03-05T03:06:36.981Z] libglib2.0-0 set to automatically installed. [2021-03-05T03:06:36.981Z] libnghttp2-14 set to automatically installed. [2021-03-05T03:06:36.981Z] libnorm1 set to automatically installed. [2021-03-05T03:06:36.981Z] libpgm-5.2-0 set to automatically installed. [2021-03-05T03:06:36.981Z] libpsl5 set to automatically installed. [2021-03-05T03:06:36.981Z] librtmp1 set to automatically installed. [2021-03-05T03:06:36.981Z] libsodium23 set to automatically installed. [2021-03-05T03:06:36.981Z] libzmq3-dev set to automatically installed. [2021-03-05T03:06:36.981Z] libzmq5 set to automatically installed. [2021-03-05T03:06:36.981Z] pkg-config set to automatically installed. [2021-03-05T03:06:36.981Z] zip set to automatically installed. [2021-03-05T03:06:38.895Z] snapd is not logged in, snap install commands will use sudo [2021-03-05T03:06:45.484Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-05T03:06:46.056Z] snap "core18" has no updates available [2021-03-05T03:06:46.999Z] Pulling config-common [2021-03-05T03:06:46.999Z] + snapcraftctl pull [2021-03-05T03:06:47.941Z] Pulling go-build-helper [2021-03-05T03:06:47.941Z] + snapcraftctl pull [2021-03-05T03:07:30.409Z] 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-05T03:07:34.686Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-05T03:07:34.686Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-05T03:07:34.686Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-05T03:07:34.686Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-05T03:07:34.686Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-05T03:07:34.686Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-05T03:07:34.686Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-05T03:07:34.686Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-05T03:07:34.686Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-05T03:07:34.686Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-05T03:07:34.686Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-05T03:07:34.686Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] [2021-03-05T03:07:34.686Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-05T03:07:34.686Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-05T03:07:34.686Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-05T03:07:34.686Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-05T03:07:34.686Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-05T03:07:34.686Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-05T03:07:34.686Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-03-05T03:07:34.686Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-05T03:07:34.686Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-05T03:07:34.686Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-05T03:07:34.686Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-05T03:07:34.686Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-05T03:07:34.686Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-05T03:07:34.686Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-05T03:07:34.686Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-05T03:07:34.686Z] Fetched 24.0 MB in 6s (123 kB/s) [2021-03-05T03:07:34.686Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-05T03:07:34.686Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-05T03:07:34.686Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-05T03:07:34.686Z] Fetched 279 kB in 0s (0 B/s) [2021-03-05T03:07:34.686Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-05T03:07:34.686Z] Fetched 122 kB in 0s (0 B/s) [2021-03-05T03:07:34.686Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-05T03:07:34.686Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-05T03:07:34.686Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-05T03:07:34.686Z] Fetched 8848 B in 0s (0 B/s) [2021-03-05T03:07:34.686Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-05T03:07:34.686Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-05T03:07:34.686Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-05T03:07:34.686Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-05T03:07:34.686Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-05T03:07:34.686Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-05T03:07:34.686Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-05T03:07:34.686Z] Fetched 214 kB in 0s (0 B/s) [2021-03-05T03:07:34.686Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-05T03:07:34.686Z] Fetched 154 kB in 0s (0 B/s) [2021-03-05T03:07:34.686Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-05T03:07:34.686Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-05T03:07:34.686Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-05T03:07:34.686Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-05T03:07:34.686Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-05T03:07:34.686Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-05T03:07:34.686Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-05T03:07:34.686Z] Fetched 499 kB in 0s (0 B/s) [2021-03-05T03:07:34.686Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-05T03:07:34.686Z] Fetched 111 kB in 0s (0 B/s) [2021-03-05T03:07:34.686Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-05T03:07:34.686Z] Fetched 240 kB in 0s (0 B/s) [2021-03-05T03:07:34.686Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-05T03:07:34.686Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-05T03:07:34.687Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-05T03:07:34.687Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-05T03:07:34.687Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-05T03:07:34.687Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-05T03:07:34.687Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-05T03:07:34.687Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-05T03:07:34.687Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-05T03:07:34.687Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-05T03:07:34.687Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-05T03:07:34.687Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-05T03:07:34.687Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-05T03:07:34.687Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-05T03:07:34.687Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-05T03:07:34.687Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-05T03:07:34.687Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-05T03:07:34.687Z] Fetched 8720 B in 0s (0 B/s) [2021-03-05T03:07:34.687Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-05T03:07:34.687Z] Fetched 137 kB in 0s (0 B/s) [2021-03-05T03:07:34.687Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-05T03:07:34.687Z] Fetched 119 kB in 0s (0 B/s) [2021-03-05T03:07:34.687Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-05T03:07:34.687Z] Fetched 109 kB in 0s (0 B/s) [2021-03-05T03:07:34.687Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-05T03:07:34.687Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-05T03:07:34.687Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-05T03:07:34.687Z] Fetched 645 kB in 0s (0 B/s) [2021-03-05T03:07:34.687Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-05T03:07:34.687Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-05T03:07:34.687Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-05T03:07:34.687Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-05T03:07:34.687Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-05T03:07:34.687Z] Fetched 368 kB in 0s (0 B/s) [2021-03-05T03:07:34.687Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-05T03:07:34.687Z] Fetched 187 kB in 0s (0 B/s) [2021-03-05T03:07:34.687Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-05T03:07:34.687Z] Fetched 175 kB in 0s (0 B/s) [2021-03-05T03:07:34.687Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-05T03:07:34.687Z] Fetched 206 kB in 0s (0 B/s) [2021-03-05T03:07:34.687Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-05T03:07:34.687Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-05T03:07:34.687Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-05T03:07:34.687Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-05T03:07:34.687Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-05T03:07:34.687Z] Fetched 159 kB in 0s (0 B/s) [2021-03-05T03:07:34.687Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-05T03:07:34.687Z] Fetched 107 kB in 0s (0 B/s) [2021-03-05T03:07:34.687Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-05T03:07:34.687Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-05T03:07:34.687Z] Pulling static-packages [2021-03-05T03:07:34.687Z] + snapcraftctl pull [2021-03-05T03:07:34.687Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-03-05T03:07:34.687Z] Skipping pull go-build-helper (already ran) [2021-03-05T03:07:34.687Z] Skipping pull static-packages (already ran) [2021-03-05T03:07:34.687Z] + snapcraftctl build [2021-03-05T03:07:34.687Z] Building go-build-helper [2021-03-05T03:07:35.829Z] Removing intermediate container 9df43b89aabf [2021-03-05T03:07:35.829Z] ---> 5a9f64f2d749 [2021-03-05T03:07:35.829Z] [2021-03-05T03:07:35.829Z] Step 10/24 : FROM alpine:3.12 [2021-03-05T03:07:36.106Z] 3.12: Pulling from library/alpine [2021-03-05T03:07:36.106Z] Removing intermediate container b895e3f56a48 [2021-03-05T03:07:36.106Z] ---> 6431821df87e [2021-03-05T03:07:36.106Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-05T03:07:37.093Z] ---> Running in 0a1fef7c6fe5 [2021-03-05T03:07:37.991Z] Building static-packages [2021-03-05T03:07:37.991Z] + snapcraftctl build [2021-03-05T03:07:38.538Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-05T03:07:38.538Z] Status: Downloaded newer image for alpine:3.12 [2021-03-05T03:07:38.538Z] ---> d10569e2745f [2021-03-05T03:07:38.538Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-05T03:07:39.133Z] 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-05T03:07:39.409Z] ---> Running in 9c555fde3830 [2021-03-05T03:07:39.684Z] Removing intermediate container b01602b14ccb [2021-03-05T03:07:39.684Z] ---> 7a6c7a55d400 [2021-03-05T03:07:39.684Z] [2021-03-05T03:07:39.684Z] Step 10/31 : FROM alpine:3.12 [2021-03-05T03:07:39.684Z] ---> d10569e2745f [2021-03-05T03:07:39.684Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-05T03:07:40.289Z] ---> Running in 3df2a703c20a [2021-03-05T03:07:40.541Z] Staging go-build-helper [2021-03-05T03:07:40.541Z] + snapcraftctl stage [2021-03-05T03:07:41.281Z] Removing intermediate container 3df2a703c20a [2021-03-05T03:07:41.281Z] ---> 0d396cb87d40 [2021-03-05T03:07:41.282Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-05T03:07:41.282Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T03:07:41.484Z] Staging static-packages [2021-03-05T03:07:41.484Z] + snapcraftctl stage [2021-03-05T03:07:41.553Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T03:07:41.832Z] ---> Running in b326a097121b [2021-03-05T03:07:42.429Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-05T03:07:42.429Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T03:07:42.429Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-05T03:07:42.429Z] (4/5) Installing curl (7.69.1-r3) [2021-03-05T03:07:42.429Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-05T03:07:42.429Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T03:07:42.434Z] Pulling go115 [2021-03-05T03:07:42.434Z] + snapcraftctl pull [2021-03-05T03:07:42.712Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T03:07:42.712Z] OK: 7 MiB in 19 packages [2021-03-05T03:07:43.377Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-03-05T03:07:43.377Z] Skipping pull go115 (already ran) [2021-03-05T03:07:43.377Z] Building go115 [2021-03-05T03:07:43.377Z] + dpkg --print-architecture [2021-03-05T03:07:43.377Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-03-05T03:07:43.377Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-03-05T03:07:43.377Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-03-05T03:07:43.640Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T03:07:43.640Z] Dload Upload Total Spent Left Speed [2021-03-05T03:07:44.707Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T03:07:44.707Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T03:07:44.707Z] Removing intermediate container 0a1fef7c6fe5 [2021-03-05T03:07:44.707Z] ---> ddbaf36db79c [2021-03-05T03:07:44.707Z] [2021-03-05T03:07:44.707Z] Step 11/26 : FROM docker:20.10.0 [2021-03-05T03:07:44.999Z] 20.10.0: Pulling from library/docker [2021-03-05T03:07:44.999Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-05T03:07:45.303Z] (2/2) Installing su-exec (0.2-r1) [2021-03-05T03:07:45.303Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T03:07:45.303Z] OK: 5 MiB in 16 packages [2021-03-05T03:07:46.297Z] Removing intermediate container 9c555fde3830 [2021-03-05T03:07:46.297Z] ---> 5641fb9997f9 [2021-03-05T03:07:46.297Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-05T03:07:46.590Z] Removing intermediate container 408d8017738d [2021-03-05T03:07:46.590Z] ---> d7576428853d [2021-03-05T03:07:46.590Z] [2021-03-05T03:07:46.590Z] Step 10/22 : FROM alpine:3.12 [2021-03-05T03:07:46.590Z] ---> d10569e2745f [2021-03-05T03:07:46.590Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-05T03:07:46.590Z] Removing intermediate container 4f2b26655769 [2021-03-05T03:07:46.590Z] ---> 6ba1db61c1e0 [2021-03-05T03:07:46.590Z] [2021-03-05T03:07:46.590Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T03:07:46.590Z] ---> d10569e2745f [2021-03-05T03:07:46.590Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-05T03:07:46.590Z] ---> Running in 47f6d99ccf4a [2021-03-05T03:07:46.784Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 21 115M 21 24.8M 0 0 27.5M 0 0:00:04 --:--:-- 0:00:04 27.5M 53 115M 53 61.8M 0 0 31.9M 0 0:00:03 0:00:01 0:00:02 31.9M 87 115M 87 100M 0 0 34.6M 0 0:00:03 0:00:02 0:00:01 34.6M 100 115M 100 115M 0 0 34.7M 0 0:00:03 0:00:03 --:--:-- 34.7M [2021-03-05T03:07:46.784Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-03-05T03:07:46.784Z] + sha256sum -c sha256 [2021-03-05T03:07:46.784Z] + grep OK [2021-03-05T03:07:46.873Z] ---> Running in 1816163b3755 [2021-03-05T03:07:46.873Z] ---> Running in 5075204a0cbd [2021-03-05T03:07:47.472Z] Removing intermediate container 47f6d99ccf4a [2021-03-05T03:07:47.472Z] ---> 127400aa8ca5 [2021-03-05T03:07:47.472Z] Step 13/24 : WORKDIR / [2021-03-05T03:07:47.743Z] go1.15.2.linux-amd64.tar.gz: OK [2021-03-05T03:07:47.743Z] + mkdir -p /root/stage/go1.15 [2021-03-05T03:07:47.743Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-03-05T03:07:47.754Z] Removing intermediate container b326a097121b [2021-03-05T03:07:47.754Z] ---> 49d1a4921829 [2021-03-05T03:07:47.754Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-05T03:07:47.754Z] ---> Running in a06438b470c1 [2021-03-05T03:07:47.754Z] ---> Running in 87941bf5315a [2021-03-05T03:07:48.746Z] Removing intermediate container a06438b470c1 [2021-03-05T03:07:48.746Z] ---> 5551b8e8dd4a [2021-03-05T03:07:48.746Z] 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-05T03:07:48.746Z] Removing intermediate container 87941bf5315a [2021-03-05T03:07:48.746Z] ---> b9cf27653130 [2021-03-05T03:07:48.746Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-05T03:07:48.746Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T03:07:49.026Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T03:07:49.026Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T03:07:49.026Z] ---> Running in 39267b4e90e2 [2021-03-05T03:07:49.026Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T03:07:49.638Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-05T03:07:49.638Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T03:07:49.638Z] OK: 5 MiB in 15 packages [2021-03-05T03:07:49.638Z] ---> 6291cb90fe4c [2021-03-05T03:07:49.638Z] 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-05T03:07:49.921Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-05T03:07:49.921Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-05T03:07:49.921Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T03:07:49.921Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T03:07:49.921Z] Removing intermediate container 39267b4e90e2 [2021-03-05T03:07:49.921Z] ---> 25d29eda50d8 [2021-03-05T03:07:49.921Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-05T03:07:50.195Z] OK: 6 MiB in 16 packages [2021-03-05T03:07:50.471Z] ---> Running in f9a866970198 [2021-03-05T03:07:51.110Z] ---> 42725e19c03b [2021-03-05T03:07:51.111Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-05T03:07:51.760Z] Removing intermediate container 5075204a0cbd [2021-03-05T03:07:51.760Z] ---> adbe84a4b51d [2021-03-05T03:07:51.760Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T03:07:52.068Z] ---> Running in 0285a882d5b5 [2021-03-05T03:07:52.755Z] ---> 0d1b122ae949 [2021-03-05T03:07:52.755Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-05T03:07:53.047Z] Removing intermediate container 0285a882d5b5 [2021-03-05T03:07:53.047Z] ---> e56864a568c3 [2021-03-05T03:07:53.047Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-05T03:07:53.057Z] Staging go115 [2021-03-05T03:07:53.057Z] + snapcraftctl stage [2021-03-05T03:07:53.326Z] Removing intermediate container 1816163b3755 [2021-03-05T03:07:53.326Z] ---> 9c7e0192304b [2021-03-05T03:07:53.326Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T03:07:53.326Z] ---> Running in caf79c71ed1e [2021-03-05T03:07:54.306Z] ---> Running in 217c461bb2ee [2021-03-05T03:07:54.577Z] Removing intermediate container caf79c71ed1e [2021-03-05T03:07:54.577Z] ---> 57705bbd1661 [2021-03-05T03:07:54.577Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-05T03:07:55.167Z] ---> 2094a4455feb [2021-03-05T03:07:55.167Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-05T03:07:55.167Z] ---> Running in 805b2b05426c [2021-03-05T03:07:55.167Z] Removing intermediate container 217c461bb2ee [2021-03-05T03:07:55.167Z] ---> 536a3fe6452f [2021-03-05T03:07:55.167Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-05T03:07:55.439Z] Removing intermediate container f9a866970198 [2021-03-05T03:07:55.439Z] ---> fc5be90bea51 [2021-03-05T03:07:55.439Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-05T03:07:56.032Z] ---> Running in cf9fe472ecbd [2021-03-05T03:07:56.032Z] Removing intermediate container 805b2b05426c [2021-03-05T03:07:56.032Z] ---> 4166afb52faa [2021-03-05T03:07:56.032Z] Step 15/23 : WORKDIR / [2021-03-05T03:07:56.306Z] ---> Running in 7a347f0f7f9f [2021-03-05T03:07:56.580Z] ---> Running in 10d9b2f01eac [2021-03-05T03:07:56.873Z] ---> 3a32f82847f7 [2021-03-05T03:07:56.873Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-05T03:07:56.873Z] Removing intermediate container cf9fe472ecbd [2021-03-05T03:07:56.873Z] ---> f8b7f86ed4ac [2021-03-05T03:07:56.873Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-05T03:07:57.465Z] Removing intermediate container 7a347f0f7f9f [2021-03-05T03:07:57.465Z] ---> 6711c6da958b [2021-03-05T03:07:57.465Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-05T03:07:57.465Z] ---> Running in 10fe929581b2 [2021-03-05T03:07:57.755Z] Removing intermediate container 10d9b2f01eac [2021-03-05T03:07:57.755Z] ---> 8c224319421d [2021-03-05T03:07:57.755Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T03:07:58.356Z] ---> 88ecbd1d7c2c [2021-03-05T03:07:58.356Z] 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-05T03:07:58.360Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-05T03:07:58.360Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-05T03:07:58.360Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-05T03:07:58.360Z] Fetched 0 B in 0s (0 B/s) [2021-03-05T03:07:58.360Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-05T03:07:58.360Z] Fetched 224 kB in 0s (0 B/s) [2021-03-05T03:07:58.360Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-05T03:07:58.360Z] Fetched 157 kB in 0s (0 B/s) [2021-03-05T03:07:58.360Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-05T03:07:58.360Z] Fetched 221 kB in 0s (0 B/s) [2021-03-05T03:07:58.360Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-05T03:07:58.360Z] Fetched 143 kB in 0s (0 B/s) [2021-03-05T03:07:58.360Z] Pulling edgex-go [2021-03-05T03:07:58.360Z] + snapcraftctl pull [2021-03-05T03:07:58.628Z] Removing intermediate container 10fe929581b2 [2021-03-05T03:07:58.628Z] ---> 1906bfe7a6e8 [2021-03-05T03:07:58.628Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T03:07:58.902Z] ---> Running in caa8fe167c7e [2021-03-05T03:07:58.902Z] ---> 8193fc3d3a5b [2021-03-05T03:07:58.902Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-05T03:07:59.176Z] ---> d41c97631728 [2021-03-05T03:07:59.176Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-05T03:07:59.176Z] ---> Running in 990e065a5a37 [2021-03-05T03:07:59.453Z] ---> cf53e02f87c6 [2021-03-05T03:07:59.453Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-05T03:08:00.912Z] Pulling version [2021-03-05T03:08:00.912Z] + cd /root/project [2021-03-05T03:08:00.912Z] + [ -f VERSION ] [2021-03-05T03:08:00.912Z] + PROJECT_VERSION=local-dev [2021-03-05T03:08:00.912Z] + git rev-parse --short HEAD [2021-03-05T03:08:00.912Z] + GIT_REVISION=73c7208b [2021-03-05T03:08:00.912Z] + snapcraftctl set-version local-dev [2021-03-05T03:08:01.429Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-05T03:08:01.702Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-05T03:08:01.702Z] ---> eeaf43b92773 [2021-03-05T03:08:01.702Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-05T03:08:01.702Z] ---> abb7b0ea3dc8 [2021-03-05T03:08:01.702Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-05T03:08:01.860Z] Building config-common [2021-03-05T03:08:01.860Z] + snapcraftctl build [2021-03-05T03:08:01.975Z] ---> Running in 8d627adf4ffc [2021-03-05T03:08:01.975Z] ---> 10fcf2b23caf [2021-03-05T03:08:01.975Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-05T03:08:02.956Z] Removing intermediate container caa8fe167c7e [2021-03-05T03:08:02.956Z] ---> 052231011c2b [2021-03-05T03:08:02.956Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-05T03:08:02.956Z] ---> Running in 8ee065ec75ea [2021-03-05T03:08:02.956Z] ---> 4764cdca6c1d [2021-03-05T03:08:02.956Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-05T03:08:03.234Z] ---> df252d901de3 [2021-03-05T03:08:03.234Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-05T03:08:03.234Z] ---> Running in 6caea51ddb94 [2021-03-05T03:08:03.512Z] Removing intermediate container 990e065a5a37 [2021-03-05T03:08:03.512Z] ---> 544c08f22e7f [2021-03-05T03:08:03.512Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T03:08:03.512Z] ---> Running in 622be1c24b62 [2021-03-05T03:08:03.783Z] Removing intermediate container 8ee065ec75ea [2021-03-05T03:08:03.783Z] ---> 05a601991614 [2021-03-05T03:08:03.783Z] Step 22/24 : LABEL arch=arm64 [2021-03-05T03:08:03.783Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T03:08:04.063Z] ---> Running in 68b24fc19fbf [2021-03-05T03:08:04.063Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T03:08:04.063Z] Removing intermediate container 6caea51ddb94 [2021-03-05T03:08:04.063Z] ---> d063ed5df4b5 [2021-03-05T03:08:04.063Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T03:08:04.343Z] Removing intermediate container 622be1c24b62 [2021-03-05T03:08:04.343Z] ---> 2b0cb2d2dc6d [2021-03-05T03:08:04.343Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T03:08:04.343Z] ---> Running in 6f77a18781a8 [2021-03-05T03:08:04.416Z] Skipping build go-build-helper (already ran) [2021-03-05T03:08:04.416Z] Skipping build static-packages (already ran) [2021-03-05T03:08:04.416Z] Skipping build go115 (already ran) [2021-03-05T03:08:04.416Z] Building edgex-go [2021-03-05T03:08:04.618Z] ---> Running in 0d8e8a143a40 [2021-03-05T03:08:04.618Z] ---> e30836f6bc30 [2021-03-05T03:08:04.618Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-05T03:08:04.618Z] Removing intermediate container 68b24fc19fbf [2021-03-05T03:08:04.618Z] ---> 49fa49e23efa [2021-03-05T03:08:04.618Z] Step 23/24 : LABEL git_sha=73c7208b626d1b8730b4f21ac98b5bd82715006c [2021-03-05T03:08:04.618Z] (1/2) Installing readline (8.0.4-r0) [2021-03-05T03:08:04.618Z] (2/2) Installing bash (5.0.17-r0) [2021-03-05T03:08:04.892Z] Executing bash-5.0.17-r0.post-install [2021-03-05T03:08:04.892Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T03:08:04.892Z] OK: 12 MiB in 22 packages [2021-03-05T03:08:04.892Z] ---> Running in df3db2ed461f [2021-03-05T03:08:04.892Z] Removing intermediate container 6f77a18781a8 [2021-03-05T03:08:04.892Z] ---> 166c793dae5b [2021-03-05T03:08:04.892Z] Step 21/23 : LABEL arch=arm64 [2021-03-05T03:08:04.991Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin [2021-03-05T03:08:04.991Z] + cd /root/parts/edgex-go/src [2021-03-05T03:08:04.991Z] + make build [2021-03-05T03:08:04.991Z] 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-05T03:08:05.180Z] Removing intermediate container 0d8e8a143a40 [2021-03-05T03:08:05.180Z] ---> ae855e264d6f [2021-03-05T03:08:05.180Z] Step 20/22 : LABEL arch=arm64 [2021-03-05T03:08:05.457Z] ---> Running in 7066a658b105 [2021-03-05T03:08:05.734Z] ---> Running in 5a16fffd3094 [2021-03-05T03:08:05.734Z] Removing intermediate container df3db2ed461f [2021-03-05T03:08:05.734Z] ---> f7c04c73b9bb [2021-03-05T03:08:05.734Z] Step 24/24 : LABEL version=0.0.0 [2021-03-05T03:08:06.008Z] ---> Running in 92c97674926a [2021-03-05T03:08:06.281Z] Removing intermediate container 7066a658b105 [2021-03-05T03:08:06.281Z] ---> 9f6471ea9a72 [2021-03-05T03:08:06.281Z] Step 22/23 : LABEL git_sha=73c7208b626d1b8730b4f21ac98b5bd82715006c [2021-03-05T03:08:06.557Z] ---> 72e83b960765 [2021-03-05T03:08:06.557Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-05T03:08:06.557Z] Removing intermediate container 5a16fffd3094 [2021-03-05T03:08:06.557Z] ---> 2395daa96435 [2021-03-05T03:08:06.557Z] Step 21/22 : LABEL git_sha=73c7208b626d1b8730b4f21ac98b5bd82715006c [2021-03-05T03:08:06.557Z] Removing intermediate container 8d627adf4ffc [2021-03-05T03:08:06.557Z] ---> b671b11a2c85 [2021-03-05T03:08:06.557Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-05T03:08:06.557Z] Removing intermediate container 92c97674926a [2021-03-05T03:08:06.557Z] ---> 3308631f1a36 [2021-03-05T03:08:06.557Z] [2021-03-05T03:08:06.827Z] ---> Running in 0d59537981a9 [2021-03-05T03:08:06.827Z] ---> Running in 795505b6db14 [2021-03-05T03:08:06.827Z] ---> Running in 1b602ec6adec [2021-03-05T03:08:06.923Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-05T03:08:06.924Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-03-05T03:08:06.924Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-05T03:08:06.924Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.43 [2021-03-05T03:08:06.924Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-05T03:08:06.924Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-05T03:08:06.924Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-05T03:08:07.222Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-05T03:08:07.222Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-05T03:08:07.222Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-05T03:08:07.222Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-05T03:08:07.222Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-03-05T03:08:07.222Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-05T03:08:07.222Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-05T03:08:07.222Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-03-05T03:08:07.222Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-05T03:08:07.222Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-05T03:08:07.222Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-05T03:08:07.222Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-05T03:08:07.222Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-05T03:08:07.222Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-05T03:08:07.222Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-05T03:08:07.222Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-05T03:08:07.222Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-05T03:08:07.222Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-03-05T03:08:07.222Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-05T03:08:07.222Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-05T03:08:07.222Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-05T03:08:07.222Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-05T03:08:07.222Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-05T03:08:07.222Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-05T03:08:07.222Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-05T03:08:07.428Z] Successfully built 3308631f1a36 [2021-03-05T03:08:07.428Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-05T03:08:07.428Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-03-05T03:08:07.428Z] Removing intermediate container 0d59537981a9 [2021-03-05T03:08:07.428Z] ---> 6aa52c2a1bdf [2021-03-05T03:08:07.428Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T03:08:07.491Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-05T03:08:07.491Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-05T03:08:07.491Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-05T03:08:07.491Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-05T03:08:07.491Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-05T03:08:07.491Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-05T03:08:07.491Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-05T03:08:07.491Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-05T03:08:07.491Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-05T03:08:07.702Z] Removing intermediate container 795505b6db14 [2021-03-05T03:08:07.702Z] ---> 36ce56263ae8 [2021-03-05T03:08:07.702Z] Step 22/22 : LABEL version=0.0.0 [2021-03-05T03:08:07.702Z] ---> d23c2435e07b [2021-03-05T03:08:07.702Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-05T03:08:07.702Z] Removing intermediate container 1b602ec6adec [2021-03-05T03:08:07.702Z] ---> c3a8f3463381 [2021-03-05T03:08:07.702Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-05T03:08:07.702Z] ---> Running in 1b9fe3d399ba [2021-03-05T03:08:07.755Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-03-05T03:08:07.756Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-05T03:08:07.756Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-05T03:08:07.978Z] ---> Running in 8e71b7e6ef44 [2021-03-05T03:08:07.978Z] ---> Running in 9923de77daa5 [2021-03-05T03:08:08.579Z] Removing intermediate container 1b9fe3d399ba [2021-03-05T03:08:08.579Z] ---> ae5c38a45593 [2021-03-05T03:08:08.579Z] [2021-03-05T03:08:08.866Z] Removing intermediate container 9923de77daa5 [2021-03-05T03:08:08.866Z] ---> 6ef3369d426b [2021-03-05T03:08:08.866Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-05T03:08:08.866Z] Removing intermediate container 8e71b7e6ef44 [2021-03-05T03:08:08.866Z] ---> 4e02bda9cd4d [2021-03-05T03:08:08.866Z] [2021-03-05T03:08:09.152Z] Successfully built ae5c38a45593 [2021-03-05T03:08:09.152Z] Successfully built 4e02bda9cd4d [2021-03-05T03:08:09.430Z] ---> 7e725efbafac [2021-03-05T03:08:09.430Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-05T03:08:09.430Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-05T03:08:09.430Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-05T03:08:09.430Z] ---> Running in 48ac5da724d1 [2021-03-05T03:08:09.430Z]  Building docker-core-command-go ... done  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-03-05T03:08:09.430Z] Building docker-security-proxy-setup-go [2021-03-05T03:08:10.029Z] Removing intermediate container 48ac5da724d1 [2021-03-05T03:08:10.029Z] ---> 4813146ab906 [2021-03-05T03:08:10.029Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-05T03:08:10.301Z] ---> caffe9011b37 [2021-03-05T03:08:10.301Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-05T03:08:10.899Z] ---> Running in 1e4953eedb5f [2021-03-05T03:08:11.498Z] Removing intermediate container 1e4953eedb5f [2021-03-05T03:08:11.498Z] ---> c0b6ff9b3d01 [2021-03-05T03:08:11.498Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-05T03:08:11.779Z] ---> 775a68fa56a3 [2021-03-05T03:08:11.779Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-05T03:08:12.770Z] ---> 2fc80460842d [2021-03-05T03:08:12.770Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-05T03:08:13.775Z] ---> d6ee72528e39 [2021-03-05T03:08:13.775Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-05T03:08:13.775Z] ---> Running in 699cdc27017a [2021-03-05T03:08:16.007Z] 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-05T03:08:16.007Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-05T03:08:16.410Z] ---> 47225fcaaf1f [2021-03-05T03:08:16.410Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-05T03:08:17.396Z] ---> Running in 195e6540f8c7 [2021-03-05T03:08:18.825Z] Removing intermediate container 699cdc27017a [2021-03-05T03:08:18.825Z] ---> 7b0016441bc8 [2021-03-05T03:08:18.825Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-05T03:08:18.825Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T03:08:19.096Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T03:08:19.382Z] ---> Running in 5a6d2629fdf7 [2021-03-05T03:08:19.653Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-05T03:08:19.653Z] (2/33) Installing expat (2.2.9-r1) [2021-03-05T03:08:19.653Z] (3/33) Installing libffi (3.3-r2) [2021-03-05T03:08:19.653Z] (4/33) Installing gdbm (1.13-r1) [2021-03-05T03:08:19.653Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-05T03:08:19.653Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-05T03:08:19.653Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-05T03:08:20.250Z] Removing intermediate container 5a6d2629fdf7 [2021-03-05T03:08:20.251Z] ---> 1420f1f0448b [2021-03-05T03:08:20.251Z] Step 28/31 : CMD ["gate"] [2021-03-05T03:08:21.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-05T03:08:21.682Z] ---> Running in 7bf9d2369e9c [2021-03-05T03:08:21.682Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-05T03:08:21.682Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-05T03:08:21.682Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-05T03:08:21.682Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-05T03:08:21.682Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-05T03:08:21.682Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-05T03:08:21.682Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-05T03:08:21.682Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-05T03:08:21.682Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-05T03:08:21.682Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-05T03:08:21.953Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-05T03:08:21.953Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-05T03:08:21.953Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-05T03:08:21.953Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-05T03:08:21.953Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-05T03:08:21.953Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-05T03:08:21.953Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-05T03:08:21.953Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-05T03:08:21.953Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-05T03:08:21.953Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-05T03:08:21.953Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-05T03:08:22.224Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-05T03:08:22.224Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-05T03:08:22.224Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-05T03:08:22.224Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-05T03:08:22.224Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-05T03:08:22.224Z] Removing intermediate container 7bf9d2369e9c [2021-03-05T03:08:22.224Z] ---> d5598b8503f8 [2021-03-05T03:08:22.224Z] Step 29/31 : LABEL arch=arm64 [2021-03-05T03:08:22.224Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T03:08:22.224Z] OK: 71 MiB in 55 packages [2021-03-05T03:08:22.722Z] 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-05T03:08:22.819Z] ---> Running in 1ebc71a22e35 [2021-03-05T03:08:23.419Z] Removing intermediate container 1ebc71a22e35 [2021-03-05T03:08:23.419Z] ---> 0cebb82e9fd0 [2021-03-05T03:08:23.419Z] Step 30/31 : LABEL git_sha=73c7208b626d1b8730b4f21ac98b5bd82715006c [2021-03-05T03:08:23.669Z] 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-05T03:08:24.245Z] 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-05T03:08:24.245Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-05T03:08:24.507Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-05T03:08:24.507Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-05T03:08:24.507Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-05T03:08:24.853Z] ---> Running in b0f46778f42d [2021-03-05T03:08:25.452Z] Removing intermediate container b0f46778f42d [2021-03-05T03:08:25.452Z] ---> b425f75610f5 [2021-03-05T03:08:25.452Z] Step 31/31 : LABEL version=0.0.0 [2021-03-05T03:08:26.048Z] ---> Running in 61cd2790a0c5 [2021-03-05T03:08:26.431Z] 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-05T03:08:26.431Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-05T03:08:26.431Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-05T03:08:27.036Z] Removing intermediate container 61cd2790a0c5 [2021-03-05T03:08:27.036Z] ---> 472a3196b605 [2021-03-05T03:08:27.036Z] [2021-03-05T03:08:27.309Z] Successfully built 472a3196b605 [2021-03-05T03:08:27.309Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-05T03:08:27.309Z] Building docker-core-metadata-go [2021-03-05T03:08:27.901Z] 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-05T03:08:28.925Z] 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-05T03:08:28.925Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-05T03:08:29.289Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 195e6540f8c7 [2021-03-05T03:08:29.289Z] ---> 8bd2033c6d38 [2021-03-05T03:08:29.289Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-05T03:08:29.289Z] ---> Running in ee934210d286 [2021-03-05T03:08:30.365Z] 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-05T03:08:31.359Z] 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-05T03:08:31.359Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-05T03:08:32.348Z] 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-05T03:08:32.348Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-05T03:08:34.362Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-05T03:08:34.362Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-05T03:08:34.362Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-05T03:08:34.362Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-05T03:08:34.362Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-05T03:08:34.362Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-05T03:08:34.362Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-05T03:08:34.362Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-05T03:08:34.362Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-05T03:08:34.362Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-05T03:08:34.362Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-05T03:08:34.362Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-05T03:08:34.362Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-05T03:08:34.362Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-05T03:08:34.362Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-05T03:08:34.362Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-05T03:08:34.362Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-05T03:08:34.362Z] + 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-05T03:08:34.362Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-05T03:08:34.362Z] + 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-05T03:08:34.362Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-05T03:08:34.362Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-05T03:08:34.362Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-05T03:08:34.362Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-05T03:08:34.362Z] + 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-05T03:08:36.022Z] Collecting docker-compose==1.23.2 [2021-03-05T03:08:36.022Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-05T03:08:36.309Z] Building version [2021-03-05T03:08:36.309Z] + snapcraftctl build [2021-03-05T03:08:36.621Z] Collecting PyYAML<4,>=3.10 [2021-03-05T03:08:36.621Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-05T03:08:38.876Z] Staging config-common [2021-03-05T03:08:38.876Z] + snapcraftctl stage [2021-03-05T03:08:39.823Z] Skipping stage go-build-helper (already ran) [2021-03-05T03:08:39.823Z] Skipping stage static-packages (already ran) [2021-03-05T03:08:39.823Z] Skipping stage go115 (already ran) [2021-03-05T03:08:39.823Z] Staging edgex-go [2021-03-05T03:08:39.823Z] + snapcraftctl stage [2021-03-05T03:08:40.765Z] Staging version [2021-03-05T03:08:40.765Z] + snapcraftctl stage [2021-03-05T03:08:40.950Z] Collecting docopt<0.7,>=0.6.1 [2021-03-05T03:08:40.950Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-05T03:08:41.710Z] Priming config-common [2021-03-05T03:08:41.710Z] + snapcraftctl prime [2021-03-05T03:08:42.935Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-05T03:08:42.935Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-05T03:08:43.100Z] Priming go-build-helper [2021-03-05T03:08:43.100Z] + snapcraftctl prime [2021-03-05T03:08:43.917Z] Collecting jsonschema<3,>=2.5.1 [2021-03-05T03:08:43.917Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-05T03:08:44.044Z] Priming static-packages [2021-03-05T03:08:44.044Z] + snapcraftctl prime [2021-03-05T03:08:44.206Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-05T03:08:44.206Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-05T03:08:46.638Z] Priming go115 [2021-03-05T03:08:46.638Z] + snapcraftctl prime [2021-03-05T03:08:46.864Z] Collecting cached-property<2,>=1.2.0 [2021-03-05T03:08:46.864Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-05T03:08:47.600Z] Priming edgex-go [2021-03-05T03:08:47.600Z] + snapcraftctl prime [2021-03-05T03:08:48.339Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-05T03:08:48.339Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-05T03:08:48.999Z] Priming version [2021-03-05T03:08:48.999Z] + snapcraftctl prime [2021-03-05T03:08:49.325Z] Collecting docker<4.0,>=3.6.0 [2021-03-05T03:08:49.325Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-05T03:08:49.325Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T03:08:49.325Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T03:08:49.325Z] ---> 5c371b56a081 [2021-03-05T03:08:49.325Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T03:08:49.325Z] ---> Using cache [2021-03-05T03:08:49.325Z] ---> 76649f91956e [2021-03-05T03:08:49.325Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T03:08:49.325Z] ---> Using cache [2021-03-05T03:08:49.325Z] ---> cd091b164706 [2021-03-05T03:08:49.325Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-05T03:08:49.603Z] 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-05T03:08:49.964Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-03-05T03:08:50.211Z] Collecting texttable<0.10,>=0.9.0 [2021-03-05T03:08:50.211Z] Downloading texttable-0.9.1.tar.gz (11 kB) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-05T03:08:53.626Z] 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-05T03:08:53.911Z] Collecting idna<2.8,>=2.5 [2021-03-05T03:08:53.911Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-05T03:08:54.510Z] 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-05T03:08:55.126Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T03:08:55.126Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-05T03:08:55.126Z] ---> 5c371b56a081 [2021-03-05T03:08:55.126Z] Step 3/21 : WORKDIR /edgex-go [2021-03-05T03:08:55.126Z] ---> Using cache [2021-03-05T03:08:55.126Z] ---> 76649f91956e [2021-03-05T03:08:55.126Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T03:08:55.126Z] ---> Using cache [2021-03-05T03:08:55.126Z] ---> cd091b164706 [2021-03-05T03:08:55.126Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-05T03:08:55.126Z] ---> Using cache [2021-03-05T03:08:55.126Z] ---> 444f8e24a010 [2021-03-05T03:08:55.126Z] Step 6/21 : COPY go.mod . [2021-03-05T03:08:55.126Z] ---> Using cache [2021-03-05T03:08:55.126Z] ---> f874e331de20 [2021-03-05T03:08:55.126Z] Step 7/21 : RUN go mod download [2021-03-05T03:08:55.126Z] ---> Using cache [2021-03-05T03:08:55.126Z] ---> ef3f5ebf889b [2021-03-05T03:08:55.126Z] Step 8/21 : COPY . . [2021-03-05T03:08:55.126Z] ---> Running in 7579b987a68c [2021-03-05T03:08:55.126Z] ---> Using cache [2021-03-05T03:08:55.126Z] ---> 2124b073dd41 [2021-03-05T03:08:55.126Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-05T03:08:55.405Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T03:08:55.405Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-05T03:08:55.405Z] ---> 5c371b56a081 [2021-03-05T03:08:55.405Z] Step 3/22 : WORKDIR /edgex-go [2021-03-05T03:08:55.405Z] ---> Using cache [2021-03-05T03:08:55.405Z] ---> 76649f91956e [2021-03-05T03:08:55.405Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T03:08:55.405Z] ---> Using cache [2021-03-05T03:08:55.405Z] ---> cd091b164706 [2021-03-05T03:08:55.405Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-05T03:08:55.405Z] ---> Using cache [2021-03-05T03:08:55.405Z] ---> 444f8e24a010 [2021-03-05T03:08:55.405Z] Step 6/22 : COPY go.mod . [2021-03-05T03:08:55.405Z] ---> Using cache [2021-03-05T03:08:55.405Z] ---> f874e331de20 [2021-03-05T03:08:55.405Z] Step 7/22 : RUN go mod download [2021-03-05T03:08:55.405Z] ---> Using cache [2021-03-05T03:08:55.405Z] ---> ef3f5ebf889b [2021-03-05T03:08:55.405Z] Step 8/22 : COPY . . [2021-03-05T03:08:55.682Z] ---> Using cache [2021-03-05T03:08:55.682Z] ---> 2124b073dd41 [2021-03-05T03:08:55.682Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-05T03:08:55.682Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-05T03:08:55.682Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-05T03:08:55.682Z] ---> Running in b57b1f0ee412 [2021-03-05T03:08:55.965Z] ---> Running in 92fc921d6bde [2021-03-05T03:08:56.256Z] Collecting docker-pycreds>=0.4.0 [2021-03-05T03:08:56.256Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-05T03:08:56.709Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-05T03:08:56.709Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-05T03:08:56.709Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-05T03:08:56.709Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-05T03:08:57.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T03:08:57.820Z] Installing collected packages: PyYAML, docopt, websocket-client, jsonschema, dockerpty, cached-property, idna, urllib3, requests, docker-pycreds, docker, texttable, docker-compose [2021-03-05T03:08:57.820Z] Running setup.py install for PyYAML: started [2021-03-05T03:08:58.447Z] 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-05T03:08:58.755Z] 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-05T03:08:58.755Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T03:09:00.733Z] OK: 217 MiB in 51 packages [2021-03-05T03:09:01.334Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-05T03:09:01.334Z] Running setup.py install for docopt: started [2021-03-05T03:09:03.327Z] Removing intermediate container 7579b987a68c [2021-03-05T03:09:03.327Z] ---> 3636cd58bae0 [2021-03-05T03:09:03.327Z] Step 6/23 : COPY go.mod . [2021-03-05T03:09:04.314Z] Running setup.py install for docopt: finished with status 'done' [2021-03-05T03:09:04.915Z] ---> ab458ee0c24f [2021-03-05T03:09:04.915Z] Step 7/23 : RUN go mod download [2021-03-05T03:09:05.196Z] Running setup.py install for dockerpty: started [2021-03-05T03:09:05.196Z] ---> Running in 56c53f52c02e [2021-03-05T03:09:07.832Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T03:09:07.832Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T03:09:07.832Z] ---> 5c371b56a081 [2021-03-05T03:09:07.832Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T03:09:07.832Z] ---> Using cache [2021-03-05T03:09:07.832Z] ---> 76649f91956e [2021-03-05T03:09:07.832Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T03:09:07.832Z] ---> Using cache [2021-03-05T03:09:07.832Z] ---> cd091b164706 [2021-03-05T03:09:07.832Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-05T03:09:07.832Z] ---> Using cache [2021-03-05T03:09:07.832Z] ---> 444f8e24a010 [2021-03-05T03:09:07.832Z] Step 6/23 : COPY go.mod . [2021-03-05T03:09:07.832Z] ---> Using cache [2021-03-05T03:09:07.832Z] ---> f874e331de20 [2021-03-05T03:09:07.832Z] Step 7/23 : RUN go mod download [2021-03-05T03:09:07.832Z] ---> Using cache [2021-03-05T03:09:07.832Z] ---> ef3f5ebf889b [2021-03-05T03:09:07.832Z] Step 8/23 : COPY . . [2021-03-05T03:09:07.832Z] ---> Using cache [2021-03-05T03:09:07.832Z] ---> 2124b073dd41 [2021-03-05T03:09:07.832Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-05T03:09:08.433Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-05T03:09:08.433Z] ---> Running in 17e7c3dbe9dc [2021-03-05T03:09:08.433Z] Attempting uninstall: idna [2021-03-05T03:09:08.721Z] Found existing installation: idna 2.9 [2021-03-05T03:09:08.721Z] Uninstalling idna-2.9: [2021-03-05T03:09:08.721Z] Successfully uninstalled idna-2.9 [2021-03-05T03:09:10.185Z] Attempting uninstall: urllib3 [2021-03-05T03:09:10.185Z] Found existing installation: urllib3 1.25.9 [2021-03-05T03:09:10.185Z] Uninstalling urllib3-1.25.9: [2021-03-05T03:09:10.185Z] Successfully uninstalled urllib3-1.25.9 [2021-03-05T03:09:10.781Z] 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-05T03:09:10.781Z] Removing intermediate container 56c53f52c02e [2021-03-05T03:09:10.781Z] ---> 9deba4c8c385 [2021-03-05T03:09:10.781Z] Step 8/23 : COPY . . [2021-03-05T03:09:11.066Z] Attempting uninstall: requests [2021-03-05T03:09:11.066Z] Found existing installation: requests 2.23.0 [2021-03-05T03:09:11.066Z] Uninstalling requests-2.23.0: [2021-03-05T03:09:11.340Z] Successfully uninstalled requests-2.23.0 [2021-03-05T03:09:13.333Z] Running setup.py install for texttable: started [2021-03-05T03:09:16.740Z] Running setup.py install for texttable: finished with status 'done' [2021-03-05T03:09:18.731Z] 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-05T03:09:28.903Z] Removing intermediate container ee934210d286 [2021-03-05T03:09:28.903Z] ---> b09f0e3433ab [2021-03-05T03:09:28.903Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-05T03:09:28.903Z] ---> Running in 09d0038b3328 [2021-03-05T03:09:29.898Z] ---> bcbc6da189df [2021-03-05T03:09:29.898Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-05T03:09:30.182Z] ---> Running in fd54563dacce [2021-03-05T03:09:31.165Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T03:09:31.165Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T03:09:32.152Z] 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-05T03:09:32.152Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T03:09:32.152Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-05T03:09:32.152Z] (3/3) Installing curl (7.69.1-r3) [2021-03-05T03:09:32.152Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T03:09:32.152Z] OK: 71 MiB in 58 packages [2021-03-05T03:09:34.802Z] Removing intermediate container 09d0038b3328 [2021-03-05T03:09:34.802Z] ---> 7406b43b86ec [2021-03-05T03:09:34.802Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-05T03:09:34.802Z] ---> Running in f85680d293a5 [2021-03-05T03:09:35.784Z] Removing intermediate container f85680d293a5 [2021-03-05T03:09:35.784Z] ---> 026ede68ea0c [2021-03-05T03:09:35.784Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T03:09:36.057Z] ---> Running in a5362e8963ca [2021-03-05T03:09:36.664Z] Removing intermediate container a5362e8963ca [2021-03-05T03:09:36.664Z] ---> 05bc399083c6 [2021-03-05T03:09:36.664Z] Step 24/26 : LABEL arch=arm64 [2021-03-05T03:09:36.937Z] ---> Running in 05223cec9b9e [2021-03-05T03:09:37.921Z] Removing intermediate container 05223cec9b9e [2021-03-05T03:09:37.921Z] ---> 72be17810ef4 [2021-03-05T03:09:37.921Z] Step 25/26 : LABEL git_sha=73c7208b626d1b8730b4f21ac98b5bd82715006c [2021-03-05T03:09:38.197Z] ---> Running in 9c8376b04dbe [2021-03-05T03:09:39.195Z] Removing intermediate container 9c8376b04dbe [2021-03-05T03:09:39.195Z] ---> a5aa160d0461 [2021-03-05T03:09:39.195Z] Step 26/26 : LABEL version=0.0.0 [2021-03-05T03:09:39.195Z] ---> Running in fc21205ba6c5 [2021-03-05T03:09:40.203Z] Removing intermediate container fc21205ba6c5 [2021-03-05T03:09:40.203Z] ---> ad96b7f9618c [2021-03-05T03:09:40.203Z] [2021-03-05T03:09:40.812Z] Successfully built ad96b7f9618c [2021-03-05T03:09:40.812Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-05T03:10:19.822Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-05T03:10:32.228Z] Removing intermediate container b57b1f0ee412 [2021-03-05T03:10:32.228Z] ---> 0e790cf11371 [2021-03-05T03:10:32.228Z] [2021-03-05T03:10:32.228Z] Step 10/21 : FROM alpine:3.12 [2021-03-05T03:10:32.228Z] ---> d10569e2745f [2021-03-05T03:10:32.228Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-05T03:10:32.228Z] ---> Running in 7a0744853cda [2021-03-05T03:10:33.670Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T03:10:33.945Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T03:10:34.928Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-05T03:10:34.928Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T03:10:34.928Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-05T03:10:34.928Z] (4/4) Installing curl (7.69.1-r3) [2021-03-05T03:10:34.928Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T03:10:34.928Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T03:10:35.202Z] OK: 7 MiB in 18 packages [2021-03-05T03:10:37.845Z] Removing intermediate container 7a0744853cda [2021-03-05T03:10:37.845Z] ---> bbcd0156bbda [2021-03-05T03:10:37.845Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-05T03:10:38.126Z] ---> Running in 1a0cbf2cbddb [2021-03-05T03:10:38.729Z] Removing intermediate container 1a0cbf2cbddb [2021-03-05T03:10:38.729Z] ---> 2c8bcc7b7ff8 [2021-03-05T03:10:38.729Z] Step 13/21 : WORKDIR /edgex [2021-03-05T03:10:39.001Z] ---> Running in 3f7ef94bef53 [2021-03-05T03:10:39.988Z] Removing intermediate container 3f7ef94bef53 [2021-03-05T03:10:39.988Z] ---> bc8323f346e7 [2021-03-05T03:10:39.988Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-05T03:10:41.442Z] ---> bc5db0deae07 [2021-03-05T03:10:41.442Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-05T03:10:44.836Z] ---> 7db7bb1867e2 [2021-03-05T03:10:44.836Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-05T03:10:44.836Z] Removing intermediate container 92fc921d6bde [2021-03-05T03:10:44.836Z] ---> ea8c3329936a [2021-03-05T03:10:44.836Z] [2021-03-05T03:10:44.836Z] Step 10/22 : FROM alpine:3.12 [2021-03-05T03:10:44.836Z] ---> d10569e2745f [2021-03-05T03:10:44.836Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-05T03:10:44.836Z] ---> Using cache [2021-03-05T03:10:44.836Z] ---> adbe84a4b51d [2021-03-05T03:10:44.836Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T03:10:44.836Z] ---> Using cache [2021-03-05T03:10:44.836Z] ---> e56864a568c3 [2021-03-05T03:10:44.836Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-05T03:10:45.110Z] ---> Running in 87b2010844d6 [2021-03-05T03:10:46.088Z] Removing intermediate container 87b2010844d6 [2021-03-05T03:10:46.088Z] ---> a5945032cc6b [2021-03-05T03:10:46.088Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-05T03:10:46.518Z] ---> Running in 366bf34d990f [2021-03-05T03:10:46.518Z] ---> 94830357cfd4 [2021-03-05T03:10:46.518Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-05T03:10:46.878Z] ---> Running in 0f13acb4cfbf [2021-03-05T03:10:47.172Z] Removing intermediate container 366bf34d990f [2021-03-05T03:10:47.172Z] ---> 2d9d11921234 [2021-03-05T03:10:47.172Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T03:10:47.540Z] Removing intermediate container 0f13acb4cfbf [2021-03-05T03:10:47.540Z] ---> 52084cfaade0 [2021-03-05T03:10:47.540Z] Step 18/21 : CMD ["--init=true"] [2021-03-05T03:10:47.836Z] ---> Running in c5ac32b9cbfc [2021-03-05T03:10:48.477Z] ---> 1f57add6aecf [2021-03-05T03:10:48.477Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-05T03:10:48.477Z] Removing intermediate container c5ac32b9cbfc [2021-03-05T03:10:48.477Z] ---> 5136314b7413 [2021-03-05T03:10:48.477Z] Step 19/21 : LABEL arch=arm64 [2021-03-05T03:10:48.753Z] ---> Running in d5def244bda3 [2021-03-05T03:10:49.728Z] Removing intermediate container d5def244bda3 [2021-03-05T03:10:49.728Z] ---> 7c8355f43b22 [2021-03-05T03:10:49.728Z] Step 20/21 : LABEL git_sha=73c7208b626d1b8730b4f21ac98b5bd82715006c [2021-03-05T03:10:50.001Z] ---> Running in 5e630f885b11 [2021-03-05T03:10:50.600Z] ---> 3613b161fe20 [2021-03-05T03:10:50.600Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-05T03:10:50.875Z] Removing intermediate container 5e630f885b11 [2021-03-05T03:10:50.875Z] ---> 6c69130d7bfd [2021-03-05T03:10:50.875Z] Step 21/21 : LABEL version=0.0.0 [2021-03-05T03:10:51.150Z] ---> Running in c6331a76fc1b [2021-03-05T03:10:51.753Z] ---> 6a21ddd9a3aa [2021-03-05T03:10:51.753Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-05T03:10:52.033Z] Removing intermediate container c6331a76fc1b [2021-03-05T03:10:52.033Z] ---> 161aa1825a62 [2021-03-05T03:10:52.033Z] [2021-03-05T03:10:52.033Z] ---> Running in 5db04db180c9 [2021-03-05T03:10:52.635Z] Successfully built 161aa1825a62 [2021-03-05T03:10:52.635Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-05T03:10:52.911Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 5db04db180c9 [2021-03-05T03:10:52.911Z] ---> ca0b151ef788 [2021-03-05T03:10:52.911Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T03:10:53.189Z] ---> Running in 87756062f8dc [2021-03-05T03:10:53.789Z] Removing intermediate container 87756062f8dc [2021-03-05T03:10:53.789Z] ---> b898b6db003d [2021-03-05T03:10:53.789Z] Step 20/22 : LABEL arch=arm64 [2021-03-05T03:10:54.066Z] ---> Running in adc6186bd2a1 [2021-03-05T03:10:54.667Z] Removing intermediate container adc6186bd2a1 [2021-03-05T03:10:54.667Z] ---> 10281e50c9ac [2021-03-05T03:10:54.667Z] Step 21/22 : LABEL git_sha=73c7208b626d1b8730b4f21ac98b5bd82715006c [2021-03-05T03:10:54.667Z] ---> Running in fd85f12f0657 [2021-03-05T03:10:55.280Z] Removing intermediate container fd85f12f0657 [2021-03-05T03:10:55.280Z] ---> d9872a639d37 [2021-03-05T03:10:55.280Z] Step 22/22 : LABEL version=0.0.0 [2021-03-05T03:10:55.552Z] ---> Running in cfb4fdcb2b39 [2021-03-05T03:10:56.162Z] Removing intermediate container cfb4fdcb2b39 [2021-03-05T03:10:56.162Z] ---> 5c87d08fdbc2 [2021-03-05T03:10:56.162Z] [2021-03-05T03:10:56.766Z] Successfully built 5c87d08fdbc2 [2021-03-05T03:10:56.766Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-05T03:11:00.187Z]  Building docker-support-scheduler-go ... done Removing intermediate container 17e7c3dbe9dc [2021-03-05T03:11:00.187Z] ---> cf12fa4f315c [2021-03-05T03:11:00.187Z] [2021-03-05T03:11:00.187Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T03:11:00.187Z] ---> d10569e2745f [2021-03-05T03:11:00.187Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-05T03:11:00.187Z] ---> Using cache [2021-03-05T03:11:00.188Z] ---> adbe84a4b51d [2021-03-05T03:11:00.188Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T03:11:00.188Z] ---> Using cache [2021-03-05T03:11:00.188Z] ---> e56864a568c3 [2021-03-05T03:11:00.188Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-05T03:11:00.461Z] ---> Running in ce19f5999cf7 [2021-03-05T03:11:00.736Z] Removing intermediate container ce19f5999cf7 [2021-03-05T03:11:00.736Z] ---> f67bfef81029 [2021-03-05T03:11:00.736Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-05T03:11:01.021Z] ---> Running in 112baca792f9 [2021-03-05T03:11:01.636Z] Removing intermediate container 112baca792f9 [2021-03-05T03:11:01.636Z] ---> e6890fdb6f1e [2021-03-05T03:11:01.636Z] Step 15/23 : WORKDIR / [2021-03-05T03:11:01.636Z] ---> Running in 4311b3948bc0 [2021-03-05T03:11:02.633Z] Removing intermediate container 4311b3948bc0 [2021-03-05T03:11:02.633Z] ---> 95cac57e87f5 [2021-03-05T03:11:02.633Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T03:11:03.619Z] ---> 3866129e1f6c [2021-03-05T03:11:03.619Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-05T03:11:05.078Z] ---> f819c2100e34 [2021-03-05T03:11:05.078Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-05T03:11:05.677Z] ---> c1b4d43f68f0 [2021-03-05T03:11:05.677Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-05T03:11:05.677Z] ---> Running in 921634ad856d [2021-03-05T03:11:06.276Z] Removing intermediate container 921634ad856d [2021-03-05T03:11:06.276Z] ---> b3e3c2e4f4ee [2021-03-05T03:11:06.276Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T03:11:06.277Z] ---> Running in 862d5dd2b751 [2021-03-05T03:11:06.887Z] Removing intermediate container 862d5dd2b751 [2021-03-05T03:11:06.887Z] ---> 70169bb78024 [2021-03-05T03:11:06.887Z] Step 21/23 : LABEL arch=arm64 [2021-03-05T03:11:06.887Z] ---> Running in 7fbea0180a5b [2021-03-05T03:11:07.869Z] Removing intermediate container 7fbea0180a5b [2021-03-05T03:11:07.869Z] ---> ea4dc588a89c [2021-03-05T03:11:07.869Z] Step 22/23 : LABEL git_sha=73c7208b626d1b8730b4f21ac98b5bd82715006c [2021-03-05T03:11:07.869Z] ---> Running in 5c6624601013 [2021-03-05T03:11:08.473Z] Removing intermediate container 5c6624601013 [2021-03-05T03:11:08.473Z] ---> 23fb5546d8ae [2021-03-05T03:11:08.473Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T03:11:09.074Z] ---> Running in 0962486c099d [2021-03-05T03:11:09.675Z] Removing intermediate container 0962486c099d [2021-03-05T03:11:09.675Z] ---> 818ee75cd85c [2021-03-05T03:11:09.675Z] [2021-03-05T03:11:09.951Z] Removing intermediate container fd54563dacce [2021-03-05T03:11:09.951Z] ---> 0451673ddb22 [2021-03-05T03:11:09.951Z] [2021-03-05T03:11:09.951Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T03:11:09.951Z] ---> d10569e2745f [2021-03-05T03:11:09.951Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-05T03:11:10.224Z] Successfully built 818ee75cd85c [2021-03-05T03:11:10.224Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-05T03:11:10.224Z]  Building docker-core-metadata-go ... done  ---> Running in 12d2c8549b4b [2021-03-05T03:11:10.821Z] Removing intermediate container 12d2c8549b4b [2021-03-05T03:11:10.821Z] ---> e7c8f25a0056 [2021-03-05T03:11:10.821Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-05T03:11:10.821Z] ---> Running in 33ddfcc7e187 [2021-03-05T03:11:11.420Z] Removing intermediate container 33ddfcc7e187 [2021-03-05T03:11:11.420Z] ---> d84da638ec6f [2021-03-05T03:11:11.420Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-05T03:11:11.420Z] ---> Running in 07591723babc [2021-03-05T03:11:12.025Z] Removing intermediate container 07591723babc [2021-03-05T03:11:12.025Z] ---> 0da23eba13aa [2021-03-05T03:11:12.025Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T03:11:12.025Z] ---> Running in c74f17c5999e [2021-03-05T03:11:14.007Z] Removing intermediate container c74f17c5999e [2021-03-05T03:11:14.008Z] ---> 3adcb4b6ff99 [2021-03-05T03:11:14.008Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-05T03:11:14.281Z] ---> Running in d7fcac3aaa13 [2021-03-05T03:11:15.264Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T03:11:16.693Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T03:11:18.669Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-05T03:11:18.941Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-05T03:11:18.941Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-05T03:11:19.215Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-05T03:11:20.191Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-05T03:11:20.191Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-05T03:11:20.463Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T03:11:20.463Z] OK: 8 MiB in 20 packages [2021-03-05T03:11:21.446Z] Removing intermediate container d7fcac3aaa13 [2021-03-05T03:11:21.446Z] ---> f3023c09152f [2021-03-05T03:11:21.446Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T03:11:22.429Z] ---> 018947f4519e [2021-03-05T03:11:22.429Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-05T03:11:23.869Z] ---> 8afca53783c3 [2021-03-05T03:11:23.869Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-05T03:11:24.467Z] ---> 59e348aef11d [2021-03-05T03:11:24.467Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-05T03:11:24.467Z] ---> Running in ad28b879f8c1 [2021-03-05T03:11:25.066Z] Removing intermediate container ad28b879f8c1 [2021-03-05T03:11:25.066Z] ---> d4f5ebf77e3a [2021-03-05T03:11:25.066Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T03:11:25.066Z] ---> Running in b5d9b9db30cf [2021-03-05T03:11:25.343Z] Removing intermediate container b5d9b9db30cf [2021-03-05T03:11:25.343Z] ---> e96b48e25e03 [2021-03-05T03:11:25.343Z] Step 21/23 : LABEL arch=arm64 [2021-03-05T03:11:25.618Z] ---> Running in 8465a8449d84 [2021-03-05T03:11:26.217Z] Removing intermediate container 8465a8449d84 [2021-03-05T03:11:26.217Z] ---> 3b767028f297 [2021-03-05T03:11:26.217Z] Step 22/23 : LABEL git_sha=73c7208b626d1b8730b4f21ac98b5bd82715006c [2021-03-05T03:11:26.217Z] ---> Running in 0ee4e21c1f1b [2021-03-05T03:11:26.494Z] Removing intermediate container 0ee4e21c1f1b [2021-03-05T03:11:26.494Z] ---> 592b5bc18a78 [2021-03-05T03:11:26.494Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T03:11:26.769Z] ---> Running in 96c8b41c44b3 [2021-03-05T03:11:27.371Z] Removing intermediate container 96c8b41c44b3 [2021-03-05T03:11:27.371Z] ---> 92e6bdc3d91c [2021-03-05T03:11:27.371Z] [2021-03-05T03:11:27.646Z] Successfully built 92e6bdc3d91c [2021-03-05T03:11:27.646Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-05T03:11:27.937Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-05T03:11:27.935Z] $ docker stop --time=1 0b2f8c5d46566ddce078a300fc3b2bf5569e36e80967a8908876f6ce123488d0 [2021-03-05T03:11:29.810Z] $ docker rm -f 0b2f8c5d46566ddce078a300fc3b2bf5569e36e80967a8908876f6ce123488d0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-05T03:11:30.522Z] + grep+ docker [2021-03-05T03:11:30.522Z] docker images [2021-03-05T03:11:30.794Z] docker-core-data-go-arm64 latest 92e6bdc3d91c 4 seconds ago 21.1MB [2021-03-05T03:11:30.794Z] docker-core-metadata-go-arm64 latest 818ee75cd85c 21 seconds ago 17.9MB [2021-03-05T03:11:30.794Z] docker-support-scheduler-go-arm64 latest 5c87d08fdbc2 35 seconds ago 16.3MB [2021-03-05T03:11:30.794Z] docker-security-proxy-setup-go-arm64 latest 161aa1825a62 39 seconds ago 23.4MB [2021-03-05T03:11:30.794Z] docker-sys-mgmt-agent-go-arm64 latest ad96b7f9618c About a minute ago 300MB [2021-03-05T03:11:30.794Z] docker-security-bootstrapper-go-arm64 latest 472a3196b605 3 minutes ago 17.8MB [2021-03-05T03:11:30.794Z] docker-core-command-go-arm64 latest 4e02bda9cd4d 3 minutes ago 16.2MB [2021-03-05T03:11:30.794Z] docker-support-notifications-go-arm64 latest ae5c38a45593 3 minutes ago 16.9MB [2021-03-05T03:11:30.794Z] docker-security-secretstore-setup-go-arm64 latest 3308631f1a36 3 minutes ago 23.7MB [2021-03-05T03:11:30.794Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-05T03:11:31.873Z] ---> job-cost.sh [2021-03-05T03:11:31.873Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-lG76 [2021-03-05T03:12:10.810Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-05T03:14:32.645Z] lf-activate-venv(): INFO: Adding /tmp/venv-lG76/bin to PATH [2021-03-05T03:14:32.645Z] INFO: No Stack... [2021-03-05T03:14:32.645Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-05T03:14:32.645Z] INFO: Archiving Costs [Pipeline] sh [2021-03-05T03:14:32.980Z] + cat /w/workspace/edgex-go/6/archives/cost.csv [2021-03-05T03:14:32.980Z] + cut -d, -f6 [Pipeline] lock [2021-03-05T03:14:33.087Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3210-6-stack-cost] [2021-03-05T03:14:33.105Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3210-6-stack-cost] did not exist. Created. [2021-03-05T03:14:33.105Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3210-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-05T03:14:33.538Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-05T03:14:33.853Z] Stashed 1 file(s) [Pipeline] } [2021-03-05T03:14:33.861Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3210-6-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-05T03:14:35.479Z] provisioning config files... [2021-03-05T03:14:35.525Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config299091471116013794tmp [Pipeline] { [Pipeline] sh [2021-03-05T03:14:36.001Z] + set +x [2021-03-05T03:14:36.001Z] + curl -s https://codecov.io/bash [2021-03-05T03:14:36.001Z] + bash -s -- [2021-03-05T03:14:36.288Z] [2021-03-05T03:14:36.288Z] _____ _ [2021-03-05T03:14:36.288Z] / ____| | | [2021-03-05T03:14:36.288Z] | | ___ __| | ___ ___ _____ __ [2021-03-05T03:14:36.288Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-05T03:14:36.288Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-05T03:14:36.288Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-05T03:14:36.288Z] Bash-20210226-7100762 [2021-03-05T03:14:36.288Z] [2021-03-05T03:14:36.288Z] [2021-03-05T03:14:36.288Z] ==> git version 2.24.3 found [2021-03-05T03:14:36.288Z] ==> 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-05T03:14:36.288Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-05T03:14:36.288Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-05T03:14:36.555Z] ==> Jenkins CI detected. [2021-03-05T03:14:36.555Z] project root: . [2021-03-05T03:14:36.555Z] --> token set from env [2021-03-05T03:14:36.555Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-05T03:14:36.555Z] ==> Running gcov in . (disable via -X gcov) [2021-03-05T03:14:36.555Z] ==> Python coveragepy not found [2021-03-05T03:14:36.555Z] ==> Searching for coverage reports in: [2021-03-05T03:14:36.555Z] + . [2021-03-05T03:14:36.555Z] -> Found 1 reports [2021-03-05T03:14:36.555Z] ==> Detecting git/mercurial file structure [2021-03-05T03:14:36.829Z] ==> Reading reports [2021-03-05T03:14:36.829Z] + ./coverage.out bytes=619454 [2021-03-05T03:14:36.829Z] ==> Appending adjustments [2021-03-05T03:14:36.829Z] https://docs.codecov.io/docs/fixing-reports [2021-03-05T03:14:40.177Z] + Found adjustments [2021-03-05T03:14:40.177Z] ==> Gzipping contents [2021-03-05T03:14:40.177Z] 92K /tmp/codecov.yOTGUl.gz [2021-03-05T03:14:40.177Z] ==> Uploading reports [2021-03-05T03:14:40.177Z] url: https://codecov.io [2021-03-05T03:14:40.177Z] query: branch=PR-3210&commit=73c7208b626d1b8730b4f21ac98b5bd82715006c&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3210%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3210&job=&cmd_args= [2021-03-05T03:14:40.177Z] -> Pinging Codecov [2021-03-05T03:14:40.177Z] https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=PR-3210&commit=73c7208b626d1b8730b4f21ac98b5bd82715006c&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3210%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3210&job=&cmd_args= [2021-03-05T03:14:40.756Z] -> Uploading to [2021-03-05T03:14:40.756Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-05/00271124DB129430A58F1EEE437C3FCB/73c7208b626d1b8730b4f21ac98b5bd82715006c/8a3fafcf-5957-4ae0-993b-ce955a18c571.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210305%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210305T031440Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c1e283b892f2db5ee4fd69aabbe49595eae01c6f8c43db36c72c3372421c9c09 [2021-03-05T03:14:40.756Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T03:14:40.756Z] Dload Upload Total Spent Left Speed [2021-03-05T03:14:41.332Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 91665 0 0 100 91665 0 150k --:--:-- --:--:-- --:--:-- 150k [2021-03-05T03:14:41.332Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/73c7208b626d1b8730b4f21ac98b5bd82715006c [Pipeline] } [2021-03-05T03:14:41.342Z] 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-05T03:14:42.995Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T03:14:43.893Z] ---> package-listing.sh [2021-03-05T03:14:43.893Z] ++ facter osfamily [2021-03-05T03:14:43.893Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-05T03:14:43.893Z] + OS_FAMILY=redhat [2021-03-05T03:14:43.893Z] + workspace=/w/workspace/edgex-go/6 [2021-03-05T03:14:43.893Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-05T03:14:43.893Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-05T03:14:43.893Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-05T03:14:43.893Z] + PACKAGES=/tmp/packages_start.txt [2021-03-05T03:14:43.893Z] + '[' /w/workspace/edgex-go/6 ']' [2021-03-05T03:14:43.893Z] + PACKAGES=/tmp/packages_end.txt [2021-03-05T03:14:43.893Z] + case "${OS_FAMILY}" in [2021-03-05T03:14:43.893Z] + rpm -qa [2021-03-05T03:14:43.893Z] + sort [2021-03-05T03:14:49.198Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-05T03:14:49.198Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-05T03:14:49.198Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-05T03:14:49.198Z] + '[' /w/workspace/edgex-go/6 ']' [2021-03-05T03:14:49.198Z] + mkdir -p /w/workspace/edgex-go/6/archives/ [2021-03-05T03:14:49.198Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo [2021-03-05T03:14:49.212Z] 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-05T03:14:49.504Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-05T03:14:49.812Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-05T03:14:50.075Z] [2021-03-05T03:14:50.075Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-05T03:14:50.431Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-05T03:14:50.431Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-05T03:14:50.431Z] df20fa9351a1: Pulling fs layer [2021-03-05T03:14:50.431Z] 36b3adc4ff6f: Pulling fs layer [2021-03-05T03:14:50.431Z] 8ad3a11d3b57: Pulling fs layer [2021-03-05T03:14:50.431Z] 46f8f816bc3b: Pulling fs layer [2021-03-05T03:14:50.431Z] 93b61091891f: Pulling fs layer [2021-03-05T03:14:50.431Z] 93b9cdb0e59b: Pulling fs layer [2021-03-05T03:14:50.431Z] 5e14af77c1be: Pulling fs layer [2021-03-05T03:14:50.431Z] 01666e4c0597: Pulling fs layer [2021-03-05T03:14:50.431Z] aa168da1d23b: Pulling fs layer [2021-03-05T03:14:50.431Z] 93b9cdb0e59b: Waiting [2021-03-05T03:14:50.431Z] 46f8f816bc3b: Waiting [2021-03-05T03:14:50.431Z] 93b61091891f: Waiting [2021-03-05T03:14:50.431Z] 5e14af77c1be: Waiting [2021-03-05T03:14:50.431Z] 01666e4c0597: Waiting [2021-03-05T03:14:50.431Z] aa168da1d23b: Waiting [2021-03-05T03:14:50.431Z] 36b3adc4ff6f: Download complete [2021-03-05T03:14:50.697Z] 46f8f816bc3b: Verifying Checksum [2021-03-05T03:14:50.697Z] 46f8f816bc3b: Download complete [2021-03-05T03:14:50.697Z] df20fa9351a1: Download complete [2021-03-05T03:14:50.697Z] 93b9cdb0e59b: Verifying Checksum [2021-03-05T03:14:50.697Z] 93b9cdb0e59b: Download complete [2021-03-05T03:14:50.697Z] 5e14af77c1be: Verifying Checksum [2021-03-05T03:14:50.697Z] 5e14af77c1be: Download complete [2021-03-05T03:14:50.697Z] 01666e4c0597: Verifying Checksum [2021-03-05T03:14:50.697Z] 01666e4c0597: Download complete [2021-03-05T03:14:50.697Z] 93b61091891f: Verifying Checksum [2021-03-05T03:14:50.697Z] 93b61091891f: Download complete [2021-03-05T03:14:50.959Z] df20fa9351a1: Pull complete [2021-03-05T03:14:50.959Z] 8ad3a11d3b57: Verifying Checksum [2021-03-05T03:14:50.959Z] 8ad3a11d3b57: Download complete [2021-03-05T03:14:51.224Z] 36b3adc4ff6f: Pull complete [2021-03-05T03:14:52.181Z] 8ad3a11d3b57: Pull complete [2021-03-05T03:14:52.181Z] 46f8f816bc3b: Pull complete [2021-03-05T03:14:53.143Z] aa168da1d23b: Verifying Checksum [2021-03-05T03:14:53.143Z] aa168da1d23b: Download complete [2021-03-05T03:14:54.533Z] 93b61091891f: Pull complete [2021-03-05T03:14:54.533Z] 93b9cdb0e59b: Pull complete [2021-03-05T03:14:54.533Z] 5e14af77c1be: Pull complete [2021-03-05T03:14:54.795Z] 01666e4c0597: Pull complete [2021-03-05T03:15:03.326Z] aa168da1d23b: Pull complete [2021-03-05T03:15:03.326Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-05T03:15:03.326Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-05T03:15:03.326Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-05T03:15:03.536Z] prd-centos7-docker-4c-2g-28638 does not seem to be running inside a container [2021-03-05T03:15:03.600Z] $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-05T03:15:07.639Z] $ docker top cd1fba9c4f62a2728cbd3b220c272f0598cf473f8eb8e3d86ee0f0370141467a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T03:15:08.208Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-05T03:15:08.509Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-05T03:15:08.809Z] + ls /var/log/sa-host [2021-03-05T03:15:08.809Z] + sadf -c /var/log/sa-host/sa05 [2021-03-05T03:15:08.809Z] file_magic: OK [2021-03-05T03:15:08.809Z] HZ: Using current value: 100 [2021-03-05T03:15:08.809Z] file_header: OK [2021-03-05T03:15:08.809Z] 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-05T03:15:08.809Z] Statistics: [2021-03-05T03:15:08.809Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-05T03:15:08.809Z] File successfully converted to sysstat format version 12.2.1 [2021-03-05T03:15:08.809Z] + sadf -c /var/log/sa-host/sa23 [2021-03-05T03:15:08.809Z] file_magic: OK [2021-03-05T03:15:08.809Z] HZ: Using current value: 100 [2021-03-05T03:15:08.809Z] file_header: OK [2021-03-05T03:15:08.809Z] 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-05T03:15:08.809Z] Statistics: [2021-03-05T03:15:08.809Z] Hnuu...uuuununununu... [2021-03-05T03:15:08.809Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-05T03:15:09.033Z] provisioning config files... [2021-03-05T03:15:09.048Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config9107944666622588635tmp [Pipeline] { [Pipeline] echo [2021-03-05T03:15:09.128Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T03:15:09.429Z] ---> create-netrc.sh [Pipeline] } [2021-03-05T03:15:09.439Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-05T03:15:09.531Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T03:15:09.832Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-05T03:15:09.843Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T03:15:10.142Z] ---> sudo-logs.sh [2021-03-05T03:15:10.142Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-05T03:15:10.204Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T03:15:10.501Z] ---> job-cost.sh [2021-03-05T03:15:10.501Z] lf-activate-venv: SKIPPING [2021-03-05T03:15:10.501Z] DEBUG: total: 0.20999999344348907 [2021-03-05T03:15:10.501Z] INFO: Retrieving Stack Cost... [2021-03-05T03:15:11.891Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-05T03:15:12.465Z] INFO: Archiving Costs [Pipeline] echo [2021-03-05T03:15:12.478Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T03:15:12.779Z] ---> logs-deploy.sh [2021-03-05T03:15:12.779Z] lf-activate-venv: SKIPPING [2021-03-05T03:15:12.779Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3210/6 [2021-03-05T03:15:12.779Z] INFO: archiving workspace using pattern(s): [2021-03-05T03:15:14.168Z] Archives upload complete. [2021-03-05T03:15:14.430Z] INFO: archiving logs to Nexus [2021-03-05T03:15:15.374Z] ---> uname -a: [2021-03-05T03:15:15.374Z] Linux prd-centos7-docker-4c-2g-28638.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-05T03:15:15.374Z] [2021-03-05T03:15:15.374Z]