Pull request #3190 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at e1c877c26fd3ad456d53f84346cbbc11c0c9a37e rather than 452e8e56647e25e17fef4bb2c674b86f1002a156 Obtained Jenkinsfile from e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 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-29322 in /w/workspace/edgexfoundry_edgex-go_PR-3190 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/13 [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/13 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit e1c877c26fd3ad456d53f84346cbbc11c0c9a37e into PR head commit 452e8e56647e25e17fef4bb2c674b86f1002a156 Merge succeeded, producing 452e8e56647e25e17fef4bb2c674b86f1002a156 Checking out Revision 452e8e56647e25e17fef4bb2c674b86f1002a156 (PR-3190) > 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/3190/head:refs/remotes/origin/PR-3190 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 452e8e56647e25e17fef4bb2c674b86f1002a156 # 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 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 452e8e56647e25e17fef4bb2c674b86f1002a156 # timeout=10 Commit message: "feat(scheduler): Upgrade core-contract lib and update swagger file" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-10T14:43:46.072Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-10T14:43:46.357Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk 80a5fc01eef6eda66ac70f2e91be96a417930f70 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-10T14:43:46.466Z] ========================================================= [2021-03-10T14:43:46.466Z] EdgeX Global Pipelines Version Info [2021-03-10T14:43:46.466Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-10T14:43:47.982Z] ------------------- [2021-03-10T14:43:47.982Z] stable info: [2021-03-10T14:43:47.982Z] ------------------- [2021-03-10T14:43:47.982Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-10T14:43:47.982Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-10T14:43:47.982Z] Message: update stable to v1.0.184 [2021-03-10T14:43:48.928Z] ------------------- [2021-03-10T14:43:48.928Z] experimental info: [2021-03-10T14:43:48.928Z] ------------------- [2021-03-10T14:43:48.928Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-10T14:43:48.928Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-10T14:43:48.928Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-10T14:43:49.221Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-10T14:43:49.326Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-10T14:43:49.426Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-10T14:43:49.523Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-10T14:43:49.621Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-10T14:43:49.716Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-10T14:43:49.809Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-10T14:43:49.904Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-10T14:43:49.998Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-10T14:43:50.128Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-10T14:43:50.271Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-10T14:43:50.377Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-10T14:43:50.471Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-10T14:43:50.597Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-10T14:43:50.693Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-10T14:43:50.860Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-10T14:43:51.029Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-10T14:43:51.128Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-10T14:43:51.224Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-10T14:43:51.319Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-10T14:43:51.435Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-10T14:43:51.538Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-10T14:43:51.631Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3190 [Pipeline] echo [2021-03-10T14:43:51.721Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3190 [Pipeline] echo [2021-03-10T14:43:51.810Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3190 [Pipeline] echo [2021-03-10T14:43:51.961Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 452e8e56647e25e17fef4bb2c674b86f1002a156 [Pipeline] echo [2021-03-10T14:43:52.054Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 452e8e5 [Pipeline] echo [2021-03-10T14:43:52.142Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-10T14:43:52.309Z] provisioning config files... [2021-03-10T14:43:52.339Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config8711216077657593349tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-10T14:43:52.726Z] ---> docker-login.sh [2021-03-10T14:43:52.726Z] nexus3.edgexfoundry.org:10001 [2021-03-10T14:43:52.989Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T14:43:53.254Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T14:43:53.254Z] Configure a credential helper to remove this warning. See [2021-03-10T14:43:53.254Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T14:43:53.254Z] [2021-03-10T14:43:53.254Z] Login Succeeded [2021-03-10T14:43:53.254Z] nexus3.edgexfoundry.org:10002 [2021-03-10T14:43:53.516Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T14:43:53.516Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T14:43:53.516Z] Configure a credential helper to remove this warning. See [2021-03-10T14:43:53.516Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T14:43:53.516Z] [2021-03-10T14:43:53.516Z] Login Succeeded [2021-03-10T14:43:53.516Z] nexus3.edgexfoundry.org:10003 [2021-03-10T14:43:53.516Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T14:43:53.781Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T14:43:53.781Z] Configure a credential helper to remove this warning. See [2021-03-10T14:43:53.781Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T14:43:53.781Z] [2021-03-10T14:43:53.781Z] Login Succeeded [2021-03-10T14:43:53.781Z] nexus3.edgexfoundry.org:10004 [2021-03-10T14:43:53.781Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T14:43:53.781Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T14:43:53.781Z] Configure a credential helper to remove this warning. See [2021-03-10T14:43:53.781Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T14:43:53.781Z] [2021-03-10T14:43:53.781Z] Login Succeeded [2021-03-10T14:43:53.781Z] docker.io [2021-03-10T14:43:54.043Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T14:43:54.305Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T14:43:54.305Z] Configure a credential helper to remove this warning. See [2021-03-10T14:43:54.305Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T14:43:54.305Z] [2021-03-10T14:43:54.305Z] Login Succeeded [2021-03-10T14:43:54.305Z] ---> docker-login.sh ends [Pipeline] } [2021-03-10T14:43:54.316Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-10T14:43:54.798Z] ++ 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-10T14:43:54.798Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T14:43:54.798Z] ++ dirname cmd/core-command/Dockerfile [2021-03-10T14:43:54.798Z] ++ cut -d/ -f2 [2021-03-10T14:43:54.798Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-10T14:43:54.798Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T14:43:54.798Z] ++ dirname cmd/core-data/Dockerfile [2021-03-10T14:43:54.798Z] ++ cut -d/ -f2 [2021-03-10T14:43:54.798Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-10T14:43:54.798Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T14:43:54.798Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-10T14:43:54.798Z] ++ cut -d/ -f2 [2021-03-10T14:43:54.798Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-10T14:43:54.798Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T14:43:54.798Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-10T14:43:54.798Z] ++ cut -d/ -f2 [2021-03-10T14:43:54.798Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-10T14:43:54.798Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T14:43:54.798Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-10T14:43:54.798Z] ++ cut -d/ -f2 [2021-03-10T14:43:54.798Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-10T14:43:54.798Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T14:43:54.798Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-10T14:43:54.798Z] ++ cut -d/ -f2 [2021-03-10T14:43:54.798Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-10T14:43:54.798Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T14:43:54.798Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-10T14:43:54.798Z] ++ cut -d/ -f2 [2021-03-10T14:43:54.798Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-10T14:43:54.798Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T14:43:54.798Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-10T14:43:54.798Z] ++ cut -d/ -f2 [2021-03-10T14:43:54.798Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-10T14:43:54.798Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T14:43:54.798Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-10T14:43:54.798Z] ++ cut -d/ -f2 [2021-03-10T14:43:54.798Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-10T14:43:54.878Z] 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-10T14:43:56.511Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T14:43:56.511Z] [2021-03-10T14:43:56.511Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T14:43:56.874Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T14:43:56.875Z] latest: Pulling from edgex-devops/git-semver [2021-03-10T14:43:56.875Z] 31603596830f: Pulling fs layer [2021-03-10T14:43:56.875Z] 2a8b12db71e7: Pulling fs layer [2021-03-10T14:43:56.875Z] 6ca5941a6612: Pulling fs layer [2021-03-10T14:43:56.875Z] ecc8261a40a4: Pulling fs layer [2021-03-10T14:43:56.875Z] ecc8261a40a4: Waiting [2021-03-10T14:43:56.875Z] 2a8b12db71e7: Verifying Checksum [2021-03-10T14:43:56.875Z] 2a8b12db71e7: Download complete [2021-03-10T14:43:57.136Z] 31603596830f: Download complete [2021-03-10T14:43:57.136Z] 6ca5941a6612: Verifying Checksum [2021-03-10T14:43:57.136Z] 6ca5941a6612: Download complete [2021-03-10T14:43:57.136Z] ecc8261a40a4: Verifying Checksum [2021-03-10T14:43:57.136Z] ecc8261a40a4: Download complete [2021-03-10T14:43:57.400Z] 31603596830f: Pull complete [2021-03-10T14:43:57.666Z] 2a8b12db71e7: Pull complete [2021-03-10T14:43:58.615Z] 6ca5941a6612: Pull complete [2021-03-10T14:43:58.615Z] ecc8261a40a4: Pull complete [2021-03-10T14:43:58.615Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-10T14:43:58.881Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T14:43:58.881Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-10T14:43:58.986Z] prd-centos7-docker-4c-2g-29322 does not seem to be running inside a container [2021-03-10T14:43:59.035Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-10T14:44:01.764Z] $ docker top 15d5b34c5f21418ce86af050174d649151934a23046bb011bbaed224a88653ba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-10T14:44:02.227Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-10T14:44:02.227Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-10T14:44:02.494Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-10T14:44:02.498Z] $ docker exec 15d5b34c5f21418ce86af050174d649151934a23046bb011bbaed224a88653ba ssh-agent [2021-03-10T14:44:02.691Z] SSH_AUTH_SOCK=/tmp/ssh-SrWG2B4i90cV/agent.12 [2021-03-10T14:44:02.691Z] SSH_AGENT_PID=18 [2021-03-10T14:44:02.711Z] Running ssh-add (command line suppressed) [2021-03-10T14:44:02.834Z] Identity added: /w/workspace/edgex-go/13@tmp/private_key_4913227066588588577.key (/w/workspace/edgex-go/13@tmp/private_key_4913227066588588577.key) [2021-03-10T14:44:02.892Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-10T14:44:03.240Z] + git tag --points-at HEAD [Pipeline] } [2021-03-10T14:44:03.267Z] $ docker exec --env ******** --env ******** 15d5b34c5f21418ce86af050174d649151934a23046bb011bbaed224a88653ba ssh-agent -k [2021-03-10T14:44:03.380Z] unset SSH_AUTH_SOCK; [2021-03-10T14:44:03.380Z] unset SSH_AGENT_PID; [2021-03-10T14:44:03.380Z] echo Agent pid 18 killed; [2021-03-10T14:44:03.426Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-10T14:44:03.578Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-10T14:44:03.578Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-10T14:44:03.744Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-10T14:44:03.750Z] $ docker exec 15d5b34c5f21418ce86af050174d649151934a23046bb011bbaed224a88653ba ssh-agent [2021-03-10T14:44:03.920Z] SSH_AUTH_SOCK=/tmp/ssh-U4kYyGGfmltU/agent.47 [2021-03-10T14:44:03.920Z] SSH_AGENT_PID=52 [2021-03-10T14:44:03.927Z] Running ssh-add (command line suppressed) [2021-03-10T14:44:04.066Z] Identity added: /w/workspace/edgex-go/13@tmp/private_key_409257103953696404.key (/w/workspace/edgex-go/13@tmp/private_key_409257103953696404.key) [2021-03-10T14:44:04.132Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-10T14:44:04.505Z] + git semver init [2021-03-10T14:44:04.506Z] # -> Open(): unable to determine branch for HEAD [2021-03-10T14:44:04.506Z] # $GIT_DIR = /w/workspace/edgex-go/13/.git [2021-03-10T14:44:04.506Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/13 [2021-03-10T14:44:04.506Z] # $SEMVER_REMOTE_NAME = origin [2021-03-10T14:44:04.506Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-10T14:44:04.506Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-10T14:44:04.506Z] # $SEMVER_BRANCH = PR-3190 [2021-03-10T14:44:04.506Z] # $SEMVER_TEMP = /tmp/semver-709615241 [2021-03-10T14:44:04.506Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-10T14:44:26.538Z] # '/tmp/semver-709615241' -> '/w/workspace/edgex-go/13/.semver' [2021-03-10T14:44:26.538Z] # -> Force: false [2021-03-10T14:44:26.538Z] # $SEMVER_DIR = /w/workspace/edgex-go/13/.semver [Pipeline] } [2021-03-10T14:44:26.549Z] $ docker exec --env ******** --env ******** 15d5b34c5f21418ce86af050174d649151934a23046bb011bbaed224a88653ba ssh-agent -k [2021-03-10T14:44:26.773Z] unset SSH_AUTH_SOCK; [2021-03-10T14:44:26.773Z] unset SSH_AGENT_PID; [2021-03-10T14:44:26.773Z] echo Agent pid 52 killed; [2021-03-10T14:44:26.837Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-10T14:44:27.299Z] + git semver [Pipeline] } [2021-03-10T14:44:27.316Z] $ docker stop --time=1 15d5b34c5f21418ce86af050174d649151934a23046bb011bbaed224a88653ba [2021-03-10T14:44:28.898Z] $ docker rm -f 15d5b34c5f21418ce86af050174d649151934a23046bb011bbaed224a88653ba [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-10T14:44:29.394Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-10T14:44:30.300Z] Stashed 1 file(s) [Pipeline] echo [2021-03-10T14:44:30.304Z] [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-10T14:44:31.341Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-10T14:44:31.641Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-10T14:44:31.946Z] + sudo service docker restart [2021-03-10T14:44:31.946Z] + true [2021-03-10T14:44:31.946Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-10T14:44:32.549Z] ========================================================= [2021-03-10T14:44:32.549Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-10T14:44:32.549Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-10T14:44:32.894Z] + 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-10T14:44:36.230Z] Sending build context to Docker daemon 328.5MB [2021-03-10T14:44:36.230Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-10T14:44:36.230Z] Step 2/6 : FROM ${BASE} [2021-03-10T14:44:36.499Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-10T14:44:36.499Z] 188c0c94c7c5: Pulling fs layer [2021-03-10T14:44:36.499Z] 0ef7d3d256c8: Pulling fs layer [2021-03-10T14:44:36.499Z] de9db76c5a1d: Pulling fs layer [2021-03-10T14:44:36.499Z] bca2f99d35d6: Pulling fs layer [2021-03-10T14:44:36.499Z] 93359f2a8cfa: Pulling fs layer [2021-03-10T14:44:36.499Z] 7c6f9722023f: Pulling fs layer [2021-03-10T14:44:36.499Z] a35cf1a2eb13: Pulling fs layer [2021-03-10T14:44:36.499Z] 93359f2a8cfa: Waiting [2021-03-10T14:44:36.499Z] 7c6f9722023f: Waiting [2021-03-10T14:44:36.499Z] a35cf1a2eb13: Waiting [2021-03-10T14:44:36.499Z] bca2f99d35d6: Waiting [2021-03-10T14:44:36.499Z] de9db76c5a1d: Download complete [2021-03-10T14:44:36.499Z] 0ef7d3d256c8: Verifying Checksum [2021-03-10T14:44:36.499Z] 0ef7d3d256c8: Download complete [2021-03-10T14:44:36.499Z] 93359f2a8cfa: Verifying Checksum [2021-03-10T14:44:36.499Z] 93359f2a8cfa: Download complete [2021-03-10T14:44:36.499Z] 188c0c94c7c5: Verifying Checksum [2021-03-10T14:44:36.499Z] 188c0c94c7c5: Download complete [2021-03-10T14:44:36.499Z] 7c6f9722023f: Verifying Checksum [2021-03-10T14:44:36.499Z] 7c6f9722023f: Download complete [2021-03-10T14:44:37.080Z] 188c0c94c7c5: Pull complete [2021-03-10T14:44:37.342Z] 0ef7d3d256c8: Pull complete [2021-03-10T14:44:37.606Z] de9db76c5a1d: Pull complete [2021-03-10T14:44:39.018Z] a35cf1a2eb13: Download complete [2021-03-10T14:44:39.594Z] bca2f99d35d6: Verifying Checksum [2021-03-10T14:44:39.594Z] bca2f99d35d6: Download complete [2021-03-10T14:44:45.846Z] Still waiting to schedule task [2021-03-10T14:44:45.846Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-10T14:44:46.230Z] bca2f99d35d6: Pull complete [2021-03-10T14:44:46.230Z] 93359f2a8cfa: Pull complete [2021-03-10T14:44:46.230Z] 7c6f9722023f: Pull complete [2021-03-10T14:44:49.546Z] a35cf1a2eb13: Pull complete [2021-03-10T14:44:49.546Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-10T14:44:49.546Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-10T14:44:49.546Z] ---> a62c8e92a672 [2021-03-10T14:44:49.546Z] 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-10T14:44:49.811Z] ---> Running in c1882e1cc22f [2021-03-10T14:44:50.387Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T14:44:51.333Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T14:44:51.596Z] (1/12) Installing libmagic (5.38-r0) [2021-03-10T14:44:52.171Z] (2/12) Installing file (5.38-r0) [2021-03-10T14:44:52.171Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-10T14:44:52.171Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-10T14:44:56.393Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-10T14:44:56.393Z] (6/12) Installing patch (2.7.6-r6) [2021-03-10T14:44:56.393Z] (7/12) Installing build-base (0.5-r2) [2021-03-10T14:44:56.393Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-10T14:44:56.393Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-10T14:44:56.393Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-10T14:44:56.655Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-10T14:44:56.655Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-10T14:44:56.655Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T14:44:56.655Z] OK: 233 MiB in 51 packages [2021-03-10T14:45:00.883Z] Removing intermediate container c1882e1cc22f [2021-03-10T14:45:00.883Z] ---> 3be67e3305ab [2021-03-10T14:45:00.883Z] Step 4/6 : WORKDIR /edgex-go [2021-03-10T14:45:00.883Z] ---> Running in 52a95abeecd4 [2021-03-10T14:45:00.883Z] Removing intermediate container 52a95abeecd4 [2021-03-10T14:45:00.883Z] ---> 106161a3ee6d [2021-03-10T14:45:00.883Z] Step 5/6 : COPY go.mod . [2021-03-10T14:45:00.883Z] ---> 1359d3a2a1ea [2021-03-10T14:45:00.883Z] Step 6/6 : RUN go mod download [2021-03-10T14:45:01.165Z] ---> Running in 4cabdc61445c [2021-03-10T14:45:27.807Z] Removing intermediate container 4cabdc61445c [2021-03-10T14:45:27.807Z] ---> d04c04995b71 [2021-03-10T14:45:27.807Z] Successfully built d04c04995b71 [2021-03-10T14:45:28.072Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T14:45:28.390Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-10T14:45:28.390Z] . [Pipeline] withDockerContainer [2021-03-10T14:45:28.498Z] prd-centos7-docker-4c-2g-29322 does not seem to be running inside a container [2021-03-10T14:45:28.549Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-10T14:45:29.352Z] $ docker top e213f8a8fd73b871cc47c335e0456973b06cbe1d82897c5c3dfcdb37b9ba17e9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T14:45:29.831Z] + go version [2021-03-10T14:45:29.831Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-10T14:45:29.846Z] $ docker stop --time=1 e213f8a8fd73b871cc47c335e0456973b06cbe1d82897c5c3dfcdb37b9ba17e9 [2021-03-10T14:45:31.163Z] $ docker rm -f e213f8a8fd73b871cc47c335e0456973b06cbe1d82897c5c3dfcdb37b9ba17e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T14:45:31.961Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-10T14:45:31.961Z] . [Pipeline] withDockerContainer [2021-03-10T14:45:32.057Z] prd-centos7-docker-4c-2g-29322 does not seem to be running inside a container [2021-03-10T14:45:32.106Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-10T14:45:32.669Z] $ docker top f0550322f1d801f807c8a5062617a7b10e8035cb865ebcab14acd62924016232 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-10T14:45:32.848Z] ========================================================= [2021-03-10T14:45:32.848Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-10T14:45:32.848Z] ========================================================= [Pipeline] sh [2021-03-10T14:45:33.143Z] + make test [2021-03-10T14:45:33.143Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-10T14:45:41.334Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-10T14:45:59.635Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-10T14:46:02.999Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-10T14:46:02.999Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-10T14:46:02.999Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-10T14:46:05.605Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-10T14:46:05.605Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-10T14:46:05.605Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-10T14:46:05.605Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-10T14:46:06.566Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-10T14:46:06.829Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-10T14:46:09.445Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-10T14:46:09.445Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-10T14:46:09.445Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-10T14:46:12.856Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.121s coverage: 45.9% of statements [2021-03-10T14:46:12.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-10T14:46:12.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-10T14:46:12.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-10T14:46:12.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-10T14:46:12.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-10T14:46:12.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-10T14:46:12.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-10T14:46:12.856Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.078s coverage: 100.0% of statements [2021-03-10T14:46:14.101Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.227s coverage: 27.1% of statements [2021-03-10T14:46:14.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-10T14:46:14.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-10T14:46:14.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-10T14:46:14.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-10T14:46:14.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-10T14:46:14.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-10T14:46:14.101Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements [2021-03-10T14:46:14.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-10T14:46:14.101Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.054s coverage: 100.0% of statements [2021-03-10T14:46:14.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-10T14:46:14.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-10T14:46:15.589Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.077s coverage: 71.3% of statements [2021-03-10T14:46:15.589Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-10T14:46:15.589Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-10T14:46:15.855Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.155s coverage: 82.9% of statements [2021-03-10T14:46:15.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-10T14:46:15.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T14:46:15.855Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.054s coverage: 78.9% of statements [2021-03-10T14:46:15.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-10T14:46:18.494Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.344s coverage: 28.6% of statements [2021-03-10T14:46:18.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-10T14:46:18.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-10T14:46:18.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-10T14:46:18.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-10T14:46:18.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-10T14:46:18.494Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.081s coverage: 100.0% of statements [2021-03-10T14:46:18.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-10T14:46:18.494Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.078s coverage: 100.0% of statements [2021-03-10T14:46:18.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-10T14:46:18.494Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.169s coverage: 86.7% of statements [2021-03-10T14:46:18.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-10T14:46:18.494Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.138s coverage: 97.5% of statements [2021-03-10T14:46:18.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-10T14:46:18.494Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.056s coverage: 78.3% of statements [2021-03-10T14:46:18.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-10T14:46:18.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-10T14:46:18.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-10T14:46:18.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-10T14:46:21.113Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.443s coverage: 92.8% of statements [2021-03-10T14:46:21.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-10T14:46:21.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T14:46:21.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-10T14:46:21.113Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-10T14:46:21.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-10T14:46:21.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-10T14:46:21.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-10T14:46:21.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-10T14:46:21.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-10T14:46:21.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-10T14:46:21.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-10T14:46:21.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-10T14:46:21.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-10T14:46:21.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-10T14:46:21.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-10T14:46:21.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-10T14:46:21.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-10T14:46:21.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-10T14:46:21.113Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements [2021-03-10T14:46:21.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-10T14:46:21.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-10T14:46:21.113Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.059s coverage: 0.1% of statements [2021-03-10T14:46:21.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-10T14:46:21.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-10T14:46:21.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-10T14:46:21.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.040s coverage: 47.1% of statements [2021-03-10T14:46:21.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.053s coverage: 79.5% of statements [2021-03-10T14:46:21.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.039s coverage: 94.1% of statements [2021-03-10T14:46:21.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.069s coverage: 96.3% of statements [2021-03-10T14:46:21.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.032s coverage: 87.5% of statements [2021-03-10T14:46:33.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.041s coverage: 94.4% of statements [2021-03-10T14:46:33.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.035s coverage: 44.8% of statements [2021-03-10T14:46:33.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.089s coverage: 81.4% of statements [2021-03-10T14:46:45.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.068s coverage: 92.9% of statements [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-10T14:46:45.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-10T14:46:45.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-10T14:46:45.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-10T14:46:45.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-10T14:46:45.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-03-10T14:46:45.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-03-10T14:46:45.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements [2021-03-10T14:46:45.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.079s coverage: 91.6% of statements [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-10T14:46:45.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.166s coverage: 62.4% of statements [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-10T14:46:45.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-03-10T14:46:45.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-03-10T14:46:45.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-03-10T14:46:45.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.037s coverage: 73.7% of statements [2021-03-10T14:46:45.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements [2021-03-10T14:46:45.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.320s coverage: 69.0% of statements [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-10T14:46:45.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.090s coverage: 38.4% of statements [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-10T14:46:45.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.047s coverage: 89.5% of statements [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-10T14:46:45.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.039s coverage: 84.8% of statements [2021-03-10T14:46:45.678Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.174s coverage: 47.0% of statements [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-10T14:46:45.678Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.063s coverage: 100.0% of statements [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-10T14:46:45.678Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.062s coverage: 100.0% of statements [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-10T14:46:45.678Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.132s coverage: 87.1% of statements [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-10T14:46:45.678Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.704s coverage: 29.1% of statements [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-10T14:46:45.678Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.061s coverage: 99.0% of statements [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-10T14:46:45.678Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.036s coverage: 100.0% of statements [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-10T14:46:45.678Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.076s coverage: 96.5% of statements [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-10T14:46:45.678Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-10T14:46:45.678Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-10T14:46:45.678Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-10T14:46:45.678Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-10T14:46:45.678Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-03-10T14:46:45.678Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements [2021-03-10T14:46:45.678Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-10T14:46:45.678Z] GO111MODULE=on go vet ./... [2021-03-10T14:46:52.540Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29323 in /w/workspace/edgexfoundry_edgex-go_PR-3190 [Pipeline] { [Pipeline] ws [2021-03-10T14:46:52.623Z] Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout [2021-03-10T14:46:57.281Z] using credential edgex-jenkins-ssh [2021-03-10T14:46:57.342Z] Cloning the remote Git repository [2021-03-10T14:46:57.410Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-10T14:46:57.527Z] > git init /w/workspace/edgex-go/13 # timeout=10 [2021-03-10T14:46:57.602Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-10T14:46:57.602Z] > git --version # timeout=10 [2021-03-10T14:46:57.621Z] > git --version # 'git version 2.17.1' [2021-03-10T14:46:57.623Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T14:46:57.701Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T14:47:12.425Z] gofmt -l . [2021-03-10T14:47:12.426Z] [ "`gofmt -l .`" = "" ] [2021-03-10T14:47:12.426Z] ./bin/test-go-mod-tidy.sh [2021-03-10T14:47:12.426Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-10T14:47:13.009Z] + ls -al . [2021-03-10T14:47:13.009Z] total 740 [2021-03-10T14:47:13.009Z] drwxrwxr-x 10 1001 1001 4096 Mar 10 14:47 . [2021-03-10T14:47:13.009Z] drwxr-xr-x 4 root root 30 Mar 10 14:45 .. [2021-03-10T14:47:13.009Z] -rw-rw-r-- 1 1001 1001 11 Mar 10 14:43 .dockerignore [2021-03-10T14:47:13.009Z] drwxrwxr-x 8 1001 1001 179 Mar 10 14:43 .git [2021-03-10T14:47:13.009Z] drwxrwxr-x 3 1001 1001 125 Mar 10 14:43 .github [2021-03-10T14:47:13.009Z] -rw-rw-r-- 1 1001 1001 818 Mar 10 14:43 .gitignore [2021-03-10T14:47:13.009Z] drwx------ 3 1001 1001 60 Mar 10 14:44 .semver [2021-03-10T14:47:13.009Z] -rw-rw-r-- 1 1001 1001 166 Mar 10 14:43 .sonarcloud.properties [2021-03-10T14:47:13.009Z] -rw-rw-r-- 1 1001 1001 8607 Mar 10 14:43 Attribution.txt [2021-03-10T14:47:13.009Z] -rw-rw-r-- 1 1001 1001 3804 Mar 10 14:43 CONTRIBUTING.md [2021-03-10T14:47:13.009Z] -rw-rw-r-- 1 1001 1001 931 Mar 10 14:43 Dockerfile.build [2021-03-10T14:47:13.009Z] -rw-rw-r-- 1 1001 1001 863 Mar 10 14:43 Jenkinsfile [2021-03-10T14:47:13.009Z] -rw-rw-r-- 1 1001 1001 10775 Mar 10 14:43 LICENSE [2021-03-10T14:47:13.009Z] -rw-rw-r-- 1 1001 1001 5774 Mar 10 14:43 Makefile [2021-03-10T14:47:13.009Z] -rw-rw-r-- 1 1001 1001 6548 Mar 10 14:43 README.md [2021-03-10T14:47:13.009Z] -rw-rw-r-- 1 1001 1001 6755 Mar 10 14:43 SECURITY.md [2021-03-10T14:47:13.009Z] -rw-rw-r-- 1 1001 1001 5 Mar 10 14:44 VERSION [2021-03-10T14:47:13.009Z] -rw-rw-r-- 1 1001 1001 4131 Mar 10 14:43 ZMQWindows.md [2021-03-10T14:47:13.009Z] drwxrwxr-x 2 1001 1001 117 Mar 10 14:43 bin [2021-03-10T14:47:13.009Z] drwxrwxr-x 14 1001 1001 4096 Mar 10 14:43 cmd [2021-03-10T14:47:13.009Z] -rw-r--r-- 1 root root 628838 Mar 10 14:46 coverage.out [2021-03-10T14:47:13.009Z] -rw-r--r-- 1 root root 1055 Mar 10 14:47 go.mod [2021-03-10T14:47:13.009Z] -rw-r--r-- 1 root root 21981 Mar 10 14:47 go.sum [2021-03-10T14:47:13.009Z] drwxrwxr-x 8 1001 1001 127 Mar 10 14:43 internal [2021-03-10T14:47:13.009Z] drwxrwxr-x 4 1001 1001 26 Mar 10 14:43 openapi [2021-03-10T14:47:13.009Z] drwxrwxr-x 4 1001 1001 71 Mar 10 14:43 snap [2021-03-10T14:47:13.009Z] -rw-rw-r-- 1 1001 1001 168 Mar 10 14:43 version.go [Pipeline] sh [2021-03-10T14:47:13.573Z] + '[' -e coverage.out ] [2021-03-10T14:47:13.573Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-10T14:47:14.031Z] Stashed 1 file(s) [Pipeline] sh [2021-03-10T14:47:14.330Z] + make build [2021-03-10T14:47:14.331Z] 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-10T14:47:17.648Z] 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-10T14:47:20.900Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-10T14:47:20.925Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T14:47:20.962Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-10T14:47:21.003Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-10T14:47:21.004Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T14:47:21.016Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3190/head:refs/remotes/origin/PR-3190 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T14:47:21.883Z] Merging remotes/origin/master commit e1c877c26fd3ad456d53f84346cbbc11c0c9a37e into PR head commit 452e8e56647e25e17fef4bb2c674b86f1002a156 [2021-03-10T14:47:22.415Z] Merge succeeded, producing 452e8e56647e25e17fef4bb2c674b86f1002a156 [2021-03-10T14:47:22.416Z] Checking out Revision 452e8e56647e25e17fef4bb2c674b86f1002a156 (PR-3190) [2021-03-10T14:47:21.905Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T14:47:21.920Z] > git checkout -f 452e8e56647e25e17fef4bb2c674b86f1002a156 # timeout=10 [2021-03-10T14:47:22.240Z] > git remote # timeout=10 [2021-03-10T14:47:22.262Z] > git config --get remote.origin.url # timeout=10 [2021-03-10T14:47:22.277Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T14:47:22.288Z] > git merge e1c877c26fd3ad456d53f84346cbbc11c0c9a37e # timeout=10 [2021-03-10T14:47:22.358Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-10T14:47:22.425Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T14:47:22.458Z] > git checkout -f 452e8e56647e25e17fef4bb2c674b86f1002a156 # timeout=10 [2021-03-10T14:47:25.867Z] 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-10T14:47:26.441Z] 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-10T14:47:26.940Z] Commit message: "feat(scheduler): Upgrade core-contract lib and update swagger file" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-10T14:47:28.392Z] 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-10T14:47:28.392Z] 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-10T14:47:28.846Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-10T14:47:29.261Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-10T14:47:29.604Z] + + true [2021-03-10T14:47:29.604Z] sudo service docker restart [2021-03-10T14:47:29.795Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-10T14:47:31.660Z] provisioning config files... [2021-03-10T14:47:31.706Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config4923151339419641363tmp [2021-03-10T14:47:31.723Z] 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 [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-10T14:47:32.115Z] ---> docker-login.sh [2021-03-10T14:47:32.115Z] nexus3.edgexfoundry.org:10001 [2021-03-10T14:47:32.672Z] 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-10T14:47:33.096Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T14:47:33.618Z] 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-10T14:47:33.696Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T14:47:33.696Z] Configure a credential helper to remove this warning. See [2021-03-10T14:47:33.696Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T14:47:33.696Z] [2021-03-10T14:47:33.696Z] Login Succeeded [2021-03-10T14:47:33.696Z] nexus3.edgexfoundry.org:10002 [2021-03-10T14:47:33.970Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T14:47:33.970Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T14:47:33.970Z] Configure a credential helper to remove this warning. See [2021-03-10T14:47:33.970Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T14:47:33.970Z] [2021-03-10T14:47:33.970Z] Login Succeeded [2021-03-10T14:47:33.970Z] nexus3.edgexfoundry.org:10003 [2021-03-10T14:47:34.568Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T14:47:34.568Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T14:47:34.568Z] Configure a credential helper to remove this warning. See [2021-03-10T14:47:34.568Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T14:47:34.568Z] [2021-03-10T14:47:34.568Z] Login Succeeded [2021-03-10T14:47:34.568Z] nexus3.edgexfoundry.org:10004 [2021-03-10T14:47:34.575Z] 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-10T14:47:35.166Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T14:47:35.166Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T14:47:35.166Z] Configure a credential helper to remove this warning. See [2021-03-10T14:47:35.166Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T14:47:35.166Z] [2021-03-10T14:47:35.166Z] Login Succeeded [2021-03-10T14:47:35.166Z] docker.io [2021-03-10T14:47:35.763Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T14:47:35.974Z] 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-10T14:47:36.036Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T14:47:36.036Z] Configure a credential helper to remove this warning. See [2021-03-10T14:47:36.036Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T14:47:36.036Z] [2021-03-10T14:47:36.036Z] Login Succeeded [2021-03-10T14:47:36.036Z] ---> docker-login.sh ends [Pipeline] } [2021-03-10T14:47:36.054Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-10T14:47:36.539Z] ========================================================= [2021-03-10T14:47:36.539Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-10T14:47:36.539Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-10T14:47:36.914Z] + 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 . [Pipeline] } [2021-03-10T14:47:37.952Z] $ docker stop --time=1 f0550322f1d801f807c8a5062617a7b10e8035cb865ebcab14acd62924016232 [2021-03-10T14:47:39.550Z] Sending build context to Docker daemon 166.8MB [2021-03-10T14:47:39.550Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-10T14:47:39.550Z] Step 2/6 : FROM ${BASE} [2021-03-10T14:47:39.550Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-10T14:47:39.550Z] 5f621e34cdf4: Pulling fs layer [2021-03-10T14:47:39.550Z] a4357932f1b6: Pulling fs layer [2021-03-10T14:47:39.550Z] 18c013af1878: Pulling fs layer [2021-03-10T14:47:39.550Z] 00ac8860ef70: Pulling fs layer [2021-03-10T14:47:39.550Z] 63d7cb157983: Pulling fs layer [2021-03-10T14:47:39.550Z] b116817d02f9: Pulling fs layer [2021-03-10T14:47:39.550Z] 745a02a5169b: Pulling fs layer [2021-03-10T14:47:39.550Z] 00ac8860ef70: Waiting [2021-03-10T14:47:39.550Z] 63d7cb157983: Waiting [2021-03-10T14:47:39.550Z] b116817d02f9: Waiting [2021-03-10T14:47:39.550Z] 745a02a5169b: Waiting [2021-03-10T14:47:39.550Z] 18c013af1878: Verifying Checksum [2021-03-10T14:47:39.550Z] 18c013af1878: Download complete [2021-03-10T14:47:39.550Z] a4357932f1b6: Download complete [2021-03-10T14:47:39.550Z] 63d7cb157983: Verifying Checksum [2021-03-10T14:47:39.550Z] 63d7cb157983: Download complete [2021-03-10T14:47:39.550Z] b116817d02f9: Download complete [2021-03-10T14:47:39.562Z] $ docker rm -f f0550322f1d801f807c8a5062617a7b10e8035cb865ebcab14acd62924016232 [2021-03-10T14:47:39.838Z] 5f621e34cdf4: Verifying Checksum [2021-03-10T14:47:39.838Z] 5f621e34cdf4: Download complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2021-03-10T14:47:40.438Z] 5f621e34cdf4: Pull complete [Pipeline] script [Pipeline] { [2021-03-10T14:47:41.042Z] a4357932f1b6: Pull complete [2021-03-10T14:47:41.361Z] 18c013af1878: Pull complete [2021-03-10T14:47:42.357Z] 745a02a5169b: Verifying Checksum [2021-03-10T14:47:42.357Z] 745a02a5169b: Download complete [Pipeline] isUnix [Pipeline] sh [2021-03-10T14:47:43.290Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-10T14:47:43.290Z] [2021-03-10T14:47:43.290Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T14:47:43.645Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-10T14:47:43.645Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-10T14:47:43.645Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-10T14:47:43.645Z] ca9280d653b3: Pulling fs layer [2021-03-10T14:47:43.645Z] 7e9c9ca2126c: Pulling fs layer [2021-03-10T14:47:43.803Z] 00ac8860ef70: Verifying Checksum [2021-03-10T14:47:43.803Z] 00ac8860ef70: Download complete [2021-03-10T14:47:44.229Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-10T14:47:44.229Z] cbdbe7a5bc2a: Download complete [2021-03-10T14:47:44.229Z] ca9280d653b3: Verifying Checksum [2021-03-10T14:47:44.229Z] ca9280d653b3: Download complete [2021-03-10T14:47:44.492Z] cbdbe7a5bc2a: Pull complete [2021-03-10T14:47:45.636Z] ca9280d653b3: Pull complete [2021-03-10T14:47:45.914Z] 7e9c9ca2126c: Download complete [2021-03-10T14:47:52.601Z] 7e9c9ca2126c: Pull complete [2021-03-10T14:47:52.601Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-10T14:47:52.601Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-10T14:47:52.601Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-10T14:47:52.752Z] prd-centos7-docker-4c-2g-29322 does not seem to be running inside a container [2021-03-10T14:47:52.802Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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-10T14:47:53.984Z] 00ac8860ef70: Pull complete [2021-03-10T14:47:54.258Z] 63d7cb157983: Pull complete [2021-03-10T14:47:54.854Z] b116817d02f9: Pull complete [2021-03-10T14:47:55.492Z] $ docker top 9f84160d4d66f25ec8a2ea78df12cbdd35819fff7a7e37221b278c040785f2ed -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T14:47:56.020Z] + docker-compose build --help [2021-03-10T14:47:56.020Z] + grep parallel [2021-03-10T14:47:56.964Z] --parallel Build images in parallel. [Pipeline] } [2021-03-10T14:47:56.978Z] $ docker stop --time=1 9f84160d4d66f25ec8a2ea78df12cbdd35819fff7a7e37221b278c040785f2ed [2021-03-10T14:47:58.246Z] 745a02a5169b: Pull complete [2021-03-10T14:47:58.246Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-10T14:47:58.246Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-10T14:47:58.246Z] ---> b7e6874047d6 [2021-03-10T14:47:58.246Z] 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-10T14:47:58.333Z] $ docker rm -f 9f84160d4d66f25ec8a2ea78df12cbdd35819fff7a7e37221b278c040785f2ed [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T14:47:58.952Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-10T14:47:58.953Z] . [Pipeline] withDockerContainer [2021-03-10T14:47:59.049Z] prd-centos7-docker-4c-2g-29322 does not seem to be running inside a container [2021-03-10T14:47:59.095Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-10T14:47:59.852Z] $ docker top 91d9ae49cf436f102f616989097008e7a7338b88cbc53cfe455dd26df9fd994a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T14:48:00.383Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-10T14:48:01.328Z] Building docker-core-command-go ... [2021-03-10T14:48:01.328Z] Building docker-core-data-go ... [2021-03-10T14:48:01.328Z] Building docker-core-metadata-go ... [2021-03-10T14:48:01.328Z] Building docker-security-bootstrapper-go ... [2021-03-10T14:48:01.328Z] Building docker-security-proxy-setup-go ... [2021-03-10T14:48:01.328Z] Building docker-security-secretstore-setup-go ... [2021-03-10T14:48:01.328Z] Building docker-support-notifications-go ... [2021-03-10T14:48:01.328Z] Building docker-support-scheduler-go ... [2021-03-10T14:48:01.328Z] Building docker-sys-mgmt-agent-go ... [2021-03-10T14:48:01.328Z] Building docker-sys-mgmt-agent-go [2021-03-10T14:48:01.328Z] Building docker-core-data-go [2021-03-10T14:48:01.328Z] Building docker-security-proxy-setup-go [2021-03-10T14:48:01.328Z] Building docker-support-scheduler-go [2021-03-10T14:48:01.328Z] Building docker-core-command-go [2021-03-10T14:48:02.585Z] ---> Running in 783126ac8edb [2021-03-10T14:48:03.186Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T14:48:04.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T14:48:04.761Z] (1/12) Installing libmagic (5.38-r0) [2021-03-10T14:48:05.032Z] (2/12) Installing file (5.38-r0) [2021-03-10T14:48:05.032Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-10T14:48:05.304Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-10T14:48:10.696Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-10T14:48:10.696Z] (6/12) Installing patch (2.7.6-r6) [2021-03-10T14:48:10.696Z] (7/12) Installing build-base (0.5-r2) [2021-03-10T14:48:10.696Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-10T14:48:10.696Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-10T14:48:10.696Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-10T14:48:10.696Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-10T14:48:10.696Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-10T14:48:10.696Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T14:48:10.696Z] OK: 217 MiB in 51 packages [2021-03-10T14:48:14.999Z] Removing intermediate container 783126ac8edb [2021-03-10T14:48:15.000Z] ---> 5785f8a7f762 [2021-03-10T14:48:15.000Z] Step 4/6 : WORKDIR /edgex-go [2021-03-10T14:48:15.000Z] ---> Running in 5f945fb91f2b [2021-03-10T14:48:15.273Z] Removing intermediate container 5f945fb91f2b [2021-03-10T14:48:15.273Z] ---> 442570dd284b [2021-03-10T14:48:15.273Z] Step 5/6 : COPY go.mod . [2021-03-10T14:48:15.869Z] ---> 306bb51624ae [2021-03-10T14:48:15.869Z] Step 6/6 : RUN go mod download [2021-03-10T14:48:16.142Z] ---> Running in c706351e125c [2021-03-10T14:48:33.548Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T14:48:33.548Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-10T14:48:33.548Z] ---> d04c04995b71 [2021-03-10T14:48:33.548Z] Step 3/21 : WORKDIR /edgex-go [2021-03-10T14:48:33.840Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T14:48:33.840Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-10T14:48:33.840Z] ---> d04c04995b71 [2021-03-10T14:48:33.840Z] Step 3/22 : WORKDIR /edgex-go [2021-03-10T14:48:33.840Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T14:48:33.840Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T14:48:33.840Z] ---> d04c04995b71 [2021-03-10T14:48:33.840Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T14:48:34.107Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T14:48:34.107Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-10T14:48:34.108Z] ---> d04c04995b71 [2021-03-10T14:48:34.108Z] Step 3/26 : WORKDIR /edgex-go [2021-03-10T14:48:34.108Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T14:48:34.108Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T14:48:34.108Z] ---> d04c04995b71 [2021-03-10T14:48:34.108Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T14:48:36.041Z] ---> Running in 424ec0a009eb [2021-03-10T14:48:36.041Z] ---> Running in 9fddaa241421 [2021-03-10T14:48:36.041Z] ---> Running in bd74a0ea0f6d [2021-03-10T14:48:36.041Z] ---> Running in 1a9a3dba86ac [2021-03-10T14:48:36.041Z] ---> Running in 81462fe29fd8 [2021-03-10T14:48:36.305Z] Removing intermediate container 9fddaa241421 [2021-03-10T14:48:36.305Z] ---> 6e64810769a0 [2021-03-10T14:48:36.305Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T14:48:36.305Z] Removing intermediate container bd74a0ea0f6d [2021-03-10T14:48:36.305Z] ---> c9fa26bff721 [2021-03-10T14:48:36.305Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T14:48:36.305Z] Removing intermediate container 424ec0a009eb [2021-03-10T14:48:36.305Z] ---> 437b4486e714 [2021-03-10T14:48:36.305Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T14:48:36.306Z] Removing intermediate container 81462fe29fd8 [2021-03-10T14:48:36.306Z] ---> 09f717cfea4c [2021-03-10T14:48:36.306Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T14:48:36.575Z] Removing intermediate container 1a9a3dba86ac [2021-03-10T14:48:36.575Z] ---> 51f567f5bcf7 [2021-03-10T14:48:36.575Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T14:48:36.575Z] ---> Running in 624dedfa6c8f [2021-03-10T14:48:36.575Z] ---> Running in afcc005aebe4 [2021-03-10T14:48:36.575Z] ---> Running in 9cdd54731314 [2021-03-10T14:48:36.575Z] ---> Running in 270430f183fa [2021-03-10T14:48:36.575Z] ---> Running in 47cc34929690 [2021-03-10T14:48:39.145Z] Removing intermediate container 9cdd54731314 [2021-03-10T14:48:39.145Z] ---> 82fe3c724da7 [2021-03-10T14:48:39.145Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-10T14:48:39.145Z] Removing intermediate container 624dedfa6c8f [2021-03-10T14:48:39.145Z] ---> 2743c6dd91f2 [2021-03-10T14:48:39.145Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-10T14:48:39.145Z] Removing intermediate container afcc005aebe4 [2021-03-10T14:48:39.145Z] ---> 3b86cda88333 [2021-03-10T14:48:39.145Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-10T14:48:39.145Z] ---> Running in ae75d66807b9 [2021-03-10T14:48:39.145Z] ---> Running in 2103399a4c57 [2021-03-10T14:48:39.145Z] ---> Running in 628c8e7ba9ee [2021-03-10T14:48:39.145Z] Removing intermediate container 270430f183fa [2021-03-10T14:48:39.145Z] ---> 92e2ee53b20a [2021-03-10T14:48:39.145Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-10T14:48:39.145Z] Removing intermediate container 47cc34929690 [2021-03-10T14:48:39.145Z] ---> ffeede05009c [2021-03-10T14:48:39.145Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-10T14:48:39.145Z] ---> Running in d2d8f5d6debf [2021-03-10T14:48:39.407Z] ---> Running in 5709cb24cab4 [2021-03-10T14:48:39.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T14:48:39.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T14:48:39.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T14:48:40.248Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T14:48:40.248Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T14:48:40.825Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T14:48:40.825Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T14:48:40.825Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T14:48:41.087Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T14:48:41.087Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T14:48:41.659Z] OK: 233 MiB in 51 packages [2021-03-10T14:48:41.926Z] OK: 233 MiB in 51 packages [2021-03-10T14:48:41.926Z] OK: 233 MiB in 51 packages [2021-03-10T14:48:42.191Z] Removing intermediate container d2d8f5d6debf [2021-03-10T14:48:42.191Z] ---> 23d71a911b17 [2021-03-10T14:48:42.191Z] Step 6/26 : COPY go.mod . [2021-03-10T14:48:42.461Z] Removing intermediate container 628c8e7ba9ee [2021-03-10T14:48:42.461Z] ---> cacdec6ec4da [2021-03-10T14:48:42.461Z] Step 6/23 : COPY go.mod . [2021-03-10T14:48:42.461Z] ---> 79c756824264 [2021-03-10T14:48:42.461Z] Step 7/26 : RUN go mod download [2021-03-10T14:48:42.461Z] OK: 233 MiB in 51 packages [2021-03-10T14:48:42.461Z] ---> Running in 0271db639552 [2021-03-10T14:48:42.726Z] ---> 2e33d34d1ae8 [2021-03-10T14:48:42.726Z] Step 7/23 : RUN go mod download [2021-03-10T14:48:42.726Z] Removing intermediate container 2103399a4c57 [2021-03-10T14:48:42.726Z] ---> 20243a29fccb [2021-03-10T14:48:42.726Z] Step 6/21 : COPY go.mod . [2021-03-10T14:48:42.726Z] OK: 233 MiB in 51 packages [2021-03-10T14:48:42.726Z] ---> Running in b17c26ca4a15 [2021-03-10T14:48:42.954Z] Removing intermediate container c706351e125c [2021-03-10T14:48:42.954Z] ---> 7e39ded6f97a [2021-03-10T14:48:43.233Z] Successfully built 7e39ded6f97a [2021-03-10T14:48:43.233Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T14:48:43.303Z] ---> 1f76c5414714 [2021-03-10T14:48:43.303Z] Step 7/21 : RUN go mod download [2021-03-10T14:48:43.577Z] + docker inspect -f . ci-base-image-arm64 [2021-03-10T14:48:43.578Z] . [Pipeline] withDockerContainer [2021-03-10T14:48:43.857Z] prd-ubuntu18.04-docker-arm64-4c-16g-29323 does not seem to be running inside a container [2021-03-10T14:48:43.886Z] ---> Running in 126aa5ecf4f8 [2021-03-10T14:48:43.955Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-10T14:48:44.155Z] Removing intermediate container 5709cb24cab4 [2021-03-10T14:48:44.155Z] ---> a2b5f154872d [2021-03-10T14:48:44.155Z] Step 6/22 : COPY go.mod . [2021-03-10T14:48:44.423Z] Removing intermediate container ae75d66807b9 [2021-03-10T14:48:44.423Z] ---> 7ea566a940ff [2021-03-10T14:48:44.423Z] Step 6/23 : COPY go.mod . [2021-03-10T14:48:44.423Z] ---> 868f92b664a8 [2021-03-10T14:48:44.423Z] Step 7/22 : RUN go mod download [2021-03-10T14:48:44.423Z] ---> Running in 1d040226a6ef [2021-03-10T14:48:44.684Z] ---> b81fa521ef35 [2021-03-10T14:48:44.684Z] Step 7/23 : RUN go mod download [2021-03-10T14:48:44.952Z] ---> Running in 297e00720912 [2021-03-10T14:48:44.952Z] Removing intermediate container 0271db639552 [2021-03-10T14:48:44.952Z] ---> 6067464a0e94 [2021-03-10T14:48:44.952Z] Step 8/26 : COPY . . [2021-03-10T14:48:45.425Z] $ docker top 9bbcf94a8c4d0b3a34b02a3191072e24326e6663eba0f556d6e6cda1e22212a5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T14:48:46.461Z] + go version [2021-03-10T14:48:46.462Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-10T14:48:46.487Z] $ docker stop --time=1 9bbcf94a8c4d0b3a34b02a3191072e24326e6663eba0f556d6e6cda1e22212a5 [2021-03-10T14:48:48.456Z] $ docker rm -f 9bbcf94a8c4d0b3a34b02a3191072e24326e6663eba0f556d6e6cda1e22212a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [2021-03-10T14:48:49.193Z] Removing intermediate container b17c26ca4a15 [2021-03-10T14:48:49.193Z] ---> 3584d16efb46 [2021-03-10T14:48:49.193Z] Step 8/23 : COPY . . [Pipeline] isUnix [Pipeline] sh [2021-03-10T14:48:49.463Z] Removing intermediate container 126aa5ecf4f8 [2021-03-10T14:48:49.463Z] ---> 7fb63d11f9ca [2021-03-10T14:48:49.463Z] Step 8/21 : COPY . . [2021-03-10T14:48:49.542Z] + docker inspect -f . ci-base-image-arm64 [2021-03-10T14:48:49.542Z] . [Pipeline] withDockerContainer [2021-03-10T14:48:49.810Z] prd-ubuntu18.04-docker-arm64-4c-16g-29323 does not seem to be running inside a container [2021-03-10T14:48:49.903Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-10T14:48:51.296Z] $ docker top cba8ca31f5b79583a480c92f66b534dc75ec7daed891e48d9a09d42b7d120824 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-10T14:48:51.685Z] ========================================================= [2021-03-10T14:48:51.685Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-10T14:48:51.685Z] ========================================================= [Pipeline] sh [2021-03-10T14:48:52.326Z] + make test [2021-03-10T14:48:52.326Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-10T14:48:56.091Z] Removing intermediate container 1d040226a6ef [2021-03-10T14:48:56.092Z] ---> 877f28fb01f4 [2021-03-10T14:48:56.092Z] Step 8/22 : COPY . . [2021-03-10T14:48:57.505Z] Removing intermediate container 297e00720912 [2021-03-10T14:48:57.505Z] ---> 3961592333ef [2021-03-10T14:48:57.505Z] Step 8/23 : COPY . . [2021-03-10T14:49:14.527Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-10T14:49:29.775Z] ---> 9842c1a4e53e [2021-03-10T14:49:29.775Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-10T14:49:29.775Z] ---> Running in 84e8aca41fc4 [2021-03-10T14:49:31.762Z] 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-10T14:49:33.161Z] ---> 73bf9322ed4a [2021-03-10T14:49:33.161Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-10T14:49:33.161Z] ---> 41b562a029bf [2021-03-10T14:49:33.161Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-10T14:49:33.752Z] ---> 77fd4952cc03 [2021-03-10T14:49:33.752Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-10T14:49:33.752Z] ---> Running in 12f5d0443225 [2021-03-10T14:49:33.752Z] ---> Running in 3b7df4da0fc0 [2021-03-10T14:49:34.023Z] ---> a97dca1e44b7 [2021-03-10T14:49:34.023Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-10T14:49:34.023Z] ---> Running in e507df371b80 [2021-03-10T14:49:34.023Z] ---> Running in 866f1cb1372a [2021-03-10T14:49:35.015Z] 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-10T14:49:35.293Z] 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-10T14:49:35.559Z] 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-10T14:49:35.559Z] 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-10T14:50:02.814Z] Removing intermediate container 84e8aca41fc4 [2021-03-10T14:50:02.814Z] ---> 3abb54a44656 [2021-03-10T14:50:02.814Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-10T14:50:02.814Z] 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-10T14:50:03.086Z] ---> Running in 41af7b73130a [2021-03-10T14:50:04.051Z] 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-10T14:50:08.318Z] Removing intermediate container 41af7b73130a [2021-03-10T14:50:08.318Z] ---> 91eeaec00876 [2021-03-10T14:50:08.318Z] [2021-03-10T14:50:08.318Z] Step 11/26 : FROM docker:20.10.0 [2021-03-10T14:50:08.318Z] 20.10.0: Pulling from library/docker [2021-03-10T14:50:11.250Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-10T14:50:11.250Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-10T14:50:13.672Z] Removing intermediate container 3b7df4da0fc0 [2021-03-10T14:50:13.672Z] ---> cbc8ba8ed6bd [2021-03-10T14:50:13.672Z] [2021-03-10T14:50:13.672Z] Step 10/21 : FROM alpine:3.12 [2021-03-10T14:50:13.672Z] 3.12: Pulling from library/alpine [2021-03-10T14:50:13.672Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-10T14:50:13.672Z] Status: Downloaded newer image for alpine:3.12 [2021-03-10T14:50:13.672Z] ---> 88dd2752d2ea [2021-03-10T14:50:13.672Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-10T14:50:19.535Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-10T14:50:19.535Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-10T14:50:20.289Z] ---> Running in 7b6a74cb17b9 [2021-03-10T14:50:20.554Z] Removing intermediate container 12f5d0443225 [2021-03-10T14:50:20.554Z] ---> 0c8f23778b52 [2021-03-10T14:50:20.554Z] [2021-03-10T14:50:20.554Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T14:50:20.554Z] ---> 88dd2752d2ea [2021-03-10T14:50:20.554Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-10T14:50:20.554Z] Removing intermediate container 866f1cb1372a [2021-03-10T14:50:20.554Z] ---> 3cd107c2f2cc [2021-03-10T14:50:20.554Z] [2021-03-10T14:50:20.554Z] Step 10/22 : FROM alpine:3.12 [2021-03-10T14:50:20.554Z] ---> 88dd2752d2ea [2021-03-10T14:50:20.554Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-10T14:50:20.554Z] Removing intermediate container e507df371b80 [2021-03-10T14:50:20.554Z] ---> 4678327e429e [2021-03-10T14:50:20.554Z] [2021-03-10T14:50:20.554Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T14:50:20.554Z] ---> 88dd2752d2ea [2021-03-10T14:50:20.555Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-10T14:50:20.823Z] ---> Running in 60a64b614472 [2021-03-10T14:50:20.823Z] ---> Running in b618d705072d [2021-03-10T14:50:20.823Z] ---> Running in fe03421dc3df [2021-03-10T14:50:20.986Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-10T14:50:20.986Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-10T14:50:20.987Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-10T14:50:21.090Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T14:50:21.263Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-10T14:50:21.365Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T14:50:21.365Z] Removing intermediate container fe03421dc3df [2021-03-10T14:50:21.365Z] ---> 311f8ba0cd82 [2021-03-10T14:50:21.365Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-10T14:50:21.365Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-10T14:50:21.365Z] ---> Running in 816a48e51633 [2021-03-10T14:50:21.365Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-10T14:50:21.365Z] ---> aefe523efa57 [2021-03-10T14:50:21.365Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-10T14:50:21.365Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-10T14:50:21.365Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T14:50:21.365Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-10T14:50:21.629Z] (4/4) Installing curl (7.69.1-r3) [2021-03-10T14:50:21.629Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T14:50:21.629Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T14:50:21.900Z] OK: 7 MiB in 18 packages [2021-03-10T14:50:21.900Z] ---> Running in 37f86988da1a [2021-03-10T14:50:22.180Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T14:50:22.180Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T14:50:22.180Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T14:50:22.180Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T14:50:22.180Z] Removing intermediate container 816a48e51633 [2021-03-10T14:50:22.180Z] ---> 713fced213ab [2021-03-10T14:50:22.180Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-10T14:50:22.180Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-10T14:50:22.180Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T14:50:22.180Z] OK: 6 MiB in 15 packages [2021-03-10T14:50:22.448Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-10T14:50:22.448Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T14:50:22.448Z] OK: 6 MiB in 15 packages [2021-03-10T14:50:22.448Z] ---> Running in cb3f79214399 [2021-03-10T14:50:22.712Z] Removing intermediate container cb3f79214399 [2021-03-10T14:50:22.712Z] ---> 282aa0d1498c [2021-03-10T14:50:22.712Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T14:50:22.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T14:50:23.235Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T14:50:23.236Z] (1/2) Installing readline (8.0.4-r0) [2021-03-10T14:50:23.236Z] (2/2) Installing bash (5.0.17-r0) [2021-03-10T14:50:23.236Z] Executing bash-5.0.17-r0.post-install [2021-03-10T14:50:23.236Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T14:50:23.236Z] OK: 12 MiB in 22 packages [2021-03-10T14:50:23.501Z] ---> Running in ae3e4e33cec9 [2021-03-10T14:50:23.502Z] Removing intermediate container 7b6a74cb17b9 [2021-03-10T14:50:23.502Z] ---> 06fa0b12e525 [2021-03-10T14:50:23.502Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-10T14:50:23.766Z] ---> Running in e0631b75b13f [2021-03-10T14:50:24.030Z] Removing intermediate container 60a64b614472 [2021-03-10T14:50:24.030Z] ---> 6c57c920b56e [2021-03-10T14:50:24.030Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T14:50:24.030Z] Removing intermediate container b618d705072d [2021-03-10T14:50:24.030Z] ---> 21d790caa4d8 [2021-03-10T14:50:24.030Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T14:50:24.293Z] ---> Running in c0a7a3ace12f [2021-03-10T14:50:24.293Z] ---> Running in 0b4cd63a0df5 [2021-03-10T14:50:24.293Z] Removing intermediate container e0631b75b13f [2021-03-10T14:50:24.293Z] ---> 3ec165786fc1 [2021-03-10T14:50:24.293Z] Step 13/21 : WORKDIR /edgex [2021-03-10T14:50:24.555Z] ---> Running in 51d930def44f [2021-03-10T14:50:24.687Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-10T14:50:24.962Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-10T14:50:25.508Z] Removing intermediate container 37f86988da1a [2021-03-10T14:50:25.508Z] ---> 5a0c8222c890 [2021-03-10T14:50:25.508Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-10T14:50:25.508Z] Removing intermediate container 0b4cd63a0df5 [2021-03-10T14:50:25.508Z] ---> 6108fc16b7d6 [2021-03-10T14:50:25.508Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-10T14:50:25.508Z] Removing intermediate container c0a7a3ace12f [2021-03-10T14:50:25.508Z] ---> 075fbfa365cd [2021-03-10T14:50:25.508Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-10T14:50:25.774Z] ---> Running in f34dc2c23fea [2021-03-10T14:50:25.774Z] ---> Running in e8e1b35fb1f9 [2021-03-10T14:50:25.774Z] ---> Running in b5b303d7576a [2021-03-10T14:50:25.774Z] Removing intermediate container 51d930def44f [2021-03-10T14:50:25.774Z] ---> f927c592d968 [2021-03-10T14:50:25.774Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-10T14:50:26.037Z] Removing intermediate container e8e1b35fb1f9 [2021-03-10T14:50:26.037Z] Removing intermediate container f34dc2c23fea [2021-03-10T14:50:26.037Z] ---> 1b51948b667b [2021-03-10T14:50:26.037Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-10T14:50:26.037Z] ---> 1ba71646417b [2021-03-10T14:50:26.037Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-10T14:50:26.037Z] Removing intermediate container ae3e4e33cec9 [2021-03-10T14:50:26.037Z] ---> ff33e20b155f [2021-03-10T14:50:26.037Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-10T14:50:26.037Z] Removing intermediate container b5b303d7576a [2021-03-10T14:50:26.037Z] ---> 1582d55b8120 [2021-03-10T14:50:26.037Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-10T14:50:26.304Z] ---> Running in c2880586d968 [2021-03-10T14:50:26.304Z] ---> Running in 12d8f9ee24d4 [2021-03-10T14:50:26.304Z] ---> Running in 70b82af36b78 [2021-03-10T14:50:26.304Z] ---> 69fd956273f1 [2021-03-10T14:50:26.304Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-10T14:50:26.304Z] ---> Running in d2b173b5885b [2021-03-10T14:50:26.881Z] Removing intermediate container c2880586d968 [2021-03-10T14:50:26.881Z] ---> 06f86a3f29d7 [2021-03-10T14:50:26.881Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-10T14:50:26.881Z] Removing intermediate container 70b82af36b78 [2021-03-10T14:50:26.881Z] ---> ba98010bfe68 [2021-03-10T14:50:26.881Z] Step 15/23 : WORKDIR / [2021-03-10T14:50:26.881Z] Removing intermediate container d2b173b5885b [2021-03-10T14:50:26.881Z] ---> 217479ad9b8c [2021-03-10T14:50:26.881Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T14:50:26.881Z] ---> a869158a5bfa [2021-03-10T14:50:26.881Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-10T14:50:26.881Z] ---> Running in 2ef2d933c22c [2021-03-10T14:50:27.151Z] ---> Running in a4f517e9993e [2021-03-10T14:50:27.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T14:50:27.151Z] Removing intermediate container 2ef2d933c22c [2021-03-10T14:50:27.151Z] ---> de890f68a2f4 [2021-03-10T14:50:27.151Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-10T14:50:27.416Z] ---> 7a7781b948ee [2021-03-10T14:50:27.416Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-10T14:50:27.416Z] Removing intermediate container a4f517e9993e [2021-03-10T14:50:27.416Z] ---> eeb3403d5ecd [2021-03-10T14:50:27.416Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T14:50:27.416Z] ---> 8a21bcad924b [2021-03-10T14:50:27.416Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-10T14:50:27.679Z] ---> Running in 3ae74705ebd3 [2021-03-10T14:50:27.679Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T14:50:28.255Z] ---> 19d51366f74f [2021-03-10T14:50:28.255Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-10T14:50:28.255Z] ---> f991a5512c9d [2021-03-10T14:50:28.255Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-10T14:50:28.255Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-10T14:50:28.255Z] Removing intermediate container 3ae74705ebd3 [2021-03-10T14:50:28.255Z] ---> f636a4ab15d1 [2021-03-10T14:50:28.255Z] Step 18/21 : CMD ["--init=true"] [2021-03-10T14:50:28.255Z] ---> c6be0909913a [2021-03-10T14:50:28.255Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-10T14:50:28.255Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-10T14:50:28.255Z] ---> Running in 229289e9a88c [2021-03-10T14:50:28.255Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-10T14:50:28.520Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-10T14:50:28.520Z] ---> 5e11768d7711 [2021-03-10T14:50:28.520Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-10T14:50:28.520Z] Removing intermediate container 229289e9a88c [2021-03-10T14:50:28.520Z] ---> c19fcdbf1baf [2021-03-10T14:50:28.520Z] Step 19/21 : LABEL arch=x86_64 [2021-03-10T14:50:28.520Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-10T14:50:28.782Z] ---> f5eac1acbec3 [2021-03-10T14:50:28.782Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-10T14:50:28.782Z] ---> Running in 39a4d71179cf [2021-03-10T14:50:28.782Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-10T14:50:28.782Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T14:50:28.782Z] OK: 8 MiB in 20 packages [2021-03-10T14:50:28.782Z] ---> Running in e7c1a1dc7347 [2021-03-10T14:50:28.782Z] ---> 7ba0b2a2b802 [2021-03-10T14:50:28.782Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-10T14:50:29.045Z] ---> 834688df3704 [2021-03-10T14:50:29.045Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-10T14:50:29.045Z] Removing intermediate container 39a4d71179cf [2021-03-10T14:50:29.045Z] ---> 9faea460858b [2021-03-10T14:50:29.045Z] Step 20/21 : LABEL git_sha=452e8e56647e25e17fef4bb2c674b86f1002a156 [2021-03-10T14:50:29.307Z] ---> Running in 78f0dc6860b7 [2021-03-10T14:50:29.307Z] ---> Running in 0e0e9f7ce929 [2021-03-10T14:50:29.307Z] Removing intermediate container e7c1a1dc7347 [2021-03-10T14:50:29.307Z] ---> 2bc094d336ec [2021-03-10T14:50:29.307Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T14:50:29.570Z] ---> aa2a4297eca1 [2021-03-10T14:50:29.570Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-10T14:50:29.832Z] ---> Running in 44c750d9361b [2021-03-10T14:50:30.100Z] ---> Running in ad15b855bb85 [2021-03-10T14:50:30.100Z] Removing intermediate container 0e0e9f7ce929 [2021-03-10T14:50:30.100Z] ---> 6dcc377e21a9 [2021-03-10T14:50:30.100Z] Step 21/21 : LABEL version=0.0.0 [2021-03-10T14:50:30.100Z] Removing intermediate container 12d8f9ee24d4 [2021-03-10T14:50:30.100Z] ---> d3e6496ff2b8 [2021-03-10T14:50:30.100Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T14:50:30.100Z] Removing intermediate container 44c750d9361b [2021-03-10T14:50:30.100Z] ---> 712cf9114c90 [2021-03-10T14:50:30.100Z] Step 20/22 : LABEL arch=x86_64 [2021-03-10T14:50:30.362Z] ---> Running in 453320ea549b [2021-03-10T14:50:30.362Z] ---> Running in c0da9664fbbf [2021-03-10T14:50:30.362Z] Removing intermediate container ad15b855bb85 [2021-03-10T14:50:30.362Z] ---> d79bbd3ff572 [2021-03-10T14:50:30.362Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T14:50:30.362Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T14:50:30.362Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T14:50:30.626Z] ---> Running in 46c209d4c837 [2021-03-10T14:50:30.626Z] Removing intermediate container 453320ea549b [2021-03-10T14:50:30.626Z] ---> 9ee3257ef30f [2021-03-10T14:50:30.626Z] [2021-03-10T14:50:30.626Z] ---> a05adcb4cdb3 [2021-03-10T14:50:30.626Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-10T14:50:30.626Z] Removing intermediate container c0da9664fbbf [2021-03-10T14:50:30.626Z] ---> 2303b730c908 [2021-03-10T14:50:30.626Z] Step 21/22 : LABEL git_sha=452e8e56647e25e17fef4bb2c674b86f1002a156 [2021-03-10T14:50:30.626Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-10T14:50:30.626Z] (2/33) Installing expat (2.2.9-r1) [2021-03-10T14:50:30.626Z] (3/33) Installing libffi (3.3-r2) [2021-03-10T14:50:30.626Z] (4/33) Installing gdbm (1.13-r1) [2021-03-10T14:50:30.626Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-10T14:50:30.626Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-10T14:50:30.626Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-10T14:50:31.211Z] Successfully built 9ee3257ef30f [2021-03-10T14:50:31.789Z] ---> Running in 7a58c075123d [2021-03-10T14:50:31.789Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-10T14:50:31.789Z] Building docker-security-bootstrapper-go [2021-03-10T14:50:31.789Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 46c209d4c837 [2021-03-10T14:50:31.789Z] ---> 44adc07aee52 [2021-03-10T14:50:31.789Z] Step 21/23 : LABEL arch=x86_64 [2021-03-10T14:50:33.270Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-10T14:50:33.270Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-10T14:50:33.270Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-10T14:50:37.100Z] ---> 39b04a5a5c1a [2021-03-10T14:50:37.100Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-10T14:50:37.100Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-10T14:50:37.100Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-10T14:50:37.100Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-10T14:50:37.100Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-10T14:50:37.100Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-10T14:50:37.100Z] ---> Running in b0fcb705730e [2021-03-10T14:50:37.363Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-10T14:50:38.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.365s coverage: 45.9% of statements [2021-03-10T14:50:38.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-10T14:50:38.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-10T14:50:38.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-10T14:50:38.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-10T14:50:38.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-10T14:50:38.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-10T14:50:38.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-10T14:50:38.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.262s coverage: 100.0% of statements [2021-03-10T14:50:38.756Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-10T14:50:39.701Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-10T14:50:39.964Z] Removing intermediate container 7a58c075123d [2021-03-10T14:50:39.964Z] ---> 88150b6a049c [2021-03-10T14:50:39.964Z] Step 22/22 : LABEL version=0.0.0 [2021-03-10T14:50:39.964Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-10T14:50:40.227Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-10T14:50:40.227Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-10T14:50:40.490Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-10T14:50:40.490Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-10T14:50:40.752Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-10T14:50:41.016Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-10T14:50:41.016Z] ---> Running in 3e8347e9d84b [2021-03-10T14:50:41.016Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-10T14:50:41.016Z] Removing intermediate container b0fcb705730e [2021-03-10T14:50:41.016Z] ---> bb15ef07d8e5 [2021-03-10T14:50:41.016Z] Step 22/23 : LABEL git_sha=452e8e56647e25e17fef4bb2c674b86f1002a156 [2021-03-10T14:50:41.016Z] ---> 50f62079cfad [2021-03-10T14:50:41.016Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-10T14:50:41.281Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-10T14:50:41.858Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-10T14:50:41.858Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-10T14:50:42.810Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-10T14:50:43.081Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-10T14:50:43.352Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-10T14:50:43.352Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-10T14:50:43.352Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-10T14:50:43.620Z] ---> Running in 713690b451e2 [2021-03-10T14:50:43.620Z] ---> Running in 7a7c2ce882cb [2021-03-10T14:50:43.620Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-10T14:50:43.620Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-10T14:50:44.195Z] Removing intermediate container 3e8347e9d84b [2021-03-10T14:50:44.195Z] ---> 8b269b71921b [2021-03-10T14:50:44.195Z] [2021-03-10T14:50:44.461Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T14:50:44.461Z] OK: 71 MiB in 55 packages [2021-03-10T14:50:45.042Z] Successfully built 8b269b71921b [2021-03-10T14:50:46.969Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-10T14:50:46.969Z] Building docker-support-notifications-go [2021-03-10T14:50:46.990Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.540s coverage: 27.1% of statements [2021-03-10T14:50:46.990Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-10T14:50:46.990Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-10T14:50:46.990Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-10T14:50:46.990Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-10T14:50:46.990Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-10T14:50:46.990Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-10T14:50:46.990Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements [2021-03-10T14:50:46.990Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-10T14:50:46.990Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.067s coverage: 100.0% of statements [2021-03-10T14:50:46.990Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-10T14:50:46.990Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-10T14:50:46.990Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.251s coverage: 71.3% of statements [2021-03-10T14:50:46.990Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-10T14:50:46.990Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-10T14:50:47.495Z]  Building docker-support-scheduler-go ... done Removing intermediate container 7a7c2ce882cb [2021-03-10T14:50:47.495Z] ---> 8d710e19fe5c [2021-03-10T14:50:47.495Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T14:50:47.760Z] Removing intermediate container 713690b451e2 [2021-03-10T14:50:47.760Z] ---> 4e5f831c50e6 [2021-03-10T14:50:47.760Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T14:50:49.626Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.528s coverage: 82.9% of statements [2021-03-10T14:50:49.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-10T14:50:49.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T14:50:49.626Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.124s coverage: 78.9% of statements [2021-03-10T14:50:49.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-10T14:50:52.000Z] ---> Running in 4609e111940d [2021-03-10T14:50:52.000Z] ---> Running in 95978d78773f [2021-03-10T14:50:52.948Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T14:50:52.948Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-10T14:50:52.948Z] ---> d04c04995b71 [2021-03-10T14:50:52.948Z] Step 3/31 : WORKDIR /edgex-go [2021-03-10T14:50:52.948Z] ---> Using cache [2021-03-10T14:50:52.948Z] ---> 51f567f5bcf7 [2021-03-10T14:50:52.948Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T14:50:52.948Z] ---> Using cache [2021-03-10T14:50:52.948Z] ---> ffeede05009c [2021-03-10T14:50:52.948Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-10T14:50:52.948Z] ---> Using cache [2021-03-10T14:50:52.948Z] ---> a2b5f154872d [2021-03-10T14:50:52.948Z] Step 6/31 : COPY go.mod . [2021-03-10T14:50:52.948Z] ---> Using cache [2021-03-10T14:50:52.948Z] ---> 868f92b664a8 [2021-03-10T14:50:52.948Z] Step 7/31 : RUN go mod download [2021-03-10T14:50:52.948Z] ---> Using cache [2021-03-10T14:50:52.948Z] ---> 877f28fb01f4 [2021-03-10T14:50:52.948Z] Step 8/31 : COPY . . [2021-03-10T14:50:53.524Z] ---> Using cache [2021-03-10T14:50:53.524Z] ---> a97dca1e44b7 [2021-03-10T14:50:53.524Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-10T14:50:54.476Z] Removing intermediate container 4609e111940d [2021-03-10T14:50:54.476Z] ---> cedb72cf0273 [2021-03-10T14:50:54.476Z] [2021-03-10T14:50:54.476Z] Removing intermediate container 95978d78773f [2021-03-10T14:50:54.476Z] ---> 618b6cf056dc [2021-03-10T14:50:54.476Z] Step 21/23 : LABEL arch=x86_64 [2021-03-10T14:50:55.428Z] ---> Running in dd8a8841d50f [2021-03-10T14:50:55.692Z] Successfully built cedb72cf0273 [2021-03-10T14:50:56.281Z] ---> Running in 65a56f4dc658 [2021-03-10T14:50:56.281Z] Successfully tagged docker-core-command-go:latest [2021-03-10T14:50:56.281Z] Building docker-security-secretstore-setup-go [2021-03-10T14:50:58.874Z]  Building docker-core-command-go ... done 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-10T14:50:58.874Z] Removing intermediate container 65a56f4dc658 [2021-03-10T14:50:58.874Z] ---> 5adeb3ccdae4 [2021-03-10T14:50:58.874Z] Step 22/23 : LABEL git_sha=452e8e56647e25e17fef4bb2c674b86f1002a156 [2021-03-10T14:50:59.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.113s coverage: 28.6% of statements [2021-03-10T14:50:59.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-10T14:50:59.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-10T14:50:59.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-10T14:50:59.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-10T14:50:59.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-10T14:50:59.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.147s coverage: 100.0% of statements [2021-03-10T14:50:59.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-10T14:50:59.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.094s coverage: 100.0% of statements [2021-03-10T14:50:59.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-10T14:50:59.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.299s coverage: 86.7% of statements [2021-03-10T14:50:59.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-10T14:50:59.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.387s coverage: 97.5% of statements [2021-03-10T14:50:59.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-10T14:50:59.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.142s coverage: 78.3% of statements [2021-03-10T14:50:59.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-10T14:50:59.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-10T14:50:59.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-10T14:50:59.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-10T14:50:59.831Z] ---> Running in ae50cbb86020 [2021-03-10T14:51:05.217Z] Removing intermediate container ae50cbb86020 [2021-03-10T14:51:05.217Z] ---> 5806caf1d8a1 [2021-03-10T14:51:05.217Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T14:51:07.844Z] ---> Running in 5fc280352faa [2021-03-10T14:51:08.144Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.208s coverage: 92.8% of statements [2021-03-10T14:51:08.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-10T14:51:08.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T14:51:08.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-10T14:51:08.144Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-10T14:51:08.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-10T14:51:08.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-10T14:51:08.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-10T14:51:08.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-10T14:51:08.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-10T14:51:08.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-10T14:51:08.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-10T14:51:08.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-10T14:51:08.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-10T14:51:08.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-10T14:51:08.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-10T14:51:08.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-10T14:51:08.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-10T14:51:08.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-10T14:51:08.145Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.049s coverage: 58.8% of statements [2021-03-10T14:51:08.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-10T14:51:08.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-10T14:51:08.145Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.195s coverage: 0.1% of statements [2021-03-10T14:51:08.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-10T14:51:08.145Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-10T14:51:08.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-10T14:51:08.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.078s coverage: 47.1% of statements [2021-03-10T14:51:08.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.087s coverage: 79.5% of statements [2021-03-10T14:51:08.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements [2021-03-10T14:51:08.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.093s coverage: 96.3% of statements [2021-03-10T14:51:08.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements [2021-03-10T14:51:08.631Z] Removing intermediate container 5fc280352faa [2021-03-10T14:51:08.631Z] ---> 0515b1937e4f [2021-03-10T14:51:08.631Z] [2021-03-10T14:51:09.188Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T14:51:09.188Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-10T14:51:09.572Z] Successfully built 0515b1937e4f [2021-03-10T14:51:09.572Z] ---> d04c04995b71 [2021-03-10T14:51:09.572Z] Step 3/22 : WORKDIR /edgex-go [2021-03-10T14:51:09.572Z] Successfully tagged docker-core-data-go:latest [2021-03-10T14:51:09.572Z] Building docker-core-metadata-go [2021-03-10T14:51:09.572Z]  Building docker-core-data-go ... done  ---> Using cache [2021-03-10T14:51:09.572Z] ---> 51f567f5bcf7 [2021-03-10T14:51:09.572Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T14:51:09.572Z] ---> Using cache [2021-03-10T14:51:09.572Z] ---> ffeede05009c [2021-03-10T14:51:09.572Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-10T14:51:11.023Z] ---> Running in d5437791ac19 [2021-03-10T14:51:12.957Z] Removing intermediate container 78f0dc6860b7 [2021-03-10T14:51:12.957Z] ---> 1e12fcd401ac [2021-03-10T14:51:12.957Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-10T14:51:16.296Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T14:51:16.560Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T14:51:17.135Z] OK: 233 MiB in 51 packages [2021-03-10T14:51:18.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.098s coverage: 94.4% of statements [2021-03-10T14:51:18.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements [2021-03-10T14:51:18.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.105s coverage: 81.4% of statements [2021-03-10T14:51:18.562Z] ---> Running in 29e6a095c3a2 [2021-03-10T14:51:23.931Z] Removing intermediate container d5437791ac19 [2021-03-10T14:51:23.931Z] ---> 58e9deea3245 [2021-03-10T14:51:23.931Z] Step 6/22 : COPY go.mod . [2021-03-10T14:51:24.893Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T14:51:24.893Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-10T14:51:24.893Z] ---> d04c04995b71 [2021-03-10T14:51:24.893Z] Step 3/24 : WORKDIR /edgex-go [2021-03-10T14:51:24.893Z] ---> Using cache [2021-03-10T14:51:24.893Z] ---> 51f567f5bcf7 [2021-03-10T14:51:24.893Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T14:51:24.893Z] ---> Using cache [2021-03-10T14:51:24.893Z] ---> ffeede05009c [2021-03-10T14:51:24.893Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-10T14:51:24.893Z] ---> Using cache [2021-03-10T14:51:24.893Z] ---> a2b5f154872d [2021-03-10T14:51:24.893Z] Step 6/24 : COPY go.mod . [2021-03-10T14:51:24.893Z] ---> Using cache [2021-03-10T14:51:24.893Z] ---> 868f92b664a8 [2021-03-10T14:51:24.893Z] Step 7/24 : RUN go mod download [2021-03-10T14:51:24.893Z] ---> Using cache [2021-03-10T14:51:24.893Z] ---> 877f28fb01f4 [2021-03-10T14:51:24.893Z] Step 8/24 : COPY . . [2021-03-10T14:51:25.157Z] ---> Using cache [2021-03-10T14:51:25.157Z] ---> a97dca1e44b7 [2021-03-10T14:51:25.157Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-10T14:51:25.738Z] ---> f3e4fbf44dd7 [2021-03-10T14:51:25.738Z] Step 7/22 : RUN go mod download [2021-03-10T14:51:26.325Z] ---> Running in 0367f013f59d [2021-03-10T14:51:26.325Z] ---> Running in 7248ae1fd0f1 [2021-03-10T14:51:28.909Z] 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-10T14:51:28.909Z] Collecting docker-compose==1.23.2 [2021-03-10T14:51:28.909Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-10T14:51:29.502Z] Collecting cached-property<2,>=1.2.0 [2021-03-10T14:51:29.502Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-10T14:51:29.765Z] Collecting texttable<0.10,>=0.9.0 [2021-03-10T14:51:29.765Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-10T14:51:30.088Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T14:51:30.088Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T14:51:30.088Z] ---> d04c04995b71 [2021-03-10T14:51:30.088Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T14:51:30.088Z] ---> Using cache [2021-03-10T14:51:30.088Z] ---> 51f567f5bcf7 [2021-03-10T14:51:30.088Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T14:51:30.088Z] ---> Using cache [2021-03-10T14:51:30.088Z] ---> ffeede05009c [2021-03-10T14:51:30.088Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-10T14:51:30.088Z] ---> Using cache [2021-03-10T14:51:30.088Z] ---> a2b5f154872d [2021-03-10T14:51:30.088Z] Step 6/23 : COPY go.mod . [2021-03-10T14:51:30.088Z] ---> Using cache [2021-03-10T14:51:30.088Z] ---> 868f92b664a8 [2021-03-10T14:51:30.088Z] Step 7/23 : RUN go mod download [2021-03-10T14:51:30.088Z] ---> Using cache [2021-03-10T14:51:30.088Z] ---> 877f28fb01f4 [2021-03-10T14:51:30.088Z] Step 8/23 : COPY . . [2021-03-10T14:51:30.088Z] ---> Using cache [2021-03-10T14:51:30.088Z] ---> a97dca1e44b7 [2021-03-10T14:51:30.088Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-10T14:51:31.517Z] ---> Running in 579ff5ddc139 [2021-03-10T14:51:31.517Z] Collecting docopt<0.7,>=0.6.1 [2021-03-10T14:51:31.517Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-10T14:51:32.480Z] Removing intermediate container 0367f013f59d [2021-03-10T14:51:32.480Z] ---> 66ea250a18b0 [2021-03-10T14:51:32.480Z] Step 8/22 : COPY . . [2021-03-10T14:51:32.480Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-10T14:51:32.480Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-10T14:51:32.480Z] 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-10T14:51:32.747Z] Collecting PyYAML<4,>=3.10 [2021-03-10T14:51:32.747Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-10T14:51:33.014Z] 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-10T14:51:34.064Z] Collecting docker<4.0,>=3.6.0 [2021-03-10T14:51:34.064Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-10T14:51:34.330Z] Removing intermediate container dd8a8841d50f [2021-03-10T14:51:34.330Z] ---> bc626f8f0611 [2021-03-10T14:51:34.330Z] [2021-03-10T14:51:34.330Z] Step 10/31 : FROM alpine:3.12 [2021-03-10T14:51:34.330Z] ---> 88dd2752d2ea [2021-03-10T14:51:34.330Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-10T14:51:36.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.122s coverage: 92.9% of statements [2021-03-10T14:51:36.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-10T14:51:36.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-10T14:51:36.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-10T14:51:36.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements [2021-03-10T14:51:36.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-10T14:51:36.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-10T14:51:36.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-10T14:51:36.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-10T14:51:36.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-10T14:51:36.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements [2021-03-10T14:51:36.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-10T14:51:36.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-10T14:51:36.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements [2021-03-10T14:51:36.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-10T14:51:36.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.099s coverage: 75.5% of statements [2021-03-10T14:51:36.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-10T14:51:36.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements [2021-03-10T14:51:36.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements [2021-03-10T14:51:36.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.128s coverage: 84.6% of statements [2021-03-10T14:51:36.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.184s coverage: 91.6% of statements [2021-03-10T14:51:36.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-10T14:51:36.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.542s coverage: 62.4% of statements [2021-03-10T14:51:36.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-10T14:51:36.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-10T14:51:36.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.074s coverage: 100.0% of statements [2021-03-10T14:51:36.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.078s coverage: 91.3% of statements [2021-03-10T14:51:36.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.061s coverage: 100.0% of statements [2021-03-10T14:51:36.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements [2021-03-10T14:51:36.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements [2021-03-10T14:51:36.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.960s coverage: 69.0% of statements [2021-03-10T14:51:36.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-10T14:51:36.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-10T14:51:36.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-10T14:51:37.668Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-10T14:51:37.668Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-10T14:51:38.633Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.366s coverage: 38.4% of statements [2021-03-10T14:51:38.633Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-10T14:51:38.633Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-10T14:51:38.633Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.101s coverage: 89.5% of statements [2021-03-10T14:51:38.633Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-10T14:51:38.633Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.102s coverage: 84.8% of statements [2021-03-10T14:51:41.024Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-10T14:51:41.024Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-10T14:51:42.453Z] ---> Running in c939ddc97318 [2021-03-10T14:51:42.453Z] Collecting jsonschema<3,>=2.5.1 [2021-03-10T14:51:42.453Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-10T14:51:42.453Z] Collecting docker-pycreds>=0.4.0 [2021-03-10T14:51:42.453Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-10T14:51:42.732Z] 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-10T14:51:42.732Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-10T14:51:42.732Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-10T14:51:44.170Z] Removing intermediate container c939ddc97318 [2021-03-10T14:51:44.170Z] ---> ba96d436a36c [2021-03-10T14:51:44.170Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-10T14:51:44.170Z] 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-10T14:51:45.173Z] Collecting idna<2.8,>=2.5 [2021-03-10T14:51:45.173Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-10T14:51:45.379Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.416s coverage: 47.0% of statements [2021-03-10T14:51:45.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-10T14:51:45.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-10T14:51:45.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-10T14:51:45.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-10T14:51:45.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-10T14:51:45.379Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.157s coverage: 100.0% of statements [2021-03-10T14:51:45.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-10T14:51:45.379Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.133s coverage: 100.0% of statements [2021-03-10T14:51:45.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-10T14:51:45.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-10T14:51:45.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-10T14:51:45.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-10T14:51:45.379Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.450s coverage: 87.1% of statements [2021-03-10T14:51:45.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-10T14:51:45.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T14:51:45.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-10T14:51:45.454Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-10T14:51:45.454Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-10T14:51:45.454Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-10T14:51:45.454Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-10T14:51:45.742Z] Installing collected packages: cached-property, texttable, docopt, websocket-client, PyYAML, urllib3, idna, requests, docker-pycreds, docker, dockerpty, jsonschema, docker-compose [2021-03-10T14:51:45.742Z] Running setup.py install for texttable: started [2021-03-10T14:51:45.742Z] ---> Running in e6b3ddb32372 [2021-03-10T14:51:47.186Z] Running setup.py install for texttable: finished with status 'done' [2021-03-10T14:51:47.186Z] Running setup.py install for docopt: started [2021-03-10T14:51:47.784Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T14:51:47.784Z] Running setup.py install for docopt: finished with status 'done' [2021-03-10T14:51:47.784Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T14:51:48.063Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-10T14:51:48.340Z] (2/2) Installing su-exec (0.2-r1) [2021-03-10T14:51:48.340Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T14:51:48.340Z] OK: 6 MiB in 16 packages [2021-03-10T14:51:48.627Z] Running setup.py install for PyYAML: started [2021-03-10T14:51:49.614Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-10T14:51:49.614Z] Attempting uninstall: urllib3 [2021-03-10T14:51:49.614Z] Found existing installation: urllib3 1.25.9 [2021-03-10T14:51:49.879Z] Uninstalling urllib3-1.25.9: [2021-03-10T14:51:49.879Z] Successfully uninstalled urllib3-1.25.9 [2021-03-10T14:51:51.282Z] Attempting uninstall: idna [2021-03-10T14:51:51.282Z] Found existing installation: idna 2.9 [2021-03-10T14:51:51.282Z] Uninstalling idna-2.9: [2021-03-10T14:51:51.546Z] Successfully uninstalled idna-2.9 [2021-03-10T14:51:52.112Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.296s coverage: 29.1% of statements [2021-03-10T14:51:52.112Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-10T14:51:52.112Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-10T14:51:52.112Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-10T14:51:52.112Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-10T14:51:52.112Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-10T14:51:52.112Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.186s coverage: 99.0% of statements [2021-03-10T14:51:52.112Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-10T14:51:52.112Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.102s coverage: 100.0% of statements [2021-03-10T14:51:52.112Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-10T14:51:52.112Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-10T14:51:52.112Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-10T14:51:52.112Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-10T14:51:52.112Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.246s coverage: 96.5% of statements [2021-03-10T14:51:52.112Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-10T14:51:52.112Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T14:51:52.112Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-10T14:51:52.112Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements [2021-03-10T14:51:52.112Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-10T14:51:52.112Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements [2021-03-10T14:51:52.112Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-10T14:51:52.112Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-10T14:51:52.112Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-10T14:51:52.112Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-10T14:51:52.112Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.093s coverage: 87.9% of statements [2021-03-10T14:51:52.112Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-10T14:51:52.112Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-10T14:51:52.708Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2021-03-10T14:51:52.944Z] Attempting uninstall: requests [2021-03-10T14:51:52.944Z] Found existing installation: requests 2.23.0 [2021-03-10T14:51:52.944Z] Uninstalling requests-2.23.0: [2021-03-10T14:51:52.944Z] Successfully uninstalled requests-2.23.0 [2021-03-10T14:51:52.980Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-03-10T14:51:53.524Z] Removing intermediate container e6b3ddb32372 [2021-03-10T14:51:53.525Z] ---> dbaa64ae0b19 [2021-03-10T14:51:53.525Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-10T14:51:53.956Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-03-10T14:51:54.933Z] GO111MODULE=on go vet ./... [2021-03-10T14:51:55.478Z] ---> Running in bebecbc1fa27 [2021-03-10T14:51:55.478Z] Running setup.py install for dockerpty: started [2021-03-10T14:51:55.478Z] 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-10T14:51:56.075Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-10T14:51:56.075Z] Removing intermediate container bebecbc1fa27 [2021-03-10T14:51:56.075Z] ---> 98077b7c8655 [2021-03-10T14:51:56.075Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-10T14:51:56.339Z] ---> ddb0e66dc0b0 [2021-03-10T14:51:56.339Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-10T14:51:56.608Z] ---> Running in b7d703ff0807 [2021-03-10T14:51:56.608Z] ---> Running in 259050212c75 [2021-03-10T14:51:56.876Z] 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-10T14:51:57.142Z] Removing intermediate container 259050212c75 [2021-03-10T14:51:57.142Z] ---> bf85cf3ea646 [2021-03-10T14:51:57.142Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-10T14:51:57.413Z] ---> Running in e5e6ff132256 [2021-03-10T14:51:57.684Z] 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-10T14:52:01.039Z] Removing intermediate container 29e6a095c3a2 [2021-03-10T14:52:01.039Z] ---> e7b5bdd7a39d [2021-03-10T14:52:01.039Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-10T14:52:01.618Z] Removing intermediate container e5e6ff132256 [2021-03-10T14:52:01.618Z] ---> 2de88277580d [2021-03-10T14:52:01.618Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-10T14:52:01.897Z] ---> Running in df687d8288a7 [2021-03-10T14:52:01.897Z] ---> Running in b36b9c1e2175 [2021-03-10T14:52:02.541Z] Removing intermediate container b36b9c1e2175 [2021-03-10T14:52:02.541Z] ---> 15378ae50256 [2021-03-10T14:52:02.541Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-10T14:52:03.998Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T14:52:03.998Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T14:52:04.267Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T14:52:04.267Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-10T14:52:04.267Z] (3/3) Installing curl (7.69.1-r3) [2021-03-10T14:52:04.267Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T14:52:05.662Z] OK: 72 MiB in 58 packages [2021-03-10T14:52:05.662Z] ---> eee16d937353 [2021-03-10T14:52:05.662Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-10T14:52:05.662Z] Removing intermediate container 7248ae1fd0f1 [2021-03-10T14:52:05.662Z] ---> 08a54ee749cf [2021-03-10T14:52:05.662Z] [2021-03-10T14:52:05.662Z] Step 10/24 : FROM alpine:3.12 [2021-03-10T14:52:05.662Z] ---> 88dd2752d2ea [2021-03-10T14:52:05.662Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-10T14:52:05.930Z] ---> Running in f02282dfe92f [2021-03-10T14:52:06.208Z] ---> Running in 5755f4d100dc [2021-03-10T14:52:06.842Z] Removing intermediate container df687d8288a7 [2021-03-10T14:52:06.842Z] ---> c2f105cd5ee0 [2021-03-10T14:52:06.842Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-10T14:52:07.290Z] ---> Running in 56725f7e2d41 [2021-03-10T14:52:08.772Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T14:52:09.035Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T14:52:09.035Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-10T14:52:09.035Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T14:52:09.035Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-10T14:52:09.301Z] (4/5) Installing curl (7.69.1-r3) [2021-03-10T14:52:09.301Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-10T14:52:09.301Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T14:52:09.301Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T14:52:09.301Z] OK: 7 MiB in 19 packages [2021-03-10T14:52:09.885Z] Removing intermediate container 56725f7e2d41 [2021-03-10T14:52:09.885Z] ---> 5f9b35e939a0 [2021-03-10T14:52:09.885Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T14:52:11.305Z] ---> Running in 58fe66b42e70 [2021-03-10T14:52:11.305Z] Removing intermediate container 579ff5ddc139 [2021-03-10T14:52:11.305Z] ---> dd26dc9cfb02 [2021-03-10T14:52:11.305Z] [2021-03-10T14:52:11.305Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T14:52:11.305Z] ---> 88dd2752d2ea [2021-03-10T14:52:11.305Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-10T14:52:11.305Z] ---> Using cache [2021-03-10T14:52:11.305Z] ---> 21d790caa4d8 [2021-03-10T14:52:11.305Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T14:52:11.305Z] ---> Using cache [2021-03-10T14:52:11.305Z] ---> 6108fc16b7d6 [2021-03-10T14:52:11.305Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-10T14:52:12.275Z] Removing intermediate container 58fe66b42e70 [2021-03-10T14:52:12.275Z] ---> 4150c194456a [2021-03-10T14:52:12.275Z] Step 24/26 : LABEL arch=x86_64 [2021-03-10T14:52:12.275Z] ---> Running in afa8718346d5 [2021-03-10T14:52:12.544Z] Removing intermediate container 5755f4d100dc [2021-03-10T14:52:12.545Z] ---> 9eeb61139bf7 [2021-03-10T14:52:12.545Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-10T14:52:12.545Z] ---> Running in e8ff14048e41 [2021-03-10T14:52:12.817Z] Removing intermediate container afa8718346d5 [2021-03-10T14:52:12.817Z] ---> 05113b0b2341 [2021-03-10T14:52:12.817Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-10T14:52:12.817Z] ---> Running in c05ac81deecb [2021-03-10T14:52:13.081Z] Removing intermediate container f02282dfe92f [2021-03-10T14:52:13.081Z] ---> 642f2413e20a [2021-03-10T14:52:13.081Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T14:52:13.353Z] ---> Running in 810cb911d000 [2021-03-10T14:52:13.353Z] Removing intermediate container e8ff14048e41 [2021-03-10T14:52:13.353Z] ---> c6b88b220418 [2021-03-10T14:52:13.353Z] Step 25/26 : LABEL git_sha=452e8e56647e25e17fef4bb2c674b86f1002a156 [2021-03-10T14:52:13.615Z] Removing intermediate container c05ac81deecb [2021-03-10T14:52:13.615Z] ---> 6103e1308965 [2021-03-10T14:52:13.615Z] Step 13/24 : WORKDIR / [2021-03-10T14:52:13.891Z] ---> e3a758d2acdd [2021-03-10T14:52:13.891Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-10T14:52:13.891Z] ---> Running in b7c9e6c8d9a6 [2021-03-10T14:52:13.891Z] ---> Running in 7cc98528955e [2021-03-10T14:52:13.891Z] Removing intermediate container 810cb911d000 [2021-03-10T14:52:13.891Z] ---> 9b6bde66df41 [2021-03-10T14:52:13.891Z] Step 15/23 : WORKDIR / [2021-03-10T14:52:14.167Z] ---> Running in 8ae2b6c24be5 [2021-03-10T14:52:14.167Z] Removing intermediate container b7c9e6c8d9a6 [2021-03-10T14:52:14.167Z] ---> ab446a8f05db [2021-03-10T14:52:14.167Z] Step 26/26 : LABEL version=0.0.0 [2021-03-10T14:52:14.167Z] Removing intermediate container 7cc98528955e [2021-03-10T14:52:14.167Z] ---> 2113a8e334a7 [2021-03-10T14:52:14.167Z] 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-10T14:52:14.440Z] Removing intermediate container 8ae2b6c24be5 [2021-03-10T14:52:14.440Z] ---> 846af5cbfdfb [2021-03-10T14:52:14.440Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T14:52:14.440Z] ---> Running in 57f009f205ab [2021-03-10T14:52:14.440Z] ---> b0bb93fd7a3f [2021-03-10T14:52:14.440Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-10T14:52:16.375Z] ---> 043abd6a0fc3 [2021-03-10T14:52:16.375Z] 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-10T14:52:16.644Z] Removing intermediate container 57f009f205ab [2021-03-10T14:52:16.644Z] ---> 7727dc65394a [2021-03-10T14:52:16.644Z] [2021-03-10T14:52:16.644Z] ---> 8fb9c5418bcf [2021-03-10T14:52:16.644Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-10T14:52:16.644Z] ---> 7b2d53f104b1 [2021-03-10T14:52:16.644Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-10T14:52:16.911Z] Successfully built 7727dc65394a [2021-03-10T14:52:16.911Z] ---> 29b891658b75 [2021-03-10T14:52:16.911Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-10T14:52:16.911Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-10T14:52:17.176Z]  Building docker-sys-mgmt-agent-go ... done  ---> 11fcb6acad9a [2021-03-10T14:52:17.176Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-10T14:52:19.115Z] ---> 321ea31b621b [2021-03-10T14:52:19.115Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-10T14:52:19.115Z] ---> 6a33cd165b6d [2021-03-10T14:52:19.115Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-10T14:52:19.115Z] ---> 04a86676ee7c [2021-03-10T14:52:19.115Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-10T14:52:19.115Z] Removing intermediate container b7d703ff0807 [2021-03-10T14:52:19.115Z] ---> dfa1ac43f4c4 [2021-03-10T14:52:19.115Z] [2021-03-10T14:52:19.115Z] Step 10/22 : FROM alpine:3.12 [2021-03-10T14:52:19.115Z] ---> 88dd2752d2ea [2021-03-10T14:52:19.115Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-10T14:52:19.115Z] ---> Running in 7ee00f18fe8c [2021-03-10T14:52:19.115Z] ---> 390d2cd20785 [2021-03-10T14:52:19.115Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-10T14:52:19.115Z] ---> Running in acbe2be92d95 [2021-03-10T14:52:19.388Z] ---> c2990285c685 [2021-03-10T14:52:19.388Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-10T14:52:19.388Z] ---> Running in 1c1b0c12928b [2021-03-10T14:52:19.651Z] Removing intermediate container 1c1b0c12928b [2021-03-10T14:52:19.651Z] ---> d82e5e6ed974 [2021-03-10T14:52:19.651Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T14:52:19.651Z] Removing intermediate container acbe2be92d95 [2021-03-10T14:52:19.651Z] ---> d390935756a2 [2021-03-10T14:52:19.651Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-10T14:52:19.916Z] ---> Running in dc18ae3cf91e [2021-03-10T14:52:19.916Z] ---> 25014956fcf3 [2021-03-10T14:52:19.916Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-10T14:52:19.916Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T14:52:20.178Z] ---> 4581639cd153 [2021-03-10T14:52:20.178Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-10T14:52:20.178Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T14:52:20.178Z] Removing intermediate container dc18ae3cf91e [2021-03-10T14:52:20.178Z] ---> 14b429ad5152 [2021-03-10T14:52:20.178Z] Step 21/23 : LABEL arch=x86_64 [2021-03-10T14:52:20.178Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-10T14:52:20.441Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-10T14:52:20.441Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T14:52:20.441Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T14:52:20.704Z] OK: 6 MiB in 16 packages [2021-03-10T14:52:20.705Z] ---> Running in 5913cf52fd36 [2021-03-10T14:52:20.705Z] ---> Running in 29cc1d020594 [2021-03-10T14:52:20.970Z] ---> 94ce67af2915 [2021-03-10T14:52:20.970Z] 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-10T14:52:21.237Z] ---> Running in eb9a1a1d0935 [2021-03-10T14:52:21.237Z] Removing intermediate container 29cc1d020594 [2021-03-10T14:52:21.237Z] ---> 622ae9e86730 [2021-03-10T14:52:21.237Z] Step 22/23 : LABEL git_sha=452e8e56647e25e17fef4bb2c674b86f1002a156 [2021-03-10T14:52:21.237Z] ---> Running in cd9fc916d5f7 [2021-03-10T14:52:22.633Z] Removing intermediate container cd9fc916d5f7 [2021-03-10T14:52:22.633Z] ---> 144b99b697d2 [2021-03-10T14:52:22.633Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T14:52:22.633Z] Removing intermediate container 7ee00f18fe8c [2021-03-10T14:52:22.633Z] ---> 7784dd633776 [2021-03-10T14:52:22.633Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T14:52:22.897Z] ---> Running in e0eac7c1fc6f [2021-03-10T14:52:22.897Z] ---> Running in 8fe7668669de [2021-03-10T14:52:23.164Z] Removing intermediate container e0eac7c1fc6f [2021-03-10T14:52:23.164Z] ---> d5f07f0b339a [2021-03-10T14:52:23.164Z] [2021-03-10T14:52:23.164Z] Successfully built d5f07f0b339a [2021-03-10T14:52:23.164Z] Successfully tagged docker-core-metadata-go:latest [2021-03-10T14:52:23.164Z]  Building docker-core-metadata-go ... done Removing intermediate container 8fe7668669de [2021-03-10T14:52:23.164Z] ---> 22c9a6616991 [2021-03-10T14:52:23.164Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-10T14:52:23.430Z] ---> Running in 905a369439c6 [2021-03-10T14:52:23.430Z] Removing intermediate container 5913cf52fd36 [2021-03-10T14:52:23.430Z] ---> beac9ec74bb6 [2021-03-10T14:52:23.430Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-10T14:52:23.430Z] Removing intermediate container eb9a1a1d0935 [2021-03-10T14:52:23.430Z] ---> cd2e5afeddde [2021-03-10T14:52:23.430Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-10T14:52:23.694Z] ---> Running in fd19f4e462f7 [2021-03-10T14:52:23.694Z] Removing intermediate container 905a369439c6 [2021-03-10T14:52:23.694Z] ---> cfdb16efd340 [2021-03-10T14:52:23.694Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-10T14:52:23.956Z] ---> Running in 804d1876e3ff [2021-03-10T14:52:23.956Z] ---> Running in 4af832720076 [2021-03-10T14:52:23.956Z] Removing intermediate container fd19f4e462f7 [2021-03-10T14:52:23.956Z] ---> 0799999bf11d [2021-03-10T14:52:23.956Z] Step 22/24 : LABEL arch=x86_64 [2021-03-10T14:52:23.956Z] ---> Running in 23deba000ae1 [2021-03-10T14:52:24.219Z] Removing intermediate container 804d1876e3ff [2021-03-10T14:52:24.219Z] ---> 709e16b7ab59 [2021-03-10T14:52:24.219Z] Step 28/31 : CMD ["gate"] [2021-03-10T14:52:24.219Z] Removing intermediate container 4af832720076 [2021-03-10T14:52:24.219Z] ---> 0f4aed73475a [2021-03-10T14:52:24.219Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T14:52:24.793Z] Removing intermediate container 23deba000ae1 [2021-03-10T14:52:24.793Z] ---> 61ed3b3d7e90 [2021-03-10T14:52:24.793Z] Step 23/24 : LABEL git_sha=452e8e56647e25e17fef4bb2c674b86f1002a156 [2021-03-10T14:52:24.793Z] ---> Running in b06959c8dfc7 [2021-03-10T14:52:24.793Z] ---> 1a01b575bb3a [2021-03-10T14:52:24.793Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-10T14:52:24.793Z] ---> Running in 474e9ce12025 [2021-03-10T14:52:24.793Z] Removing intermediate container b06959c8dfc7 [2021-03-10T14:52:24.793Z] ---> 089270a413e7 [2021-03-10T14:52:24.793Z] Step 29/31 : LABEL arch=x86_64 [2021-03-10T14:52:25.371Z] ---> Running in 860482ff02d0 [2021-03-10T14:52:25.371Z] Removing intermediate container 474e9ce12025 [2021-03-10T14:52:25.371Z] ---> 61462bda4826 [2021-03-10T14:52:25.371Z] Step 24/24 : LABEL version=0.0.0 [2021-03-10T14:52:25.371Z] ---> 8367f36550b6 [2021-03-10T14:52:25.371Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-10T14:52:25.371Z] ---> Running in 2eea2578b60b [2021-03-10T14:52:25.371Z] Removing intermediate container 860482ff02d0 [2021-03-10T14:52:25.371Z] ---> 70aaa45e7bb0 [2021-03-10T14:52:25.371Z] Step 30/31 : LABEL git_sha=452e8e56647e25e17fef4bb2c674b86f1002a156 [2021-03-10T14:52:25.634Z] ---> Running in a4f7fbef0c75 [2021-03-10T14:52:25.896Z] Removing intermediate container 2eea2578b60b [2021-03-10T14:52:25.896Z] ---> fa3c25db4b3e [2021-03-10T14:52:25.896Z] [2021-03-10T14:52:25.896Z] ---> c6f476d628b7 [2021-03-10T14:52:25.896Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-10T14:52:26.474Z] ---> Running in db90a8062900 [2021-03-10T14:52:26.474Z] Successfully built fa3c25db4b3e [2021-03-10T14:52:26.474Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-10T14:52:26.474Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container a4f7fbef0c75 [2021-03-10T14:52:26.474Z] ---> 00ee48dc59e7 [2021-03-10T14:52:26.474Z] Step 31/31 : LABEL version=0.0.0 [2021-03-10T14:52:26.736Z] ---> Running in 4e8614a77366 [2021-03-10T14:52:26.736Z] Removing intermediate container db90a8062900 [2021-03-10T14:52:26.736Z] ---> 37e179875cd2 [2021-03-10T14:52:26.736Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T14:52:26.999Z] ---> Running in c12b3268d104 [2021-03-10T14:52:26.999Z] Removing intermediate container 4e8614a77366 [2021-03-10T14:52:26.999Z] ---> bfefa7572874 [2021-03-10T14:52:26.999Z] [2021-03-10T14:52:26.999Z] Removing intermediate container c12b3268d104 [2021-03-10T14:52:26.999Z] ---> dad27bb902d9 [2021-03-10T14:52:26.999Z] Step 20/22 : LABEL arch=x86_64 [2021-03-10T14:52:27.263Z] Successfully built bfefa7572874 [2021-03-10T14:52:27.263Z] ---> Running in cc3b5ace3366 [2021-03-10T14:52:27.263Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-10T14:52:27.263Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container cc3b5ace3366 [2021-03-10T14:52:27.263Z] ---> bdf76a5cf6d1 [2021-03-10T14:52:27.263Z] Step 21/22 : LABEL git_sha=452e8e56647e25e17fef4bb2c674b86f1002a156 [2021-03-10T14:52:27.526Z] ---> Running in ee89517408cc [2021-03-10T14:52:27.526Z] Removing intermediate container ee89517408cc [2021-03-10T14:52:27.526Z] ---> 578d956372e1 [2021-03-10T14:52:27.526Z] Step 22/22 : LABEL version=0.0.0 [2021-03-10T14:52:27.788Z] ---> Running in 7829ff0e2279 [2021-03-10T14:52:27.788Z] Removing intermediate container 7829ff0e2279 [2021-03-10T14:52:27.788Z] ---> 441fbc63543e [2021-03-10T14:52:27.788Z] [2021-03-10T14:52:28.051Z] Successfully built 441fbc63543e [2021-03-10T14:52:28.051Z] Successfully tagged docker-support-notifications-go:latest [2021-03-10T14:52:28.641Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-03-10T14:52:28.664Z] $ docker stop --time=1 91d9ae49cf436f102f616989097008e7a7338b88cbc53cfe455dd26df9fd994a [2021-03-10T14:52:30.247Z] $ docker rm -f 91d9ae49cf436f102f616989097008e7a7338b88cbc53cfe455dd26df9fd994a [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-10T14:52:30.789Z] + docker images [2021-03-10T14:52:30.789Z] + grep docker [2021-03-10T14:52:31.052Z] docker-support-notifications-go latest 441fbc63543e 3 seconds ago 17.8MB [2021-03-10T14:52:31.052Z] docker-security-bootstrapper-go latest bfefa7572874 4 seconds ago 18.7MB [2021-03-10T14:52:31.052Z] docker-security-secretstore-setup-go latest fa3c25db4b3e 5 seconds ago 24.9MB [2021-03-10T14:52:31.052Z] docker-core-metadata-go latest d5f07f0b339a 8 seconds ago 19MB [2021-03-10T14:52:31.052Z] docker-sys-mgmt-agent-go latest 7727dc65394a 14 seconds ago 313MB [2021-03-10T14:52:31.052Z] docker-core-data-go latest 0515b1937e4f About a minute ago 22.6MB [2021-03-10T14:52:31.052Z] docker-core-command-go latest cedb72cf0273 About a minute ago 17.2MB [2021-03-10T14:52:31.052Z] docker-support-scheduler-go latest 8b269b71921b About a minute ago 17.3MB [2021-03-10T14:52:31.052Z] docker-security-proxy-setup-go latest 9ee3257ef30f 2 minutes ago 24.7MB [2021-03-10T14:52:31.052Z] 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-10T14:52:46.898Z] Still waiting to schedule task [2021-03-10T14:52:46.898Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-10T14:53:17.102Z] gofmt -l . [2021-03-10T14:53:17.102Z] [ "`gofmt -l .`" = "" ] [2021-03-10T14:53:17.102Z] ./bin/test-go-mod-tidy.sh [2021-03-10T14:53:17.102Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-10T14:53:17.779Z] + ls -al . [2021-03-10T14:53:17.779Z] total 768 [2021-03-10T14:53:17.779Z] drwxrwxr-x 9 1001 1001 4096 Mar 10 14:53 . [2021-03-10T14:53:17.779Z] drwxr-xr-x 4 root root 4096 Mar 10 14:48 .. [2021-03-10T14:53:17.779Z] -rw-rw-r-- 1 1001 1001 11 Mar 10 14:47 .dockerignore [2021-03-10T14:53:17.779Z] drwxrwxr-x 8 1001 1001 4096 Mar 10 14:47 .git [2021-03-10T14:53:17.779Z] drwxrwxr-x 3 1001 1001 4096 Mar 10 14:47 .github [2021-03-10T14:53:17.779Z] -rw-rw-r-- 1 1001 1001 818 Mar 10 14:47 .gitignore [2021-03-10T14:53:17.779Z] -rw-rw-r-- 1 1001 1001 166 Mar 10 14:47 .sonarcloud.properties [2021-03-10T14:53:17.779Z] -rw-rw-r-- 1 1001 1001 8607 Mar 10 14:47 Attribution.txt [2021-03-10T14:53:17.779Z] -rw-rw-r-- 1 1001 1001 3804 Mar 10 14:47 CONTRIBUTING.md [2021-03-10T14:53:17.779Z] -rw-rw-r-- 1 1001 1001 931 Mar 10 14:47 Dockerfile.build [2021-03-10T14:53:17.779Z] -rw-rw-r-- 1 1001 1001 863 Mar 10 14:47 Jenkinsfile [2021-03-10T14:53:17.779Z] -rw-rw-r-- 1 1001 1001 10775 Mar 10 14:47 LICENSE [2021-03-10T14:53:17.779Z] -rw-rw-r-- 1 1001 1001 5774 Mar 10 14:47 Makefile [2021-03-10T14:53:17.779Z] -rw-rw-r-- 1 1001 1001 6548 Mar 10 14:47 README.md [2021-03-10T14:53:17.779Z] -rw-rw-r-- 1 1001 1001 6755 Mar 10 14:47 SECURITY.md [2021-03-10T14:53:17.779Z] -rw-rw-r-- 1 1001 1001 5 Mar 10 14:44 VERSION [2021-03-10T14:53:17.779Z] -rw-rw-r-- 1 1001 1001 4131 Mar 10 14:47 ZMQWindows.md [2021-03-10T14:53:17.779Z] drwxrwxr-x 2 1001 1001 4096 Mar 10 14:47 bin [2021-03-10T14:53:17.779Z] drwxrwxr-x 14 1001 1001 4096 Mar 10 14:47 cmd [2021-03-10T14:53:17.779Z] -rw-r--r-- 1 root root 628838 Mar 10 14:51 coverage.out [2021-03-10T14:53:17.779Z] -rw-r--r-- 1 root root 1055 Mar 10 14:53 go.mod [2021-03-10T14:53:17.779Z] -rw-r--r-- 1 root root 21981 Mar 10 14:53 go.sum [2021-03-10T14:53:17.779Z] drwxrwxr-x 8 1001 1001 4096 Mar 10 14:47 internal [2021-03-10T14:53:17.779Z] drwxrwxr-x 4 1001 1001 4096 Mar 10 14:47 openapi [2021-03-10T14:53:17.779Z] drwxrwxr-x 4 1001 1001 4096 Mar 10 14:47 snap [2021-03-10T14:53:17.779Z] -rw-rw-r-- 1 1001 1001 168 Mar 10 14:47 version.go [Pipeline] sh [2021-03-10T14:53:18.446Z] + '[' -e coverage.out ] [2021-03-10T14:53:18.446Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-10T14:53:18.531Z] Warning: overwriting stash ‘coverage-report’ [2021-03-10T14:53:19.834Z] Stashed 1 file(s) [Pipeline] sh [2021-03-10T14:53:20.520Z] + make build [2021-03-10T14:53:20.520Z] 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-10T14:53:30.702Z] 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-10T14:53:56.171Z] Running on prd-ubuntu18.04-docker-8c-8g-29324 in /w/workspace/edgexfoundry_edgex-go_PR-3190 [Pipeline] { [Pipeline] ws [2021-03-10T14:53:56.234Z] Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout [2021-03-10T14:53:57.525Z] 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-10T14:53:58.361Z] using credential edgex-jenkins-ssh [2021-03-10T14:53:58.446Z] Cloning the remote Git repository [2021-03-10T14:53:58.507Z] 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-10T14:53:58.474Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-10T14:53:58.535Z] > git init /w/workspace/edgex-go/13 # timeout=10 [2021-03-10T14:53:58.557Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-10T14:53:58.558Z] > git --version # timeout=10 [2021-03-10T14:53:58.563Z] > git --version # 'git version 2.17.1' [2021-03-10T14:53:58.563Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T14:53:58.587Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T14:54:03.926Z] 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-10T14:54:05.360Z] 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-10T14:54:07.426Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-10T14:54:07.437Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T14:54:07.446Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-10T14:54:07.460Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-10T14:54:07.461Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T14:54:07.465Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3190/head:refs/remotes/origin/PR-3190 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T14:54:09.165Z] Merging remotes/origin/master commit e1c877c26fd3ad456d53f84346cbbc11c0c9a37e into PR head commit 452e8e56647e25e17fef4bb2c674b86f1002a156 [2021-03-10T14:54:09.179Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T14:54:09.191Z] > git checkout -f 452e8e56647e25e17fef4bb2c674b86f1002a156 # timeout=10 [2021-03-10T14:54:09.304Z] Merge succeeded, producing 452e8e56647e25e17fef4bb2c674b86f1002a156 [2021-03-10T14:54:09.305Z] Checking out Revision 452e8e56647e25e17fef4bb2c674b86f1002a156 (PR-3190) [2021-03-10T14:54:10.801Z] 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-10T14:54:09.268Z] > git remote # timeout=10 [2021-03-10T14:54:09.275Z] > git config --get remote.origin.url # timeout=10 [2021-03-10T14:54:09.288Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T14:54:09.291Z] > git merge e1c877c26fd3ad456d53f84346cbbc11c0c9a37e # timeout=10 [2021-03-10T14:54:09.301Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-10T14:54:09.311Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T14:54:09.315Z] > git checkout -f 452e8e56647e25e17fef4bb2c674b86f1002a156 # timeout=10 [2021-03-10T14:54:13.004Z] Commit message: "feat(scheduler): Upgrade core-contract lib and update swagger file" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-10T14:54:14.103Z] + echo snap-build.sh [2021-03-10T14:54:14.103Z] snap-build.sh [2021-03-10T14:54:14.103Z] + SNAP_BASE_DIR=. [2021-03-10T14:54:14.103Z] + '[' '!' -z /w/workspace/edgex-go/13 ']' [2021-03-10T14:54:14.103Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/13 [2021-03-10T14:54:14.103Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/13]' [2021-03-10T14:54:14.103Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/13] [2021-03-10T14:54:14.103Z] + cd /w/workspace/edgex-go/13 [2021-03-10T14:54:14.103Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-10T14:54:14.103Z] Reading package lists... [2021-03-10T14:54:14.103Z] Building dependency tree... [2021-03-10T14:54:14.103Z] Reading state information... [2021-03-10T14:54:14.365Z] The following packages were automatically installed and are no longer required: [2021-03-10T14:54:14.366Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-10T14:54:14.366Z] uidmap xdelta3 [2021-03-10T14:54:14.366Z] Use 'sudo apt autoremove' to remove them. [2021-03-10T14:54:14.366Z] The following packages will be REMOVED: [2021-03-10T14:54:14.366Z] lxd* lxd-client* [2021-03-10T14:54:14.628Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-10T14:54:14.628Z] After this operation, 31.7 MB disk space will be freed. [2021-03-10T14:54:15.949Z] (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-10T14:54:15.949Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-10T14:54:16.910Z] Removing lxd dnsmasq configuration [2021-03-10T14:54:16.910Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-10T14:54:16.910Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-10T14:54:17.864Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-10T14:54:18.128Z] (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-10T14:54:18.128Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-10T14:54:19.068Z] 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-10T14:54:19.519Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-10T14:54:19.519Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-10T14:54:20.908Z] + sudo snap remove --purge lxd [2021-03-10T14:54:21.171Z] snap "lxd" is not installed [2021-03-10T14:54:21.171Z] + sudo groupadd --force --system lxd [2021-03-10T14:54:21.171Z] ++ whoami [2021-03-10T14:54:21.171Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-10T14:54:21.171Z] + newgrp - lxd [2021-03-10T14:54:21.171Z] + sudo snap install lxd [2021-03-10T14:54:23.389Z] 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-10T14:54:27.684Z] 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-10T14:54:31.068Z] 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-10T14:54:36.094Z] 2021-03-10T14:54:31Z INFO Waiting for automatic snapd restart... [2021-03-10T14:54:37.788Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-10T14:54:44.515Z] $ docker stop --time=1 cba8ca31f5b79583a480c92f66b534dc75ec7daed891e48d9a09d42b7d120824 [2021-03-10T14:54:47.204Z] $ docker rm -f cba8ca31f5b79583a480c92f66b534dc75ec7daed891e48d9a09d42b7d120824 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T14:54:49.308Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-10T14:54:49.308Z] [2021-03-10T14:54:49.308Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T14:54:49.960Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-10T14:54:50.233Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-10T14:54:50.233Z] 29e5d40040c1: Pulling fs layer [2021-03-10T14:54:50.233Z] 1ce36da41761: Pulling fs layer [2021-03-10T14:54:50.233Z] 25b303627fd3: Pulling fs layer [2021-03-10T14:54:50.233Z] 29e5d40040c1: Verifying Checksum [2021-03-10T14:54:50.233Z] 29e5d40040c1: Download complete [2021-03-10T14:54:50.832Z] 1ce36da41761: Verifying Checksum [2021-03-10T14:54:50.832Z] 1ce36da41761: Download complete [2021-03-10T14:54:50.832Z] 29e5d40040c1: Pull complete [2021-03-10T14:54:52.263Z] 1ce36da41761: Pull complete [2021-03-10T14:54:52.533Z] 25b303627fd3: Verifying Checksum [2021-03-10T14:54:52.533Z] 25b303627fd3: Download complete [2021-03-10T14:55:02.668Z] 25b303627fd3: Pull complete [2021-03-10T14:55:02.668Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-10T14:55:02.668Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-10T14:55:02.668Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-10T14:55:02.933Z] prd-ubuntu18.04-docker-arm64-4c-16g-29323 does not seem to be running inside a container [2021-03-10T14:55:03.003Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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-10T14:55:06.062Z] $ docker top 0d0bf9dd787e9ee7d94cb89f32249d40ff5439326a0fe01d7b8924f88c4f3152 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T14:55:07.139Z] + grep parallel [2021-03-10T14:55:07.139Z] + docker-compose build --help [2021-03-10T14:55:10.512Z] --parallel Build images in parallel. [Pipeline] } [2021-03-10T14:55:10.526Z] $ docker stop --time=1 0d0bf9dd787e9ee7d94cb89f32249d40ff5439326a0fe01d7b8924f88c4f3152 [2021-03-10T14:55:12.434Z] $ docker rm -f 0d0bf9dd787e9ee7d94cb89f32249d40ff5439326a0fe01d7b8924f88c4f3152 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T14:55:13.256Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-10T14:55:13.256Z] . [Pipeline] withDockerContainer [2021-03-10T14:55:13.521Z] prd-ubuntu18.04-docker-arm64-4c-16g-29323 does not seem to be running inside a container [2021-03-10T14:55:13.605Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-10T14:55:14.877Z] lxd 4.11 from Canonical* installed [2021-03-10T14:55:14.877Z] + sudo lxd init --auto [2021-03-10T14:55:14.915Z] $ docker top c7be2e1711c2e32f7dfaeea31a690ca1759fb060958b1b96184de1822989bb7d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T14:55:15.935Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-10T14:55:19.089Z] + sudo snap install --classic snapcraft [2021-03-10T14:55:20.231Z] Building docker-core-command-go ... [2021-03-10T14:55:20.231Z] Building docker-core-data-go ... [2021-03-10T14:55:20.231Z] Building docker-core-metadata-go ... [2021-03-10T14:55:20.231Z] Building docker-security-bootstrapper-go ... [2021-03-10T14:55:20.231Z] Building docker-security-proxy-setup-go ... [2021-03-10T14:55:20.231Z] Building docker-security-secretstore-setup-go ... [2021-03-10T14:55:20.231Z] Building docker-support-notifications-go ... [2021-03-10T14:55:20.231Z] Building docker-support-scheduler-go ... [2021-03-10T14:55:20.231Z] Building docker-sys-mgmt-agent-go ... [2021-03-10T14:55:20.231Z] Building docker-support-notifications-go [2021-03-10T14:55:20.231Z] Building docker-core-command-go [2021-03-10T14:55:20.231Z] Building docker-security-proxy-setup-go [2021-03-10T14:55:20.231Z] Building docker-security-secretstore-setup-go [2021-03-10T14:55:20.231Z] Building docker-core-metadata-go [2021-03-10T14:55:37.216Z] snapcraft 4.5.4 from Canonical* installed [2021-03-10T14:55:37.216Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-10T14:55:37.216Z] + patch --verbose -p1 [2021-03-10T14:55:37.217Z] Hmm... Looks like a unified diff to me... [2021-03-10T14:55:37.217Z] The text leading up to this was: [2021-03-10T14:55:37.217Z] -------------------------- [2021-03-10T14:55:37.217Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-10T14:55:37.217Z] |From: Tony Espy [2021-03-10T14:55:37.217Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-10T14:55:37.217Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-10T14:55:37.217Z] | [2021-03-10T14:55:37.217Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-10T14:55:37.217Z] |optimize the snap CI check run for pull requests. When [2021-03-10T14:55:37.217Z] |applied, it essentially strips out everything (apps and [2021-03-10T14:55:37.217Z] |parts) from the snapcraft.yaml file except those required [2021-03-10T14:55:37.217Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-10T14:55:37.217Z] |catch changes to edgex-go that break the snap build. [2021-03-10T14:55:37.217Z] | [2021-03-10T14:55:37.217Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-10T14:55:37.217Z] |to update this patch file, otherwise it may fail to apply, [2021-03-10T14:55:37.217Z] |resulting in a failed snap build CI check in the associated [2021-03-10T14:55:37.217Z] |pull request. [2021-03-10T14:55:37.217Z] | [2021-03-10T14:55:37.217Z] |Note - in addition to applying this patch, the pipeline also [2021-03-10T14:55:37.217Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-10T14:55:37.217Z] |need to build the finally binary .snap file (and it won't [2021-03-10T14:55:37.217Z] |work with the patch applied). This further reduces the build [2021-03-10T14:55:37.217Z] |time. [2021-03-10T14:55:37.217Z] |--- [2021-03-10T14:55:37.217Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-10T14:55:37.217Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-10T14:55:37.217Z] | [2021-03-10T14:55:37.217Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-10T14:55:37.217Z] |index 1e537489..faf42425 100644 [2021-03-10T14:55:37.217Z] |--- a/snap/snapcraft.yaml [2021-03-10T14:55:37.217Z] |+++ b/snap/snapcraft.yaml [2021-03-10T14:55:37.217Z] -------------------------- [2021-03-10T14:55:37.217Z] patching file snap/snapcraft.yaml [2021-03-10T14:55:37.217Z] Using Plan A... [2021-03-10T14:55:37.217Z] Hunk #1 succeeded at 73. [2021-03-10T14:55:37.217Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-10T14:55:37.217Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-10T14:55:37.217Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-03-10T14:55:37.217Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-03-10T14:55:37.217Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-03-10T14:55:37.217Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-03-10T14:55:37.217Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-03-10T14:55:37.217Z] Hmm... Ignoring the trailing garbage. [2021-03-10T14:55:37.217Z] done [2021-03-10T14:55:37.217Z] + sudo snapcraft prime --use-lxd [2021-03-10T14:55:37.788Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-10T14:55:37.788Z] 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-10T14:55:37.788Z] - README.md [2021-03-10T14:55:37.788Z] - snapcraft.yaml.orig [2021-03-10T14:55:37.788Z] [2021-03-10T14:55:37.788Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-10T14:55:38.361Z] Launching a container. [2021-03-10T14:55:50.605Z] Waiting for container to be ready [2021-03-10T14:55:50.605Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-10T14:55:50.605Z] [2021-03-10T14:55:54.810Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-10T14:55:54.810Z] Waiting for network to be ready... [2021-03-10T14:55:55.383Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-10T14:55:55.383Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-10T14:55:55.383Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-10T14:55:55.383Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-10T14:55:55.651Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-10T14:55:55.651Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-10T14:55:55.651Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-10T14:55:55.651Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-10T14:55:55.651Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-10T14:55:55.651Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-10T14:55:55.912Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-10T14:55:55.912Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-10T14:55:56.172Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-10T14:55:56.434Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-10T14:55:56.434Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-10T14:55:56.434Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-10T14:55:56.434Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-10T14:55:56.434Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-10T14:55:56.694Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-10T14:55:56.956Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-10T14:55:56.956Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-10T14:55:56.956Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-10T14:55:56.956Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-10T14:55:56.956Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-10T14:55:56.956Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-10T14:55:56.956Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-10T14:55:57.216Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-10T14:55:59.131Z] Fetched 24.0 MB in 4s (6005 kB/s) [2021-03-10T14:56:00.093Z] Reading package lists... [2021-03-10T14:56:00.093Z] Reading package lists... [2021-03-10T14:56:00.354Z] Building dependency tree... [2021-03-10T14:56:00.354Z] Reading state information... [2021-03-10T14:56:00.354Z] The following additional packages will be installed: [2021-03-10T14:56:00.354Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-10T14:56:00.354Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-10T14:56:00.354Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-10T14:56:00.354Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-10T14:56:00.354Z] Suggested packages: [2021-03-10T14:56:00.354Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-10T14:56:00.354Z] Recommended packages: [2021-03-10T14:56:00.354Z] gnupg libsasl2-modules [2021-03-10T14:56:00.354Z] The following NEW packages will be installed: [2021-03-10T14:56:00.354Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-10T14:56:00.354Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-10T14:56:00.354Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-10T14:56:00.354Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-10T14:56:00.354Z] The following packages will be upgraded: [2021-03-10T14:56:00.354Z] gpg gpg-agent gpgconf libudev1 [2021-03-10T14:56:00.618Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-10T14:56:00.618Z] Need to get 3530 kB of archives. [2021-03-10T14:56:00.618Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-10T14:56:00.618Z] 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-10T14:56:00.618Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-10T14:56:00.618Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-10T14:56:00.618Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-10T14:56:00.618Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-10T14:56:00.879Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-10T14:56:01.454Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-10T14:56:01.454Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-10T14:56:01.454Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-10T14:56:01.454Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-10T14:56:01.454Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-10T14:56:01.454Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-10T14:56:01.454Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-10T14:56:01.454Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-10T14:56:01.454Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-10T14:56:01.454Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-10T14:56:01.454Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-10T14:56:01.454Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-10T14:56:01.454Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-10T14:56:01.454Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-10T14:56:01.454Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-10T14:56:01.454Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-10T14:56:01.715Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T14:56:01.715Z] Fetched 3530 kB in 1s (2896 kB/s) [2021-03-10T14:56:01.715Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-10T14:56:01.715Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-10T14:56:01.975Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-10T14:56:01.975Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-10T14:56:01.975Z] Selecting previously unselected package udev. [2021-03-10T14:56:01.975Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-10T14:56:01.975Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-10T14:56:02.236Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-10T14:56:02.498Z] Selecting previously unselected package libfuse2:amd64. [2021-03-10T14:56:02.498Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-10T14:56:02.498Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-10T14:56:02.498Z] Selecting previously unselected package fuse. [2021-03-10T14:56:02.498Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-10T14:56:02.498Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-10T14:56:02.759Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-10T14:56:02.759Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-10T14:56:02.759Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-10T14:56:02.759Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-10T14:56:03.020Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-10T14:56:03.020Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-10T14:56:03.020Z] Selecting previously unselected package libksba8:amd64. [2021-03-10T14:56:03.020Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-10T14:56:03.020Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-10T14:56:03.280Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-10T14:56:03.280Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T14:56:03.280Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T14:56:03.280Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-10T14:56:03.280Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T14:56:03.281Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T14:56:03.281Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-10T14:56:03.281Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T14:56:03.281Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T14:56:03.853Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-10T14:56:03.853Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T14:56:03.853Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T14:56:03.853Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-10T14:56:03.853Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T14:56:03.853Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T14:56:04.115Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-10T14:56:04.115Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T14:56:04.115Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T14:56:04.115Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-10T14:56:04.115Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T14:56:04.115Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T14:56:04.115Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-10T14:56:04.115Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T14:56:04.115Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T14:56:04.376Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-10T14:56:04.376Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T14:56:04.376Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T14:56:04.376Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-10T14:56:04.376Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-10T14:56:04.376Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-10T14:56:04.376Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-10T14:56:04.376Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-10T14:56:04.376Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-10T14:56:04.376Z] Selecting previously unselected package libldap-common. [2021-03-10T14:56:04.376Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-10T14:56:04.376Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-10T14:56:04.637Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-10T14:56:04.637Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-10T14:56:04.637Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-10T14:56:04.637Z] Selecting previously unselected package dirmngr. [2021-03-10T14:56:04.637Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-10T14:56:04.637Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-10T14:56:04.898Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-10T14:56:04.898Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-10T14:56:04.898Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-10T14:56:04.898Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-10T14:56:04.898Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-10T14:56:05.164Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-10T14:56:05.164Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T14:56:05.164Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-10T14:56:05.164Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-10T14:56:05.164Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-10T14:56:05.736Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-10T14:56:05.736Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T14:56:05.736Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-10T14:56:05.736Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-10T14:56:05.736Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-10T14:56:05.998Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T14:56:05.998Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T14:56:05.998Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T14:56:05.998Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T14:56:05.998Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T14:56:05.998Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T14:56:05.998Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T14:56:05.998Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-10T14:56:05.998Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-10T14:56:06.259Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-10T14:56:06.519Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-10T14:56:06.519Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-10T14:56:06.519Z] This means they are not meant to be enabled using systemctl. [2021-03-10T14:56:06.519Z] Possible reasons for having this kind of units are: [2021-03-10T14:56:06.519Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-10T14:56:06.519Z] .wants/ or .requires/ directory. [2021-03-10T14:56:06.519Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-10T14:56:06.519Z] a requirement dependency on it. [2021-03-10T14:56:06.519Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-10T14:56:06.519Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-10T14:56:06.519Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-10T14:56:06.519Z] instance name specified. [2021-03-10T14:56:07.093Z] Reading package lists... [2021-03-10T14:56:07.093Z] Building dependency tree... [2021-03-10T14:56:07.093Z] Reading state information... [2021-03-10T14:56:07.093Z] The following additional packages will be installed: [2021-03-10T14:56:07.093Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-10T14:56:07.093Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-10T14:56:07.093Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-10T14:56:07.093Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-10T14:56:07.093Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-10T14:56:07.093Z] Suggested packages: [2021-03-10T14:56:07.093Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-10T14:56:07.094Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-10T14:56:07.094Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-10T14:56:07.094Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-10T14:56:07.094Z] systemd-container policykit-1 [2021-03-10T14:56:07.094Z] Recommended packages: [2021-03-10T14:56:07.094Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-10T14:56:07.094Z] The following NEW packages will be installed: [2021-03-10T14:56:07.094Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-10T14:56:07.355Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-10T14:56:07.355Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-10T14:56:07.355Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-10T14:56:07.355Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-10T14:56:07.355Z] The following packages will be upgraded: [2021-03-10T14:56:07.355Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-10T14:56:07.355Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-10T14:56:07.355Z] Need to get 35.2 MB of archives. [2021-03-10T14:56:07.355Z] After this operation, 141 MB of additional disk space will be used. [2021-03-10T14:56:07.355Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-10T14:56:07.355Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-10T14:56:07.355Z] 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-10T14:56:07.355Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-10T14:56:07.355Z] 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-10T14:56:07.615Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-10T14:56:07.615Z] 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-10T14:56:07.615Z] 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-10T14:56:07.615Z] 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-10T14:56:07.615Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-10T14:56:07.615Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-10T14:56:07.615Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-10T14:56:07.615Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-10T14:56:07.615Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-10T14:56:07.615Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-10T14:56:07.615Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-10T14:56:07.615Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-10T14:56:07.615Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-10T14:56:07.615Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-10T14:56:08.186Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-10T14:56:08.186Z] 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-10T14:56:08.186Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-10T14:56:08.186Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-10T14:56:08.186Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-10T14:56:08.186Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-10T14:56:08.186Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-10T14:56:08.186Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-10T14:56:08.186Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-10T14:56:08.447Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-10T14:56:08.447Z] 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-10T14:56:08.447Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T14:56:08.707Z] Fetched 35.2 MB in 1s (28.8 MB/s) [2021-03-10T14:56:08.707Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-10T14:56:08.707Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-10T14:56:08.968Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-10T14:56:09.541Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-10T14:56:09.541Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-10T14:56:09.541Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-10T14:56:09.803Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-10T14:56:09.804Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-10T14:56:09.804Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-10T14:56:10.064Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-10T14:56:10.064Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-10T14:56:10.064Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-10T14:56:10.325Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-10T14:56:10.586Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-10T14:56:10.586Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-10T14:56:10.847Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-10T14:56:11.109Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-10T14:56:11.109Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-10T14:56:11.109Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-10T14:56:11.370Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-10T14:56:11.370Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-10T14:56:11.370Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-10T14:56:11.630Z] Selecting previously unselected package libexpat1:amd64. [2021-03-10T14:56:11.630Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-10T14:56:11.630Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-10T14:56:11.630Z] Selecting previously unselected package python3.6-minimal. [2021-03-10T14:56:11.630Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-10T14:56:11.630Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-10T14:56:11.890Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-10T14:56:12.151Z] Checking for services that may need to be restarted...done. [2021-03-10T14:56:12.151Z] Checking for services that may need to be restarted...done. [2021-03-10T14:56:12.151Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-10T14:56:12.151Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-10T14:56:12.151Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-10T14:56:12.722Z] Selecting previously unselected package python3-minimal. [2021-03-10T14:56:12.722Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-10T14:56:12.722Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-10T14:56:12.722Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-10T14:56:12.722Z] Selecting previously unselected package mime-support. [2021-03-10T14:56:12.722Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-10T14:56:12.722Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-10T14:56:12.984Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-10T14:56:12.985Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-10T14:56:12.985Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-10T14:56:12.985Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-10T14:56:12.985Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-10T14:56:12.985Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-10T14:56:13.247Z] Selecting previously unselected package python3.6. [2021-03-10T14:56:13.247Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-10T14:56:13.247Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-10T14:56:13.507Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-10T14:56:13.507Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-10T14:56:13.507Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-10T14:56:13.507Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-10T14:56:14.083Z] Selecting previously unselected package python3. [2021-03-10T14:56:14.083Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-10T14:56:14.083Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-10T14:56:14.083Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-10T14:56:14.083Z] Selecting previously unselected package multiarch-support. [2021-03-10T14:56:14.345Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-10T14:56:14.345Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-10T14:56:14.345Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-10T14:56:14.345Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-10T14:56:14.345Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-10T14:56:14.345Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-10T14:56:14.345Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-10T14:56:14.607Z] Selecting previously unselected package libbsd0:amd64. [2021-03-10T14:56:14.607Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-10T14:56:14.607Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-10T14:56:14.607Z] Selecting previously unselected package sudo. [2021-03-10T14:56:14.607Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-10T14:56:14.607Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-10T14:56:14.865Z] Selecting previously unselected package apparmor. [2021-03-10T14:56:14.865Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-10T14:56:14.865Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-10T14:56:14.865Z] Selecting previously unselected package libedit2:amd64. [2021-03-10T14:56:14.865Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-10T14:56:14.865Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-10T14:56:15.126Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-10T14:56:15.126Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-10T14:56:15.126Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-10T14:56:15.126Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-10T14:56:15.126Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-10T14:56:15.126Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-10T14:56:15.387Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-10T14:56:15.387Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-10T14:56:15.387Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-10T14:56:15.387Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-10T14:56:15.387Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-10T14:56:15.387Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-10T14:56:15.647Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-10T14:56:15.647Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-10T14:56:15.647Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-10T14:56:15.647Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-10T14:56:15.647Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-10T14:56:15.647Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-10T14:56:15.908Z] Selecting previously unselected package openssh-client. [2021-03-10T14:56:15.908Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-10T14:56:15.908Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-10T14:56:16.169Z] Selecting previously unselected package squashfs-tools. [2021-03-10T14:56:16.169Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-10T14:56:16.169Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-10T14:56:16.169Z] Selecting previously unselected package snapd. [2021-03-10T14:56:16.169Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-10T14:56:16.169Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-10T14:56:18.077Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-10T14:56:18.077Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-10T14:56:18.077Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-10T14:56:18.338Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-10T14:56:18.338Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-10T14:56:18.338Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-10T14:56:18.338Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-10T14:56:18.338Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-10T14:56:18.338Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-10T14:56:20.259Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-10T14:56:20.259Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-10T14:56:20.259Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-10T14:56:20.259Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-10T14:56:20.259Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-10T14:56:20.259Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-10T14:56:20.830Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-10T14:56:20.830Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-10T14:56:20.830Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-10T14:56:20.830Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-10T14:56:21.092Z] running python rtupdate hooks for python3.6... [2021-03-10T14:56:21.092Z] running python post-rtupdate hooks for python3.6... [2021-03-10T14:56:21.092Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-10T14:56:22.477Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-10T14:56:22.737Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-10T14:56:22.737Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-10T14:56:22.997Z] Setting up snapd (2.48.3+18.04) ... [2021-03-10T14:56:23.257Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-10T14:56:23.520Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-10T14:56:23.520Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-10T14:56:23.781Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-10T14:56:24.042Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-10T14:56:24.042Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-10T14:56:24.303Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-10T14:56:24.303Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-10T14:56:24.566Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-10T14:56:24.826Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-10T14:56:24.826Z] /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-10T14:56:24.826Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-10T14:56:24.826Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-10T14:56:26.211Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-10T14:56:26.211Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-10T14:56:26.211Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-10T14:56:27.414Z] Reading package lists... [2021-03-10T14:56:27.414Z] Reading package lists... [2021-03-10T14:56:27.675Z] Building dependency tree... [2021-03-10T14:56:27.675Z] Reading state information... [2021-03-10T14:56:27.675Z] Calculating upgrade... [2021-03-10T14:56:27.675Z] The following packages will be upgraded: [2021-03-10T14:56:27.675Z] advancecomp base-files bash binutils binutils-common [2021-03-10T14:56:27.675Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-10T14:56:27.675Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-10T14:56:27.675Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-10T14:56:27.675Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-10T14:56:27.675Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-10T14:56:27.675Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-10T14:56:27.675Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-10T14:56:27.675Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-10T14:56:27.675Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-10T14:56:27.675Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-10T14:56:27.675Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-10T14:56:27.675Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-10T14:56:27.675Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-10T14:56:27.675Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-10T14:56:27.936Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-10T14:56:27.936Z] Need to get 63.8 MB of archives. [2021-03-10T14:56:27.936Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-10T14:56:27.936Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-10T14:56:27.936Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-10T14:56:28.877Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-10T14:56:28.877Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-10T14:56:28.877Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-10T14:56:28.877Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-10T14:56:28.877Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-10T14:56:28.877Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-10T14:56:28.877Z] 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-10T14:56:28.877Z] 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-10T14:56:28.877Z] 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-10T14:56:28.877Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-10T14:56:28.877Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-10T14:56:28.877Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-10T14:56:28.877Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-10T14:56:28.877Z] 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-10T14:56:28.877Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-10T14:56:28.877Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-10T14:56:28.877Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-10T14:56:28.877Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-10T14:56:28.877Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-10T14:56:28.877Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-10T14:56:28.877Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-10T14:56:28.877Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-10T14:56:28.877Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-10T14:56:28.877Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-10T14:56:28.877Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-10T14:56:28.877Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-10T14:56:28.877Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-10T14:56:28.877Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-10T14:56:28.877Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-10T14:56:28.877Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-10T14:56:28.877Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-10T14:56:28.877Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-10T14:56:28.877Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-10T14:56:28.877Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-10T14:56:28.877Z] 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-10T14:56:28.877Z] 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-10T14:56:28.877Z] 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-10T14:56:28.877Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-10T14:56:29.138Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-10T14:56:29.138Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-10T14:56:29.138Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-10T14:56:29.138Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-10T14:56:29.138Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-10T14:56:29.138Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-10T14:56:29.138Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-10T14:56:29.138Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-10T14:56:29.138Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-10T14:56:29.138Z] 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-10T14:56:29.138Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-10T14:56:29.138Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-10T14:56:29.138Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-10T14:56:29.138Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-10T14:56:29.138Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-10T14:56:29.138Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-10T14:56:29.138Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-10T14:56:29.138Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-10T14:56:29.138Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-10T14:56:29.138Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-10T14:56:29.138Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-10T14:56:29.399Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-10T14:56:29.399Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-10T14:56:29.399Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-10T14:56:29.399Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-10T14:56:29.399Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-10T14:56:29.399Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-10T14:56:29.399Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-10T14:56:29.399Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-10T14:56:29.399Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-10T14:56:29.399Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-10T14:56:29.399Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-10T14:56:29.399Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-10T14:56:29.399Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-10T14:56:29.399Z] 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-10T14:56:29.399Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-10T14:56:29.399Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-10T14:56:29.399Z] 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-10T14:56:29.399Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-10T14:56:29.399Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-10T14:56:29.399Z] 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-10T14:56:29.399Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-10T14:56:29.399Z] 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-10T14:56:29.399Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-10T14:56:29.659Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-10T14:56:29.659Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-10T14:56:29.659Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-10T14:56:29.659Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-10T14:56:29.659Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-10T14:56:29.659Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-10T14:56:29.920Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-10T14:56:30.491Z] 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-10T14:56:30.491Z] 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-10T14:56:30.491Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-10T14:56:30.752Z] 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-10T14:56:30.752Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-10T14:56:30.752Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-10T14:56:30.752Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-10T14:56:30.752Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-10T14:56:31.013Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T14:56:31.013Z] Fetched 63.8 MB in 3s (20.8 MB/s) [2021-03-10T14:56:31.013Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T14:56:31.013Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-10T14:56:31.013Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-10T14:56:32.003Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-10T14:56:32.003Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-10T14:56:32.003Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-10T14:56:32.003Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-10T14:56:32.575Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T14:56:32.575Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T14:56:32.836Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T14:56:32.836Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T14:56:33.097Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T14:56:33.097Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T14:56:33.097Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T14:56:33.097Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T14:56:33.361Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T14:56:33.361Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T14:56:33.361Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T14:56:33.361Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T14:56:33.361Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T14:56:33.621Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T14:56:33.621Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T14:56:33.621Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-10T14:56:33.621Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T14:56:33.621Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-10T14:56:33.882Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-10T14:56:33.882Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-10T14:56:33.882Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T14:56:33.882Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T14:56:34.141Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T14:56:34.141Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T14:56:34.141Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T14:56:34.141Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T14:56:34.401Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T14:56:34.661Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-10T14:56:34.661Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-10T14:56:34.661Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-10T14:56:35.232Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-10T14:56:35.493Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-10T14:56:35.493Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-10T14:56:35.493Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-10T14:56:35.493Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-10T14:56:35.493Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-10T14:56:35.754Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-10T14:56:35.754Z] Installing new version of config file /etc/issue ... [2021-03-10T14:56:35.754Z] Installing new version of config file /etc/issue.net ... [2021-03-10T14:56:36.014Z] Installing new version of config file /etc/lsb-release ... [2021-03-10T14:56:36.014Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-10T14:56:36.274Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-10T14:56:36.274Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-10T14:56:36.274Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-10T14:56:36.274Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T14:56:36.275Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-10T14:56:36.275Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-10T14:56:36.535Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-10T14:56:36.535Z] 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-10T14:56:36.796Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T14:56:36.796Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T14:56:36.796Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-10T14:56:36.796Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-10T14:56:37.056Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T14:56:37.056Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-10T14:56:37.056Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-10T14:56:37.056Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-10T14:56:37.318Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T14:56:37.318Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-10T14:56:37.318Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-10T14:56:37.579Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-10T14:56:37.840Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T14:56:37.840Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-10T14:56:37.840Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-10T14:56:37.840Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-10T14:56:38.103Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T14:56:38.103Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-10T14:56:38.103Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-10T14:56:38.103Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-10T14:56:38.366Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T14:56:38.366Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-10T14:56:38.366Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-10T14:56:38.366Z] Setting up grep (3.1-2build1) ... [2021-03-10T14:56:38.626Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T14:56:38.626Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-10T14:56:38.626Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-10T14:56:38.626Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-10T14:56:38.888Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T14:56:38.888Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-10T14:56:38.888Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-10T14:56:38.888Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-10T14:56:39.149Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T14:56:39.149Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-10T14:56:39.149Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-10T14:56:39.721Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-10T14:56:39.721Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-10T14:56:39.721Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-10T14:56:39.721Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-10T14:56:40.291Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-10T14:56:40.291Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T14:56:40.291Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-10T14:56:40.291Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-10T14:56:41.674Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-10T14:56:41.674Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-10T14:56:41.674Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-10T14:56:41.674Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-10T14:56:41.674Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-10T14:56:41.674Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T14:56:41.674Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-10T14:56:41.674Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-10T14:56:41.936Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-10T14:56:41.936Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T14:56:41.936Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T14:56:41.987Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T14:56:41.987Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T14:56:41.987Z] ---> 7e39ded6f97a [2021-03-10T14:56:41.987Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T14:56:41.987Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T14:56:41.987Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-10T14:56:41.987Z] ---> 7e39ded6f97a [2021-03-10T14:56:41.987Z] Step 3/21 : WORKDIR /edgex-go [2021-03-10T14:56:41.987Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T14:56:41.987Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-10T14:56:41.987Z] ---> 7e39ded6f97a [2021-03-10T14:56:41.987Z] Step 3/24 : WORKDIR /edgex-go [2021-03-10T14:56:41.987Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T14:56:41.987Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T14:56:41.987Z] ---> 7e39ded6f97a [2021-03-10T14:56:41.987Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 3/23 : WORKDIR /edgex-go [2021-03-10T14:56:41.987Z] [2021-03-10T14:56:41.987Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-10T14:56:41.987Z] ---> 7e39ded6f97a [2021-03-10T14:56:41.987Z] Step 3/22 : WORKDIR /edgex-go [2021-03-10T14:56:41.987Z] ---> Running in 41d75656bfb3 [2021-03-10T14:56:41.987Z] ---> Running in 375eb79e4392 [2021-03-10T14:56:41.987Z] ---> Running in 27e8434d10a0 [2021-03-10T14:56:41.987Z] ---> Running in ea31daeca017 [2021-03-10T14:56:41.987Z] ---> Running in 95a117d51789 [2021-03-10T14:56:41.987Z] Removing intermediate container ea31daeca017 [2021-03-10T14:56:41.987Z] ---> 1e4fd8f6a037 [2021-03-10T14:56:41.987Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T14:56:41.987Z] Removing intermediate container 375eb79e4392 [2021-03-10T14:56:41.987Z] ---> 5435ef26ba35 [2021-03-10T14:56:41.987Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T14:56:41.987Z] Removing intermediate container 95a117d51789 [2021-03-10T14:56:41.987Z] ---> 9f478943b812 [2021-03-10T14:56:41.987Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T14:56:41.987Z] Removing intermediate container 41d75656bfb3 [2021-03-10T14:56:41.987Z] ---> 65468843403c [2021-03-10T14:56:41.987Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T14:56:41.987Z] Removing intermediate container 27e8434d10a0 [2021-03-10T14:56:41.987Z] ---> 506686ecb8d5 [2021-03-10T14:56:41.987Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T14:56:41.987Z] ---> Running in 33dfc80eb1dc [2021-03-10T14:56:41.987Z] ---> Running in 2fa460a79122 [2021-03-10T14:56:41.987Z] ---> Running in 6fc145a3b930 [2021-03-10T14:56:41.987Z] ---> Running in 423ded89a20c [2021-03-10T14:56:41.987Z] ---> Running in bf57a347f828 [2021-03-10T14:56:41.987Z] Removing intermediate container 33dfc80eb1dc [2021-03-10T14:56:41.987Z] ---> 1e0e3d15246d [2021-03-10T14:56:41.987Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-10T14:56:41.987Z] ---> Running in 2ad033c77030 [2021-03-10T14:56:41.987Z] Removing intermediate container 6fc145a3b930 [2021-03-10T14:56:41.987Z] ---> 6a21bd28f238 [2021-03-10T14:56:41.987Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-10T14:56:41.987Z] Removing intermediate container 2fa460a79122 [2021-03-10T14:56:41.987Z] ---> d417753f9cdc [2021-03-10T14:56:41.987Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-10T14:56:41.987Z] ---> Running in 468315eeca3f [2021-03-10T14:56:41.987Z] ---> Running in 3db071f90925 [2021-03-10T14:56:41.987Z] Removing intermediate container 423ded89a20c [2021-03-10T14:56:41.987Z] ---> 488e3c9dab8c [2021-03-10T14:56:41.987Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-10T14:56:41.987Z] Removing intermediate container bf57a347f828 [2021-03-10T14:56:41.987Z] ---> da146674a308 [2021-03-10T14:56:41.987Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-10T14:56:41.987Z] ---> Running in 9059403d90fd [2021-03-10T14:56:41.987Z] ---> Running in a175a62aab66 [2021-03-10T14:56:41.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T14:56:41.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T14:56:41.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T14:56:41.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T14:56:41.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T14:56:41.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T14:56:41.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T14:56:42.198Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-10T14:56:42.198Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-10T14:56:42.198Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T14:56:42.198Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T14:56:42.198Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-10T14:56:42.262Z] OK: 217 MiB in 51 packages [2021-03-10T14:56:42.262Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T14:56:42.262Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T14:56:42.460Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-10T14:56:42.460Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T14:56:42.460Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T14:56:42.460Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-10T14:56:42.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T14:56:42.720Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-10T14:56:42.721Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T14:56:42.721Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T14:56:42.721Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-10T14:56:42.871Z] OK: 217 MiB in 51 packages [2021-03-10T14:56:42.983Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-10T14:56:42.983Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T14:56:42.983Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-10T14:56:42.983Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-10T14:56:43.154Z] OK: 217 MiB in 51 packages [2021-03-10T14:56:43.154Z] OK: 217 MiB in 51 packages [2021-03-10T14:56:43.244Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-10T14:56:43.245Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-10T14:56:43.245Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-10T14:56:43.433Z] OK: 217 MiB in 51 packages [2021-03-10T14:56:43.506Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T14:56:43.506Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-10T14:56:43.506Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-10T14:56:43.506Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-10T14:56:43.767Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T14:56:43.767Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T14:56:43.767Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-10T14:56:43.767Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-10T14:56:44.028Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T14:56:44.028Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T14:56:44.028Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-10T14:56:44.028Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-10T14:56:44.028Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T14:56:44.028Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T14:56:44.036Z] Removing intermediate container 2ad033c77030 [2021-03-10T14:56:44.037Z] ---> 3535bd932147 [2021-03-10T14:56:44.037Z] Step 6/21 : COPY go.mod . [2021-03-10T14:56:44.288Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-10T14:56:44.549Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-10T14:56:44.645Z] Removing intermediate container 468315eeca3f [2021-03-10T14:56:44.646Z] ---> d530dca799e3 [2021-03-10T14:56:44.646Z] Step 6/23 : COPY go.mod . [2021-03-10T14:56:44.810Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-10T14:56:45.071Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-10T14:56:45.259Z] Removing intermediate container 9059403d90fd [2021-03-10T14:56:45.259Z] ---> 16efd2c6c1c5 [2021-03-10T14:56:45.259Z] Step 6/23 : COPY go.mod . [2021-03-10T14:56:45.259Z] Removing intermediate container 3db071f90925 [2021-03-10T14:56:45.259Z] ---> a9703517a1c8 [2021-03-10T14:56:45.259Z] Step 6/24 : COPY go.mod . [2021-03-10T14:56:45.331Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T14:56:45.331Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-10T14:56:45.331Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-10T14:56:45.539Z] ---> 02c07a8e32f9 [2021-03-10T14:56:45.539Z] Step 7/21 : RUN go mod download [2021-03-10T14:56:45.539Z] ---> ef75bb1a3ad6 [2021-03-10T14:56:45.539Z] Step 7/23 : RUN go mod download [2021-03-10T14:56:45.539Z] Removing intermediate container a175a62aab66 [2021-03-10T14:56:45.539Z] ---> f9f7012d1df7 [2021-03-10T14:56:45.539Z] Step 6/22 : COPY go.mod . [2021-03-10T14:56:45.592Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-10T14:56:45.592Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T14:56:45.592Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-10T14:56:45.592Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-10T14:56:45.819Z] ---> Running in 285f7d0394d1 [2021-03-10T14:56:45.819Z] ---> Running in b6f13be3f95f [2021-03-10T14:56:45.852Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-10T14:56:45.852Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T14:56:45.852Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-10T14:56:46.100Z] ---> 6d85873aaa52 [2021-03-10T14:56:46.100Z] Step 7/23 : RUN go mod download [2021-03-10T14:56:46.112Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-10T14:56:46.112Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-10T14:56:46.372Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T14:56:46.372Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-10T14:56:46.372Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-10T14:56:46.380Z] ---> 568340c30a4f [2021-03-10T14:56:46.380Z] Step 7/24 : RUN go mod download [2021-03-10T14:56:46.380Z] ---> Running in 301d52c9386c [2021-03-10T14:56:46.633Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-10T14:56:46.633Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T14:56:46.633Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-10T14:56:46.633Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-10T14:56:46.661Z] ---> Running in 05d588180ef5 [2021-03-10T14:56:46.898Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-10T14:56:46.898Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T14:56:46.898Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-10T14:56:46.898Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-10T14:56:46.938Z] ---> a04d62a200da [2021-03-10T14:56:46.939Z] Step 7/22 : RUN go mod download [2021-03-10T14:56:47.159Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-10T14:56:47.159Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T14:56:47.159Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-10T14:56:47.216Z] ---> Running in 4f0d5c99c776 [2021-03-10T14:56:47.420Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-10T14:56:47.420Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-10T14:56:47.420Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T14:56:47.420Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-10T14:56:47.681Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-10T14:56:47.942Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-10T14:56:47.942Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T14:56:47.942Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T14:56:48.204Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-10T14:56:48.204Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-10T14:56:48.204Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-10T14:56:48.465Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-10T14:56:48.465Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-10T14:56:48.465Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-10T14:56:48.726Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T14:56:48.726Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-10T14:56:48.726Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-10T14:56:48.726Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-10T14:56:48.986Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T14:56:48.986Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-10T14:56:48.986Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-10T14:56:48.986Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-10T14:56:49.247Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T14:56:49.247Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-10T14:56:49.508Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-10T14:56:49.508Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-10T14:56:49.508Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T14:56:49.508Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-10T14:56:49.768Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-10T14:56:49.768Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-10T14:56:50.067Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T14:56:50.067Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-10T14:56:50.067Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-10T14:56:50.331Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-10T14:56:50.593Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T14:56:50.593Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-10T14:56:50.593Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-10T14:56:50.593Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-10T14:56:50.639Z] Removing intermediate container 285f7d0394d1 [2021-03-10T14:56:50.639Z] ---> ead8a5c22748 [2021-03-10T14:56:50.639Z] Step 8/21 : COPY . . [2021-03-10T14:56:50.639Z] Removing intermediate container b6f13be3f95f [2021-03-10T14:56:50.639Z] ---> 8604fc492b59 [2021-03-10T14:56:50.639Z] Step 8/23 : COPY . . [2021-03-10T14:56:50.853Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T14:56:50.853Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-10T14:56:50.853Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-10T14:56:50.853Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-10T14:56:51.114Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T14:56:51.114Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-10T14:56:51.114Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-10T14:56:51.249Z] Removing intermediate container 301d52c9386c [2021-03-10T14:56:51.249Z] ---> 1fe2c2550810 [2021-03-10T14:56:51.249Z] Step 8/23 : COPY . . [2021-03-10T14:56:51.376Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-10T14:56:51.376Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T14:56:51.376Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-10T14:56:51.376Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-10T14:56:51.528Z] Removing intermediate container 05d588180ef5 [2021-03-10T14:56:51.529Z] ---> 33533e7faabc [2021-03-10T14:56:51.529Z] Step 8/24 : COPY . . [2021-03-10T14:56:51.638Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-10T14:56:51.638Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T14:56:51.638Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-10T14:56:51.638Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-10T14:56:51.900Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-10T14:56:51.900Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T14:56:51.900Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-10T14:56:52.126Z] Removing intermediate container 4f0d5c99c776 [2021-03-10T14:56:52.127Z] ---> c17db37383d4 [2021-03-10T14:56:52.127Z] Step 8/22 : COPY . . [2021-03-10T14:56:52.160Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-10T14:56:52.161Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-10T14:56:52.421Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T14:56:52.421Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-10T14:56:52.421Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-10T14:56:52.421Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-10T14:56:52.682Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-10T14:56:52.682Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-10T14:56:52.682Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-10T14:56:52.682Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-10T14:56:52.943Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-10T14:56:52.943Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-10T14:56:52.943Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-10T14:56:53.204Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-10T14:56:53.204Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-10T14:56:53.469Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-10T14:56:53.470Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-10T14:56:53.470Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-10T14:56:53.731Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-10T14:56:53.731Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-10T14:56:53.731Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-10T14:56:53.997Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-10T14:56:53.997Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-10T14:56:53.997Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-10T14:56:53.997Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-10T14:56:54.263Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-10T14:56:54.263Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-10T14:56:54.263Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-10T14:56:54.263Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-10T14:56:54.530Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-10T14:56:54.530Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-10T14:56:55.475Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-10T14:56:55.475Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-10T14:56:55.475Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-10T14:56:55.475Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-10T14:56:55.736Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-10T14:56:55.736Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-10T14:56:55.998Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-10T14:56:55.998Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-10T14:56:56.571Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-10T14:56:56.571Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-10T14:56:56.572Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-10T14:56:56.572Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-10T14:56:56.832Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T14:56:56.832Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T14:56:56.832Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T14:56:56.832Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T14:56:57.093Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T14:56:57.093Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T14:56:57.355Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T14:56:57.355Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T14:56:58.298Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T14:56:58.298Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T14:56:59.245Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T14:56:59.245Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T14:56:59.817Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T14:56:59.817Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T14:57:00.388Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T14:57:00.388Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T14:57:00.959Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T14:57:00.959Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T14:57:01.220Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-10T14:57:01.220Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-10T14:57:01.220Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-10T14:57:01.484Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-10T14:57:01.745Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-10T14:57:01.745Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-10T14:57:01.745Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-10T14:57:01.745Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-10T14:57:02.007Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-10T14:57:02.007Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-10T14:57:02.007Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-10T14:57:02.267Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-10T14:57:02.267Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-10T14:57:02.267Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-10T14:57:02.528Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T14:57:02.528Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-10T14:57:02.528Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T14:57:02.528Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T14:57:02.528Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T14:57:02.789Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-10T14:57:02.789Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-10T14:57:02.789Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-10T14:57:02.789Z] [2021-03-10T14:57:02.789Z] Current default time zone: 'Etc/UTC' [2021-03-10T14:57:02.789Z] Local time is now: Wed Mar 10 14:57:02 UTC 2021. [2021-03-10T14:57:02.789Z] Universal Time is now: Wed Mar 10 14:57:02 UTC 2021. [2021-03-10T14:57:02.789Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-10T14:57:02.789Z] [2021-03-10T14:57:02.789Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-10T14:57:02.789Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T14:57:03.049Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-10T14:57:03.049Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-10T14:57:03.049Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-10T14:57:03.049Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-10T14:57:03.049Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-10T14:57:03.049Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-10T14:57:03.049Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-10T14:57:03.049Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-10T14:57:03.309Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T14:57:03.309Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-10T14:57:03.572Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T14:57:03.572Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-10T14:57:03.572Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T14:57:03.573Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-10T14:57:03.573Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-10T14:57:03.573Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-10T14:57:03.573Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-10T14:57:03.573Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-10T14:57:03.573Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-10T14:57:03.573Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-10T14:57:03.834Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-10T14:57:05.756Z] Updating certificates in /etc/ssl/certs... [2021-03-10T14:57:06.332Z] 23 added, 27 removed; done. [2021-03-10T14:57:06.332Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-10T14:57:06.332Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T14:57:06.332Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-10T14:57:06.606Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-10T14:57:06.606Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-10T14:57:06.606Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T14:57:06.606Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-10T14:57:06.606Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T14:57:06.606Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T14:57:06.606Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T14:57:06.868Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T14:57:06.868Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T14:57:06.868Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-10T14:57:06.868Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-10T14:57:06.868Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-10T14:57:06.868Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-10T14:57:06.868Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-10T14:57:06.868Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T14:57:06.868Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T14:57:07.129Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-10T14:57:07.129Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-10T14:57:07.129Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-10T14:57:07.129Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-10T14:57:07.129Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-10T14:57:07.390Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-10T14:57:07.390Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-10T14:57:07.390Z] Updating certificates in /etc/ssl/certs... [2021-03-10T14:57:07.962Z] 0 added, 0 removed; done. [2021-03-10T14:57:07.962Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-10T14:57:07.962Z] done. [2021-03-10T14:57:08.223Z] Reading package lists... [2021-03-10T14:57:08.485Z] Building dependency tree... [2021-03-10T14:57:08.485Z] Reading state information... [2021-03-10T14:57:08.746Z] The following NEW packages will be installed: [2021-03-10T14:57:08.746Z] apt-transport-https [2021-03-10T14:57:08.746Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-10T14:57:08.746Z] Need to get 1696 B of archives. [2021-03-10T14:57:08.746Z] After this operation, 153 kB of additional disk space will be used. [2021-03-10T14:57:08.746Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-10T14:57:09.008Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T14:57:09.008Z] Fetched 1696 B in 0s (13.0 kB/s) [2021-03-10T14:57:09.008Z] Selecting previously unselected package apt-transport-https. [2021-03-10T14:57:09.008Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-10T14:57:09.008Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-10T14:57:09.008Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-10T14:57:09.008Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-10T14:57:09.269Z] Waiting for network to be ready... [2021-03-10T14:57:17.420Z] 2021-03-10T14:57:13Z INFO Waiting for automatic snapd restart... [2021-03-10T14:57:17.991Z] snapd 2.49 from Canonical* installed [2021-03-10T14:57:18.939Z] "snapd" switched to the "latest/stable" channel [2021-03-10T14:57:18.939Z] [2021-03-10T14:57:18.944Z] ---> 4598db8165e9 [2021-03-10T14:57:18.945Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-10T14:57:18.945Z] ---> d32817274a3c [2021-03-10T14:57:18.945Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-10T14:57:18.945Z] ---> Running in 31d1b9838241 [2021-03-10T14:57:18.945Z] ---> Running in 81c0e3c1ecd5 [2021-03-10T14:57:18.945Z] ---> 706a97352d0b [2021-03-10T14:57:18.945Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-10T14:57:18.945Z] ---> 46365dd472bb [2021-03-10T14:57:18.945Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-10T14:57:18.945Z] ---> 7d13a29d4acc [2021-03-10T14:57:18.945Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-10T14:57:18.945Z] ---> Running in 55e4c51f4945 [2021-03-10T14:57:18.945Z] ---> Running in fdf18a95da8c [2021-03-10T14:57:18.945Z] ---> Running in 8c2a4d5ff17f [2021-03-10T14:57:18.945Z] 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-10T14:57:18.945Z] 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-10T14:57:19.932Z] 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-10T14:57:19.932Z] 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-10T14:57:19.932Z] 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-10T14:57:21.481Z] core18 20210128 from Canonical* installed [2021-03-10T14:57:21.741Z] "core18" switched to the "latest/stable" channel [2021-03-10T14:57:21.741Z] [2021-03-10T14:57:25.041Z] snapcraft 4.5.4 from Canonical* installed [2021-03-10T14:57:25.302Z] "snapcraft" switched to the "latest/stable" channel [2021-03-10T14:57:25.302Z] [2021-03-10T14:57:28.617Z] 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-10T14:57:28.617Z] - README.md [2021-03-10T14:57:28.617Z] - snapcraft.yaml.orig [2021-03-10T14:57:28.617Z] [2021-03-10T14:57:28.617Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-10T14:57:35.201Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-10T14:57:35.201Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-10T14:57:35.201Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-10T14:57:35.201Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-10T14:57:36.401Z] Reading package lists... [2021-03-10T14:57:36.665Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.7 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-10T14:57:43.249Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-10T14:57:43.249Z] Reading package lists... [2021-03-10T14:57:43.249Z] Building dependency tree... [2021-03-10T14:57:43.249Z] Reading state information... [2021-03-10T14:57:43.249Z] Suggested packages: [2021-03-10T14:57:43.249Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-10T14:57:43.249Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-10T14:57:43.249Z] Recommended packages: [2021-03-10T14:57:43.249Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-10T14:57:43.249Z] The following NEW packages will be installed: [2021-03-10T14:57:43.249Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-10T14:57:43.249Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-10T14:57:43.249Z] pkg-config zip [2021-03-10T14:57:43.249Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-10T14:57:43.249Z] Need to get 7658 kB of archives. [2021-03-10T14:57:43.249Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-10T14:57:43.249Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] [2021-03-10T14:57:43.510Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-10T14:57:43.510Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-10T14:57:43.510Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-10T14:57:43.510Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-10T14:57:43.510Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-10T14:57:43.510Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-10T14:57:43.510Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-10T14:57:43.771Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-10T14:57:43.772Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-10T14:57:43.772Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-10T14:57:43.772Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-10T14:57:44.033Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-10T14:57:44.033Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-10T14:57:44.033Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-10T14:57:44.033Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T14:57:44.033Z] Fetched 7658 kB in 1s (10.7 MB/s) [2021-03-10T14:57:44.033Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-10T14:57:44.293Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-10T14:57:44.293Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... [2021-03-10T14:57:44.293Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-10T14:57:44.293Z] Selecting previously unselected package libpsl5:amd64. [2021-03-10T14:57:44.293Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-10T14:57:44.293Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-10T14:57:44.557Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-10T14:57:44.557Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-10T14:57:44.557Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-10T14:57:44.557Z] Selecting previously unselected package librtmp1:amd64. [2021-03-10T14:57:44.557Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-10T14:57:44.557Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-10T14:57:44.557Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-10T14:57:44.557Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-10T14:57:44.557Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-10T14:57:44.817Z] Selecting previously unselected package liberror-perl. [2021-03-10T14:57:44.817Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-10T14:57:44.817Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-10T14:57:44.817Z] Selecting previously unselected package git-man. [2021-03-10T14:57:44.817Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-10T14:57:44.817Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-10T14:57:45.079Z] Selecting previously unselected package git. [2021-03-10T14:57:45.079Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-10T14:57:45.079Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-10T14:57:45.651Z] Selecting previously unselected package libnorm1:amd64. [2021-03-10T14:57:45.651Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-10T14:57:45.651Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-10T14:57:45.912Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-10T14:57:45.912Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-10T14:57:45.912Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-10T14:57:45.912Z] Selecting previously unselected package libsodium23:amd64. [2021-03-10T14:57:45.912Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-10T14:57:45.912Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-10T14:57:46.172Z] Selecting previously unselected package libzmq5:amd64. [2021-03-10T14:57:46.172Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-10T14:57:46.172Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-10T14:57:46.172Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-10T14:57:46.172Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-10T14:57:46.172Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-10T14:57:46.437Z] Selecting previously unselected package pkg-config. [2021-03-10T14:57:46.438Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-10T14:57:46.438Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-10T14:57:46.438Z] Selecting previously unselected package zip. [2021-03-10T14:57:46.438Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-10T14:57:46.438Z] Unpacking zip (3.0-11build1) ... [2021-03-10T14:57:46.705Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-10T14:57:46.705Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-10T14:57:46.705Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-10T14:57:46.705Z] Setting up liberror-perl (0.17025-1) ... [2021-03-10T14:57:46.705Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-10T14:57:46.705Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-10T14:57:46.705Z] No schema files found: doing nothing. [2021-03-10T14:57:46.705Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-10T14:57:46.977Z] Setting up zip (3.0-11build1) ... [2021-03-10T14:57:46.977Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-10T14:57:46.977Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-10T14:57:46.977Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-10T14:57:46.977Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-10T14:57:46.977Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-10T14:57:46.977Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-10T14:57:46.977Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-10T14:57:47.238Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-10T14:57:53.842Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-10T14:57:53.842Z] git set to automatically installed. [2021-03-10T14:57:53.842Z] git-man set to automatically installed. [2021-03-10T14:57:53.842Z] libcurl3-gnutls set to automatically installed. [2021-03-10T14:57:53.842Z] liberror-perl set to automatically installed. [2021-03-10T14:57:53.842Z] libglib2.0-0 set to automatically installed. [2021-03-10T14:57:53.842Z] libnghttp2-14 set to automatically installed. [2021-03-10T14:57:53.842Z] libnorm1 set to automatically installed. [2021-03-10T14:57:53.842Z] libpgm-5.2-0 set to automatically installed. [2021-03-10T14:57:53.842Z] libpsl5 set to automatically installed. [2021-03-10T14:57:53.842Z] librtmp1 set to automatically installed. [2021-03-10T14:57:53.842Z] libsodium23 set to automatically installed. [2021-03-10T14:57:53.842Z] libzmq3-dev set to automatically installed. [2021-03-10T14:57:53.842Z] libzmq5 set to automatically installed. [2021-03-10T14:57:53.842Z] pkg-config set to automatically installed. [2021-03-10T14:57:53.842Z] zip set to automatically installed. [2021-03-10T14:57:55.229Z] snapd is not logged in, snap install commands will use sudo [2021-03-10T14:58:01.864Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-10T14:58:02.124Z] snap "core18" has no updates available [2021-03-10T14:58:02.697Z] Pulling config-common [2021-03-10T14:58:02.697Z] + snapcraftctl pull [2021-03-10T14:58:04.083Z] Pulling go-build-helper [2021-03-10T14:58:04.083Z] + snapcraftctl pull [2021-03-10T14:58:26.093Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-10T14:58:26.093Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-10T14:58:26.093Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-10T14:58:26.093Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-10T14:58:26.093Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-10T14:58:26.093Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-10T14:58:26.093Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-10T14:58:26.093Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-10T14:58:26.093Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-10T14:58:26.093Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-10T14:58:26.093Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-10T14:58:26.093Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-10T14:58:26.093Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-10T14:58:26.093Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-10T14:58:26.093Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-10T14:58:26.093Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-10T14:58:26.093Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-10T14:58:26.093Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-10T14:58:26.093Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-10T14:58:26.093Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-10T14:58:26.093Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-10T14:58:26.093Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-10T14:58:26.093Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-10T14:58:26.093Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-10T14:58:26.093Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-10T14:58:26.093Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-10T14:58:26.093Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-10T14:58:26.093Z] Fetched 24.0 MB in 0s (0 B/s) [2021-03-10T14:58:26.093Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-10T14:58:26.093Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-10T14:58:26.093Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-10T14:58:26.093Z] Fetched 279 kB in 0s (0 B/s) [2021-03-10T14:58:26.093Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-10T14:58:26.093Z] Fetched 122 kB in 0s (0 B/s) [2021-03-10T14:58:26.093Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-10T14:58:26.094Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-10T14:58:26.094Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-10T14:58:26.094Z] Fetched 8848 B in 0s (0 B/s) [2021-03-10T14:58:26.094Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-10T14:58:26.094Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-10T14:58:26.094Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-10T14:58:26.094Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-10T14:58:26.094Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-10T14:58:26.094Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-10T14:58:26.094Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-10T14:58:26.094Z] Fetched 214 kB in 0s (0 B/s) [2021-03-10T14:58:26.094Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-10T14:58:26.094Z] Fetched 154 kB in 0s (0 B/s) [2021-03-10T14:58:26.094Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-10T14:58:26.094Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-10T14:58:26.094Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-10T14:58:26.094Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-10T14:58:26.094Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-10T14:58:26.094Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-10T14:58:26.094Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-10T14:58:26.094Z] Fetched 499 kB in 0s (0 B/s) [2021-03-10T14:58:26.094Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-10T14:58:26.094Z] Fetched 111 kB in 0s (0 B/s) [2021-03-10T14:58:26.094Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-10T14:58:26.094Z] Fetched 240 kB in 0s (0 B/s) [2021-03-10T14:58:26.094Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-10T14:58:26.094Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-10T14:58:26.094Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-10T14:58:26.094Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-10T14:58:26.094Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-10T14:58:26.094Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-10T14:58:26.094Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-10T14:58:26.094Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-10T14:58:26.094Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-10T14:58:26.094Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-10T14:58:26.094Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-10T14:58:26.094Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-10T14:58:26.094Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-10T14:58:26.094Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-10T14:58:26.094Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-10T14:58:26.094Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-10T14:58:26.094Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-10T14:58:26.094Z] Fetched 8720 B in 0s (0 B/s) [2021-03-10T14:58:26.094Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-10T14:58:26.094Z] Fetched 137 kB in 0s (0 B/s) [2021-03-10T14:58:26.094Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-10T14:58:26.094Z] Fetched 119 kB in 0s (0 B/s) [2021-03-10T14:58:26.094Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-10T14:58:26.094Z] Fetched 109 kB in 0s (0 B/s) [2021-03-10T14:58:26.094Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-10T14:58:26.094Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-10T14:58:26.094Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-10T14:58:26.094Z] Fetched 645 kB in 0s (0 B/s) [2021-03-10T14:58:26.094Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-10T14:58:26.094Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-10T14:58:26.094Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-10T14:58:26.094Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-10T14:58:26.094Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-10T14:58:26.094Z] Fetched 368 kB in 0s (0 B/s) [2021-03-10T14:58:26.094Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-10T14:58:26.094Z] Fetched 187 kB in 0s (0 B/s) [2021-03-10T14:58:26.094Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-10T14:58:26.094Z] Fetched 175 kB in 0s (0 B/s) [2021-03-10T14:58:26.094Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-10T14:58:29.420Z] Fetched 206 kB in 0s (0 B/s) [2021-03-10T14:58:29.420Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-10T14:58:29.420Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-10T14:58:29.420Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-10T14:58:29.420Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-10T14:58:29.420Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-10T14:58:29.420Z] Fetched 159 kB in 0s (0 B/s) [2021-03-10T14:58:29.420Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-10T14:58:29.420Z] Fetched 107 kB in 0s (0 B/s) [2021-03-10T14:58:29.420Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-10T14:58:29.420Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-10T14:58:29.420Z] Pulling static-packages [2021-03-10T14:58:29.420Z] + snapcraftctl pull [2021-03-10T14:58:29.993Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-03-10T14:58:29.993Z] Skipping pull go-build-helper (already ran) [2021-03-10T14:58:29.993Z] Skipping pull static-packages (already ran) [2021-03-10T14:58:29.993Z] Building go-build-helper [2021-03-10T14:58:29.993Z] + snapcraftctl build [2021-03-10T14:58:34.217Z] Building static-packages [2021-03-10T14:58:34.217Z] + snapcraftctl build [2021-03-10T14:58:35.613Z] Staging go-build-helper [2021-03-10T14:58:35.613Z] + snapcraftctl stage [2021-03-10T14:58:36.561Z] Staging static-packages [2021-03-10T14:58:36.561Z] + snapcraftctl stage [2021-03-10T14:58:37.508Z] Pulling go115 [2021-03-10T14:58:37.508Z] + snapcraftctl pull [2021-03-10T14:58:38.455Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-03-10T14:58:38.455Z] Skipping pull go115 (already ran) [2021-03-10T14:58:38.455Z] Building go115 [2021-03-10T14:58:38.455Z] + dpkg --print-architecture [2021-03-10T14:58:38.455Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-03-10T14:58:38.455Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-03-10T14:58:38.455Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-03-10T14:58:38.455Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T14:58:38.455Z] Dload Upload Total Spent Left Speed [2021-03-10T14:58:41.626Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 18130 0 0 99071 0 0:20:22 --:--:-- 0:20:22 98532 29 115M 29 34.5M 0 0 29.2M 0 0:00:03 0:00:01 0:00:02 29.2M 61 115M 61 71.0M 0 0 32.6M 0 0:00:03 0:00:02 0:00:01 32.6M 98 115M 98 113M 0 0 35.8M 0 0:00:03 0:00:03 --:--:-- 35.8M 100 115M 100 115M 0 0 35.7M 0 0:00:03 0:00:03 --:--:-- 35.7M [2021-03-10T14:58:41.626Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-03-10T14:58:41.626Z] + sha256sum -c sha256 [2021-03-10T14:58:41.626Z] + grep OK [2021-03-10T14:58:42.196Z] go1.15.2.linux-amd64.tar.gz: OK [2021-03-10T14:58:42.196Z] + mkdir -p /root/stage/go1.15 [2021-03-10T14:58:42.196Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-03-10T14:58:46.405Z] Staging go115 [2021-03-10T14:58:46.405Z] + snapcraftctl stage [2021-03-10T14:58:51.727Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-10T14:58:51.727Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-10T14:58:51.727Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-10T14:58:51.727Z] Fetched 0 B in 0s (0 B/s) [2021-03-10T14:58:51.727Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-10T14:58:51.727Z] Fetched 224 kB in 0s (0 B/s) [2021-03-10T14:58:51.727Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-10T14:58:51.727Z] Fetched 157 kB in 0s (0 B/s) [2021-03-10T14:58:51.727Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-10T14:58:51.727Z] Fetched 221 kB in 0s (0 B/s) [2021-03-10T14:58:51.727Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-10T14:58:51.727Z] Fetched 143 kB in 0s (0 B/s) [2021-03-10T14:58:51.727Z] Pulling edgex-go [2021-03-10T14:58:51.727Z] + snapcraftctl pull [2021-03-10T14:58:52.669Z] Pulling version [2021-03-10T14:58:52.669Z] + cd /root/project [2021-03-10T14:58:52.669Z] + [ -f VERSION ] [2021-03-10T14:58:52.669Z] + PROJECT_VERSION=local-dev [2021-03-10T14:58:52.669Z] + git rev-parse --short HEAD [2021-03-10T14:58:52.669Z] + GIT_REVISION=452e8e56 [2021-03-10T14:58:52.669Z] + snapcraftctl set-version local-dev [2021-03-10T14:58:53.617Z] Building config-common [2021-03-10T14:58:53.617Z] + snapcraftctl build [2021-03-10T14:58:55.533Z] Skipping build go-build-helper (already ran) [2021-03-10T14:58:55.533Z] Skipping build static-packages (already ran) [2021-03-10T14:58:55.533Z] Skipping build go115 (already ran) [2021-03-10T14:58:55.794Z] Building edgex-go [2021-03-10T14:58:56.055Z] + 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/6120/bin/scriptlet-bin [2021-03-10T14:58:56.055Z] + cd /root/parts/edgex-go/src [2021-03-10T14:58:56.055Z] + make build [2021-03-10T14:58:56.055Z] 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-10T14:58:56.815Z] 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-10T14:58:56.815Z] 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-10T14:58:58.613Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-10T14:58:58.613Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-10T14:58:58.613Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.46 [2021-03-10T14:58:58.613Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-10T14:58:58.613Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-10T14:58:58.613Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-10T14:58:58.613Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-10T14:58:58.613Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-10T14:58:58.613Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-10T14:58:58.873Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-10T14:58:58.873Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-10T14:58:58.873Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-10T14:58:58.873Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-10T14:58:58.873Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-10T14:58:58.873Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-10T14:58:58.873Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-10T14:58:58.873Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-10T14:58:58.873Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-03-10T14:58:58.873Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-10T14:58:58.873Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-10T14:58:58.873Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-10T14:58:58.873Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-10T14:58:58.873Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-10T14:58:58.873Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-10T14:58:58.873Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-10T14:58:58.873Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-10T14:58:58.874Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-10T14:58:58.874Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-10T14:58:58.874Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-10T14:58:58.874Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-10T14:58:58.874Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-10T14:58:58.874Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-10T14:58:58.874Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-10T14:58:58.874Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-10T14:58:58.874Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-10T14:58:58.874Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-10T14:58:58.874Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-10T14:58:58.874Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-10T14:58:59.135Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-10T14:58:59.135Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-10T14:58:59.135Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-10T14:58:59.135Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-10T14:58:59.135Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-10T14:58:59.399Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-10T14:58:59.399Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-10T14:59:01.159Z] Removing intermediate container 8c2a4d5ff17f [2021-03-10T14:59:01.159Z] ---> e774a69fb066 [2021-03-10T14:59:01.159Z] [2021-03-10T14:59:01.159Z] Step 10/24 : FROM alpine:3.12 [2021-03-10T14:59:01.443Z] 3.12: Pulling from library/alpine [2021-03-10T14:59:03.466Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-10T14:59:03.466Z] Status: Downloaded newer image for alpine:3.12 [2021-03-10T14:59:03.466Z] ---> d10569e2745f [2021-03-10T14:59:03.466Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-10T14:59:04.477Z] ---> Running in 249e51fbe242 [2021-03-10T14:59:05.088Z] Removing intermediate container 31d1b9838241 [2021-03-10T14:59:05.088Z] ---> 655aea825787 [2021-03-10T14:59:05.088Z] [2021-03-10T14:59:05.088Z] Step 10/21 : FROM alpine:3.12 [2021-03-10T14:59:05.088Z] ---> d10569e2745f [2021-03-10T14:59:05.088Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-10T14:59:05.370Z] ---> Running in 42b822a35981 [2021-03-10T14:59:06.004Z] 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-10T14:59:06.004Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-10T14:59:06.819Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T14:59:07.096Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T14:59:07.370Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T14:59:07.646Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T14:59:07.646Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-10T14:59:07.646Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T14:59:07.926Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-10T14:59:07.926Z] (4/5) Installing curl (7.69.1-r3) [2021-03-10T14:59:07.926Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-10T14:59:07.926Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T14:59:07.926Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T14:59:08.220Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-10T14:59:08.220Z] OK: 7 MiB in 19 packages [2021-03-10T14:59:08.220Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T14:59:08.220Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-10T14:59:08.495Z] (4/4) Installing curl (7.69.1-r3) [2021-03-10T14:59:08.495Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T14:59:08.495Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T14:59:08.775Z] OK: 7 MiB in 18 packages [2021-03-10T14:59:11.321Z] 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-10T14:59:11.422Z] Removing intermediate container 249e51fbe242 [2021-03-10T14:59:11.422Z] ---> 8f7ac2958115 [2021-03-10T14:59:11.422Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-10T14:59:11.422Z] ---> Running in a8e0938dac3f [2021-03-10T14:59:11.703Z] Removing intermediate container 42b822a35981 [2021-03-10T14:59:11.703Z] ---> dccb05b5c44c [2021-03-10T14:59:11.703Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-10T14:59:11.988Z] ---> Running in c6f963c59d0d [2021-03-10T14:59:12.267Z] Removing intermediate container a8e0938dac3f [2021-03-10T14:59:12.267Z] ---> 166b6391d810 [2021-03-10T14:59:12.267Z] Step 13/24 : WORKDIR / [2021-03-10T14:59:12.712Z] 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-10T14:59:12.883Z] ---> Running in e92746890c0d [2021-03-10T14:59:12.883Z] Removing intermediate container c6f963c59d0d [2021-03-10T14:59:12.884Z] ---> 6253854606a6 [2021-03-10T14:59:12.884Z] Step 13/21 : WORKDIR /edgex [2021-03-10T14:59:13.160Z] ---> Running in 1b1a0cfdbab5 [2021-03-10T14:59:13.776Z] Removing intermediate container e92746890c0d [2021-03-10T14:59:13.776Z] ---> dbf92ead2f2f [2021-03-10T14:59:13.776Z] 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-10T14:59:14.055Z] Removing intermediate container 1b1a0cfdbab5 [2021-03-10T14:59:14.055Z] ---> df28acb2b01e [2021-03-10T14:59:14.055Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-10T14:59:14.633Z] 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-10T14:59:14.633Z] 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-10T14:59:14.633Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-10T14:59:14.905Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-10T14:59:14.905Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-10T14:59:14.905Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-10T14:59:15.511Z] ---> efd1b1f90f1d [2021-03-10T14:59:15.511Z] 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-10T14:59:16.130Z] ---> 32850439a0bc [2021-03-10T14:59:16.130Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-10T14:59:16.818Z] 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-10T14:59:16.818Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-10T14:59:16.818Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-10T14:59:17.130Z] ---> 6cfff584fa67 [2021-03-10T14:59:17.130Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-10T14:59:18.120Z] Removing intermediate container 55e4c51f4945 [2021-03-10T14:59:18.120Z] ---> c3d1b2c4d289 [2021-03-10T14:59:18.120Z] [2021-03-10T14:59:18.120Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T14:59:18.120Z] ---> d10569e2745f [2021-03-10T14:59:18.120Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-10T14:59:18.412Z] ---> 61f91c9b616d [2021-03-10T14:59:18.412Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-10T14:59:18.412Z] ---> Running in 8b25d68faa6d [2021-03-10T14:59:18.699Z] ---> 44509cf9deb8 [2021-03-10T14:59:18.699Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-10T14:59:18.730Z] 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-10T14:59:18.981Z] Removing intermediate container fdf18a95da8c [2021-03-10T14:59:18.982Z] ---> 0ab7cbf0aedb [2021-03-10T14:59:18.982Z] [2021-03-10T14:59:18.982Z] Step 10/22 : FROM alpine:3.12 [2021-03-10T14:59:18.982Z] ---> d10569e2745f [2021-03-10T14:59:18.982Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-10T14:59:19.301Z] 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-10T14:59:19.562Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-10T14:59:19.591Z] ---> Running in 4bdf94d4f5c2 [2021-03-10T14:59:20.652Z] ---> 8da6df50a79d [2021-03-10T14:59:20.652Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-10T14:59:20.652Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T14:59:20.652Z] ---> Running in 4c5857231bf8 [2021-03-10T14:59:20.927Z] ---> 9bfe8bde3e69 [2021-03-10T14:59:20.927Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-10T14:59:20.927Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T14:59:20.981Z] 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-10T14:59:21.201Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T14:59:21.483Z] Removing intermediate container 4c5857231bf8 [2021-03-10T14:59:21.483Z] ---> 32cc9b0c0224 [2021-03-10T14:59:21.483Z] Step 18/21 : CMD ["--init=true"] [2021-03-10T14:59:21.483Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T14:59:21.483Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-10T14:59:21.483Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T14:59:21.483Z] OK: 5 MiB in 15 packages [2021-03-10T14:59:21.767Z] ---> Running in 5326466fc910 [2021-03-10T14:59:21.922Z] 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-10T14:59:21.922Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-10T14:59:22.043Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-10T14:59:22.318Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-10T14:59:22.318Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T14:59:22.318Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T14:59:22.593Z] OK: 6 MiB in 16 packages [2021-03-10T14:59:23.201Z] Removing intermediate container 5326466fc910 [2021-03-10T14:59:23.201Z] ---> ef2f8a5781ba [2021-03-10T14:59:23.201Z] Step 19/21 : LABEL arch=arm64 [2021-03-10T14:59:23.201Z] ---> 585e37f7dd50 [2021-03-10T14:59:23.201Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-10T14:59:23.313Z] 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-10T14:59:23.313Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-10T14:59:23.477Z] ---> Running in 0102bb8af3b4 [2021-03-10T14:59:23.478Z] Removing intermediate container 8b25d68faa6d [2021-03-10T14:59:23.478Z] ---> 951ceb50165c [2021-03-10T14:59:23.478Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T14:59:24.084Z] ---> Running in 27cf202f5f67 [2021-03-10T14:59:24.358Z] Removing intermediate container 0102bb8af3b4 [2021-03-10T14:59:24.358Z] ---> 223957ef156a [2021-03-10T14:59:24.358Z] Step 20/21 : LABEL git_sha=452e8e56647e25e17fef4bb2c674b86f1002a156 [2021-03-10T14:59:24.358Z] ---> b25bc4411e06 [2021-03-10T14:59:24.358Z] 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-10T14:59:24.358Z] ---> Running in b3384c2bcc92 [2021-03-10T14:59:24.632Z] ---> Running in bfe85550cafa [2021-03-10T14:59:24.632Z] Removing intermediate container 27cf202f5f67 [2021-03-10T14:59:24.632Z] ---> 7158c03f9695 [2021-03-10T14:59:24.632Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-10T14:59:24.901Z] Removing intermediate container 4bdf94d4f5c2 [2021-03-10T14:59:24.901Z] ---> 6259cf025edd [2021-03-10T14:59:24.901Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T14:59:24.901Z] Removing intermediate container 81c0e3c1ecd5 [2021-03-10T14:59:24.901Z] ---> fa676f4f454a [2021-03-10T14:59:24.901Z] [2021-03-10T14:59:24.901Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T14:59:24.901Z] ---> d10569e2745f [2021-03-10T14:59:24.901Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-10T14:59:24.901Z] ---> Using cache [2021-03-10T14:59:24.901Z] ---> 951ceb50165c [2021-03-10T14:59:24.901Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T14:59:24.901Z] ---> Using cache [2021-03-10T14:59:24.901Z] ---> 7158c03f9695 [2021-03-10T14:59:24.901Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-10T14:59:25.174Z] ---> Running in 9a8efaa31ffc [2021-03-10T14:59:25.174Z] ---> Running in bdd2d6a51bdd [2021-03-10T14:59:25.174Z] ---> Running in 9767ba8dea6d [2021-03-10T14:59:25.398Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-10T14:59:25.398Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-10T14:59:25.398Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-10T14:59:25.398Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-10T14:59:25.398Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-10T14:59:25.398Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-10T14:59:25.398Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-10T14:59:25.398Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-10T14:59:25.398Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-10T14:59:25.398Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-10T14:59:25.398Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-10T14:59:25.398Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-10T14:59:25.398Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-10T14:59:25.398Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-10T14:59:25.398Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-10T14:59:25.398Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-10T14:59:25.398Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-10T14:59:25.398Z] + 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-10T14:59:25.398Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-10T14:59:25.398Z] + 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-10T14:59:25.398Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-10T14:59:25.398Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-10T14:59:25.398Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-10T14:59:25.398Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-10T14:59:25.398Z] + 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-10T14:59:25.447Z] Removing intermediate container b3384c2bcc92 [2021-03-10T14:59:25.447Z] ---> 7522e0b8b7a7 [2021-03-10T14:59:25.447Z] Step 21/21 : LABEL version=0.0.0 [2021-03-10T14:59:25.447Z] ---> Running in 2ca005e7a601 [2021-03-10T14:59:26.045Z] Removing intermediate container 9a8efaa31ffc [2021-03-10T14:59:26.045Z] ---> aed565d99596 [2021-03-10T14:59:26.045Z] Step 14/23 : EXPOSE $APP_PORTRemoving intermediate container 9767ba8dea6d [2021-03-10T14:59:26.045Z] [2021-03-10T14:59:26.045Z] ---> beda413d0396 [2021-03-10T14:59:26.045Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-10T14:59:26.045Z] Removing intermediate container bdd2d6a51bdd [2021-03-10T14:59:26.045Z] ---> 44ea3f018fb9 [2021-03-10T14:59:26.045Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-10T14:59:26.045Z] ---> Running in 8857a49907ac [2021-03-10T14:59:26.045Z] ---> Running in ee56bccc38dc [2021-03-10T14:59:26.045Z] Removing intermediate container 2ca005e7a601 [2021-03-10T14:59:26.045Z] ---> 50aee4c244e4 [2021-03-10T14:59:26.045Z] [2021-03-10T14:59:26.318Z] ---> Running in ae4efe056917 [2021-03-10T14:59:26.447Z] Building version [2021-03-10T14:59:26.447Z] + snapcraftctl build [2021-03-10T14:59:26.912Z] Removing intermediate container 8857a49907ac [2021-03-10T14:59:26.912Z] ---> a94fb5be82bb [2021-03-10T14:59:26.912Z] Step 15/23 : WORKDIR / [2021-03-10T14:59:26.912Z] Successfully built 50aee4c244e4 [2021-03-10T14:59:26.912Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-10T14:59:26.912Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-03-10T14:59:26.912Z] Removing intermediate container ae4efe056917 [2021-03-10T14:59:26.912Z] ---> 0e72b1750c9b [2021-03-10T14:59:26.912Z] Step 14/22 : EXPOSE $APP_PORTRemoving intermediate container ee56bccc38dc [2021-03-10T14:59:26.912Z] ---> 0f767a895b8b [2021-03-10T14:59:26.912Z] Step 15/23 : WORKDIR / [2021-03-10T14:59:26.912Z] [2021-03-10T14:59:26.912Z] ---> Running in 2aab12a75250 [2021-03-10T14:59:27.189Z] ---> Running in bcfbac75b9b3 [2021-03-10T14:59:27.189Z] ---> Running in f740bbbfb9f6 [2021-03-10T14:59:27.785Z] Removing intermediate container bfe85550cafa [2021-03-10T14:59:27.785Z] ---> 45ffab6ce6fc [2021-03-10T14:59:27.785Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-10T14:59:27.785Z] Removing intermediate container 2aab12a75250 [2021-03-10T14:59:27.785Z] ---> a80052bc646e [2021-03-10T14:59:27.785Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T14:59:27.785Z] ---> Running in bcb4aec4fd2b [2021-03-10T14:59:27.785Z] Removing intermediate container f740bbbfb9f6 [2021-03-10T14:59:27.785Z] ---> 021f70d89751 [2021-03-10T14:59:27.785Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T14:59:27.785Z] Removing intermediate container bcfbac75b9b3 [2021-03-10T14:59:27.785Z] ---> 45e72fd2b838 [2021-03-10T14:59:28.060Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T14:59:28.615Z] Staging config-common [2021-03-10T14:59:28.615Z] + snapcraftctl stage [2021-03-10T14:59:28.657Z] Removing intermediate container bcb4aec4fd2b [2021-03-10T14:59:28.657Z] ---> 4108aac8d56c [2021-03-10T14:59:28.657Z] Step 22/24 : LABEL arch=arm64 [2021-03-10T14:59:28.939Z] ---> Running in 16f603c60fa8 [2021-03-10T14:59:29.212Z] ---> e86aed41817c [2021-03-10T14:59:29.212Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-10T14:59:29.488Z] ---> fb5168af5779 [2021-03-10T14:59:29.488Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-10T14:59:29.672Z] Skipping stage go-build-helper (already ran) [2021-03-10T14:59:29.672Z] Skipping stage static-packages (already ran) [2021-03-10T14:59:29.672Z] Skipping stage go115 (already ran) [2021-03-10T14:59:29.672Z] Staging edgex-go [2021-03-10T14:59:29.672Z] + snapcraftctl stage [2021-03-10T14:59:29.763Z] Removing intermediate container 16f603c60fa8 [2021-03-10T14:59:29.763Z] ---> c2eff1330ae4 [2021-03-10T14:59:29.763Z] Step 23/24 : LABEL git_sha=452e8e56647e25e17fef4bb2c674b86f1002a156 [2021-03-10T14:59:29.763Z] ---> 78276800c38f [2021-03-10T14:59:29.763Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-10T14:59:30.368Z] ---> Running in c6e3b1d2e09c [2021-03-10T14:59:30.612Z] Staging version [2021-03-10T14:59:30.612Z] + snapcraftctl stage [2021-03-10T14:59:31.347Z] Removing intermediate container c6e3b1d2e09c [2021-03-10T14:59:31.347Z] ---> 35be583d6304 [2021-03-10T14:59:31.347Z] Step 24/24 : LABEL version=0.0.0 [2021-03-10T14:59:31.554Z] Priming config-common [2021-03-10T14:59:31.554Z] + snapcraftctl prime [2021-03-10T14:59:31.627Z] ---> 3a9b82ebc5db [2021-03-10T14:59:31.627Z] ---> 2dbddf6e3812 [2021-03-10T14:59:31.627Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-10T14:59:31.627Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-10T14:59:31.627Z] ---> Running in 5af071143937 [2021-03-10T14:59:31.904Z] ---> 1656deb50e0a [2021-03-10T14:59:31.904Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-10T14:59:32.496Z] Priming go-build-helper [2021-03-10T14:59:32.496Z] + snapcraftctl prime [2021-03-10T14:59:32.501Z] Removing intermediate container 5af071143937 [2021-03-10T14:59:32.501Z] ---> 2bdb2de676f4 [2021-03-10T14:59:32.501Z] [2021-03-10T14:59:33.096Z] ---> e87a88dcbced [2021-03-10T14:59:33.096Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] ---> fc9dcd70a898 [2021-03-10T14:59:33.096Z] [2021-03-10T14:59:33.096Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-10T14:59:33.096Z] Successfully built 2bdb2de676f4 [2021-03-10T14:59:33.439Z] Priming static-packages [2021-03-10T14:59:33.439Z] + snapcraftctl prime [2021-03-10T14:59:33.691Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-10T14:59:33.691Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-03-10T14:59:33.691Z] ---> 9a75bfe56df5 [2021-03-10T14:59:33.691Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-10T14:59:33.691Z] ---> Running in eadafa16cc1b [2021-03-10T14:59:33.691Z] ---> Running in 0ffb8f19b4b5 [2021-03-10T14:59:33.691Z] ---> Running in 3cb558340538 [2021-03-10T14:59:34.289Z] Removing intermediate container 0ffb8f19b4b5 [2021-03-10T14:59:34.289Z] ---> c1c88966a0fa [2021-03-10T14:59:34.289Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T14:59:34.289Z] Removing intermediate container eadafa16cc1b [2021-03-10T14:59:34.289Z] ---> 2365b1d6a347 [2021-03-10T14:59:34.289Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T14:59:34.289Z] ---> Running in 581323cead23 [2021-03-10T14:59:34.289Z] Removing intermediate container 3cb558340538 [2021-03-10T14:59:34.289Z] ---> 7871b705b81c [2021-03-10T14:59:34.289Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T14:59:34.574Z] ---> Running in 186b43fd1d80 [2021-03-10T14:59:34.575Z] ---> Running in 5f614a449882 [2021-03-10T14:59:34.849Z] Removing intermediate container 581323cead23 [2021-03-10T14:59:34.849Z] ---> e811eb6de542 [2021-03-10T14:59:34.849Z] Step 20/22 : LABEL arch=arm64 [2021-03-10T14:59:35.125Z] Removing intermediate container 186b43fd1d80 [2021-03-10T14:59:35.125Z] ---> 44fdbccfe596 [2021-03-10T14:59:35.125Z] Step 21/23 : LABEL arch=arm64 [2021-03-10T14:59:35.125Z] ---> Running in a1090d2689f0 [2021-03-10T14:59:35.125Z] Removing intermediate container 5f614a449882 [2021-03-10T14:59:35.125Z] ---> 63460a67fb63 [2021-03-10T14:59:35.126Z] Step 21/23 : LABEL arch=arm64 [2021-03-10T14:59:35.399Z] ---> Running in d218f14e834d [2021-03-10T14:59:35.399Z] ---> Running in 9df85f33ae6c [2021-03-10T14:59:35.674Z] Removing intermediate container a1090d2689f0 [2021-03-10T14:59:35.674Z] ---> 72124e5e0e24 [2021-03-10T14:59:35.674Z] Step 21/22 : LABEL git_sha=452e8e56647e25e17fef4bb2c674b86f1002a156 [2021-03-10T14:59:35.674Z] Removing intermediate container d218f14e834d [2021-03-10T14:59:35.674Z] ---> a6eedd96a5fa [2021-03-10T14:59:35.674Z] Step 22/23 : LABEL git_sha=452e8e56647e25e17fef4bb2c674b86f1002a156 [2021-03-10T14:59:35.945Z] ---> Running in c630273eab2a [2021-03-10T14:59:35.945Z] ---> Running in 1a7d90e7a75f [2021-03-10T14:59:35.945Z] Removing intermediate container 9df85f33ae6c [2021-03-10T14:59:35.945Z] ---> 7bb954f8608c [2021-03-10T14:59:35.945Z] Step 22/23 : LABEL git_sha=452e8e56647e25e17fef4bb2c674b86f1002a156 [2021-03-10T14:59:35.982Z] Priming go115 [2021-03-10T14:59:35.982Z] + snapcraftctl prime [2021-03-10T14:59:36.220Z] ---> Running in 62745aff4a8c [2021-03-10T14:59:36.492Z] Removing intermediate container c630273eab2a [2021-03-10T14:59:36.492Z] ---> 8b5cc1216208 [2021-03-10T14:59:36.492Z] Step 22/22 : LABEL version=0.0.0 [2021-03-10T14:59:36.492Z] Removing intermediate container 1a7d90e7a75f [2021-03-10T14:59:36.492Z] ---> 07d1b5e4b04e [2021-03-10T14:59:36.492Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T14:59:36.777Z] ---> Running in 06549d8cef4b [2021-03-10T14:59:36.777Z] ---> Running in 2c3f7c6dd38a [2021-03-10T14:59:36.777Z] Removing intermediate container 62745aff4a8c [2021-03-10T14:59:36.777Z] ---> be45f2057066 [2021-03-10T14:59:36.777Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T14:59:36.923Z] Priming edgex-go [2021-03-10T14:59:36.923Z] + snapcraftctl prime [2021-03-10T14:59:37.763Z] ---> Running in 73a49d9ac968 [2021-03-10T14:59:37.763Z] Removing intermediate container 06549d8cef4b [2021-03-10T14:59:37.763Z] ---> c04ecd9e3bcd [2021-03-10T14:59:37.763Z] [2021-03-10T14:59:37.763Z] Removing intermediate container 2c3f7c6dd38a [2021-03-10T14:59:37.763Z] ---> 399641cd114b [2021-03-10T14:59:37.763Z] [2021-03-10T14:59:37.865Z] Priming version [2021-03-10T14:59:37.865Z] + snapcraftctl prime [2021-03-10T14:59:38.361Z] Successfully built c04ecd9e3bcd [2021-03-10T14:59:38.361Z] Successfully built 399641cd114b [2021-03-10T14:59:38.361Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-10T14:59:38.361Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-03-10T14:59:38.361Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-10T14:59:38.361Z] Removing intermediate container 73a49d9ac968 [2021-03-10T14:59:38.361Z] ---> 3b104263e0eb [2021-03-10T14:59:38.361Z] [2021-03-10T14:59:38.361Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-03-10T14:59:38.954Z] Successfully built 3b104263e0eb [2021-03-10T14:59:38.954Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-10T14:59:39.247Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-10T15:00:17.959Z]  Building docker-core-command-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:00:17.959Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:00:17.959Z] ---> 7e39ded6f97a [2021-03-10T15:00:17.959Z] Step 3/22 : WORKDIR /edgex-go [2021-03-10T15:00:17.959Z] ---> Using cache [2021-03-10T15:00:17.959Z] ---> 65468843403c [2021-03-10T15:00:17.959Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:00:17.959Z] ---> Using cache [2021-03-10T15:00:17.959Z] ---> da146674a308 [2021-03-10T15:00:17.959Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-10T15:00:19.960Z] ---> Running in c8cfd9c6071f [2021-03-10T15:00:20.952Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:00:21.940Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:00:22.540Z] OK: 217 MiB in 51 packages [2021-03-10T15:00:23.993Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:00:23.993Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:00:23.993Z] ---> 7e39ded6f97a [2021-03-10T15:00:23.993Z] Step 3/31 : WORKDIR /edgex-go [2021-03-10T15:00:23.993Z] ---> Using cache [2021-03-10T15:00:23.993Z] ---> 65468843403c [2021-03-10T15:00:23.993Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:00:23.993Z] ---> Using cache [2021-03-10T15:00:23.993Z] ---> da146674a308 [2021-03-10T15:00:23.993Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-10T15:00:24.266Z] ---> Running in 5ef5a62afa40 [2021-03-10T15:00:24.873Z] Removing intermediate container c8cfd9c6071f [2021-03-10T15:00:24.873Z] ---> dabcc398f411 [2021-03-10T15:00:24.873Z] Step 6/22 : COPY go.mod . [2021-03-10T15:00:25.861Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:00:26.139Z] ---> efebcd77d9cd [2021-03-10T15:00:26.139Z] Step 7/22 : RUN go mod download [2021-03-10T15:00:26.431Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T15:00:26.431Z] Step 2/23 : FROM ${BUILDER_BASE} AS builderfetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:00:26.431Z] [2021-03-10T15:00:26.431Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 ---> 7e39ded6f97a [2021-03-10T15:00:26.431Z] [2021-03-10T15:00:26.431Z] Step 3/23 : WORKDIR /edgex-goStep 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-10T15:00:26.431Z] ---> Using cache [2021-03-10T15:00:26.431Z] [2021-03-10T15:00:26.431Z] ---> 65468843403c [2021-03-10T15:00:26.431Z] ---> 7e39ded6f97a [2021-03-10T15:00:26.431Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 3/26 : WORKDIR /edgex-go [2021-03-10T15:00:26.431Z] ---> Using cache [2021-03-10T15:00:26.431Z] [2021-03-10T15:00:26.431Z] ---> Using cache [2021-03-10T15:00:26.431Z] ---> da146674a308 [2021-03-10T15:00:26.431Z] ---> 65468843403c [2021-03-10T15:00:26.431Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base gitStep 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:00:26.431Z] [2021-03-10T15:00:26.431Z] ---> Using cache [2021-03-10T15:00:26.431Z] ---> da146674a308 [2021-03-10T15:00:26.431Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-10T15:00:26.431Z] ---> Running in 1521b4c0b748 [2021-03-10T15:00:26.431Z] ---> Running in 0612a48195d7 [2021-03-10T15:00:26.431Z] ---> Running in b01c35421e3a [2021-03-10T15:00:27.429Z] OK: 217 MiB in 51 packages [2021-03-10T15:00:28.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:00:28.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:00:28.703Z] Removing intermediate container 5ef5a62afa40 [2021-03-10T15:00:28.703Z] ---> cb3e4d5ee604 [2021-03-10T15:00:28.703Z] Step 6/31 : COPY go.mod . [2021-03-10T15:00:29.696Z] ---> 4e17b351fbf8 [2021-03-10T15:00:29.696Z] Step 7/31 : RUN go mod download [2021-03-10T15:00:29.696Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:00:29.696Z] ---> Running in 4fd6a7546656 [2021-03-10T15:00:29.970Z] Removing intermediate container 1521b4c0b748 [2021-03-10T15:00:29.970Z] ---> 0b61adecedf6 [2021-03-10T15:00:29.970Z] Step 8/22 : COPY . . [2021-03-10T15:00:29.970Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:00:30.958Z] OK: 217 MiB in 51 packages [2021-03-10T15:00:31.950Z] OK: 217 MiB in 51 packages [2021-03-10T15:00:32.943Z] Removing intermediate container 0612a48195d7 [2021-03-10T15:00:32.943Z] ---> 831f43bcbb02 [2021-03-10T15:00:32.943Z] Step 6/23 : COPY go.mod . [2021-03-10T15:00:33.221Z] Removing intermediate container 4fd6a7546656 [2021-03-10T15:00:33.221Z] ---> 6fe9bb937680 [2021-03-10T15:00:33.221Z] Step 8/31 : COPY . . [2021-03-10T15:00:34.206Z] ---> 1cc4364956e2 [2021-03-10T15:00:34.206Z] Step 7/23 : RUN go mod download [2021-03-10T15:00:34.206Z] Removing intermediate container b01c35421e3a [2021-03-10T15:00:34.206Z] ---> 408958a475a2 [2021-03-10T15:00:34.206Z] Step 6/26 : COPY go.mod . [2021-03-10T15:00:34.480Z] ---> Running in 4a7d8240f652 [2021-03-10T15:00:35.086Z] ---> 851a4e9e035c [2021-03-10T15:00:35.086Z] Step 7/26 : RUN go mod download [2021-03-10T15:00:36.533Z] ---> Running in f30c68d83192 [2021-03-10T15:00:39.958Z] Removing intermediate container 4a7d8240f652 [2021-03-10T15:00:39.958Z] ---> 21dd0efadb17 [2021-03-10T15:00:39.958Z] Step 8/23 : COPY . . [2021-03-10T15:00:41.957Z] Removing intermediate container f30c68d83192 [2021-03-10T15:00:41.957Z] ---> 183358dd7df8 [2021-03-10T15:00:41.957Z] Step 8/26 : COPY . . [2021-03-10T15:00:50.523Z] ---> 4c8c02f6716f [2021-03-10T15:00:50.523Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-10T15:00:51.127Z] ---> Running in ae0aa4a75409 [2021-03-10T15:00:51.127Z] ---> 9928b4f7304d [2021-03-10T15:00:51.127Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-10T15:00:52.577Z] ---> Running in d716f6147a93 [2021-03-10T15:00:54.019Z] 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-10T15:00:54.019Z] 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-10T15:01:00.753Z] ---> 1e28d90cc755 [2021-03-10T15:01:00.753Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-10T15:01:00.753Z] ---> Running in f1f9336d837c [2021-03-10T15:01:01.032Z] ---> 4f12f5140322 [2021-03-10T15:01:01.032Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-10T15:01:01.311Z] ---> Running in 04c5e92176de [2021-03-10T15:01:02.779Z] 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-10T15:01:03.384Z] 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-10T15:02:25.282Z] Removing intermediate container d716f6147a93 [2021-03-10T15:02:25.282Z] ---> 89845e7b2407 [2021-03-10T15:02:25.282Z] [2021-03-10T15:02:25.282Z] Step 10/31 : FROM alpine:3.12 [2021-03-10T15:02:25.282Z] ---> d10569e2745f [2021-03-10T15:02:25.282Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-10T15:02:25.282Z] ---> Running in 77c1a654b3b5 [2021-03-10T15:02:25.282Z] Removing intermediate container 77c1a654b3b5 [2021-03-10T15:02:25.282Z] ---> 0ff21655e8fa [2021-03-10T15:02:25.282Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-10T15:02:25.282Z] ---> Running in 0b92f60a06c2 [2021-03-10T15:02:25.282Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:02:25.282Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:02:25.282Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-10T15:02:25.282Z] (2/2) Installing su-exec (0.2-r1) [2021-03-10T15:02:25.282Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:02:25.282Z] OK: 5 MiB in 16 packages [2021-03-10T15:02:27.285Z] Removing intermediate container 0b92f60a06c2 [2021-03-10T15:02:27.285Z] ---> 43b5811ebfa3 [2021-03-10T15:02:27.285Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-10T15:02:27.285Z] ---> Running in 5c8511ecd2fe [2021-03-10T15:02:28.735Z] Removing intermediate container 5c8511ecd2fe [2021-03-10T15:02:28.735Z] ---> 19a913965982 [2021-03-10T15:02:28.735Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-10T15:02:29.012Z] ---> Running in b01f006e8119 [2021-03-10T15:02:29.996Z] Removing intermediate container b01f006e8119 [2021-03-10T15:02:29.996Z] ---> 8036d2aa019c [2021-03-10T15:02:29.996Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-10T15:02:30.281Z] ---> Running in 6f96fa333383 [2021-03-10T15:02:31.726Z] Removing intermediate container 04c5e92176de [2021-03-10T15:02:31.726Z] ---> 04aa1fe5722d [2021-03-10T15:02:31.726Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-10T15:02:32.008Z] ---> Running in e7b439d2f1bd [2021-03-10T15:02:32.281Z] Removing intermediate container ae0aa4a75409 [2021-03-10T15:02:32.281Z] ---> 60a13502d044 [2021-03-10T15:02:32.281Z] [2021-03-10T15:02:32.281Z] Step 10/22 : FROM alpine:3.12 [2021-03-10T15:02:32.281Z] ---> d10569e2745f [2021-03-10T15:02:32.281Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-10T15:02:32.281Z] ---> Using cache [2021-03-10T15:02:32.281Z] ---> 951ceb50165c [2021-03-10T15:02:32.281Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T15:02:32.281Z] ---> Using cache [2021-03-10T15:02:32.281Z] ---> 7158c03f9695 [2021-03-10T15:02:32.281Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-10T15:02:32.557Z] ---> Running in 3df9cdc416cb [2021-03-10T15:02:33.563Z] Removing intermediate container 3df9cdc416cb [2021-03-10T15:02:33.563Z] ---> f4cc2f8f0319 [2021-03-10T15:02:33.563Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-10T15:02:33.839Z] Removing intermediate container 6f96fa333383 [2021-03-10T15:02:33.839Z] ---> 1868a5b3c49f [2021-03-10T15:02:33.839Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-10T15:02:33.839Z] ---> Running in 976b74e27788 [2021-03-10T15:02:33.839Z] 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-10T15:02:34.114Z] ---> Running in e2432a4bfdbd [2021-03-10T15:02:34.393Z] Removing intermediate container 976b74e27788 [2021-03-10T15:02:34.393Z] ---> 6039f026dfeb [2021-03-10T15:02:34.393Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T15:02:34.671Z] Removing intermediate container e2432a4bfdbd [2021-03-10T15:02:34.671Z] ---> d627977117eb [2021-03-10T15:02:34.671Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-10T15:02:35.280Z] ---> 595ce997824b [2021-03-10T15:02:35.280Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-10T15:02:35.893Z] ---> b2f45e42740d [2021-03-10T15:02:35.893Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-10T15:02:36.170Z] ---> Running in c483b5963247 [2021-03-10T15:02:37.182Z] ---> 5f570c72651a [2021-03-10T15:02:37.182Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-10T15:02:38.629Z] ---> a4d2ddcc1580 [2021-03-10T15:02:38.629Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-10T15:02:38.629Z] Removing intermediate container e7b439d2f1bd [2021-03-10T15:02:38.629Z] ---> 6045a80a8ccd [2021-03-10T15:02:38.629Z] [2021-03-10T15:02:38.629Z] Step 11/26 : FROM docker:20.10.0 [2021-03-10T15:02:38.908Z] 20.10.0: Pulling from library/docker [2021-03-10T15:02:38.908Z] ---> Running in 0c5b83703be0 [2021-03-10T15:02:40.369Z] Removing intermediate container 0c5b83703be0 [2021-03-10T15:02:40.369Z] ---> 4207820bc6f8 [2021-03-10T15:02:40.369Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T15:02:40.369Z] Removing intermediate container c483b5963247 [2021-03-10T15:02:40.369Z] ---> a3bf28b1d935 [2021-03-10T15:02:40.369Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T15:02:40.649Z] ---> Running in 6d9368f4de7d [2021-03-10T15:02:41.639Z] Removing intermediate container 6d9368f4de7d [2021-03-10T15:02:41.639Z] ---> 8cb8b8b1049b [2021-03-10T15:02:41.639Z] Step 20/22 : LABEL arch=arm64 [2021-03-10T15:02:42.255Z] ---> Running in afe0f8f74b28 [2021-03-10T15:02:42.255Z] ---> c8e345cc10dd [2021-03-10T15:02:42.255Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-10T15:02:42.853Z] Removing intermediate container afe0f8f74b28 [2021-03-10T15:02:42.853Z] ---> 76903c535ae7 [2021-03-10T15:02:42.853Z] Step 21/22 : LABEL git_sha=452e8e56647e25e17fef4bb2c674b86f1002a156 [2021-03-10T15:02:43.457Z] ---> Running in 88b580431dbc [2021-03-10T15:02:43.731Z] ---> 9ff3a9d7f0bf [2021-03-10T15:02:43.731Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-10T15:02:44.007Z] Removing intermediate container 88b580431dbc [2021-03-10T15:02:44.007Z] ---> 571ba759787b [2021-03-10T15:02:44.007Z] Step 22/22 : LABEL version=0.0.0 [2021-03-10T15:02:44.607Z] ---> Running in cf77509c40f6 [2021-03-10T15:02:45.197Z] ---> 1653aa3a0de5 [2021-03-10T15:02:45.197Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-10T15:02:45.472Z] Removing intermediate container cf77509c40f6 [2021-03-10T15:02:45.472Z] ---> 71a7847a5fdb [2021-03-10T15:02:45.472Z] [2021-03-10T15:02:46.070Z] Successfully built 71a7847a5fdb [2021-03-10T15:02:46.342Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-10T15:02:46.614Z]  Building docker-support-scheduler-go ... done  ---> 7eae999f28de [2021-03-10T15:02:46.614Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-10T15:02:48.592Z] ---> 1b7f2244caa1 [2021-03-10T15:02:48.592Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-10T15:02:49.183Z] Removing intermediate container f1f9336d837c [2021-03-10T15:02:49.183Z] ---> 51c3d7dadb21 [2021-03-10T15:02:49.183Z] [2021-03-10T15:02:49.183Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T15:02:49.183Z] ---> d10569e2745f [2021-03-10T15:02:49.183Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-10T15:02:49.454Z] ---> Running in e94ad5484f70 [2021-03-10T15:02:49.454Z] ---> Running in c9dd79b0a50a [2021-03-10T15:02:50.044Z] Removing intermediate container e94ad5484f70 [2021-03-10T15:02:50.044Z] ---> 02236315a5f2 [2021-03-10T15:02:50.044Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-10T15:02:50.044Z] Removing intermediate container c9dd79b0a50a [2021-03-10T15:02:50.044Z] ---> 1a2326a7d0ec [2021-03-10T15:02:50.044Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-10T15:02:50.320Z] ---> Running in 9207ec0f4cc0 [2021-03-10T15:02:50.320Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-10T15:02:50.320Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-10T15:02:50.320Z] ---> eeaf43b92773 [2021-03-10T15:02:50.320Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-10T15:02:50.592Z] ---> Running in 05957c417227 [2021-03-10T15:02:50.903Z] ---> d800fb977d66 [2021-03-10T15:02:50.903Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-10T15:02:50.903Z] Removing intermediate container 9207ec0f4cc0 [2021-03-10T15:02:50.903Z] ---> d00b5244bdbc [2021-03-10T15:02:50.903Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-10T15:02:51.185Z] ---> Running in f1390e74b2d0 [2021-03-10T15:02:51.460Z] ---> Running in e3f72f6b7f64 [2021-03-10T15:02:51.733Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:02:51.733Z] Removing intermediate container e3f72f6b7f64 [2021-03-10T15:02:51.733Z] ---> 50acf98619da [2021-03-10T15:02:51.733Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T15:02:52.002Z] ---> Running in f483a7e9113b [2021-03-10T15:02:52.002Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:02:52.978Z] (1/2) Installing readline (8.0.4-r0) [2021-03-10T15:02:52.978Z] (2/2) Installing bash (5.0.17-r0) [2021-03-10T15:02:52.978Z] Executing bash-5.0.17-r0.post-install [2021-03-10T15:02:52.978Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:02:52.978Z] OK: 12 MiB in 22 packages [2021-03-10T15:02:53.988Z] Removing intermediate container f1390e74b2d0 [2021-03-10T15:02:53.988Z] ---> a37cc52c5208 [2021-03-10T15:02:53.988Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-10T15:02:54.263Z] ---> Running in 54e8a224a0f8 [2021-03-10T15:02:54.538Z] Removing intermediate container 05957c417227 [2021-03-10T15:02:54.538Z] ---> f84125b98b6f [2021-03-10T15:02:54.538Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-10T15:02:54.538Z] ---> Running in a0795593f0d7 [2021-03-10T15:02:54.813Z] Removing intermediate container f483a7e9113b [2021-03-10T15:02:54.813Z] ---> f6d948930ae7 [2021-03-10T15:02:54.813Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-10T15:02:54.813Z] Removing intermediate container 54e8a224a0f8 [2021-03-10T15:02:54.813Z] ---> 3d0cdc912224 [2021-03-10T15:02:54.813Z] Step 28/31 : CMD ["gate"] [2021-03-10T15:02:55.088Z] ---> Running in 57235144afc7 [2021-03-10T15:02:55.088Z] ---> Running in e5b30282cbaf [2021-03-10T15:02:55.375Z] Removing intermediate container a0795593f0d7 [2021-03-10T15:02:55.375Z] ---> f8f98e16c1e1 [2021-03-10T15:02:55.375Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-10T15:02:55.659Z] ---> Running in fa48f7987ce8 [2021-03-10T15:02:55.659Z] Removing intermediate container e5b30282cbaf [2021-03-10T15:02:55.659Z] ---> e1c29c810892 [2021-03-10T15:02:55.659Z] Step 29/31 : LABEL arch=arm64 [2021-03-10T15:02:56.258Z] ---> Running in 6307c06dbb92 [2021-03-10T15:02:56.533Z] Removing intermediate container fa48f7987ce8 [2021-03-10T15:02:56.533Z] ---> a5d3f77ef556 [2021-03-10T15:02:56.533Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-10T15:02:56.533Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:02:56.533Z] ---> Running in ddd2b951af9b [2021-03-10T15:02:56.808Z] Removing intermediate container 6307c06dbb92 [2021-03-10T15:02:56.808Z] ---> 866c9356f914 [2021-03-10T15:02:56.808Z] Step 30/31 : LABEL git_sha=452e8e56647e25e17fef4bb2c674b86f1002a156 [2021-03-10T15:02:57.085Z] ---> Running in 3711ba6a60f6 [2021-03-10T15:02:57.360Z] Removing intermediate container ddd2b951af9b [2021-03-10T15:02:57.360Z] ---> f084d30f0f79 [2021-03-10T15:02:57.360Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-10T15:02:57.360Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:02:57.643Z] Removing intermediate container 3711ba6a60f6 [2021-03-10T15:02:57.643Z] ---> a25a3b82bb2c [2021-03-10T15:02:57.643Z] Step 31/31 : LABEL version=0.0.0 [2021-03-10T15:02:58.241Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-10T15:02:58.241Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-10T15:02:58.241Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-10T15:02:58.241Z] ---> Running in 6ec94b9f9528 [2021-03-10T15:02:58.241Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-10T15:02:58.517Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-10T15:02:58.799Z] ---> 3ce6ae1d07ef [2021-03-10T15:02:58.799Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-10T15:02:58.799Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-10T15:02:58.799Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:02:58.799Z] OK: 8 MiB in 20 packages [2021-03-10T15:02:58.799Z] Removing intermediate container 6ec94b9f9528 [2021-03-10T15:02:58.799Z] ---> 6581484a6bce [2021-03-10T15:02:58.799Z] [2021-03-10T15:02:59.396Z] Successfully built 6581484a6bce [2021-03-10T15:02:59.396Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-10T15:02:59.999Z]  Building docker-security-bootstrapper-go ... done  ---> 891354b39152 [2021-03-10T15:02:59.999Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-10T15:03:00.615Z] Removing intermediate container 57235144afc7 [2021-03-10T15:03:00.615Z] ---> ed2a063f1835 [2021-03-10T15:03:00.615Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T15:03:00.887Z] ---> 0e14c54e1ca1 [2021-03-10T15:03:00.887Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-10T15:03:01.165Z] ---> Running in 2c4c77b181ec [2021-03-10T15:03:01.442Z] ---> 3caddf0cef98 [2021-03-10T15:03:01.442Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-10T15:03:02.420Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:03:02.698Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:03:02.975Z] ---> 14a427f5a97f [2021-03-10T15:03:02.975Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-10T15:03:03.254Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-10T15:03:03.254Z] (2/33) Installing expat (2.2.9-r1) [2021-03-10T15:03:03.254Z] (3/33) Installing libffi (3.3-r2) [2021-03-10T15:03:03.254Z] (4/33) Installing gdbm (1.13-r1) [2021-03-10T15:03:03.254Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-10T15:03:03.254Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-10T15:03:03.529Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-10T15:03:04.130Z] ---> 7d2b165ba038 [2021-03-10T15:03:04.130Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-10T15:03:04.742Z] ---> Running in e9e13c0445a5 [2021-03-10T15:03:05.337Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-10T15:03:05.337Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-10T15:03:05.337Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-10T15:03:05.337Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-10T15:03:05.337Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-10T15:03:05.337Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-10T15:03:05.337Z] Removing intermediate container e9e13c0445a5 [2021-03-10T15:03:05.337Z] ---> 5f7f33b2f9a6 [2021-03-10T15:03:05.337Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T15:03:05.611Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-10T15:03:05.611Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-10T15:03:05.611Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-10T15:03:05.611Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-10T15:03:05.611Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-10T15:03:05.611Z] ---> Running in 78ddda50f30b [2021-03-10T15:03:05.611Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-10T15:03:05.611Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-10T15:03:05.611Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-10T15:03:05.611Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-10T15:03:05.611Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-10T15:03:05.885Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-10T15:03:05.885Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-10T15:03:05.885Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-10T15:03:05.885Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-10T15:03:05.885Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-10T15:03:05.885Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-10T15:03:05.885Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-10T15:03:05.885Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-10T15:03:05.885Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-10T15:03:05.885Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-10T15:03:06.163Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:03:06.163Z] OK: 71 MiB in 55 packages [2021-03-10T15:03:06.443Z] Removing intermediate container 78ddda50f30b [2021-03-10T15:03:06.443Z] ---> a9e55dfb0fc4 [2021-03-10T15:03:06.443Z] Step 21/23 : LABEL arch=arm64 [2021-03-10T15:03:06.716Z] ---> Running in 4953ff9a8cc8 [2021-03-10T15:03:07.317Z] Removing intermediate container 4953ff9a8cc8 [2021-03-10T15:03:07.317Z] ---> e66785075cf2 [2021-03-10T15:03:07.317Z] Step 22/23 : LABEL git_sha=452e8e56647e25e17fef4bb2c674b86f1002a156 [2021-03-10T15:03:07.594Z] ---> Running in d8c947b8ab4c [2021-03-10T15:03:08.595Z] Removing intermediate container d8c947b8ab4c [2021-03-10T15:03:08.595Z] ---> c372961feddb [2021-03-10T15:03:08.595Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T15:03:08.595Z] ---> Running in 4db2be788eda [2021-03-10T15:03:09.194Z] Removing intermediate container 4db2be788eda [2021-03-10T15:03:09.194Z] ---> 8d627cc98f22 [2021-03-10T15:03:09.194Z] [2021-03-10T15:03:09.794Z] Successfully built 8d627cc98f22 [2021-03-10T15:03:09.794Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-10T15:03:12.432Z]  Building docker-core-data-go ... done Removing intermediate container 2c4c77b181ec [2021-03-10T15:03:12.432Z] ---> c89afc80126e [2021-03-10T15:03:12.432Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-10T15:03:12.724Z] ---> Running in 743c22d9e238 [2021-03-10T15:03:18.136Z] Collecting docker-compose==1.23.2 [2021-03-10T15:03:18.136Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-10T15:03:18.414Z] 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-10T15:03:19.412Z] Collecting PyYAML<4,>=3.10 [2021-03-10T15:03:19.412Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-10T15:03:22.807Z] Collecting jsonschema<3,>=2.5.1 [2021-03-10T15:03:22.807Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-10T15:03:22.807Z] Collecting docopt<0.7,>=0.6.1 [2021-03-10T15:03:22.807Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-10T15:03:25.419Z] Collecting docker<4.0,>=3.6.0 [2021-03-10T15:03:25.419Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-10T15:03:26.010Z] Collecting cached-property<2,>=1.2.0 [2021-03-10T15:03:26.010Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-10T15:03:26.283Z] Collecting texttable<0.10,>=0.9.0 [2021-03-10T15:03:26.283Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-10T15:03:29.649Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-10T15:03:29.649Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-10T15:03:30.237Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-10T15:03:30.237Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-10T15:03:30.507Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-10T15:03:30.507Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-10T15:03:33.119Z] Collecting docker-pycreds>=0.4.0 [2021-03-10T15:03:33.119Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-10T15:03:33.390Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-10T15:03:33.664Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-10T15:03:33.664Z] 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-10T15:03:33.664Z] 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-10T15:03:33.939Z] Collecting idna<2.8,>=2.5 [2021-03-10T15:03:33.939Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-10T15:03:34.210Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-10T15:03:34.210Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-10T15:03:34.210Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-10T15:03:34.210Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-10T15:03:35.187Z] Installing collected packages: PyYAML, jsonschema, docopt, websocket-client, docker-pycreds, urllib3, idna, requests, docker, cached-property, texttable, dockerpty, docker-compose [2021-03-10T15:03:35.187Z] Running setup.py install for PyYAML: started [2021-03-10T15:03:37.826Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-10T15:03:38.421Z] Running setup.py install for docopt: started [2021-03-10T15:03:41.087Z] Running setup.py install for docopt: finished with status 'done' [2021-03-10T15:03:41.362Z] Attempting uninstall: urllib3 [2021-03-10T15:03:41.362Z] Found existing installation: urllib3 1.25.9 [2021-03-10T15:03:41.362Z] Uninstalling urllib3-1.25.9: [2021-03-10T15:03:41.636Z] Successfully uninstalled urllib3-1.25.9 [2021-03-10T15:03:42.232Z] Attempting uninstall: idna [2021-03-10T15:03:42.232Z] Found existing installation: idna 2.9 [2021-03-10T15:03:42.232Z] Uninstalling idna-2.9: [2021-03-10T15:03:42.232Z] Successfully uninstalled idna-2.9 [2021-03-10T15:03:42.827Z] Attempting uninstall: requests [2021-03-10T15:03:42.827Z] Found existing installation: requests 2.23.0 [2021-03-10T15:03:42.827Z] Uninstalling requests-2.23.0: [2021-03-10T15:03:42.827Z] Successfully uninstalled requests-2.23.0 [2021-03-10T15:03:44.257Z] Running setup.py install for texttable: started [2021-03-10T15:03:46.225Z] Running setup.py install for texttable: finished with status 'done' [2021-03-10T15:03:46.225Z] Running setup.py install for dockerpty: started [2021-03-10T15:03:48.183Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-10T15:03:48.778Z] 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-10T15:03:53.079Z] Removing intermediate container 743c22d9e238 [2021-03-10T15:03:53.079Z] ---> 9aa2b575b326 [2021-03-10T15:03:53.079Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-10T15:03:53.079Z] ---> Running in 15e861a81fad [2021-03-10T15:03:54.058Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T15:03:54.058Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T15:03:54.651Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T15:03:54.651Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-10T15:03:54.651Z] (3/3) Installing curl (7.69.1-r3) [2021-03-10T15:03:54.651Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T15:03:54.651Z] OK: 71 MiB in 58 packages [2021-03-10T15:03:56.091Z] Removing intermediate container 15e861a81fad [2021-03-10T15:03:56.091Z] ---> 3764f8c38684 [2021-03-10T15:03:56.091Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-10T15:03:56.091Z] ---> Running in 6bd0de47ed77 [2021-03-10T15:03:56.697Z] Removing intermediate container 6bd0de47ed77 [2021-03-10T15:03:56.697Z] ---> 4b3e5a35ea98 [2021-03-10T15:03:56.697Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T15:03:56.697Z] ---> Running in 3b699c2b92e8 [2021-03-10T15:03:56.968Z] Removing intermediate container 3b699c2b92e8 [2021-03-10T15:03:56.968Z] ---> a5879fec9545 [2021-03-10T15:03:56.968Z] Step 24/26 : LABEL arch=arm64 [2021-03-10T15:03:57.241Z] ---> Running in 5fb124df63c6 [2021-03-10T15:03:57.832Z] Removing intermediate container 5fb124df63c6 [2021-03-10T15:03:57.832Z] ---> 331c138aeaaa [2021-03-10T15:03:57.832Z] Step 25/26 : LABEL git_sha=452e8e56647e25e17fef4bb2c674b86f1002a156 [2021-03-10T15:03:57.832Z] ---> Running in 13357bf8fd26 [2021-03-10T15:03:58.425Z] Removing intermediate container 13357bf8fd26 [2021-03-10T15:03:58.425Z] ---> adb6bd2c8f5f [2021-03-10T15:03:58.425Z] Step 26/26 : LABEL version=0.0.0 [2021-03-10T15:03:58.425Z] ---> Running in 30f133af1421 [2021-03-10T15:03:59.021Z] Removing intermediate container 30f133af1421 [2021-03-10T15:03:59.021Z] ---> 5ae48eec4a37 [2021-03-10T15:03:59.021Z] [2021-03-10T15:03:59.294Z] Successfully built 5ae48eec4a37 [2021-03-10T15:03:59.294Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-10T15:03:59.581Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-10T15:03:59.576Z] $ docker stop --time=1 c7be2e1711c2e32f7dfaeea31a690ca1759fb060958b1b96184de1822989bb7d [2021-03-10T15:04:01.482Z] $ docker rm -f c7be2e1711c2e32f7dfaeea31a690ca1759fb060958b1b96184de1822989bb7d [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-10T15:04:02.157Z] + grep docker [2021-03-10T15:04:02.157Z] + docker images [2021-03-10T15:04:02.430Z] docker-sys-mgmt-agent-go-arm64 latest 5ae48eec4a37 4 seconds ago 300MB [2021-03-10T15:04:02.430Z] docker-core-data-go-arm64 latest 8d627cc98f22 54 seconds ago 21.3MB [2021-03-10T15:04:02.430Z] docker-security-bootstrapper-go-arm64 latest 6581484a6bce About a minute ago 17.8MB [2021-03-10T15:04:02.430Z] docker-support-scheduler-go-arm64 latest 71a7847a5fdb About a minute ago 16.3MB [2021-03-10T15:04:02.430Z] docker-support-notifications-go-arm64 latest c04ecd9e3bcd 4 minutes ago 16.9MB [2021-03-10T15:04:02.431Z] docker-core-command-go-arm64 latest 3b104263e0eb 4 minutes ago 16.2MB [2021-03-10T15:04:02.431Z] docker-core-metadata-go-arm64 latest 399641cd114b 4 minutes ago 17.9MB [2021-03-10T15:04:02.431Z] docker-security-secretstore-setup-go-arm64 latest 2bdb2de676f4 4 minutes ago 23.7MB [2021-03-10T15:04:02.431Z] docker-security-proxy-setup-go-arm64 latest 50aee4c244e4 4 minutes ago 23.4MB [2021-03-10T15:04:02.431Z] 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-10T15:04:03.531Z] ---> job-cost.sh [2021-03-10T15:04:03.531Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-KDi2 [2021-03-10T15:04:51.433Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-10T15:06:28.155Z] lf-activate-venv(): INFO: Adding /tmp/venv-KDi2/bin to PATH [2021-03-10T15:06:28.155Z] INFO: No Stack... [2021-03-10T15:06:28.745Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-10T15:06:29.333Z] INFO: Archiving Costs [Pipeline] sh [2021-03-10T15:06:29.672Z] + cat /w/workspace/edgex-go/13/archives/cost.csv [2021-03-10T15:06:29.672Z] + cut -d, -f6 [Pipeline] lock [2021-03-10T15:06:29.786Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3190-13-stack-cost] [2021-03-10T15:06:29.809Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3190-13-stack-cost] did not exist. Created. [2021-03-10T15:06:29.809Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3190-13-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-10T15:06:30.242Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-10T15:06:30.501Z] Stashed 1 file(s) [Pipeline] } [2021-03-10T15:06:30.512Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3190-13-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-10T15:06:32.330Z] provisioning config files... [2021-03-10T15:06:32.346Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/13@tmp/config1065324546987677274tmp [Pipeline] { [Pipeline] sh [2021-03-10T15:06:32.730Z] + set +x [2021-03-10T15:06:32.731Z] + curl -s https://codecov.io/bash [2021-03-10T15:06:32.731Z] + bash -s -- [2021-03-10T15:06:33.308Z] [2021-03-10T15:06:33.308Z] _____ _ [2021-03-10T15:06:33.308Z] / ____| | | [2021-03-10T15:06:33.308Z] | | ___ __| | ___ ___ _____ __ [2021-03-10T15:06:33.308Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-10T15:06:33.308Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-10T15:06:33.308Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-10T15:06:33.308Z] Bash-20210309-2b87ace [2021-03-10T15:06:33.308Z] [2021-03-10T15:06:33.308Z] [2021-03-10T15:06:33.308Z] ==> git version 2.24.3 found [2021-03-10T15:06:33.308Z] ==> 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-10T15:06:33.308Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-10T15:06:33.308Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-10T15:06:33.308Z] ==> Jenkins CI detected. [2021-03-10T15:06:33.308Z] project root: . [2021-03-10T15:06:33.308Z] --> token set from env [2021-03-10T15:06:33.308Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-10T15:06:33.308Z] ==> Running gcov in . (disable via -X gcov) [2021-03-10T15:06:33.308Z] ==> Python coveragepy not found [2021-03-10T15:06:33.308Z] ==> Searching for coverage reports in: [2021-03-10T15:06:33.308Z] + . [2021-03-10T15:06:33.308Z] -> Found 1 reports [2021-03-10T15:06:33.308Z] ==> Detecting git/mercurial file structure [2021-03-10T15:06:33.308Z] ==> Reading reports [2021-03-10T15:06:33.308Z] + ./coverage.out bytes=628838 [2021-03-10T15:06:33.308Z] ==> Appending adjustments [2021-03-10T15:06:33.308Z] https://docs.codecov.io/docs/fixing-reports [2021-03-10T15:06:37.530Z] + Found adjustments [2021-03-10T15:06:37.530Z] ==> Gzipping contents [2021-03-10T15:06:37.530Z] 92K /tmp/codecov.K7qXFE.gz [2021-03-10T15:06:37.530Z] ==> Uploading reports [2021-03-10T15:06:37.530Z] url: https://codecov.io [2021-03-10T15:06:37.530Z] query: branch=PR-3190&commit=452e8e56647e25e17fef4bb2c674b86f1002a156&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3190%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3190&job=&cmd_args= [2021-03-10T15:06:37.530Z] -> Pinging Codecov [2021-03-10T15:06:37.531Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3190&commit=452e8e56647e25e17fef4bb2c674b86f1002a156&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3190%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3190&job=&cmd_args= [2021-03-10T15:06:37.531Z] -> Uploading to [2021-03-10T15:06:37.531Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-10/00271124DB129430A58F1EEE437C3FCB/452e8e56647e25e17fef4bb2c674b86f1002a156/183544a1-b544-4f2b-aa13-570b1b3c3270.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210310%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210310T150637Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=67347d7cd11e50e8abd139af739e1c13c5f83d6cd9c6c2884a82c1bae3c66c91 [2021-03-10T15:06:37.531Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T15:06:37.531Z] Dload Upload Total Spent Left Speed [2021-03-10T15:06:38.053Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92612 0 0 100 92612 0 153k --:--:-- --:--:-- --:--:-- 153k [2021-03-10T15:06:38.054Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/452e8e56647e25e17fef4bb2c674b86f1002a156 [Pipeline] } [2021-03-10T15:06:38.064Z] 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-10T15:06:39.631Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:06:40.520Z] ---> package-listing.sh [2021-03-10T15:06:40.520Z] ++ facter osfamily [2021-03-10T15:06:40.520Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-10T15:06:40.520Z] + OS_FAMILY=redhat [2021-03-10T15:06:40.520Z] + workspace=/w/workspace/edgex-go/13 [2021-03-10T15:06:40.520Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-10T15:06:40.520Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-10T15:06:40.520Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-10T15:06:40.520Z] + PACKAGES=/tmp/packages_start.txt [2021-03-10T15:06:40.520Z] + '[' /w/workspace/edgex-go/13 ']' [2021-03-10T15:06:40.520Z] + PACKAGES=/tmp/packages_end.txt [2021-03-10T15:06:40.520Z] + case "${OS_FAMILY}" in [2021-03-10T15:06:40.520Z] + rpm -qa [2021-03-10T15:06:40.520Z] + sort [2021-03-10T15:06:44.736Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-10T15:06:44.736Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-10T15:06:44.736Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-10T15:06:44.998Z] + '[' /w/workspace/edgex-go/13 ']' [2021-03-10T15:06:44.998Z] + mkdir -p /w/workspace/edgex-go/13/archives/ [2021-03-10T15:06:44.998Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/13/archives/ [Pipeline] echo [2021-03-10T15:06:45.011Z] 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/13/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-10T15:06:45.302Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:06:45.631Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-10T15:06:45.631Z] [2021-03-10T15:06:45.631Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-10T15:06:46.113Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-10T15:06:46.113Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-10T15:06:46.113Z] df20fa9351a1: Pulling fs layer [2021-03-10T15:06:46.113Z] 36b3adc4ff6f: Pulling fs layer [2021-03-10T15:06:46.113Z] 8ad3a11d3b57: Pulling fs layer [2021-03-10T15:06:46.113Z] 46f8f816bc3b: Pulling fs layer [2021-03-10T15:06:46.113Z] 93b61091891f: Pulling fs layer [2021-03-10T15:06:46.113Z] 93b9cdb0e59b: Pulling fs layer [2021-03-10T15:06:46.113Z] 5e14af77c1be: Pulling fs layer [2021-03-10T15:06:46.113Z] 01666e4c0597: Pulling fs layer [2021-03-10T15:06:46.113Z] aa168da1d23b: Pulling fs layer [2021-03-10T15:06:46.113Z] 93b9cdb0e59b: Waiting [2021-03-10T15:06:46.113Z] 01666e4c0597: Waiting [2021-03-10T15:06:46.113Z] aa168da1d23b: Waiting [2021-03-10T15:06:46.113Z] 46f8f816bc3b: Waiting [2021-03-10T15:06:46.113Z] 93b61091891f: Waiting [2021-03-10T15:06:46.113Z] 5e14af77c1be: Waiting [2021-03-10T15:06:46.113Z] 36b3adc4ff6f: Verifying Checksum [2021-03-10T15:06:46.113Z] 36b3adc4ff6f: Download complete [2021-03-10T15:06:46.113Z] 46f8f816bc3b: Verifying Checksum [2021-03-10T15:06:46.113Z] 46f8f816bc3b: Download complete [2021-03-10T15:06:46.113Z] df20fa9351a1: Verifying Checksum [2021-03-10T15:06:46.113Z] df20fa9351a1: Download complete [2021-03-10T15:06:46.113Z] 93b9cdb0e59b: Verifying Checksum [2021-03-10T15:06:46.113Z] 93b9cdb0e59b: Download complete [2021-03-10T15:06:46.113Z] 93b61091891f: Verifying Checksum [2021-03-10T15:06:46.113Z] 93b61091891f: Download complete [2021-03-10T15:06:46.113Z] 5e14af77c1be: Verifying Checksum [2021-03-10T15:06:46.113Z] 5e14af77c1be: Download complete [2021-03-10T15:06:46.113Z] 01666e4c0597: Verifying Checksum [2021-03-10T15:06:46.113Z] 01666e4c0597: Download complete [2021-03-10T15:06:46.751Z] df20fa9351a1: Pull complete [2021-03-10T15:06:46.751Z] 8ad3a11d3b57: Verifying Checksum [2021-03-10T15:06:46.751Z] 8ad3a11d3b57: Download complete [2021-03-10T15:06:46.751Z] 36b3adc4ff6f: Pull complete [2021-03-10T15:06:48.685Z] aa168da1d23b: Verifying Checksum [2021-03-10T15:06:48.685Z] aa168da1d23b: Download complete [2021-03-10T15:06:49.636Z] 8ad3a11d3b57: Pull complete [2021-03-10T15:06:49.636Z] 46f8f816bc3b: Pull complete [2021-03-10T15:06:49.903Z] 93b61091891f: Pull complete [2021-03-10T15:06:50.165Z] 93b9cdb0e59b: Pull complete [2021-03-10T15:06:50.431Z] 5e14af77c1be: Pull complete [2021-03-10T15:06:50.431Z] 01666e4c0597: Pull complete [2021-03-10T15:06:58.610Z] aa168da1d23b: Pull complete [2021-03-10T15:06:58.610Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-10T15:06:58.610Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-10T15:06:58.610Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-10T15:06:58.896Z] prd-centos7-docker-4c-2g-29322 does not seem to be running inside a container [2021-03-10T15:06:58.950Z] $ 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/13/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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-10T15:07:05.752Z] $ docker top db75ca06d7c39e1afb73562b5d3d9f8454078c558dd81f38aa7aa4672e8be0c5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T15:07:06.328Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-10T15:07:06.639Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-10T15:07:06.946Z] + ls /var/log/sa-host [2021-03-10T15:07:06.946Z] + sadf -c /var/log/sa-host/sa10 [2021-03-10T15:07:06.946Z] file_magic: OK [2021-03-10T15:07:06.946Z] HZ: Using current value: 100 [2021-03-10T15:07:06.946Z] file_header: OK [2021-03-10T15:07:06.946Z] 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-10T15:07:06.946Z] Statistics: [2021-03-10T15:07:06.946Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-10T15:07:06.946Z] File successfully converted to sysstat format version 12.2.1 [2021-03-10T15:07:06.946Z] + sadf -c /var/log/sa-host/sa23 [2021-03-10T15:07:06.946Z] file_magic: OK [2021-03-10T15:07:06.946Z] HZ: Using current value: 100 [2021-03-10T15:07:06.946Z] file_header: OK [2021-03-10T15:07:06.946Z] 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-10T15:07:06.946Z] Statistics: [2021-03-10T15:07:06.946Z] Hnuu...uuuununununu... [2021-03-10T15:07:06.946Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-10T15:07:07.137Z] provisioning config files... [2021-03-10T15:07:07.154Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/13@tmp/config9137196352453688598tmp [Pipeline] { [Pipeline] echo [2021-03-10T15:07:07.229Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:07:07.533Z] ---> create-netrc.sh [Pipeline] } [2021-03-10T15:07:07.544Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-10T15:07:07.627Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:07:07.928Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-10T15:07:07.939Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:07:08.238Z] ---> sudo-logs.sh [2021-03-10T15:07:08.238Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-10T15:07:08.302Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:07:08.601Z] ---> job-cost.sh [2021-03-10T15:07:08.601Z] lf-activate-venv: SKIPPING [2021-03-10T15:07:08.601Z] DEBUG: total: 0.20999999344348907 [2021-03-10T15:07:08.601Z] INFO: Retrieving Stack Cost... [2021-03-10T15:07:09.996Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-10T15:07:10.258Z] INFO: Archiving Costs [Pipeline] echo [2021-03-10T15:07:10.272Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T15:07:10.576Z] ---> logs-deploy.sh [2021-03-10T15:07:10.576Z] lf-activate-venv: SKIPPING [2021-03-10T15:07:10.576Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3190/13 [2021-03-10T15:07:10.577Z] INFO: archiving workspace using pattern(s): [2021-03-10T15:07:11.979Z] Archives upload complete. [2021-03-10T15:07:12.244Z] INFO: archiving logs to Nexus