Pull request #3313 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 e3b29d7b93d74ccc7c2ba5c98dfd4a9be086bb46 rather than a71dfdb2d2caa866e61400efd75d5388cec39e9a Obtained Jenkinsfile from e3b29d7b93d74ccc7c2ba5c98dfd4a9be086bb46 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-32438’ Running on prd-centos7-docker-4c-2g-32442 in /w/workspace/edgexfoundry_edgex-go_PR-3313 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/6 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3313/head:refs/remotes/origin/PR-3313 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit e3b29d7b93d74ccc7c2ba5c98dfd4a9be086bb46 into PR head commit a71dfdb2d2caa866e61400efd75d5388cec39e9a Merge succeeded, producing a71dfdb2d2caa866e61400efd75d5388cec39e9a Checking out Revision a71dfdb2d2caa866e61400efd75d5388cec39e9a (PR-3313) > git config core.sparsecheckout # timeout=10 > git checkout -f a71dfdb2d2caa866e61400efd75d5388cec39e9a # 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 e3b29d7b93d74ccc7c2ba5c98dfd4a9be086bb46 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a71dfdb2d2caa866e61400efd75d5388cec39e9a # timeout=10 Commit message: "Merge branch 'master' into issue-3312" > git rev-list --no-walk c3328f26461253727c245ad87f3db063bee73d24 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-01T07:57:05.162Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-01T07:57:05.455Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-01T07:57:05.553Z] ========================================================= [2021-04-01T07:57:05.553Z] EdgeX Global Pipelines Version Info [2021-04-01T07:57:05.553Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-01T07:57:07.163Z] ------------------- [2021-04-01T07:57:07.163Z] stable info: [2021-04-01T07:57:07.163Z] ------------------- [2021-04-01T07:57:07.163Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-01T07:57:07.163Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-01T07:57:07.163Z] Message: update stable to v1.0.186 [2021-04-01T07:57:08.109Z] ------------------- [2021-04-01T07:57:08.109Z] experimental info: [2021-04-01T07:57:08.109Z] ------------------- [2021-04-01T07:57:08.109Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-01T07:57:08.109Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-01T07:57:08.109Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-01T07:57:08.419Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-01T07:57:08.547Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-01T07:57:08.653Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-01T07:57:08.757Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-01T07:57:08.867Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-01T07:57:08.964Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-01T07:57:09.060Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-01T07:57:09.158Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-01T07:57:09.256Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-01T07:57:09.379Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-01T07:57:09.496Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-01T07:57:09.597Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-01T07:57:09.720Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-01T07:57:09.806Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-01T07:57:09.896Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-01T07:57:09.981Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-01T07:57:10.103Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-01T07:57:10.228Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-01T07:57:10.338Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-01T07:57:10.450Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-01T07:57:10.532Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-01T07:57:10.626Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-01T07:57:10.772Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3313 [Pipeline] echo [2021-04-01T07:57:10.880Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3313 [Pipeline] echo [2021-04-01T07:57:11.007Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3313 [Pipeline] echo [2021-04-01T07:57:11.094Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a71dfdb2d2caa866e61400efd75d5388cec39e9a [Pipeline] echo [2021-04-01T07:57:11.178Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a71dfdb [Pipeline] echo [2021-04-01T07:57:11.290Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-01T07:57:11.492Z] provisioning config files... [2021-04-01T07:57:11.530Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config6542580890760375719tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T07:57:11.916Z] ---> docker-login.sh [2021-04-01T07:57:11.916Z] nexus3.edgexfoundry.org:10001 [2021-04-01T07:57:12.182Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T07:57:12.182Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T07:57:12.182Z] Configure a credential helper to remove this warning. See [2021-04-01T07:57:12.182Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T07:57:12.182Z] [2021-04-01T07:57:12.182Z] Login Succeeded [2021-04-01T07:57:12.182Z] nexus3.edgexfoundry.org:10002 [2021-04-01T07:57:12.456Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T07:57:12.456Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T07:57:12.456Z] Configure a credential helper to remove this warning. See [2021-04-01T07:57:12.456Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T07:57:12.456Z] [2021-04-01T07:57:12.456Z] Login Succeeded [2021-04-01T07:57:12.456Z] nexus3.edgexfoundry.org:10003 [2021-04-01T07:57:12.720Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T07:57:12.720Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T07:57:12.720Z] Configure a credential helper to remove this warning. See [2021-04-01T07:57:12.720Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T07:57:12.720Z] [2021-04-01T07:57:12.720Z] Login Succeeded [2021-04-01T07:57:12.720Z] nexus3.edgexfoundry.org:10004 [2021-04-01T07:57:12.720Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T07:57:12.982Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T07:57:12.982Z] Configure a credential helper to remove this warning. See [2021-04-01T07:57:12.982Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T07:57:12.982Z] [2021-04-01T07:57:12.982Z] Login Succeeded [2021-04-01T07:57:12.982Z] docker.io [2021-04-01T07:57:12.982Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T07:57:13.245Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T07:57:13.245Z] Configure a credential helper to remove this warning. See [2021-04-01T07:57:13.245Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T07:57:13.245Z] [2021-04-01T07:57:13.245Z] Login Succeeded [2021-04-01T07:57:13.245Z] ---> docker-login.sh ends [Pipeline] } [2021-04-01T07:57:13.256Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-01T07:57:13.728Z] ++ 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-04-01T07:57:13.729Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T07:57:13.729Z] ++ dirname cmd/core-command/Dockerfile [2021-04-01T07:57:13.729Z] ++ cut -d/ -f2 [2021-04-01T07:57:13.729Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-01T07:57:13.729Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T07:57:13.729Z] ++ dirname cmd/core-data/Dockerfile [2021-04-01T07:57:13.729Z] ++ cut -d/ -f2 [2021-04-01T07:57:13.729Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-01T07:57:13.729Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T07:57:13.729Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-01T07:57:13.729Z] ++ cut -d/ -f2 [2021-04-01T07:57:13.729Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-01T07:57:13.729Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T07:57:13.729Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-01T07:57:13.729Z] ++ cut -d/ -f2 [2021-04-01T07:57:13.729Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-01T07:57:13.729Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T07:57:13.729Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-01T07:57:13.729Z] ++ cut -d/ -f2 [2021-04-01T07:57:13.729Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-01T07:57:13.729Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T07:57:13.729Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-01T07:57:13.729Z] ++ cut -d/ -f2 [2021-04-01T07:57:13.729Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-01T07:57:13.729Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T07:57:13.729Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-01T07:57:13.729Z] ++ cut -d/ -f2 [2021-04-01T07:57:13.729Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-01T07:57:13.729Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T07:57:13.729Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-01T07:57:13.729Z] ++ cut -d/ -f2 [2021-04-01T07:57:13.729Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-01T07:57:13.729Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T07:57:13.729Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-01T07:57:13.729Z] ++ cut -d/ -f2 [2021-04-01T07:57:13.729Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-01T07:57:13.823Z] 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-04-01T07:57:14.692Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T07:57:14.692Z] [2021-04-01T07:57:14.692Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:57:15.067Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T07:57:15.068Z] latest: Pulling from edgex-devops/git-semver [2021-04-01T07:57:15.068Z] 31603596830f: Pulling fs layer [2021-04-01T07:57:15.068Z] 2a8b12db71e7: Pulling fs layer [2021-04-01T07:57:15.068Z] 6ca5941a6612: Pulling fs layer [2021-04-01T07:57:15.068Z] ecc8261a40a4: Pulling fs layer [2021-04-01T07:57:15.068Z] ecc8261a40a4: Waiting [2021-04-01T07:57:15.068Z] 2a8b12db71e7: Verifying Checksum [2021-04-01T07:57:15.068Z] 2a8b12db71e7: Download complete [2021-04-01T07:57:15.068Z] 31603596830f: Verifying Checksum [2021-04-01T07:57:15.068Z] 31603596830f: Download complete [2021-04-01T07:57:15.332Z] ecc8261a40a4: Verifying Checksum [2021-04-01T07:57:15.332Z] ecc8261a40a4: Download complete [2021-04-01T07:57:15.598Z] 31603596830f: Pull complete [2021-04-01T07:57:15.598Z] 6ca5941a6612: Verifying Checksum [2021-04-01T07:57:15.598Z] 6ca5941a6612: Download complete [2021-04-01T07:57:15.598Z] 2a8b12db71e7: Pull complete [2021-04-01T07:57:16.553Z] 6ca5941a6612: Pull complete [2021-04-01T07:57:16.815Z] ecc8261a40a4: Pull complete [2021-04-01T07:57:16.815Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-01T07:57:16.815Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T07:57:16.815Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-01T07:57:16.924Z] prd-centos7-docker-4c-2g-32442 does not seem to be running inside a container [2021-04-01T07:57:16.977Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-01T07:57:19.727Z] $ docker top 53c894cdd2750f6a9bdd39d6a9cb13ebb489d5e0a71102fac480ae66d87d10ca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-01T07:57:20.079Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T07:57:20.079Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T07:57:20.305Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T07:57:20.306Z] $ docker exec 53c894cdd2750f6a9bdd39d6a9cb13ebb489d5e0a71102fac480ae66d87d10ca ssh-agent [2021-04-01T07:57:20.478Z] SSH_AUTH_SOCK=/tmp/ssh-6l04FXWTTrnw/agent.11 [2021-04-01T07:57:20.478Z] SSH_AGENT_PID=16 [2021-04-01T07:57:20.490Z] Running ssh-add (command line suppressed) [2021-04-01T07:57:20.609Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_634257581352438069.key (/w/workspace/edgex-go/6@tmp/private_key_634257581352438069.key) [2021-04-01T07:57:20.665Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T07:57:21.088Z] + git tag --points-at HEAD [Pipeline] } [2021-04-01T07:57:21.119Z] $ docker exec --env ******** --env ******** 53c894cdd2750f6a9bdd39d6a9cb13ebb489d5e0a71102fac480ae66d87d10ca ssh-agent -k [2021-04-01T07:57:21.259Z] unset SSH_AUTH_SOCK; [2021-04-01T07:57:21.259Z] unset SSH_AGENT_PID; [2021-04-01T07:57:21.259Z] echo Agent pid 16 killed; [2021-04-01T07:57:21.311Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-01T07:57:21.453Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T07:57:21.453Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T07:57:21.627Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T07:57:21.628Z] $ docker exec 53c894cdd2750f6a9bdd39d6a9cb13ebb489d5e0a71102fac480ae66d87d10ca ssh-agent [2021-04-01T07:57:21.804Z] SSH_AUTH_SOCK=/tmp/ssh-aJvXPnC2zTIO/agent.45 [2021-04-01T07:57:21.804Z] SSH_AGENT_PID=50 [2021-04-01T07:57:21.813Z] Running ssh-add (command line suppressed) [2021-04-01T07:57:21.930Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_4924460153130627378.key (/w/workspace/edgex-go/6@tmp/private_key_4924460153130627378.key) [2021-04-01T07:57:21.985Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T07:57:22.329Z] + git semver init [2021-04-01T07:57:22.329Z] # -> Open(): unable to determine branch for HEAD [2021-04-01T07:57:22.329Z] # $GIT_DIR = /w/workspace/edgex-go/6/.git [2021-04-01T07:57:22.329Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/6 [2021-04-01T07:57:22.329Z] # $SEMVER_REMOTE_NAME = origin [2021-04-01T07:57:22.329Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-01T07:57:22.329Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-01T07:57:22.329Z] # $SEMVER_BRANCH = PR-3313 [2021-04-01T07:57:22.329Z] # $SEMVER_TEMP = /tmp/semver-792369328 [2021-04-01T07:57:22.329Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-01T07:58:01.162Z] # '/tmp/semver-792369328' -> '/w/workspace/edgex-go/6/.semver' [2021-04-01T07:58:01.162Z] # -> Force: false [2021-04-01T07:58:01.162Z] # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } [2021-04-01T07:58:01.176Z] $ docker exec --env ******** --env ******** 53c894cdd2750f6a9bdd39d6a9cb13ebb489d5e0a71102fac480ae66d87d10ca ssh-agent -k [2021-04-01T07:58:01.455Z] unset SSH_AUTH_SOCK; [2021-04-01T07:58:01.457Z] unset SSH_AGENT_PID; [2021-04-01T07:58:01.457Z] echo Agent pid 50 killed; [2021-04-01T07:58:01.566Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-01T07:58:02.113Z] + git semver [Pipeline] } [2021-04-01T07:58:02.141Z] $ docker stop --time=1 53c894cdd2750f6a9bdd39d6a9cb13ebb489d5e0a71102fac480ae66d87d10ca [2021-04-01T07:58:04.136Z] $ docker rm -f 53c894cdd2750f6a9bdd39d6a9cb13ebb489d5e0a71102fac480ae66d87d10ca [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-01T07:58:04.647Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-01T07:58:05.219Z] Stashed 1 file(s) [Pipeline] echo [2021-04-01T07:58:05.222Z] [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-04-01T07:58:06.150Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-01T07:58:06.462Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-01T07:58:06.775Z] + sudo service docker restart [2021-04-01T07:58:06.775Z] + true [2021-04-01T07:58:06.775Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-01T07:58:07.364Z] ========================================================= [2021-04-01T07:58:07.364Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-01T07:58:07.364Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:58:07.731Z] + 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-04-01T07:58:11.072Z] Sending build context to Docker daemon 329.1MB [2021-04-01T07:58:11.072Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-01T07:58:11.072Z] Step 2/6 : FROM ${BASE} [2021-04-01T07:58:11.347Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-01T07:58:11.347Z] 188c0c94c7c5: Pulling fs layer [2021-04-01T07:58:11.347Z] 0ef7d3d256c8: Pulling fs layer [2021-04-01T07:58:11.347Z] de9db76c5a1d: Pulling fs layer [2021-04-01T07:58:11.348Z] bca2f99d35d6: Pulling fs layer [2021-04-01T07:58:11.348Z] 93359f2a8cfa: Pulling fs layer [2021-04-01T07:58:11.348Z] 7c6f9722023f: Pulling fs layer [2021-04-01T07:58:11.348Z] a35cf1a2eb13: Pulling fs layer [2021-04-01T07:58:11.348Z] 93359f2a8cfa: Waiting [2021-04-01T07:58:11.348Z] 7c6f9722023f: Waiting [2021-04-01T07:58:11.348Z] bca2f99d35d6: Waiting [2021-04-01T07:58:11.348Z] a35cf1a2eb13: Waiting [2021-04-01T07:58:11.348Z] de9db76c5a1d: Verifying Checksum [2021-04-01T07:58:11.348Z] de9db76c5a1d: Download complete [2021-04-01T07:58:11.348Z] 0ef7d3d256c8: Download complete [2021-04-01T07:58:11.348Z] 93359f2a8cfa: Verifying Checksum [2021-04-01T07:58:11.348Z] 93359f2a8cfa: Download complete [2021-04-01T07:58:11.348Z] 188c0c94c7c5: Verifying Checksum [2021-04-01T07:58:11.348Z] 188c0c94c7c5: Download complete [2021-04-01T07:58:11.348Z] 7c6f9722023f: Verifying Checksum [2021-04-01T07:58:11.348Z] 7c6f9722023f: Download complete [2021-04-01T07:58:11.615Z] 188c0c94c7c5: Pull complete [2021-04-01T07:58:11.887Z] 0ef7d3d256c8: Pull complete [2021-04-01T07:58:11.887Z] de9db76c5a1d: Pull complete [2021-04-01T07:58:14.454Z] a35cf1a2eb13: Verifying Checksum [2021-04-01T07:58:14.454Z] a35cf1a2eb13: Download complete [2021-04-01T07:58:15.070Z] bca2f99d35d6: Verifying Checksum [2021-04-01T07:58:15.070Z] bca2f99d35d6: Download complete [2021-04-01T07:58:20.441Z] bca2f99d35d6: Pull complete [2021-04-01T07:58:20.441Z] 93359f2a8cfa: Pull complete [2021-04-01T07:58:20.441Z] 7c6f9722023f: Pull complete [2021-04-01T07:58:20.604Z] Still waiting to schedule task [2021-04-01T07:58:20.605Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-01T07:58:24.686Z] a35cf1a2eb13: Pull complete [2021-04-01T07:58:24.686Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-01T07:58:24.686Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-01T07:58:24.686Z] ---> a62c8e92a672 [2021-04-01T07:58:24.686Z] 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-04-01T07:58:24.686Z] ---> Running in e259056fa03f [2021-04-01T07:58:25.277Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T07:58:26.684Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T07:58:29.998Z] (1/12) Installing libmagic (5.38-r0) [2021-04-01T07:58:30.598Z] (2/12) Installing file (5.38-r0) [2021-04-01T07:58:30.598Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-01T07:58:30.598Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-01T07:59:09.441Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-01T07:59:09.441Z] (6/12) Installing patch (2.7.6-r6) [2021-04-01T07:59:09.441Z] (7/12) Installing build-base (0.5-r2) [2021-04-01T07:59:09.441Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-01T07:59:09.441Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-01T07:59:09.441Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-01T07:59:09.441Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-01T07:59:09.441Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-01T07:59:09.441Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T07:59:09.441Z] OK: 233 MiB in 51 packages [2021-04-01T07:59:09.441Z] Removing intermediate container e259056fa03f [2021-04-01T07:59:09.441Z] ---> 717370015a1a [2021-04-01T07:59:09.441Z] Step 4/6 : WORKDIR /edgex-go [2021-04-01T07:59:09.441Z] ---> Running in ab818a27af7a [2021-04-01T07:59:09.441Z] Removing intermediate container ab818a27af7a [2021-04-01T07:59:09.441Z] ---> a02c0ae50b3f [2021-04-01T07:59:09.441Z] Step 5/6 : COPY go.mod . [2021-04-01T07:59:09.441Z] ---> 3af73093ffa9 [2021-04-01T07:59:09.441Z] Step 6/6 : RUN go mod download [2021-04-01T07:59:09.441Z] ---> Running in c1a40e0ca570 [2021-04-01T07:59:27.666Z] Removing intermediate container c1a40e0ca570 [2021-04-01T07:59:27.666Z] ---> c8f26439bb21 [2021-04-01T07:59:27.666Z] Successfully built c8f26439bb21 [2021-04-01T07:59:27.666Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:59:27.981Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-01T07:59:27.982Z] . [Pipeline] withDockerContainer [2021-04-01T07:59:28.087Z] prd-centos7-docker-4c-2g-32442 does not seem to be running inside a container [2021-04-01T07:59:28.132Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-01T07:59:28.904Z] $ docker top 71e3c0497f87aa3b187dc5845e6f8011a7bf9e075eadff609c32d8568557a26b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T07:59:29.386Z] + go version [2021-04-01T07:59:29.386Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-01T07:59:29.402Z] $ docker stop --time=1 71e3c0497f87aa3b187dc5845e6f8011a7bf9e075eadff609c32d8568557a26b [2021-04-01T07:59:31.091Z] $ docker rm -f 71e3c0497f87aa3b187dc5845e6f8011a7bf9e075eadff609c32d8568557a26b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T07:59:32.015Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-01T07:59:32.015Z] . [Pipeline] withDockerContainer [2021-04-01T07:59:32.114Z] prd-centos7-docker-4c-2g-32442 does not seem to be running inside a container [2021-04-01T07:59:32.162Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-01T07:59:32.878Z] $ docker top 4291390bc6be6142aae0f1a1ff04d20669f72ed1a93b22ce625a989b8df2e07a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-01T07:59:33.114Z] ========================================================= [2021-04-01T07:59:33.114Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-01T07:59:33.114Z] ========================================================= [Pipeline] sh [2021-04-01T07:59:33.405Z] + make test [2021-04-01T07:59:33.405Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-01T07:59:41.605Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-01T07:59:56.773Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-01T08:00:03.718Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-01T08:00:03.719Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-01T08:00:03.719Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-01T08:00:07.082Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-01T08:00:07.082Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-01T08:00:07.082Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-01T08:00:07.082Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-01T08:00:07.082Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-01T08:00:08.049Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-01T08:00:10.004Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-01T08:00:10.004Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-01T08:00:10.004Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-01T08:00:12.582Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.099s coverage: 45.9% of statements [2021-04-01T08:00:12.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-01T08:00:12.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-01T08:00:12.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-01T08:00:12.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-01T08:00:12.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-01T08:00:12.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-01T08:00:12.582Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.054s coverage: 19.8% of statements [2021-04-01T08:00:12.582Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.087s coverage: 100.0% of statements [2021-04-01T08:00:17.992Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.160s coverage: 27.1% of statements [2021-04-01T08:00:17.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-01T08:00:17.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-01T08:00:17.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-01T08:00:17.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-01T08:00:17.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-01T08:00:17.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-01T08:00:17.992Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.074s coverage: 100.0% of statements [2021-04-01T08:00:17.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-01T08:00:17.992Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.067s coverage: 100.0% of statements [2021-04-01T08:00:17.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-01T08:00:17.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-01T08:00:17.992Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.123s coverage: 71.3% of statements [2021-04-01T08:00:17.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-01T08:00:17.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-01T08:00:17.992Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.180s coverage: 82.9% of statements [2021-04-01T08:00:17.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-01T08:00:17.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T08:00:17.992Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.061s coverage: 78.9% of statements [2021-04-01T08:00:17.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-01T08:00:19.412Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.343s coverage: 28.6% of statements [2021-04-01T08:00:19.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-01T08:00:19.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-01T08:00:19.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-01T08:00:19.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-01T08:00:19.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-01T08:00:19.412Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.089s coverage: 100.0% of statements [2021-04-01T08:00:19.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-01T08:00:19.412Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.076s coverage: 100.0% of statements [2021-04-01T08:00:19.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-01T08:00:19.413Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.166s coverage: 86.7% of statements [2021-04-01T08:00:19.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-01T08:00:19.413Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.167s coverage: 97.5% of statements [2021-04-01T08:00:19.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-01T08:00:20.024Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.103s coverage: 78.3% of statements [2021-04-01T08:00:20.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-01T08:00:20.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-01T08:00:20.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-01T08:00:20.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-01T08:00:22.620Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.377s coverage: 92.8% of statements [2021-04-01T08:00:22.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-01T08:00:22.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T08:00:22.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-01T08:00:22.620Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-01T08:00:22.620Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-01T08:00:22.620Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-01T08:00:22.620Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-01T08:00:22.620Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-01T08:00:22.620Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-01T08:00:22.620Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-01T08:00:22.620Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-01T08:00:22.620Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-01T08:00:22.620Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-01T08:00:22.620Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-01T08:00:22.620Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-01T08:00:22.620Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-01T08:00:22.620Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-01T08:00:22.620Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-01T08:00:22.620Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements [2021-04-01T08:00:22.620Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-01T08:00:22.620Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-01T08:00:22.620Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.059s coverage: 1.0% of statements [2021-04-01T08:00:22.620Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-01T08:00:22.620Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-01T08:00:22.620Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-01T08:00:22.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.078s coverage: 47.1% of statements [2021-04-01T08:00:22.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.072s coverage: 79.5% of statements [2021-04-01T08:00:22.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.048s coverage: 94.1% of statements [2021-04-01T08:00:22.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.072s coverage: 96.3% of statements [2021-04-01T08:00:22.890Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.053s coverage: 87.5% of statements [2021-04-01T08:00:35.151Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.092s coverage: 94.4% of statements [2021-04-01T08:00:35.151Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.048s coverage: 44.8% of statements [2021-04-01T08:00:37.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.439s coverage: 82.6% of statements [2021-04-01T08:00:41.194Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32444 in /w/workspace/edgexfoundry_edgex-go_PR-3313 [Pipeline] { [Pipeline] ws [2021-04-01T08:00:41.265Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-04-01T08:00:46.652Z] using credential edgex-jenkins-ssh [2021-04-01T08:00:46.713Z] Cloning the remote Git repository [2021-04-01T08:00:46.783Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-01T08:00:46.902Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-04-01T08:00:46.995Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-01T08:00:46.996Z] > git --version # timeout=10 [2021-04-01T08:00:47.022Z] > git --version # 'git version 2.17.1' [2021-04-01T08:00:47.024Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T08:00:47.075Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T08:00:50.054Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.087s coverage: 92.9% of statements [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-01T08:00:50.054Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-01T08:00:50.054Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.039s coverage: 87.2% of statements [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-01T08:00:50.054Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-01T08:00:50.054Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.068s coverage: 75.5% of statements [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-01T08:00:50.054Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements [2021-04-01T08:00:50.054Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.082s coverage: 87.2% of statements [2021-04-01T08:00:50.054Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.075s coverage: 84.6% of statements [2021-04-01T08:00:50.054Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.105s coverage: 91.6% of statements [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-01T08:00:50.054Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.194s coverage: 64.4% of statements [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-01T08:00:50.054Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2021-04-01T08:00:50.054Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-04-01T08:00:50.054Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.041s coverage: 100.0% of statements [2021-04-01T08:00:50.054Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.048s coverage: 73.7% of statements [2021-04-01T08:00:50.054Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements [2021-04-01T08:00:50.054Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.363s coverage: 69.0% of statements [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-01T08:00:50.054Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.123s coverage: 38.4% of statements [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-01T08:00:50.054Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.043s coverage: 89.5% of statements [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-01T08:00:50.054Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements [2021-04-01T08:00:50.054Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.119s coverage: 47.0% of statements [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-01T08:00:50.054Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-01T08:00:50.054Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-01T08:00:50.054Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.152s coverage: 87.1% of statements [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-01T08:00:50.054Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.734s coverage: 29.1% of statements [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-01T08:00:50.054Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-01T08:00:50.054Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.064s coverage: 100.0% of statements [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-01T08:00:50.054Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-01T08:00:50.055Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.119s coverage: 95.6% of statements [2021-04-01T08:00:50.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-01T08:00:50.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T08:00:50.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-01T08:00:50.055Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-04-01T08:00:50.055Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-01T08:00:50.055Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-04-01T08:00:50.055Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-01T08:00:50.055Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-01T08:00:50.055Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-01T08:00:50.055Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-01T08:00:50.055Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements [2021-04-01T08:00:50.055Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-01T08:00:50.055Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-01T08:00:50.055Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements [2021-04-01T08:00:50.055Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.049s coverage: 32.1% of statements [2021-04-01T08:00:50.055Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-04-01T08:00:50.055Z] GO111MODULE=on go vet ./... [2021-04-01T08:01:16.814Z] gofmt -l . [2021-04-01T08:01:16.814Z] [ "`gofmt -l .`" = "" ] [2021-04-01T08:01:16.814Z] ./bin/test-go-mod-tidy.sh [2021-04-01T08:01:16.814Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-01T08:01:17.392Z] + ls -al . [2021-04-01T08:01:17.392Z] total 784 [2021-04-01T08:01:17.392Z] drwxrwxr-x 10 1001 1001 4096 Apr 1 08:01 . [2021-04-01T08:01:17.392Z] drwxr-xr-x 4 root root 28 Apr 1 07:59 .. [2021-04-01T08:01:17.392Z] -rw-rw-r-- 1 1001 1001 11 Apr 1 07:57 .dockerignore [2021-04-01T08:01:17.392Z] drwxrwxr-x 8 1001 1001 179 Apr 1 07:57 .git [2021-04-01T08:01:17.392Z] drwxrwxr-x 3 1001 1001 125 Apr 1 07:57 .github [2021-04-01T08:01:17.392Z] -rw-rw-r-- 1 1001 1001 818 Apr 1 07:57 .gitignore [2021-04-01T08:01:17.392Z] drwx------ 3 1001 1001 60 Apr 1 07:57 .semver [2021-04-01T08:01:17.392Z] -rw-rw-r-- 1 1001 1001 166 Apr 1 07:57 .sonarcloud.properties [2021-04-01T08:01:17.392Z] -rw-rw-r-- 1 1001 1001 8607 Apr 1 07:57 Attribution.txt [2021-04-01T08:01:17.392Z] -rw-rw-r-- 1 1001 1001 3804 Apr 1 07:57 CONTRIBUTING.md [2021-04-01T08:01:17.392Z] -rw-rw-r-- 1 1001 1001 931 Apr 1 07:57 Dockerfile.build [2021-04-01T08:01:17.392Z] -rw-rw-r-- 1 1001 1001 863 Apr 1 07:57 Jenkinsfile [2021-04-01T08:01:17.392Z] -rw-rw-r-- 1 1001 1001 10775 Apr 1 07:57 LICENSE [2021-04-01T08:01:17.392Z] -rw-rw-r-- 1 1001 1001 5774 Apr 1 07:57 Makefile [2021-04-01T08:01:17.392Z] -rw-rw-r-- 1 1001 1001 6548 Apr 1 07:57 README.md [2021-04-01T08:01:17.392Z] -rw-rw-r-- 1 1001 1001 6755 Apr 1 07:57 SECURITY.md [2021-04-01T08:01:17.392Z] -rw-rw-r-- 1 1001 1001 5 Apr 1 07:58 VERSION [2021-04-01T08:01:17.392Z] -rw-rw-r-- 1 1001 1001 4131 Apr 1 07:57 ZMQWindows.md [2021-04-01T08:01:17.392Z] drwxrwxr-x 2 1001 1001 117 Apr 1 07:57 bin [2021-04-01T08:01:17.392Z] drwxrwxr-x 14 1001 1001 4096 Apr 1 07:57 cmd [2021-04-01T08:01:17.392Z] -rw-r--r-- 1 root root 672489 Apr 1 08:00 coverage.out [2021-04-01T08:01:17.392Z] -rw-r--r-- 1 root root 1056 Apr 1 08:01 go.mod [2021-04-01T08:01:17.392Z] -rw-r--r-- 1 root root 22360 Apr 1 08:01 go.sum [2021-04-01T08:01:17.392Z] drwxrwxr-x 8 1001 1001 127 Apr 1 07:57 internal [2021-04-01T08:01:17.392Z] drwxrwxr-x 4 1001 1001 26 Apr 1 07:57 openapi [2021-04-01T08:01:17.392Z] drwxrwxr-x 4 1001 1001 71 Apr 1 07:57 snap [2021-04-01T08:01:17.392Z] -rw-rw-r-- 1 1001 1001 168 Apr 1 07:57 version.go [Pipeline] sh [2021-04-01T08:01:17.696Z] + '[' -e coverage.out ] [2021-04-01T08:01:17.696Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-01T08:01:17.921Z] Stashed 1 file(s) [Pipeline] sh [2021-04-01T08:01:18.221Z] + make build [2021-04-01T08:01:18.221Z] 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-04-01T08:01:21.551Z] 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-04-01T08:01:25.746Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-01T08:01:25.764Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T08:01:25.794Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-01T08:01:25.843Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-01T08:01:25.844Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T08:01:25.858Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3313/head:refs/remotes/origin/PR-3313 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-01T08:01:26.705Z] Merging remotes/origin/master commit e3b29d7b93d74ccc7c2ba5c98dfd4a9be086bb46 into PR head commit a71dfdb2d2caa866e61400efd75d5388cec39e9a [2021-04-01T08:01:27.134Z] Merge succeeded, producing a71dfdb2d2caa866e61400efd75d5388cec39e9a [2021-04-01T08:01:27.134Z] Checking out Revision a71dfdb2d2caa866e61400efd75d5388cec39e9a (PR-3313) [2021-04-01T08:01:26.726Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T08:01:26.740Z] > git checkout -f a71dfdb2d2caa866e61400efd75d5388cec39e9a # timeout=10 [2021-04-01T08:01:27.050Z] > git remote # timeout=10 [2021-04-01T08:01:27.068Z] > git config --get remote.origin.url # timeout=10 [2021-04-01T08:01:27.080Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T08:01:27.092Z] > git merge e3b29d7b93d74ccc7c2ba5c98dfd4a9be086bb46 # timeout=10 [2021-04-01T08:01:27.116Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-01T08:01:27.139Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T08:01:27.151Z] > git checkout -f a71dfdb2d2caa866e61400efd75d5388cec39e9a # timeout=10 [2021-04-01T08:01:29.788Z] 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-04-01T08:01:31.185Z] 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-04-01T08:01:31.610Z] Commit message: "Merge branch 'master' into issue-3312" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-01T08:01:32.600Z] 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-04-01T08:01:32.867Z] 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-04-01T08:01:33.121Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-01T08:01:33.537Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-01T08:01:33.887Z] + true [2021-04-01T08:01:33.887Z] + sudo service docker restart [2021-04-01T08:01:34.792Z] 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-04-01T08:01:35.942Z] provisioning config files... [2021-04-01T08:01:36.063Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config5638553603409978944tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T08:01:36.184Z] 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-04-01T08:01:36.468Z] ---> docker-login.sh [2021-04-01T08:01:36.468Z] nexus3.edgexfoundry.org:10001 [2021-04-01T08:01:37.136Z] 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-04-01T08:01:37.449Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T08:01:37.723Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T08:01:37.723Z] Configure a credential helper to remove this warning. See [2021-04-01T08:01:37.723Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T08:01:37.723Z] [2021-04-01T08:01:37.723Z] Login Succeeded [2021-04-01T08:01:37.723Z] nexus3.edgexfoundry.org:10002 [2021-04-01T08:01:37.996Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T08:01:38.271Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T08:01:38.271Z] Configure a credential helper to remove this warning. See [2021-04-01T08:01:38.271Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T08:01:38.271Z] [2021-04-01T08:01:38.271Z] Login Succeeded [2021-04-01T08:01:38.271Z] nexus3.edgexfoundry.org:10003 [2021-04-01T08:01:38.534Z] 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-04-01T08:01:38.543Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T08:01:38.815Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T08:01:38.815Z] Configure a credential helper to remove this warning. See [2021-04-01T08:01:38.815Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T08:01:38.815Z] [2021-04-01T08:01:38.815Z] Login Succeeded [2021-04-01T08:01:38.815Z] nexus3.edgexfoundry.org:10004 [2021-04-01T08:01:39.088Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T08:01:39.366Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T08:01:39.366Z] Configure a credential helper to remove this warning. See [2021-04-01T08:01:39.366Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T08:01:39.366Z] [2021-04-01T08:01:39.366Z] Login Succeeded [2021-04-01T08:01:39.366Z] docker.io [2021-04-01T08:01:39.487Z] 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-04-01T08:01:39.639Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T08:01:40.233Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T08:01:40.233Z] Configure a credential helper to remove this warning. See [2021-04-01T08:01:40.233Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T08:01:40.233Z] [2021-04-01T08:01:40.233Z] Login Succeeded [2021-04-01T08:01:40.233Z] ---> docker-login.sh ends [Pipeline] } [2021-04-01T08:01:40.250Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-01T08:01:40.697Z] ========================================================= [2021-04-01T08:01:40.697Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-01T08:01:40.697Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-01T08:01:41.125Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-01T08:01:41.420Z] 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-04-01T08:01:43.367Z] $ docker stop --time=1 4291390bc6be6142aae0f1a1ff04d20669f72ed1a93b22ce625a989b8df2e07a [2021-04-01T08:01:43.775Z] Sending build context to Docker daemon 167.1MB [2021-04-01T08:01:43.775Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-01T08:01:43.775Z] Step 2/6 : FROM ${BASE} [2021-04-01T08:01:43.775Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-01T08:01:43.775Z] 5f621e34cdf4: Pulling fs layer [2021-04-01T08:01:43.775Z] a4357932f1b6: Pulling fs layer [2021-04-01T08:01:43.775Z] 18c013af1878: Pulling fs layer [2021-04-01T08:01:43.775Z] 00ac8860ef70: Pulling fs layer [2021-04-01T08:01:43.775Z] 63d7cb157983: Pulling fs layer [2021-04-01T08:01:43.775Z] b116817d02f9: Pulling fs layer [2021-04-01T08:01:43.775Z] 745a02a5169b: Pulling fs layer [2021-04-01T08:01:43.775Z] 00ac8860ef70: Waiting [2021-04-01T08:01:43.775Z] 63d7cb157983: Waiting [2021-04-01T08:01:43.775Z] b116817d02f9: Waiting [2021-04-01T08:01:43.775Z] 745a02a5169b: Waiting [2021-04-01T08:01:43.776Z] 18c013af1878: Verifying Checksum [2021-04-01T08:01:43.776Z] 18c013af1878: Download complete [2021-04-01T08:01:43.776Z] a4357932f1b6: Verifying Checksum [2021-04-01T08:01:43.776Z] a4357932f1b6: Download complete [2021-04-01T08:01:43.776Z] 63d7cb157983: Verifying Checksum [2021-04-01T08:01:43.776Z] 63d7cb157983: Download complete [2021-04-01T08:01:44.059Z] b116817d02f9: Verifying Checksum [2021-04-01T08:01:44.059Z] b116817d02f9: Download complete [2021-04-01T08:01:44.059Z] 5f621e34cdf4: Verifying Checksum [2021-04-01T08:01:44.059Z] 5f621e34cdf4: Download complete [2021-04-01T08:01:44.668Z] 5f621e34cdf4: Pull complete [2021-04-01T08:01:44.958Z] $ docker rm -f 4291390bc6be6142aae0f1a1ff04d20669f72ed1a93b22ce625a989b8df2e07a [2021-04-01T08:01:45.272Z] a4357932f1b6: Pull complete [Pipeline] // withDockerContainer [Pipeline] } [2021-04-01T08:01:45.557Z] 18c013af1878: Pull complete [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T08:01:46.544Z] 745a02a5169b: Verifying Checksum [2021-04-01T08:01:46.544Z] 745a02a5169b: Download complete [2021-04-01T08:01:46.805Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-01T08:01:46.806Z] [2021-04-01T08:01:46.806Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T08:01:47.167Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-01T08:01:47.167Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-01T08:01:47.167Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-01T08:01:47.167Z] ca9280d653b3: Pulling fs layer [2021-04-01T08:01:47.167Z] 7e9c9ca2126c: Pulling fs layer [2021-04-01T08:01:48.221Z] cbdbe7a5bc2a: Download complete [2021-04-01T08:01:48.221Z] cbdbe7a5bc2a: Pull complete [2021-04-01T08:01:48.532Z] 00ac8860ef70: Verifying Checksum [2021-04-01T08:01:48.532Z] 00ac8860ef70: Download complete [2021-04-01T08:01:48.533Z] ca9280d653b3: Verifying Checksum [2021-04-01T08:01:48.533Z] ca9280d653b3: Download complete [2021-04-01T08:01:49.582Z] ca9280d653b3: Pull complete [2021-04-01T08:01:49.582Z] 7e9c9ca2126c: Verifying Checksum [2021-04-01T08:01:49.582Z] 7e9c9ca2126c: Download complete [2021-04-01T08:01:56.208Z] 7e9c9ca2126c: Pull complete [2021-04-01T08:01:56.208Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-01T08:01:56.208Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-01T08:01:56.208Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-01T08:01:56.350Z] prd-centos7-docker-4c-2g-32442 does not seem to be running inside a container [2021-04-01T08:01:56.394Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-01T08:01:58.698Z] 00ac8860ef70: Pull complete [2021-04-01T08:01:58.698Z] 63d7cb157983: Pull complete [2021-04-01T08:01:58.698Z] b116817d02f9: Pull complete [2021-04-01T08:01:59.500Z] $ docker top 55e01665830c56b2d624bb1f5053202b7dd085931376928c6bd87e7008edd716 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T08:02:00.081Z] + docker-compose build --help [2021-04-01T08:02:00.082Z] + grep parallel [2021-04-01T08:02:01.028Z] --parallel Build images in parallel. [Pipeline] } [2021-04-01T08:02:01.041Z] $ docker stop --time=1 55e01665830c56b2d624bb1f5053202b7dd085931376928c6bd87e7008edd716 [2021-04-01T08:02:02.495Z] $ docker rm -f 55e01665830c56b2d624bb1f5053202b7dd085931376928c6bd87e7008edd716 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T08:02:03.028Z] 745a02a5169b: Pull complete [2021-04-01T08:02:03.028Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-01T08:02:03.028Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-01T08:02:03.028Z] ---> b7e6874047d6 [2021-04-01T08:02:03.028Z] 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-04-01T08:02:03.127Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-01T08:02:03.127Z] . [Pipeline] withDockerContainer [2021-04-01T08:02:03.226Z] prd-centos7-docker-4c-2g-32442 does not seem to be running inside a container [2021-04-01T08:02:03.270Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-01T08:02:04.052Z] $ docker top 3873987dec96e49a56a15063af042dc8b93fc848aadae87c2033b7ee545f8c76 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T08:02:04.526Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-01T08:02:05.471Z] Building docker-core-command-go ... [2021-04-01T08:02:05.471Z] Building docker-core-data-go ... [2021-04-01T08:02:05.471Z] Building docker-core-metadata-go ... [2021-04-01T08:02:05.471Z] Building docker-security-bootstrapper-go ... [2021-04-01T08:02:05.471Z] Building docker-security-proxy-setup-go ... [2021-04-01T08:02:05.471Z] Building docker-security-secretstore-setup-go ... [2021-04-01T08:02:05.471Z] Building docker-support-notifications-go ... [2021-04-01T08:02:05.471Z] Building docker-support-scheduler-go ... [2021-04-01T08:02:05.471Z] Building docker-sys-mgmt-agent-go ... [2021-04-01T08:02:05.471Z] Building docker-core-data-go [2021-04-01T08:02:05.471Z] Building docker-security-secretstore-setup-go [2021-04-01T08:02:05.471Z] Building docker-support-notifications-go [2021-04-01T08:02:05.471Z] Building docker-support-scheduler-go [2021-04-01T08:02:05.471Z] Building docker-security-bootstrapper-go [2021-04-01T08:02:06.422Z] ---> Running in 87e1524908b6 [2021-04-01T08:02:07.017Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T08:02:08.445Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T08:02:09.888Z] (1/12) Installing libmagic (5.38-r0) [2021-04-01T08:02:09.888Z] (2/12) Installing file (5.38-r0) [2021-04-01T08:02:10.159Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-01T08:02:10.159Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-01T08:02:14.465Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-01T08:02:14.465Z] (6/12) Installing patch (2.7.6-r6) [2021-04-01T08:02:14.465Z] (7/12) Installing build-base (0.5-r2) [2021-04-01T08:02:14.465Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-01T08:02:14.736Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-01T08:02:14.736Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-01T08:02:15.012Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-01T08:02:15.012Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-01T08:02:15.012Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T08:02:15.012Z] OK: 217 MiB in 51 packages [2021-04-01T08:02:19.316Z] Removing intermediate container 87e1524908b6 [2021-04-01T08:02:19.316Z] ---> 8e28eb5fec92 [2021-04-01T08:02:19.316Z] Step 4/6 : WORKDIR /edgex-go [2021-04-01T08:02:19.316Z] ---> Running in e4bee5f4118b [2021-04-01T08:02:19.912Z] Removing intermediate container e4bee5f4118b [2021-04-01T08:02:19.912Z] ---> 2c7cffac3766 [2021-04-01T08:02:19.912Z] Step 5/6 : COPY go.mod . [2021-04-01T08:02:20.506Z] ---> d31bee99949f [2021-04-01T08:02:20.506Z] Step 6/6 : RUN go mod download [2021-04-01T08:02:20.789Z] ---> Running in 303d7be71ddb [2021-04-01T08:02:37.735Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T08:02:37.735Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-01T08:02:37.735Z] ---> c8f26439bb21 [2021-04-01T08:02:37.735Z] Step 3/22 : WORKDIR /edgex-go [2021-04-01T08:02:37.735Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T08:02:37.735Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-01T08:02:37.735Z] ---> c8f26439bb21 [2021-04-01T08:02:37.735Z] Step 3/31 : WORKDIR /edgex-go [2021-04-01T08:02:38.329Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T08:02:38.329Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-01T08:02:38.329Z] ---> c8f26439bb21 [2021-04-01T08:02:38.329Z] Step 3/22 : WORKDIR /edgex-go [2021-04-01T08:02:38.329Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T08:02:38.329Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-01T08:02:38.329Z] ---> c8f26439bb21 [2021-04-01T08:02:38.329Z] Step 3/24 : WORKDIR /edgex-go [2021-04-01T08:02:38.592Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T08:02:38.592Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T08:02:38.592Z] ---> c8f26439bb21 [2021-04-01T08:02:38.592Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T08:02:39.171Z] ---> Running in 08b0851bc966 [2021-04-01T08:02:39.171Z] ---> Running in 941c340ddfda [2021-04-01T08:02:39.171Z] ---> Running in b071fafbd220 [2021-04-01T08:02:39.171Z] ---> Running in 5befd3f86a6f [2021-04-01T08:02:39.171Z] ---> Running in 6982c2c9b0e5 [2021-04-01T08:02:39.751Z] Removing intermediate container 941c340ddfda [2021-04-01T08:02:39.751Z] ---> 8036fe701642 [2021-04-01T08:02:39.751Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T08:02:39.751Z] Removing intermediate container 6982c2c9b0e5 [2021-04-01T08:02:39.751Z] ---> b0a33e55bc52 [2021-04-01T08:02:39.751Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T08:02:39.751Z] Removing intermediate container 08b0851bc966 [2021-04-01T08:02:39.751Z] ---> e2cf50dcc69f [2021-04-01T08:02:39.751Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T08:02:39.751Z] Removing intermediate container 5befd3f86a6f [2021-04-01T08:02:39.751Z] ---> 96adf17d5a7f [2021-04-01T08:02:39.751Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T08:02:39.751Z] Removing intermediate container b071fafbd220 [2021-04-01T08:02:39.751Z] ---> 9420e188c088 [2021-04-01T08:02:39.751Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T08:02:39.751Z] ---> Running in 0b2aa23c3cd2 [2021-04-01T08:02:39.751Z] ---> Running in 895083529bb4 [2021-04-01T08:02:39.751Z] ---> Running in 4812486d80cc [2021-04-01T08:02:39.751Z] ---> Running in ba26eb0a57ad [2021-04-01T08:02:39.751Z] ---> Running in 6c068e6c5faf [2021-04-01T08:02:43.089Z] Removing intermediate container ba26eb0a57ad [2021-04-01T08:02:43.089Z] ---> bf7f57f2583c [2021-04-01T08:02:43.089Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-01T08:02:43.089Z] Removing intermediate container 0b2aa23c3cd2 [2021-04-01T08:02:43.089Z] ---> 1bb07112aa59 [2021-04-01T08:02:43.089Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-01T08:02:43.089Z] Removing intermediate container 4812486d80cc [2021-04-01T08:02:43.089Z] ---> d824831f953d [2021-04-01T08:02:43.089Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-01T08:02:43.089Z] ---> Running in f0a84fd8ef3b [2021-04-01T08:02:43.089Z] Removing intermediate container 6c068e6c5faf [2021-04-01T08:02:43.089Z] ---> 463f5e3f692a [2021-04-01T08:02:43.089Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-01T08:02:43.357Z] Removing intermediate container 895083529bb4 [2021-04-01T08:02:43.357Z] ---> 2a49e1fde27d [2021-04-01T08:02:43.357Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-01T08:02:43.357Z] ---> Running in 228c1291ea1b [2021-04-01T08:02:43.357Z] ---> Running in ffb2283b2eda [2021-04-01T08:02:43.357Z] ---> Running in 3856048f737f [2021-04-01T08:02:43.620Z] ---> Running in 1ee676c78fec [2021-04-01T08:02:44.204Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T08:02:44.204Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T08:02:44.204Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T08:02:44.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T08:02:44.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T08:02:44.731Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T08:02:44.731Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T08:02:44.994Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T08:02:45.259Z] OK: 233 MiB in 51 packages [2021-04-01T08:02:45.259Z] OK: 233 MiB in 51 packages [2021-04-01T08:02:45.259Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T08:02:45.259Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T08:02:45.529Z] OK: 233 MiB in 51 packages [2021-04-01T08:02:45.797Z] Removing intermediate container f0a84fd8ef3b [2021-04-01T08:02:45.797Z] ---> 4f01da65c0b6 [2021-04-01T08:02:45.797Z] Step 6/23 : COPY go.mod . [2021-04-01T08:02:45.797Z] OK: 233 MiB in 51 packages [2021-04-01T08:02:45.797Z] OK: 233 MiB in 51 packages [2021-04-01T08:02:45.797Z] Removing intermediate container 228c1291ea1b [2021-04-01T08:02:45.797Z] ---> 2cbba8bcce76 [2021-04-01T08:02:45.797Z] Step 6/31 : COPY go.mod . [2021-04-01T08:02:46.060Z] ---> 8b0a2a333dd5 [2021-04-01T08:02:46.060Z] Step 7/23 : RUN go mod download [2021-04-01T08:02:46.324Z] ---> Running in d510199c1a8d [2021-04-01T08:02:46.324Z] Removing intermediate container ffb2283b2eda [2021-04-01T08:02:46.324Z] ---> fafd2f63f19b [2021-04-01T08:02:46.324Z] Step 6/22 : COPY go.mod . [2021-04-01T08:02:46.592Z] ---> bbd3bb8c6e40 [2021-04-01T08:02:46.592Z] Step 7/31 : RUN go mod download [2021-04-01T08:02:46.857Z] ---> Running in d26f1833ed79 [2021-04-01T08:02:46.857Z] Removing intermediate container 3856048f737f [2021-04-01T08:02:46.857Z] ---> 0b2253c04535 [2021-04-01T08:02:46.857Z] Step 6/22 : COPY go.mod . [2021-04-01T08:02:46.857Z] ---> eec701f28de7 [2021-04-01T08:02:46.857Z] Step 7/22 : RUN go mod download [2021-04-01T08:02:47.129Z] Removing intermediate container 1ee676c78fec [2021-04-01T08:02:47.129Z] ---> b6d2974544e7 [2021-04-01T08:02:47.129Z] Step 6/24 : COPY go.mod . [2021-04-01T08:02:47.129Z] ---> Running in 2a55267133cc [2021-04-01T08:02:47.414Z] ---> d93b0eee49f3 [2021-04-01T08:02:47.414Z] Step 7/22 : RUN go mod download [2021-04-01T08:02:47.414Z] ---> ab8b35d807fb [2021-04-01T08:02:47.414Z] Step 7/24 : RUN go mod download [2021-04-01T08:02:47.596Z] Removing intermediate container 303d7be71ddb [2021-04-01T08:02:47.596Z] ---> 900c7b7feef5 [2021-04-01T08:02:47.596Z] Successfully built 900c7b7feef5 [2021-04-01T08:02:47.596Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T08:02:47.677Z] ---> Running in cd99f7224d2c [2021-04-01T08:02:47.677Z] ---> Running in 07c46b7ec984 [2021-04-01T08:02:47.944Z] + docker inspect -f . ci-base-image-arm64 [2021-04-01T08:02:47.944Z] . [Pipeline] withDockerContainer [2021-04-01T08:02:48.224Z] prd-ubuntu18.04-docker-arm64-4c-16g-32444 does not seem to be running inside a container [2021-04-01T08:02:48.301Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-01T08:02:48.652Z] Removing intermediate container d26f1833ed79 [2021-04-01T08:02:48.652Z] ---> 7b5714ede036 [2021-04-01T08:02:48.652Z] Step 8/31 : COPY . . [2021-04-01T08:02:48.919Z] Removing intermediate container d510199c1a8d [2021-04-01T08:02:48.919Z] ---> 57b963ce05fd [2021-04-01T08:02:48.919Z] Step 8/23 : COPY . . [2021-04-01T08:02:48.919Z] Removing intermediate container 2a55267133cc [2021-04-01T08:02:48.919Z] ---> 39ad1756ccfd [2021-04-01T08:02:48.919Z] Step 8/22 : COPY . . [2021-04-01T08:02:49.838Z] $ docker top b1148805e5fb256909d07f80094d783635608ac86e7be57b18f3ae0e3da16570 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T08:02:50.890Z] + go version [2021-04-01T08:02:50.890Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-01T08:02:50.910Z] $ docker stop --time=1 b1148805e5fb256909d07f80094d783635608ac86e7be57b18f3ae0e3da16570 [2021-04-01T08:02:52.840Z] $ docker rm -f b1148805e5fb256909d07f80094d783635608ac86e7be57b18f3ae0e3da16570 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T08:02:53.899Z] + docker inspect -f . ci-base-image-arm64 [2021-04-01T08:02:53.899Z] . [Pipeline] withDockerContainer [2021-04-01T08:02:54.163Z] prd-ubuntu18.04-docker-arm64-4c-16g-32444 does not seem to be running inside a container [2021-04-01T08:02:54.250Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-01T08:02:54.275Z] Removing intermediate container cd99f7224d2c [2021-04-01T08:02:54.275Z] ---> 8920b321153b [2021-04-01T08:02:54.275Z] Step 8/22 : COPY . . [2021-04-01T08:02:54.875Z] Removing intermediate container 07c46b7ec984 [2021-04-01T08:02:54.875Z] ---> ca5f65c96fca [2021-04-01T08:02:54.875Z] Step 8/24 : COPY . . [2021-04-01T08:02:55.610Z] $ docker top 0849b7b42a4d3a5615b97441dbc8ad08d8e2e211cde5ae2ae13e06259597c029 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-01T08:02:56.005Z] ========================================================= [2021-04-01T08:02:56.005Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-01T08:02:56.005Z] ========================================================= [Pipeline] sh [2021-04-01T08:02:56.649Z] + make test [2021-04-01T08:02:56.649Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-01T08:03:18.830Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-01T08:03:33.826Z] ---> 06ee76e8c554 [2021-04-01T08:03:33.826Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-01T08:03:33.826Z] ---> b7447558a44c [2021-04-01T08:03:33.826Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-01T08:03:33.826Z] ---> Running in 50c1893d17fb [2021-04-01T08:03:33.826Z] ---> Running in b607401de849 [2021-04-01T08:03:33.826Z] ---> 81587a463f16 [2021-04-01T08:03:33.826Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-01T08:03:33.826Z] ---> 2ac24e8d31ec [2021-04-01T08:03:33.826Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-01T08:03:33.826Z] ---> cf32c19a7037 [2021-04-01T08:03:33.826Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-01T08:03:33.826Z] ---> Running in b3bcfb1c79f3 [2021-04-01T08:03:33.826Z] ---> Running in f4c789f2546c [2021-04-01T08:03:33.826Z] ---> Running in b53a25fc3ad4 [2021-04-01T08:03:33.826Z] 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-04-01T08:03:33.826Z] 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-04-01T08:03:33.826Z] 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-04-01T08:03:33.826Z] 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-04-01T08:03:34.126Z] 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-04-01T08:04:06.373Z] 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-04-01T08:04:13.078Z] Removing intermediate container b607401de849 [2021-04-01T08:04:13.078Z] ---> ca0254a3e985 [2021-04-01T08:04:13.078Z] [2021-04-01T08:04:13.078Z] Step 10/31 : FROM alpine:3.12 [2021-04-01T08:04:13.078Z] 3.12: Pulling from library/alpine [2021-04-01T08:04:13.688Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-04-01T08:04:13.688Z] Status: Downloaded newer image for alpine:3.12 [2021-04-01T08:04:13.688Z] ---> 42cb162f0360 [2021-04-01T08:04:13.688Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-01T08:04:15.484Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-01T08:04:15.484Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-01T08:04:19.105Z] ---> Running in 63b0f8685401 [2021-04-01T08:04:19.501Z] Removing intermediate container b53a25fc3ad4 [2021-04-01T08:04:19.501Z] ---> 07547fa72bd3 [2021-04-01T08:04:19.501Z] [2021-04-01T08:04:19.501Z] Step 10/24 : FROM alpine:3.12 [2021-04-01T08:04:19.501Z] ---> 42cb162f0360 [2021-04-01T08:04:19.501Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-01T08:04:19.501Z] Removing intermediate container b3bcfb1c79f3 [2021-04-01T08:04:19.501Z] ---> c36f2dd3dd56 [2021-04-01T08:04:19.501Z] [2021-04-01T08:04:19.501Z] Step 10/22 : FROM alpine:3.12 [2021-04-01T08:04:19.501Z] ---> 42cb162f0360 [2021-04-01T08:04:19.501Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-01T08:04:19.501Z] Removing intermediate container f4c789f2546c [2021-04-01T08:04:19.501Z] ---> a6b1716e4b6b [2021-04-01T08:04:19.501Z] [2021-04-01T08:04:19.501Z] Step 10/22 : FROM alpine:3.12 [2021-04-01T08:04:19.501Z] ---> 42cb162f0360 [2021-04-01T08:04:19.501Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-01T08:04:19.501Z] ---> Running in 9976944a6094 [2021-04-01T08:04:19.501Z] ---> Running in 87c1f7be5fa4 [2021-04-01T08:04:19.501Z] Removing intermediate container 63b0f8685401 [2021-04-01T08:04:19.501Z] ---> 614dcf879d85 [2021-04-01T08:04:19.501Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-01T08:04:19.501Z] ---> Running in 862703d89981 [2021-04-01T08:04:19.814Z] ---> Running in ffe6f627dd6a [2021-04-01T08:04:20.597Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T08:04:20.597Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T08:04:20.877Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T08:04:20.877Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T08:04:20.877Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-01T08:04:20.877Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T08:04:20.877Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T08:04:20.877Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T08:04:20.877Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-01T08:04:20.877Z] (4/6) Installing curl (7.69.1-r3) [2021-04-01T08:04:21.170Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-01T08:04:21.170Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T08:04:21.170Z] (6/6) Installing su-exec (0.2-r1) [2021-04-01T08:04:21.170Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T08:04:21.170Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T08:04:21.170Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-01T08:04:21.170Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T08:04:21.170Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-01T08:04:21.170Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T08:04:21.170Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T08:04:21.170Z] OK: 7 MiB in 20 packages [2021-04-01T08:04:21.170Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-01T08:04:21.170Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T08:04:21.170Z] OK: 6 MiB in 15 packages [2021-04-01T08:04:21.170Z] OK: 6 MiB in 16 packages [2021-04-01T08:04:21.170Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-01T08:04:21.170Z] (2/2) Installing su-exec (0.2-r1) [2021-04-01T08:04:21.448Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T08:04:21.448Z] OK: 6 MiB in 16 packages [2021-04-01T08:04:22.232Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-01T08:04:22.232Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-01T08:04:24.032Z] Removing intermediate container 50c1893d17fb [2021-04-01T08:04:24.032Z] ---> 7b24079a7d90 [2021-04-01T08:04:24.032Z] [2021-04-01T08:04:24.032Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T08:04:24.032Z] ---> 42cb162f0360 [2021-04-01T08:04:24.032Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-01T08:04:24.032Z] ---> Running in b3255d67d23f [2021-04-01T08:04:24.880Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-01T08:04:24.880Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-01T08:04:24.880Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-01T08:04:24.880Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-01T08:04:24.977Z] Removing intermediate container b3255d67d23f [2021-04-01T08:04:24.977Z] ---> b6fee5052d91 [2021-04-01T08:04:24.977Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-01T08:04:25.239Z] Removing intermediate container 87c1f7be5fa4 [2021-04-01T08:04:25.239Z] ---> 19b44b01e499 [2021-04-01T08:04:25.239Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-01T08:04:25.239Z] Removing intermediate container 9976944a6094 [2021-04-01T08:04:25.239Z] ---> 3cf425285310 [2021-04-01T08:04:25.239Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T08:04:25.239Z] ---> Running in ed6fb79f5136 [2021-04-01T08:04:25.502Z] ---> Running in 77d63b903c83 [2021-04-01T08:04:25.502Z] ---> Running in 4735abb2d6e5 [2021-04-01T08:04:25.502Z] Removing intermediate container ffe6f627dd6a [2021-04-01T08:04:25.502Z] ---> 75147b5742fb [2021-04-01T08:04:25.502Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-01T08:04:25.502Z] Removing intermediate container 862703d89981 [2021-04-01T08:04:25.502Z] ---> 191fde621be4 [2021-04-01T08:04:25.502Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T08:04:25.502Z] ---> Running in 27c135becac0 [2021-04-01T08:04:25.502Z] ---> Running in 06be1beaccd7 [2021-04-01T08:04:25.765Z] Removing intermediate container ed6fb79f5136 [2021-04-01T08:04:25.765Z] ---> 7d4fdb633ae4 [2021-04-01T08:04:25.765Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-01T08:04:26.032Z] Removing intermediate container 77d63b903c83 [2021-04-01T08:04:26.032Z] ---> b8929bf13f81 [2021-04-01T08:04:26.032Z] Step 13/24 : WORKDIR / [2021-04-01T08:04:26.032Z] Removing intermediate container 4735abb2d6e5 [2021-04-01T08:04:26.032Z] ---> 4f8d347d5259 [2021-04-01T08:04:26.032Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-01T08:04:26.032Z] Removing intermediate container 27c135becac0 [2021-04-01T08:04:26.032Z] ---> 6008e3175f57 [2021-04-01T08:04:26.032Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-01T08:04:26.032Z] ---> Running in 7e3a4348b721 [2021-04-01T08:04:26.303Z] Removing intermediate container 06be1beaccd7 [2021-04-01T08:04:26.303Z] ---> 3b7409628320 [2021-04-01T08:04:26.303Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-01T08:04:26.303Z] ---> Running in 5ad326270719 [2021-04-01T08:04:26.303Z] ---> Running in 43f4d749ac84 [2021-04-01T08:04:26.303Z] ---> Running in a5a11a85e43e [2021-04-01T08:04:26.303Z] ---> Running in d25d447cc21f [2021-04-01T08:04:26.567Z] Removing intermediate container 7e3a4348b721 [2021-04-01T08:04:26.567Z] ---> 65ba946ab11f [2021-04-01T08:04:26.567Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T08:04:26.567Z] Removing intermediate container 5ad326270719 [2021-04-01T08:04:26.568Z] ---> 1609c1c238c3 [2021-04-01T08:04:26.568Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T08:04:26.568Z] ---> Running in 13dc9812a228 [2021-04-01T08:04:26.832Z] Removing intermediate container 43f4d749ac84 [2021-04-01T08:04:26.832Z] ---> 2bef3104ff9c [2021-04-01T08:04:26.832Z] 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-04-01T08:04:26.832Z] Removing intermediate container a5a11a85e43e [2021-04-01T08:04:26.832Z] ---> 672576e4fffc [2021-04-01T08:04:26.832Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T08:04:26.832Z] Removing intermediate container d25d447cc21f [2021-04-01T08:04:26.832Z] ---> 6f916cbfb638 [2021-04-01T08:04:26.832Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-01T08:04:27.094Z] ---> Running in dcf16ae15f38 [2021-04-01T08:04:27.094Z] ---> Running in 266d982746a1 [2021-04-01T08:04:27.094Z] ---> Running in 2f6ad9d1de89 [2021-04-01T08:04:27.355Z] ---> 1b0cefeb46e0 [2021-04-01T08:04:27.355Z] 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-04-01T08:04:27.622Z] Removing intermediate container dcf16ae15f38 [2021-04-01T08:04:27.622Z] ---> 2494d176218f [2021-04-01T08:04:27.622Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T08:04:27.622Z] Removing intermediate container 266d982746a1 [2021-04-01T08:04:27.622Z] ---> 4eba7bf8a81c [2021-04-01T08:04:27.622Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T08:04:27.622Z] ---> 19589700f2d3 [2021-04-01T08:04:27.622Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-01T08:04:28.199Z] ---> 473d5c587a04 [2021-04-01T08:04:28.199Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-01T08:04:29.155Z] ---> c9158c6fc872 [2021-04-01T08:04:29.155Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-01T08:04:29.155Z] ---> 88756b70c7a8 [2021-04-01T08:04:29.155Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-01T08:04:29.155Z] Removing intermediate container 13dc9812a228 [2021-04-01T08:04:29.155Z] ---> c855b46e1968 [2021-04-01T08:04:29.155Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-01T08:04:29.155Z] ---> Running in fe488d242aa3 [2021-04-01T08:04:29.221Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-01T08:04:29.221Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-01T08:04:29.418Z] ---> 62d987771dd8 [2021-04-01T08:04:29.418Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-01T08:04:29.691Z] Removing intermediate container 2f6ad9d1de89 [2021-04-01T08:04:29.692Z] ---> 7d887cc9b00b [2021-04-01T08:04:29.692Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-01T08:04:29.967Z] ---> Running in ce348c34ace9 [2021-04-01T08:04:29.967Z] ---> 8c5640aa34cd [2021-04-01T08:04:29.967Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-01T08:04:29.967Z] ---> eebc41929a3d [2021-04-01T08:04:29.967Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-01T08:04:29.967Z] ---> 3d5b8a1418d1 [2021-04-01T08:04:29.967Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-01T08:04:29.967Z] ---> Running in f7af443bff1c [2021-04-01T08:04:30.238Z] Removing intermediate container ce348c34ace9 [2021-04-01T08:04:30.238Z] ---> 4f24f429eda8 [2021-04-01T08:04:30.238Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-01T08:04:30.238Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T08:04:30.238Z] Removing intermediate container f7af443bff1c [2021-04-01T08:04:30.238Z] ---> 586edcb3a407 [2021-04-01T08:04:30.238Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T08:04:30.238Z] ---> 203ff7bc34f4 [2021-04-01T08:04:30.238Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-01T08:04:30.502Z] ---> Running in 865c4fccac55 [2021-04-01T08:04:30.502Z] ---> Running in d707b7d78e6f [2021-04-01T08:04:30.502Z] ---> 55746d49dbb9 [2021-04-01T08:04:30.502Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-01T08:04:30.502Z] ---> b97db494e8ed [2021-04-01T08:04:30.502Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-01T08:04:30.766Z] ---> Running in e0edf2130b89 [2021-04-01T08:04:30.766Z] Removing intermediate container d707b7d78e6f [2021-04-01T08:04:30.766Z] ---> ae9a7b0efb6c [2021-04-01T08:04:30.766Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T08:04:30.766Z] Removing intermediate container 865c4fccac55 [2021-04-01T08:04:30.766Z] ---> 73fbe804374d [2021-04-01T08:04:30.766Z] Step 20/22 : LABEL arch=x86_64 [2021-04-01T08:04:31.346Z] ---> Running in 1c27adab7dee [2021-04-01T08:04:31.346Z] ---> Running in 75d958fa3466 [2021-04-01T08:04:31.346Z] ---> 084026623320 [2021-04-01T08:04:31.346Z] 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-04-01T08:04:31.346Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T08:04:31.346Z] ---> Running in f7a688238933 [2021-04-01T08:04:31.611Z] Removing intermediate container 75d958fa3466 [2021-04-01T08:04:31.611Z] ---> 74c53c317bbe [2021-04-01T08:04:31.611Z] Step 21/22 : LABEL git_sha=a71dfdb2d2caa866e61400efd75d5388cec39e9a [2021-04-01T08:04:31.611Z] Removing intermediate container 1c27adab7dee [2021-04-01T08:04:31.611Z] ---> ae3658e43832 [2021-04-01T08:04:31.611Z] Step 20/22 : LABEL arch=x86_64 [2021-04-01T08:04:31.875Z] ---> Running in 41e886a56046 [2021-04-01T08:04:31.875Z] ---> Running in be155aff3209 [2021-04-01T08:04:32.144Z] Removing intermediate container be155aff3209 [2021-04-01T08:04:32.144Z] ---> e33106440e2a [2021-04-01T08:04:32.144Z] Step 21/22 : LABEL git_sha=a71dfdb2d2caa866e61400efd75d5388cec39e9a [2021-04-01T08:04:32.144Z] Removing intermediate container 41e886a56046 [2021-04-01T08:04:32.144Z] ---> bf965c9cbad3 [2021-04-01T08:04:32.144Z] Step 22/22 : LABEL version=0.0.0 [2021-04-01T08:04:32.144Z] ---> Running in c160d1e81c04 [2021-04-01T08:04:32.144Z] ---> Running in d6b54ea751fc [2021-04-01T08:04:32.729Z] Removing intermediate container c160d1e81c04 [2021-04-01T08:04:32.729Z] ---> 3304bb00efc8 [2021-04-01T08:04:32.729Z] [2021-04-01T08:04:32.729Z] Removing intermediate container d6b54ea751fc [2021-04-01T08:04:32.729Z] ---> 430c777dff51 [2021-04-01T08:04:32.729Z] Step 22/22 : LABEL version=0.0.0 [2021-04-01T08:04:32.729Z] Removing intermediate container e0edf2130b89 [2021-04-01T08:04:32.729Z] ---> f3ee4f192776 [2021-04-01T08:04:32.730Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T08:04:32.730Z] ---> Running in e971e64a0cba [2021-04-01T08:04:32.997Z] Successfully built 3304bb00efc8 [2021-04-01T08:04:32.998Z] Successfully tagged docker-support-notifications-go:latest [2021-04-01T08:04:32.998Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-04-01T08:04:32.998Z] Removing intermediate container f7a688238933 [2021-04-01T08:04:32.998Z] ---> 1f55f5bf2430 [2021-04-01T08:04:32.998Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-01T08:04:33.261Z] ---> Running in 1f2cdcab4c6e [2021-04-01T08:04:33.261Z] Removing intermediate container e971e64a0cba [2021-04-01T08:04:33.261Z] ---> 300134536e1f [2021-04-01T08:04:33.261Z] [2021-04-01T08:04:33.261Z] ---> aa86406928d1 [2021-04-01T08:04:33.261Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-01T08:04:33.537Z] Successfully built 300134536e1f [2021-04-01T08:04:33.537Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-01T08:04:33.537Z] Building docker-security-proxy-setup-go [2021-04-01T08:04:33.537Z]  Building docker-support-scheduler-go ... done Removing intermediate container 1f2cdcab4c6e [2021-04-01T08:04:33.537Z] ---> c1e3f9b9756b [2021-04-01T08:04:33.537Z] Step 22/24 : LABEL arch=x86_64 [2021-04-01T08:04:33.807Z] ---> Running in dd8c8fcebc7f [2021-04-01T08:04:33.807Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-01T08:04:34.071Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-01T08:04:34.071Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-01T08:04:34.071Z] ---> 2cfe1abb784c [2021-04-01T08:04:34.071Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-01T08:04:34.332Z] Removing intermediate container dd8c8fcebc7f [2021-04-01T08:04:34.332Z] ---> e97a93846b97 [2021-04-01T08:04:34.332Z] Step 23/24 : LABEL git_sha=a71dfdb2d2caa866e61400efd75d5388cec39e9a [2021-04-01T08:04:34.332Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-01T08:04:35.298Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-01T08:04:35.563Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-01T08:04:35.563Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T08:04:35.563Z] OK: 8 MiB in 20 packages [2021-04-01T08:04:35.995Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-01T08:04:35.995Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-01T08:04:35.995Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-01T08:04:37.505Z] ---> Running in 40f39bb4d4d2 [2021-04-01T08:04:39.439Z] ---> 568c3e7efc7b [2021-04-01T08:04:39.439Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-01T08:04:40.017Z] Removing intermediate container 40f39bb4d4d2 [2021-04-01T08:04:40.017Z] ---> a843d4ce77db [2021-04-01T08:04:40.017Z] Step 24/24 : LABEL version=0.0.0 [2021-04-01T08:04:40.283Z] Removing intermediate container fe488d242aa3 [2021-04-01T08:04:40.283Z] ---> 5cb852275850 [2021-04-01T08:04:40.283Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T08:04:40.283Z] ---> Running in 9fddc7e024a8 [2021-04-01T08:04:40.283Z] ---> 8a04c9fcd723 [2021-04-01T08:04:40.283Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-01T08:04:40.866Z] Removing intermediate container 9fddc7e024a8 [2021-04-01T08:04:40.866Z] ---> a2df869a3bff [2021-04-01T08:04:40.866Z] [2021-04-01T08:04:40.866Z] ---> 639e57c4debc [2021-04-01T08:04:40.866Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-01T08:04:41.456Z] ---> aab2e27fe0e6 [2021-04-01T08:04:41.457Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-01T08:04:41.726Z] Successfully built a2df869a3bff [2021-04-01T08:04:41.989Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-01T08:04:41.989Z] Building docker-sys-mgmt-agent-go [2021-04-01T08:04:42.741Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.382s coverage: 45.9% of statements [2021-04-01T08:04:42.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-01T08:04:42.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-01T08:04:42.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-01T08:04:42.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-01T08:04:42.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-01T08:04:42.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-01T08:04:42.741Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.152s coverage: 19.8% of statements [2021-04-01T08:04:43.019Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.256s coverage: 100.0% of statements [2021-04-01T08:04:44.859Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 2e3270739b1b [2021-04-01T08:04:46.271Z] ---> aad9c7dfebfc [2021-04-01T08:04:46.271Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-01T08:04:47.234Z] Removing intermediate container 2e3270739b1b [2021-04-01T08:04:47.234Z] ---> beb05f02648e [2021-04-01T08:04:47.234Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-01T08:04:48.203Z] ---> 2d6361dccec0 [2021-04-01T08:04:48.203Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-01T08:04:48.499Z] ---> 5bbeeda622d8 [2021-04-01T08:04:48.499Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-01T08:04:48.765Z] ---> Running in dd5d6975ac75 [2021-04-01T08:04:49.730Z] ---> Running in ead4c1cac20e [2021-04-01T08:04:51.322Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.549s coverage: 27.1% of statements [2021-04-01T08:04:51.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-01T08:04:51.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-01T08:04:51.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-01T08:04:51.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-01T08:04:51.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-01T08:04:51.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-01T08:04:51.322Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.138s coverage: 100.0% of statements [2021-04-01T08:04:51.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-01T08:04:51.322Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.139s coverage: 100.0% of statements [2021-04-01T08:04:51.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-01T08:04:51.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-01T08:04:51.599Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.229s coverage: 71.3% of statements [2021-04-01T08:04:51.599Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-01T08:04:51.599Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-01T08:04:51.679Z] Removing intermediate container dd5d6975ac75 [2021-04-01T08:04:51.679Z] ---> 86305bdc9ec5 [2021-04-01T08:04:51.679Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T08:04:52.588Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.640s coverage: 82.9% of statements [2021-04-01T08:04:52.588Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-01T08:04:52.588Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T08:04:52.588Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.157s coverage: 78.9% of statements [2021-04-01T08:04:52.588Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-01T08:04:52.643Z] ---> Running in 45195da0f5d7 [2021-04-01T08:04:52.910Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T08:04:52.910Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T08:04:52.910Z] ---> c8f26439bb21 [2021-04-01T08:04:52.910Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T08:04:52.910Z] ---> Using cache [2021-04-01T08:04:52.910Z] ---> 9420e188c088 [2021-04-01T08:04:52.910Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T08:04:52.910Z] ---> Using cache [2021-04-01T08:04:52.910Z] ---> 463f5e3f692a [2021-04-01T08:04:52.910Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-01T08:04:52.910Z] ---> Using cache [2021-04-01T08:04:52.910Z] ---> 0b2253c04535 [2021-04-01T08:04:52.910Z] Step 6/23 : COPY go.mod . [2021-04-01T08:04:52.910Z] ---> Using cache [2021-04-01T08:04:52.910Z] ---> d93b0eee49f3 [2021-04-01T08:04:52.910Z] Step 7/23 : RUN go mod download [2021-04-01T08:04:52.910Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T08:04:52.910Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-01T08:04:52.910Z] ---> c8f26439bb21 [2021-04-01T08:04:52.910Z] Step 3/21 : WORKDIR /edgex-go [2021-04-01T08:04:52.910Z] ---> Using cache [2021-04-01T08:04:52.910Z] ---> 9420e188c088 [2021-04-01T08:04:52.910Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T08:04:52.910Z] ---> Using cache [2021-04-01T08:04:52.910Z] ---> 463f5e3f692a [2021-04-01T08:04:52.910Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-01T08:04:52.910Z] ---> Using cache [2021-04-01T08:04:52.910Z] ---> 0b2253c04535 [2021-04-01T08:04:52.910Z] Step 6/21 : COPY go.mod . [2021-04-01T08:04:52.910Z] ---> Using cache [2021-04-01T08:04:52.910Z] ---> d93b0eee49f3 [2021-04-01T08:04:52.910Z] Step 7/21 : RUN go mod download [2021-04-01T08:04:52.910Z] ---> Using cache [2021-04-01T08:04:52.910Z] ---> 8920b321153b [2021-04-01T08:04:52.910Z] Step 8/23 : COPY . . [2021-04-01T08:04:52.910Z] ---> Using cache [2021-04-01T08:04:52.910Z] ---> 8920b321153b [2021-04-01T08:04:52.910Z] Step 8/21 : COPY . . [2021-04-01T08:04:53.174Z] ---> Using cache [2021-04-01T08:04:53.174Z] ---> cf32c19a7037 [2021-04-01T08:04:53.174Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-01T08:04:53.174Z] ---> Using cache [2021-04-01T08:04:53.174Z] ---> cf32c19a7037 [2021-04-01T08:04:53.174Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-01T08:04:54.137Z] Removing intermediate container 45195da0f5d7 [2021-04-01T08:04:54.137Z] ---> 6c8c9a0320d1 [2021-04-01T08:04:54.137Z] Step 21/23 : LABEL arch=x86_64 [2021-04-01T08:04:54.404Z] ---> Running in 0185b1570a35 [2021-04-01T08:04:54.404Z] ---> Running in a809ecfad01c [2021-04-01T08:04:54.669Z] ---> Running in 85153402a7c4 [2021-04-01T08:04:55.251Z] Removing intermediate container 85153402a7c4 [2021-04-01T08:04:55.251Z] ---> cea6a5087381 [2021-04-01T08:04:55.251Z] Step 22/23 : LABEL git_sha=a71dfdb2d2caa866e61400efd75d5388cec39e9a [2021-04-01T08:04:55.251Z] ---> Running in d78c594c4eba [2021-04-01T08:04:55.832Z] 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-04-01T08:04:56.419Z] 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-04-01T08:04:56.686Z] Removing intermediate container d78c594c4eba [2021-04-01T08:04:56.686Z] ---> 64d4280b23da [2021-04-01T08:04:56.686Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T08:04:56.959Z] Removing intermediate container ead4c1cac20e [2021-04-01T08:04:56.959Z] ---> 57a604476630 [2021-04-01T08:04:56.959Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-01T08:04:56.959Z] ---> Running in 9166be8be4ba [2021-04-01T08:04:57.943Z] ---> Running in 1aeddeb440a3 [2021-04-01T08:04:58.531Z] Removing intermediate container 9166be8be4ba [2021-04-01T08:04:58.531Z] ---> ad46c5e470da [2021-04-01T08:04:58.531Z] [2021-04-01T08:04:59.121Z] Removing intermediate container 1aeddeb440a3 [2021-04-01T08:04:59.121Z] ---> f605b32656ee [2021-04-01T08:04:59.121Z] Step 28/31 : CMD ["gate"] [2021-04-01T08:04:59.715Z] Successfully built ad46c5e470da [2021-04-01T08:05:00.025Z] Successfully tagged docker-core-data-go:latest [2021-04-01T08:05:00.026Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-04-01T08:05:03.407Z] ---> Running in 4dcf4ec8986a [2021-04-01T08:05:03.998Z] Removing intermediate container 4dcf4ec8986a [2021-04-01T08:05:03.998Z] ---> 2aef3a7ed840 [2021-04-01T08:05:03.998Z] Step 29/31 : LABEL arch=x86_64 [2021-04-01T08:05:05.008Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.067s coverage: 28.6% of statements [2021-04-01T08:05:05.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-01T08:05:05.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-01T08:05:05.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-01T08:05:05.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-01T08:05:05.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-01T08:05:05.008Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.249s coverage: 100.0% of statements [2021-04-01T08:05:05.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-01T08:05:05.008Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.142s coverage: 100.0% of statements [2021-04-01T08:05:05.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-01T08:05:05.008Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.507s coverage: 86.7% of statements [2021-04-01T08:05:05.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-01T08:05:05.008Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.446s coverage: 97.5% of statements [2021-04-01T08:05:05.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-01T08:05:05.009Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.238s coverage: 78.3% of statements [2021-04-01T08:05:05.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-01T08:05:05.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-01T08:05:05.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-01T08:05:05.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-01T08:05:05.439Z] ---> Running in 77517275ab73 [2021-04-01T08:05:05.439Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T08:05:05.440Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-01T08:05:05.440Z] ---> c8f26439bb21 [2021-04-01T08:05:05.440Z] Step 3/26 : WORKDIR /edgex-go [2021-04-01T08:05:05.440Z] ---> Using cache [2021-04-01T08:05:05.440Z] ---> 9420e188c088 [2021-04-01T08:05:05.440Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T08:05:05.440Z] ---> Using cache [2021-04-01T08:05:05.440Z] ---> 463f5e3f692a [2021-04-01T08:05:05.440Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-01T08:05:06.414Z] ---> Running in 95fb13e429ab [2021-04-01T08:05:06.414Z] Removing intermediate container 77517275ab73 [2021-04-01T08:05:06.414Z] ---> 6c54cd0252cb [2021-04-01T08:05:06.414Z] Step 30/31 : LABEL git_sha=a71dfdb2d2caa866e61400efd75d5388cec39e9a [2021-04-01T08:05:06.692Z] ---> Running in 348f9cb326c8 [2021-04-01T08:05:08.654Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T08:05:08.922Z] Removing intermediate container 348f9cb326c8 [2021-04-01T08:05:08.922Z] ---> 645a8d6156b3 [2021-04-01T08:05:08.922Z] Step 31/31 : LABEL version=0.0.0 [2021-04-01T08:05:09.520Z] ---> Running in a6fb38fdcd39 [2021-04-01T08:05:10.114Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T08:05:11.091Z] Removing intermediate container a6fb38fdcd39 [2021-04-01T08:05:11.091Z] ---> be605015c71d [2021-04-01T08:05:11.091Z] [2021-04-01T08:05:11.370Z] Successfully built be605015c71d [2021-04-01T08:05:11.370Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-01T08:05:11.736Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.168s coverage: 92.8% of statements [2021-04-01T08:05:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-01T08:05:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T08:05:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-01T08:05:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-01T08:05:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-01T08:05:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-01T08:05:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-01T08:05:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-01T08:05:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-01T08:05:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-01T08:05:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-01T08:05:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-01T08:05:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-01T08:05:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-01T08:05:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-01T08:05:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-01T08:05:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-01T08:05:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-01T08:05:11.736Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.135s coverage: 58.8% of statements [2021-04-01T08:05:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-01T08:05:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-01T08:05:11.736Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.257s coverage: 1.0% of statements [2021-04-01T08:05:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-01T08:05:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-01T08:05:11.736Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-01T08:05:11.736Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.129s coverage: 47.1% of statements [2021-04-01T08:05:11.736Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.143s coverage: 79.5% of statements [2021-04-01T08:05:11.736Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.117s coverage: 94.1% of statements [2021-04-01T08:05:11.736Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.177s coverage: 96.3% of statements [2021-04-01T08:05:11.736Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.139s coverage: 87.5% of statements [2021-04-01T08:05:12.379Z]  Building docker-security-bootstrapper-go ... done OK: 233 MiB in 51 packages [2021-04-01T08:05:15.029Z] Removing intermediate container 95fb13e429ab [2021-04-01T08:05:15.029Z] ---> 8f7d7a3d43f7 [2021-04-01T08:05:15.029Z] Step 6/26 : COPY go.mod . [2021-04-01T08:05:16.063Z] ---> 6fcaa40953d6 [2021-04-01T08:05:16.063Z] Step 7/26 : RUN go mod download [2021-04-01T08:05:16.063Z] ---> Running in 3d610888debf [2021-04-01T08:05:20.361Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T08:05:20.361Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T08:05:20.361Z] ---> c8f26439bb21 [2021-04-01T08:05:20.361Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T08:05:20.361Z] ---> Using cache [2021-04-01T08:05:20.361Z] ---> 9420e188c088 [2021-04-01T08:05:20.361Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T08:05:20.361Z] ---> Using cache [2021-04-01T08:05:20.361Z] ---> 463f5e3f692a [2021-04-01T08:05:20.361Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-01T08:05:20.361Z] ---> Using cache [2021-04-01T08:05:20.361Z] ---> 0b2253c04535 [2021-04-01T08:05:20.361Z] Step 6/23 : COPY go.mod . [2021-04-01T08:05:20.361Z] ---> Using cache [2021-04-01T08:05:20.361Z] ---> d93b0eee49f3 [2021-04-01T08:05:20.361Z] Step 7/23 : RUN go mod download [2021-04-01T08:05:20.361Z] ---> Using cache [2021-04-01T08:05:20.361Z] ---> 8920b321153b [2021-04-01T08:05:20.361Z] Step 8/23 : COPY . . [2021-04-01T08:05:20.361Z] ---> Using cache [2021-04-01T08:05:20.361Z] ---> cf32c19a7037 [2021-04-01T08:05:20.361Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-01T08:05:21.339Z] ---> Running in 10647a9b7f1b [2021-04-01T08:05:21.611Z] 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-04-01T08:05:21.886Z] Removing intermediate container 3d610888debf [2021-04-01T08:05:21.886Z] ---> 1e18ea3c2fa9 [2021-04-01T08:05:21.886Z] Step 8/26 : COPY . . [2021-04-01T08:05:22.167Z] 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-04-01T08:05:24.151Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.157s coverage: 94.4% of statements [2021-04-01T08:05:24.151Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.127s coverage: 44.8% of statements [2021-04-01T08:05:29.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.507s coverage: 82.6% of statements [2021-04-01T08:05:39.708Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.206s coverage: 92.9% of statements [2021-04-01T08:05:39.708Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-01T08:05:39.708Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-01T08:05:39.708Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-01T08:05:39.708Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-04-01T08:05:39.708Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-01T08:05:39.708Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-01T08:05:39.708Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-01T08:05:39.708Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-01T08:05:39.708Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-01T08:05:39.708Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements [2021-04-01T08:05:39.708Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-01T08:05:39.708Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-01T08:05:39.708Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements [2021-04-01T08:05:39.708Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-01T08:05:39.708Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.155s coverage: 75.5% of statements [2021-04-01T08:05:39.708Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-01T08:05:39.708Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.130s coverage: 80.8% of statements [2021-04-01T08:05:39.708Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.184s coverage: 87.2% of statements [2021-04-01T08:05:39.708Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.196s coverage: 84.6% of statements [2021-04-01T08:05:39.708Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.238s coverage: 91.6% of statements [2021-04-01T08:05:39.708Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-01T08:05:39.708Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.623s coverage: 64.4% of statements [2021-04-01T08:05:39.708Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-01T08:05:39.708Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-01T08:05:39.708Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.109s coverage: 100.0% of statements [2021-04-01T08:05:39.708Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.081s coverage: 91.3% of statements [2021-04-01T08:05:39.708Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.048s coverage: 100.0% of statements [2021-04-01T08:05:40.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.080s coverage: 73.7% of statements [2021-04-01T08:05:40.511Z] Removing intermediate container a809ecfad01c [2021-04-01T08:05:40.511Z] ---> 1de22fb2e510 [2021-04-01T08:05:40.511Z] [2021-04-01T08:05:40.511Z] Step 10/21 : FROM alpine:3.12 [2021-04-01T08:05:40.511Z] ---> 42cb162f0360 [2021-04-01T08:05:40.511Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-01T08:05:40.511Z] Removing intermediate container 0185b1570a35 [2021-04-01T08:05:40.511Z] ---> 9a69063bab47 [2021-04-01T08:05:40.511Z] [2021-04-01T08:05:40.511Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T08:05:40.511Z] ---> 42cb162f0360 [2021-04-01T08:05:40.511Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-01T08:05:40.511Z] ---> Using cache [2021-04-01T08:05:40.511Z] ---> 191fde621be4 [2021-04-01T08:05:40.511Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T08:05:40.511Z] ---> Using cache [2021-04-01T08:05:40.511Z] ---> 6008e3175f57 [2021-04-01T08:05:40.511Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-01T08:05:40.511Z] ---> Running in ebe06a0ed015 [2021-04-01T08:05:40.511Z] ---> Running in 527ec04ef61b [2021-04-01T08:05:41.151Z] Removing intermediate container 527ec04ef61b [2021-04-01T08:05:41.151Z] ---> dd4c435806b9 [2021-04-01T08:05:41.151Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-01T08:05:41.297Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.064s coverage: 100.0% of statements [2021-04-01T08:05:41.651Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T08:05:41.651Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T08:05:41.929Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-01T08:05:42.225Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T08:05:42.225Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-01T08:05:42.225Z] (4/4) Installing curl (7.69.1-r3) [2021-04-01T08:05:42.225Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T08:05:42.225Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T08:05:42.603Z] OK: 7 MiB in 18 packages [2021-04-01T08:05:42.603Z] ---> Running in d67e2d7adba7 [2021-04-01T08:05:44.011Z] Removing intermediate container d67e2d7adba7 [2021-04-01T08:05:44.011Z] ---> a16e6354e898 [2021-04-01T08:05:44.011Z] Step 15/23 : WORKDIR / [2021-04-01T08:05:44.704Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.055s coverage: 69.0% of statements [2021-04-01T08:05:44.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-01T08:05:44.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-01T08:05:44.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-01T08:05:45.419Z] ---> Running in 9575c0bb7f00 [2021-04-01T08:05:45.685Z] ---> 7e114d482b95 [2021-04-01T08:05:45.685Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-01T08:05:46.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.509s coverage: 38.4% of statements [2021-04-01T08:05:46.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-01T08:05:46.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-01T08:05:46.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.120s coverage: 89.5% of statements [2021-04-01T08:05:46.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-01T08:05:46.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.104s coverage: 84.8% of statements [2021-04-01T08:05:46.264Z] Removing intermediate container 9575c0bb7f00 [2021-04-01T08:05:46.264Z] ---> 716c7f6e771d [2021-04-01T08:05:46.264Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T08:05:46.264Z] Removing intermediate container ebe06a0ed015 [2021-04-01T08:05:46.264Z] ---> ed6d567e1a28 [2021-04-01T08:05:46.264Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-01T08:05:47.216Z] ---> Running in d404101d535c [2021-04-01T08:05:47.794Z] ---> e0cc0952ca78 [2021-04-01T08:05:47.794Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-01T08:05:47.794Z] ---> Running in a25174adff70 [2021-04-01T08:05:48.063Z] Removing intermediate container 10647a9b7f1b [2021-04-01T08:05:48.063Z] ---> f4ca05ac450c [2021-04-01T08:05:48.063Z] [2021-04-01T08:05:48.063Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T08:05:48.063Z] ---> 42cb162f0360 [2021-04-01T08:05:48.063Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-01T08:05:48.063Z] ---> Using cache [2021-04-01T08:05:48.063Z] ---> 191fde621be4 [2021-04-01T08:05:48.063Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T08:05:48.063Z] ---> Using cache [2021-04-01T08:05:48.063Z] ---> 6008e3175f57 [2021-04-01T08:05:48.063Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-01T08:05:48.327Z] ---> Running in f4a4dc87948e [2021-04-01T08:05:48.327Z] Removing intermediate container a25174adff70 [2021-04-01T08:05:48.327Z] ---> 98a072c2a70d [2021-04-01T08:05:48.327Z] Step 13/21 : WORKDIR /edgex [2021-04-01T08:05:48.600Z] 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-04-01T08:05:48.600Z] ---> Running in f54dd8d53653 [2021-04-01T08:05:48.600Z] Removing intermediate container f4a4dc87948e [2021-04-01T08:05:48.600Z] ---> 0ecba17674d3 [2021-04-01T08:05:48.600Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-01T08:05:48.600Z] ---> a52426a898eb [2021-04-01T08:05:48.600Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-01T08:05:48.880Z] ---> Running in 7fe5bcde9fed [2021-04-01T08:05:48.880Z] Removing intermediate container f54dd8d53653 [2021-04-01T08:05:48.880Z] ---> 0397e261d32c [2021-04-01T08:05:48.880Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-01T08:05:49.157Z] Removing intermediate container 7fe5bcde9fed [2021-04-01T08:05:49.157Z] ---> 6676497021ec [2021-04-01T08:05:49.157Z] Step 15/23 : WORKDIR / [2021-04-01T08:05:49.157Z] ---> 4e1227722c39 [2021-04-01T08:05:49.157Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-01T08:05:49.157Z] ---> Running in ed73c6a5644e [2021-04-01T08:05:49.157Z] ---> Running in 2b4a31fccf9e [2021-04-01T08:05:49.157Z] ---> 9fef81ee2583 [2021-04-01T08:05:49.157Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-01T08:05:49.430Z] Removing intermediate container ed73c6a5644e [2021-04-01T08:05:49.430Z] ---> 296c4b04518c [2021-04-01T08:05:49.430Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T08:05:49.430Z] Removing intermediate container 2b4a31fccf9e [2021-04-01T08:05:49.430Z] ---> c8e5dda01dca [2021-04-01T08:05:49.430Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T08:05:49.703Z] ---> Running in 93cb5ff50621 [2021-04-01T08:05:49.983Z] ---> 5bab02b68c6d [2021-04-01T08:05:49.983Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-01T08:05:50.268Z] ---> 8a6f3e522a5e [2021-04-01T08:05:50.268Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-01T08:05:50.268Z] Removing intermediate container 93cb5ff50621 [2021-04-01T08:05:50.268Z] ---> 905fed1cacd7 [2021-04-01T08:05:50.268Z] Step 21/23 : LABEL arch=x86_64 [2021-04-01T08:05:50.892Z] ---> Running in 5c5a21537113 [2021-04-01T08:05:51.488Z] ---> a5a67344296c [2021-04-01T08:05:51.488Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-01T08:05:51.488Z] Removing intermediate container 5c5a21537113 [2021-04-01T08:05:51.488Z] ---> 9768852fecea [2021-04-01T08:05:51.488Z] Step 22/23 : LABEL git_sha=a71dfdb2d2caa866e61400efd75d5388cec39e9a [2021-04-01T08:05:51.488Z] ---> Running in f70cb78f8cd6 [2021-04-01T08:05:51.488Z] ---> 7aba5db12574 [2021-04-01T08:05:51.488Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-01T08:05:51.759Z] ---> Running in dcf9f906084a [2021-04-01T08:05:51.759Z] Removing intermediate container f70cb78f8cd6 [2021-04-01T08:05:51.759Z] ---> 6e29f46f3de6 [2021-04-01T08:05:51.759Z] Step 18/21 : CMD ["--init=true"] [2021-04-01T08:05:52.029Z] ---> Running in b91f4f00dd05 [2021-04-01T08:05:52.029Z] Removing intermediate container dcf9f906084a [2021-04-01T08:05:52.029Z] ---> f3d94acac66b [2021-04-01T08:05:52.029Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T08:05:52.029Z] ---> Running in ad885dba12e7 [2021-04-01T08:05:52.303Z] ---> eed07b04c1c0 [2021-04-01T08:05:52.304Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-01T08:05:52.304Z] Removing intermediate container b91f4f00dd05 [2021-04-01T08:05:52.304Z] ---> b38a9c9aec6f [2021-04-01T08:05:52.304Z] Step 19/21 : LABEL arch=x86_64 [2021-04-01T08:05:52.304Z] ---> Running in f1bfe60fa495 [2021-04-01T08:05:52.304Z] ---> Running in 5e42930ffd21 [2021-04-01T08:05:52.582Z] Removing intermediate container ad885dba12e7 [2021-04-01T08:05:52.582Z] ---> ada4397996e9 [2021-04-01T08:05:52.582Z] [2021-04-01T08:05:52.880Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.461s coverage: 47.0% of statements [2021-04-01T08:05:52.880Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-01T08:05:52.880Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-01T08:05:52.880Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-01T08:05:52.880Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-01T08:05:52.880Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-01T08:05:52.880Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.157s coverage: 100.0% of statements [2021-04-01T08:05:52.880Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-01T08:05:52.880Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.085s coverage: 100.0% of statements [2021-04-01T08:05:52.880Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-01T08:05:52.880Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-01T08:05:52.880Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-04-01T08:05:52.880Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-01T08:05:52.880Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.405s coverage: 87.1% of statements [2021-04-01T08:05:52.881Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-01T08:05:52.881Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T08:05:52.881Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-01T08:05:53.179Z] Successfully built ada4397996e9 [2021-04-01T08:05:53.452Z] Successfully tagged docker-core-metadata-go:latest [2021-04-01T08:05:53.452Z]  Building docker-core-metadata-go ... done Removing intermediate container 5e42930ffd21 [2021-04-01T08:05:53.452Z] ---> d154b1d3676a [2021-04-01T08:05:53.452Z] Step 20/21 : LABEL git_sha=a71dfdb2d2caa866e61400efd75d5388cec39e9a [2021-04-01T08:05:53.452Z] Removing intermediate container f1bfe60fa495 [2021-04-01T08:05:53.452Z] ---> 461792c3013b [2021-04-01T08:05:53.452Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T08:05:53.728Z] ---> Running in 8bfc8e3fab3b [2021-04-01T08:05:53.728Z] ---> Running in 8ca873d2be2b [2021-04-01T08:05:54.002Z] Removing intermediate container 8ca873d2be2b [2021-04-01T08:05:54.002Z] ---> 4a3f56783b70 [2021-04-01T08:05:54.002Z] Step 21/21 : LABEL version=0.0.0 [2021-04-01T08:05:54.002Z] Removing intermediate container 8bfc8e3fab3b [2021-04-01T08:05:54.002Z] ---> 2f6938eda191 [2021-04-01T08:05:54.002Z] Step 21/23 : LABEL arch=x86_64 [2021-04-01T08:05:54.271Z] ---> Running in 5af577679a3c [2021-04-01T08:05:54.271Z] ---> Running in 6ad9651c7aa0 [2021-04-01T08:05:54.543Z] Removing intermediate container 5af577679a3c [2021-04-01T08:05:54.543Z] ---> 35c59f12a25c [2021-04-01T08:05:54.543Z] [2021-04-01T08:05:54.543Z] Removing intermediate container 6ad9651c7aa0 [2021-04-01T08:05:54.543Z] ---> 5e78d39725a6 [2021-04-01T08:05:54.543Z] Step 22/23 : LABEL git_sha=a71dfdb2d2caa866e61400efd75d5388cec39e9a [2021-04-01T08:05:54.835Z] Successfully built 35c59f12a25c [2021-04-01T08:05:54.835Z] ---> Running in 7779ca758d28 [2021-04-01T08:05:54.835Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-01T08:05:55.120Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 7779ca758d28 [2021-04-01T08:05:55.120Z] ---> 36c3e6f9cfec [2021-04-01T08:05:55.120Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T08:05:55.403Z] ---> Running in 3652645c9970 [2021-04-01T08:05:55.403Z] Removing intermediate container 3652645c9970 [2021-04-01T08:05:55.403Z] ---> b1116cab9513 [2021-04-01T08:05:55.403Z] [2021-04-01T08:05:55.675Z] Successfully built b1116cab9513 [2021-04-01T08:05:55.675Z] Successfully tagged docker-core-command-go:latest [2021-04-01T08:06:01.184Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.374s coverage: 29.1% of statements [2021-04-01T08:06:01.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-01T08:06:01.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-01T08:06:01.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-01T08:06:01.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-01T08:06:01.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-01T08:06:01.184Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.220s coverage: 99.0% of statements [2021-04-01T08:06:01.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-01T08:06:01.184Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.165s coverage: 100.0% of statements [2021-04-01T08:06:01.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-01T08:06:01.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-01T08:06:01.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-01T08:06:01.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-01T08:06:01.184Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.332s coverage: 95.6% of statements [2021-04-01T08:06:01.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-01T08:06:01.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T08:06:01.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-01T08:06:01.184Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.051s coverage: 0.0% of statements [2021-04-01T08:06:01.184Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-01T08:06:01.184Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.059s coverage: 100.0% of statements [2021-04-01T08:06:01.184Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-01T08:06:01.184Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-01T08:06:01.184Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-01T08:06:01.184Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-01T08:06:01.184Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.104s coverage: 87.9% of statements [2021-04-01T08:06:01.184Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-01T08:06:01.184Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-01T08:06:01.184Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2021-04-01T08:06:01.184Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.111s coverage: 32.1% of statements [2021-04-01T08:06:02.357Z]  Building docker-core-command-go ... done Removing intermediate container d404101d535c [2021-04-01T08:06:02.357Z] ---> c4b992bbd000 [2021-04-01T08:06:02.357Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-01T08:06:02.357Z] ---> Running in 47c7b62878ec [2021-04-01T08:06:02.357Z] 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-04-01T08:06:02.614Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements [2021-04-01T08:06:02.936Z] Removing intermediate container 47c7b62878ec [2021-04-01T08:06:02.936Z] ---> e3870a59fce4 [2021-04-01T08:06:02.936Z] [2021-04-01T08:06:02.936Z] Step 11/26 : FROM docker:20.10.0 [2021-04-01T08:06:02.936Z] 20.10.0: Pulling from library/docker [2021-04-01T08:06:03.592Z] GO111MODULE=on go vet ./... [2021-04-01T08:06:08.268Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-01T08:06:08.268Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-01T08:06:08.268Z] ---> aefe523efa57 [2021-04-01T08:06:08.268Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-01T08:06:08.268Z] ---> Running in 0df8e85cc7d7 [2021-04-01T08:06:08.534Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T08:06:08.799Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T08:06:08.800Z] (1/2) Installing readline (8.0.4-r0) [2021-04-01T08:06:08.800Z] (2/2) Installing bash (5.0.17-r0) [2021-04-01T08:06:08.800Z] Executing bash-5.0.17-r0.post-install [2021-04-01T08:06:08.800Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T08:06:08.800Z] OK: 12 MiB in 22 packages [2021-04-01T08:06:09.753Z] Removing intermediate container 0df8e85cc7d7 [2021-04-01T08:06:09.753Z] ---> 022333bd70ef [2021-04-01T08:06:09.753Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-01T08:06:09.753Z] ---> Running in 1880acca4037 [2021-04-01T08:06:09.753Z] Removing intermediate container 1880acca4037 [2021-04-01T08:06:09.753Z] ---> 6bbcc971b29e [2021-04-01T08:06:09.753Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-01T08:06:09.753Z] ---> Running in 509cca1b5c4a [2021-04-01T08:06:10.016Z] Removing intermediate container 509cca1b5c4a [2021-04-01T08:06:10.016Z] ---> 24ab3e786c12 [2021-04-01T08:06:10.016Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-01T08:06:10.016Z] ---> Running in 02408cb18570 [2021-04-01T08:06:10.281Z] Removing intermediate container 02408cb18570 [2021-04-01T08:06:10.281Z] ---> 4907159b567a [2021-04-01T08:06:10.281Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-01T08:06:10.860Z] ---> f0ff512f045e [2021-04-01T08:06:10.860Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-01T08:06:11.812Z] ---> 9a1796334502 [2021-04-01T08:06:11.812Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-01T08:06:12.390Z] ---> 57d86a00c3c0 [2021-04-01T08:06:12.390Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-01T08:06:12.390Z] ---> Running in e14db0c028b7 [2021-04-01T08:06:12.658Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T08:06:12.923Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T08:06:12.923Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-01T08:06:12.923Z] (2/33) Installing expat (2.2.9-r1) [2021-04-01T08:06:12.923Z] (3/33) Installing libffi (3.3-r2) [2021-04-01T08:06:12.923Z] (4/33) Installing gdbm (1.13-r1) [2021-04-01T08:06:12.923Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-01T08:06:12.923Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-01T08:06:12.923Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-01T08:06:13.877Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-01T08:06:13.877Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-01T08:06:13.877Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-01T08:06:13.877Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-01T08:06:13.877Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-01T08:06:13.877Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-01T08:06:14.149Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-01T08:06:14.149Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-01T08:06:14.149Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-01T08:06:14.149Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-01T08:06:14.149Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-01T08:06:14.149Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-01T08:06:14.149Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-01T08:06:14.149Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-01T08:06:14.149Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-01T08:06:14.149Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-01T08:06:14.149Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-01T08:06:14.149Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-01T08:06:14.149Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-01T08:06:14.416Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-01T08:06:14.416Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-01T08:06:14.416Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-01T08:06:14.416Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-01T08:06:14.416Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-01T08:06:14.416Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-01T08:06:14.416Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-01T08:06:14.416Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T08:06:14.416Z] OK: 71 MiB in 55 packages [2021-04-01T08:06:24.470Z] Removing intermediate container e14db0c028b7 [2021-04-01T08:06:24.470Z] ---> 3cf10a946864 [2021-04-01T08:06:24.470Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-01T08:06:24.470Z] ---> Running in 53ced72d3de6 [2021-04-01T08:06:24.470Z] Collecting docker-compose==1.23.2 [2021-04-01T08:06:24.470Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-01T08:06:24.734Z] Collecting jsonschema<3,>=2.5.1 [2021-04-01T08:06:24.734Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-01T08:06:24.734Z] Collecting cached-property<2,>=1.2.0 [2021-04-01T08:06:24.734Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-01T08:06:24.997Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-01T08:06:24.997Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-01T08:06:25.261Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-01T08:06:25.261Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-01T08:06:25.526Z] Collecting PyYAML<4,>=3.10 [2021-04-01T08:06:25.526Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-01T08:06:26.476Z] 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-04-01T08:06:26.476Z] Collecting texttable<0.10,>=0.9.0 [2021-04-01T08:06:26.476Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-01T08:06:27.051Z] Collecting docker<4.0,>=3.6.0 [2021-04-01T08:06:27.051Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-01T08:06:27.051Z] Collecting docopt<0.7,>=0.6.1 [2021-04-01T08:06:27.051Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-01T08:06:27.628Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-01T08:06:27.629Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-01T08:06:28.211Z] 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-04-01T08:06:28.211Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-01T08:06:28.211Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-01T08:06:28.211Z] Collecting idna<2.8,>=2.5 [2021-04-01T08:06:28.211Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-01T08:06:28.211Z] 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-04-01T08:06:28.476Z] Collecting docker-pycreds>=0.4.0 [2021-04-01T08:06:28.476Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-01T08:06:28.476Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-01T08:06:28.476Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-01T08:06:28.476Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-01T08:06:28.476Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-01T08:06:28.476Z] Installing collected packages: jsonschema, cached-property, websocket-client, urllib3, idna, requests, PyYAML, texttable, docker-pycreds, docker, docopt, dockerpty, docker-compose [2021-04-01T08:06:28.739Z] Attempting uninstall: urllib3 [2021-04-01T08:06:28.739Z] Found existing installation: urllib3 1.25.9 [2021-04-01T08:06:28.739Z] Uninstalling urllib3-1.25.9: [2021-04-01T08:06:29.008Z] Successfully uninstalled urllib3-1.25.9 [2021-04-01T08:06:29.008Z] Attempting uninstall: idna [2021-04-01T08:06:29.008Z] Found existing installation: idna 2.9 [2021-04-01T08:06:29.008Z] Uninstalling idna-2.9: [2021-04-01T08:06:29.008Z] Successfully uninstalled idna-2.9 [2021-04-01T08:06:29.277Z] Attempting uninstall: requests [2021-04-01T08:06:29.277Z] Found existing installation: requests 2.23.0 [2021-04-01T08:06:29.277Z] Uninstalling requests-2.23.0: [2021-04-01T08:06:29.277Z] Successfully uninstalled requests-2.23.0 [2021-04-01T08:06:29.545Z] Running setup.py install for PyYAML: started [2021-04-01T08:06:30.131Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-01T08:06:30.131Z] Running setup.py install for texttable: started [2021-04-01T08:06:30.395Z] Running setup.py install for texttable: finished with status 'done' [2021-04-01T08:06:30.974Z] Running setup.py install for docopt: started [2021-04-01T08:06:31.239Z] Running setup.py install for docopt: finished with status 'done' [2021-04-01T08:06:31.239Z] Running setup.py install for dockerpty: started [2021-04-01T08:06:31.818Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-01T08:06:32.082Z] 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-04-01T08:06:35.407Z] Removing intermediate container 53ced72d3de6 [2021-04-01T08:06:35.407Z] ---> 1ace36e79657 [2021-04-01T08:06:35.407Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-01T08:06:35.407Z] ---> Running in 7e2044a76959 [2021-04-01T08:06:35.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T08:06:35.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T08:06:36.249Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T08:06:36.249Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-01T08:06:36.249Z] (3/3) Installing curl (7.69.1-r3) [2021-04-01T08:06:36.249Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T08:06:36.249Z] OK: 72 MiB in 58 packages [2021-04-01T08:06:36.827Z] Removing intermediate container 7e2044a76959 [2021-04-01T08:06:36.827Z] ---> 295f194c39a7 [2021-04-01T08:06:36.827Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-01T08:06:36.827Z] ---> Running in 1dc91280a461 [2021-04-01T08:06:37.092Z] Removing intermediate container 1dc91280a461 [2021-04-01T08:06:37.092Z] ---> ac36f2d25441 [2021-04-01T08:06:37.092Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T08:06:37.092Z] ---> Running in 7dd85505fdd0 [2021-04-01T08:06:37.355Z] Removing intermediate container 7dd85505fdd0 [2021-04-01T08:06:37.355Z] ---> fe30b6909cd5 [2021-04-01T08:06:37.355Z] Step 24/26 : LABEL arch=x86_64 [2021-04-01T08:06:37.355Z] ---> Running in ffe98f2d184f [2021-04-01T08:06:37.355Z] Removing intermediate container ffe98f2d184f [2021-04-01T08:06:37.355Z] ---> aae3cc7246e2 [2021-04-01T08:06:37.355Z] Step 25/26 : LABEL git_sha=a71dfdb2d2caa866e61400efd75d5388cec39e9a [2021-04-01T08:06:37.621Z] ---> Running in ed2be3d957fb [2021-04-01T08:06:37.621Z] Removing intermediate container ed2be3d957fb [2021-04-01T08:06:37.621Z] ---> b93134adf452 [2021-04-01T08:06:37.621Z] Step 26/26 : LABEL version=0.0.0 [2021-04-01T08:06:37.885Z] ---> Running in 80f88523b8c2 [2021-04-01T08:06:37.885Z] Removing intermediate container 80f88523b8c2 [2021-04-01T08:06:37.885Z] ---> 874a904e617d [2021-04-01T08:06:37.885Z] [2021-04-01T08:06:38.150Z] Successfully built 874a904e617d [2021-04-01T08:06:38.150Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-01T08:06:38.436Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-01T08:06:38.446Z] $ docker stop --time=1 3873987dec96e49a56a15063af042dc8b93fc848aadae87c2033b7ee545f8c76 [2021-04-01T08:06:40.101Z] $ docker rm -f 3873987dec96e49a56a15063af042dc8b93fc848aadae87c2033b7ee545f8c76 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-01T08:06:40.642Z] + docker images [2021-04-01T08:06:40.642Z] + grep docker [2021-04-01T08:06:41.590Z] docker-sys-mgmt-agent-go latest 874a904e617d 4 seconds ago 314MB [2021-04-01T08:06:41.590Z] docker-core-command-go latest b1116cab9513 46 seconds ago 17.3MB [2021-04-01T08:06:41.590Z] docker-security-proxy-setup-go latest 35c59f12a25c 47 seconds ago 25.4MB [2021-04-01T08:06:41.590Z] docker-core-metadata-go latest ada4397996e9 49 seconds ago 19MB [2021-04-01T08:06:41.590Z] docker-security-bootstrapper-go latest be605015c71d About a minute ago 18.9MB [2021-04-01T08:06:41.590Z] docker-core-data-go latest ad46c5e470da About a minute ago 22.7MB [2021-04-01T08:06:41.590Z] docker-security-secretstore-setup-go latest a2df869a3bff 2 minutes ago 25.7MB [2021-04-01T08:06:41.590Z] docker-support-scheduler-go latest 300134536e1f 2 minutes ago 17.4MB [2021-04-01T08:06:41.590Z] docker-support-notifications-go latest 3304bb00efc8 2 minutes ago 17.9MB [2021-04-01T08:06:41.590Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-04-01T08:06:57.223Z] Still waiting to schedule task [2021-04-01T08:06:57.223Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-01T08:07:25.389Z] gofmt -l . [2021-04-01T08:07:25.389Z] [ "`gofmt -l .`" = "" ] [2021-04-01T08:07:25.389Z] ./bin/test-go-mod-tidy.sh [2021-04-01T08:07:25.389Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-01T08:07:26.401Z] + ls -al . [2021-04-01T08:07:26.401Z] total 812 [2021-04-01T08:07:26.401Z] drwxrwxr-x 9 1001 1001 4096 Apr 1 08:07 . [2021-04-01T08:07:26.401Z] drwxr-xr-x 4 root root 4096 Apr 1 08:02 .. [2021-04-01T08:07:26.401Z] -rw-rw-r-- 1 1001 1001 11 Apr 1 08:01 .dockerignore [2021-04-01T08:07:26.401Z] drwxrwxr-x 8 1001 1001 4096 Apr 1 08:01 .git [2021-04-01T08:07:26.401Z] drwxrwxr-x 3 1001 1001 4096 Apr 1 08:01 .github [2021-04-01T08:07:26.401Z] -rw-rw-r-- 1 1001 1001 818 Apr 1 08:01 .gitignore [2021-04-01T08:07:26.401Z] -rw-rw-r-- 1 1001 1001 166 Apr 1 08:01 .sonarcloud.properties [2021-04-01T08:07:26.401Z] -rw-rw-r-- 1 1001 1001 8607 Apr 1 08:01 Attribution.txt [2021-04-01T08:07:26.401Z] -rw-rw-r-- 1 1001 1001 3804 Apr 1 08:01 CONTRIBUTING.md [2021-04-01T08:07:26.401Z] -rw-rw-r-- 1 1001 1001 931 Apr 1 08:01 Dockerfile.build [2021-04-01T08:07:26.401Z] -rw-rw-r-- 1 1001 1001 863 Apr 1 08:01 Jenkinsfile [2021-04-01T08:07:26.401Z] -rw-rw-r-- 1 1001 1001 10775 Apr 1 08:01 LICENSE [2021-04-01T08:07:26.401Z] -rw-rw-r-- 1 1001 1001 5774 Apr 1 08:01 Makefile [2021-04-01T08:07:26.401Z] -rw-rw-r-- 1 1001 1001 6548 Apr 1 08:01 README.md [2021-04-01T08:07:26.401Z] -rw-rw-r-- 1 1001 1001 6755 Apr 1 08:01 SECURITY.md [2021-04-01T08:07:26.401Z] -rw-rw-r-- 1 1001 1001 5 Apr 1 07:58 VERSION [2021-04-01T08:07:26.401Z] -rw-rw-r-- 1 1001 1001 4131 Apr 1 08:01 ZMQWindows.md [2021-04-01T08:07:26.401Z] drwxrwxr-x 2 1001 1001 4096 Apr 1 08:01 bin [2021-04-01T08:07:26.401Z] drwxrwxr-x 14 1001 1001 4096 Apr 1 08:01 cmd [2021-04-01T08:07:26.401Z] -rw-r--r-- 1 root root 672489 Apr 1 08:06 coverage.out [2021-04-01T08:07:26.401Z] -rw-r--r-- 1 root root 1056 Apr 1 08:07 go.mod [2021-04-01T08:07:26.401Z] -rw-r--r-- 1 root root 22360 Apr 1 08:07 go.sum [2021-04-01T08:07:26.401Z] drwxrwxr-x 8 1001 1001 4096 Apr 1 08:01 internal [2021-04-01T08:07:26.401Z] drwxrwxr-x 4 1001 1001 4096 Apr 1 08:01 openapi [2021-04-01T08:07:26.401Z] drwxrwxr-x 4 1001 1001 4096 Apr 1 08:01 snap [2021-04-01T08:07:26.401Z] -rw-rw-r-- 1 1001 1001 168 Apr 1 08:01 version.go [Pipeline] sh [2021-04-01T08:07:27.109Z] + '[' -e coverage.out ] [2021-04-01T08:07:27.109Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-01T08:07:27.173Z] Warning: overwriting stash ‘coverage-report’ [2021-04-01T08:07:28.503Z] Stashed 1 file(s) [Pipeline] sh [2021-04-01T08:07:29.152Z] + make build [2021-04-01T08:07:29.153Z] 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-04-01T08:07:39.296Z] 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-04-01T08:07:50.504Z] Running on prd-ubuntu18.04-docker-8c-8g-32446 in /w/workspace/edgexfoundry_edgex-go_PR-3313 [Pipeline] { [Pipeline] ws [2021-04-01T08:07:50.562Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-04-01T08:07:52.759Z] using credential edgex-jenkins-ssh [2021-04-01T08:07:52.822Z] Cloning the remote Git repository [2021-04-01T08:07:52.847Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-01T08:07:52.912Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-04-01T08:07:52.945Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-01T08:07:52.946Z] > git --version # timeout=10 [2021-04-01T08:07:52.953Z] > git --version # 'git version 2.17.1' [2021-04-01T08:07:52.954Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T08:07:52.989Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T08:07:59.964Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-01T08:07:59.977Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T08:07:59.985Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-01T08:07:59.997Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-01T08:07:59.997Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T08:08:00.002Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3313/head:refs/remotes/origin/PR-3313 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-01T08:08:00.653Z] Merging remotes/origin/master commit e3b29d7b93d74ccc7c2ba5c98dfd4a9be086bb46 into PR head commit a71dfdb2d2caa866e61400efd75d5388cec39e9a [2021-04-01T08:08:00.785Z] Merge succeeded, producing a71dfdb2d2caa866e61400efd75d5388cec39e9a [2021-04-01T08:08:00.786Z] Checking out Revision a71dfdb2d2caa866e61400efd75d5388cec39e9a (PR-3313) [2021-04-01T08:08:00.665Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T08:08:00.671Z] > git checkout -f a71dfdb2d2caa866e61400efd75d5388cec39e9a # timeout=10 [2021-04-01T08:08:00.751Z] > git remote # timeout=10 [2021-04-01T08:08:00.759Z] > git config --get remote.origin.url # timeout=10 [2021-04-01T08:08:00.766Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T08:08:00.771Z] > git merge e3b29d7b93d74ccc7c2ba5c98dfd4a9be086bb46 # timeout=10 [2021-04-01T08:08:00.780Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-01T08:08:00.790Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T08:08:00.795Z] > git checkout -f a71dfdb2d2caa866e61400efd75d5388cec39e9a # timeout=10 [2021-04-01T08:08:04.529Z] Commit message: "Merge branch 'master' into issue-3312" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T08:08:05.911Z] + echo snap-build.sh [2021-04-01T08:08:05.911Z] snap-build.sh [2021-04-01T08:08:05.911Z] + SNAP_BASE_DIR=. [2021-04-01T08:08:05.911Z] + '[' '!' -z /w/workspace/edgex-go/6 ']' [2021-04-01T08:08:05.911Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/6 [2021-04-01T08:08:05.911Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' [2021-04-01T08:08:05.911Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/6] [2021-04-01T08:08:05.911Z] + cd /w/workspace/edgex-go/6 [2021-04-01T08:08:05.911Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-01T08:08:05.911Z] Reading package lists... [2021-04-01T08:08:05.911Z] Building dependency tree... [2021-04-01T08:08:05.911Z] Reading state information... [2021-04-01T08:08:06.125Z] 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-04-01T08:08:06.178Z] The following packages were automatically installed and are no longer required: [2021-04-01T08:08:06.178Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-01T08:08:06.178Z] uidmap xdelta3 [2021-04-01T08:08:06.178Z] Use 'sudo apt autoremove' to remove them. [2021-04-01T08:08:06.178Z] The following packages will be REMOVED: [2021-04-01T08:08:06.178Z] lxd* lxd-client* [2021-04-01T08:08:06.751Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-01T08:08:06.751Z] After this operation, 31.7 MB disk space will be freed. [2021-04-01T08:08:07.540Z] (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-04-01T08:08:07.540Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-01T08:08:08.104Z] 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-04-01T08:08:08.486Z] Removing lxd dnsmasq configuration [2021-04-01T08:08:08.486Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-01T08:08:08.748Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-01T08:08:09.702Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-01T08:08:09.702Z] (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-04-01T08:08:09.702Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-01T08:08:11.095Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-01T08:08:11.095Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-01T08:08:12.488Z] + sudo snap remove --purge lxd [2021-04-01T08:08:12.488Z] snap "lxd" is not installed [2021-04-01T08:08:12.488Z] + sudo groupadd --force --system lxd [2021-04-01T08:08:12.488Z] ++ whoami [2021-04-01T08:08:12.488Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-01T08:08:12.488Z] + newgrp - lxd [2021-04-01T08:08:12.488Z] + sudo snap install lxd [2021-04-01T08:08:13.503Z] 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-04-01T08:08:14.488Z] 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-04-01T08:08:19.886Z] 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-04-01T08:08:24.782Z] 2021-04-01T08:08:21Z INFO Waiting for automatic snapd restart... [2021-04-01T08:08:25.281Z] 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-04-01T08:08:28.661Z] 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-04-01T08:08:32.971Z] 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-04-01T08:08:36.356Z] 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-04-01T08:08:41.759Z] 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-04-01T08:08:50.044Z] $ docker stop --time=1 0849b7b42a4d3a5615b97441dbc8ad08d8e2e211cde5ae2ae13e06259597c029 [2021-04-01T08:08:51.376Z] lxd 4.12 from Canonical* installed [2021-04-01T08:08:51.376Z] + sudo lxd init --auto [2021-04-01T08:08:52.548Z] $ docker rm -f 0849b7b42a4d3a5615b97441dbc8ad08d8e2e211cde5ae2ae13e06259597c029 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T08:08:54.614Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-01T08:08:54.614Z] [2021-04-01T08:08:54.614Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T08:08:55.278Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-01T08:08:55.556Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-01T08:08:55.556Z] 29e5d40040c1: Pulling fs layer [2021-04-01T08:08:55.556Z] 1ce36da41761: Pulling fs layer [2021-04-01T08:08:55.556Z] 25b303627fd3: Pulling fs layer [2021-04-01T08:08:55.556Z] 29e5d40040c1: Verifying Checksum [2021-04-01T08:08:55.556Z] 29e5d40040c1: Download complete [2021-04-01T08:08:56.159Z] 1ce36da41761: Verifying Checksum [2021-04-01T08:08:56.159Z] 1ce36da41761: Download complete [2021-04-01T08:08:56.159Z] 29e5d40040c1: Pull complete [2021-04-01T08:08:57.591Z] 1ce36da41761: Pull complete [2021-04-01T08:08:57.864Z] 25b303627fd3: Verifying Checksum [2021-04-01T08:08:57.864Z] 25b303627fd3: Download complete [2021-04-01T08:08:57.969Z] + sudo snap install --classic snapcraft [2021-04-01T08:09:04.552Z] snapcraft 4.6 from Canonical* installed [2021-04-01T08:09:04.552Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-01T08:09:04.552Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-01T08:09:04.552Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T08:09:04.552Z] Dload Upload Total Spent Left Speed [2021-04-01T08:09:04.552Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4019 0 --:--:-- --:--:-- --:--:-- 4019 [2021-04-01T08:09:04.552Z] 100 3325k 100 3325k 0 0 7935k 0 --:--:-- --:--:-- --:--:-- 7935k [2021-04-01T08:09:04.552Z] ./yq_linux_amd64 [2021-04-01T08:09:04.813Z] + sudo snapcraft prime --use-lxd [2021-04-01T08:09:06.199Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-01T08:09:06.460Z] 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-04-01T08:09:06.460Z] - README.md [2021-04-01T08:09:06.460Z] [2021-04-01T08:09:06.460Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-01T08:09:07.032Z] Launching a container. [2021-04-01T08:09:08.008Z] 25b303627fd3: Pull complete [2021-04-01T08:09:08.008Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-01T08:09:08.008Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-01T08:09:08.008Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-01T08:09:08.228Z] prd-ubuntu18.04-docker-arm64-4c-16g-32444 does not seem to be running inside a container [2021-04-01T08:09:08.298Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-01T08:09:11.312Z] $ docker top 2c7c81c00e0960b96841609a1cd62c0041f6274819ef2284ddad60591e6b15ca -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T08:09:12.301Z] + docker-compose build --help [2021-04-01T08:09:12.301Z] + grep parallel [2021-04-01T08:09:15.677Z] --parallel Build images in parallel. [Pipeline] } [2021-04-01T08:09:15.688Z] $ docker stop --time=1 2c7c81c00e0960b96841609a1cd62c0041f6274819ef2284ddad60591e6b15ca [2021-04-01T08:09:17.594Z] $ docker rm -f 2c7c81c00e0960b96841609a1cd62c0041f6274819ef2284ddad60591e6b15ca [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T08:09:18.404Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-01T08:09:18.404Z] . [Pipeline] withDockerContainer [2021-04-01T08:09:18.630Z] prd-ubuntu18.04-docker-arm64-4c-16g-32444 does not seem to be running inside a container [2021-04-01T08:09:18.691Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-01T08:09:19.273Z] Waiting for container to be ready [2021-04-01T08:09:19.273Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-01T08:09:19.273Z] [2021-04-01T08:09:19.938Z] $ docker top 78ba2d4662811f39c9d33b2f194b32fefac8ed6d663aa978196fcb403723ffad -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T08:09:20.910Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-01T08:09:21.831Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-01T08:09:22.093Z] Waiting for network to be ready... [2021-04-01T08:09:22.664Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-01T08:09:22.664Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-01T08:09:22.664Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-01T08:09:22.925Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-01T08:09:22.925Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-01T08:09:22.925Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-01T08:09:22.925Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-01T08:09:22.925Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-01T08:09:22.925Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-01T08:09:22.925Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-01T08:09:23.184Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-01T08:09:23.453Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-01T08:09:23.453Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-01T08:09:23.715Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-01T08:09:23.715Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-01T08:09:23.715Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-01T08:09:23.715Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-01T08:09:23.715Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-01T08:09:23.976Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-01T08:09:24.237Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-04-01T08:09:24.237Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-01T08:09:24.237Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-01T08:09:24.237Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-01T08:09:24.237Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-01T08:09:24.237Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-01T08:09:24.237Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-04-01T08:09:24.498Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-04-01T08:09:25.180Z] Building docker-core-command-go ... [2021-04-01T08:09:25.181Z] Building docker-core-data-go ... [2021-04-01T08:09:25.181Z] Building docker-core-metadata-go ... [2021-04-01T08:09:25.181Z] Building docker-security-bootstrapper-go ... [2021-04-01T08:09:25.181Z] Building docker-security-proxy-setup-go ... [2021-04-01T08:09:25.181Z] Building docker-security-secretstore-setup-go ... [2021-04-01T08:09:25.181Z] Building docker-support-notifications-go ... [2021-04-01T08:09:25.181Z] Building docker-support-scheduler-go ... [2021-04-01T08:09:25.181Z] Building docker-sys-mgmt-agent-go ... [2021-04-01T08:09:25.181Z] Building docker-security-proxy-setup-go [2021-04-01T08:09:25.181Z] Building docker-core-metadata-go [2021-04-01T08:09:25.181Z] Building docker-support-scheduler-go [2021-04-01T08:09:25.181Z] Building docker-security-bootstrapper-go [2021-04-01T08:09:25.181Z] Building docker-support-notifications-go [2021-04-01T08:09:26.412Z] Fetched 24.2 MB in 4s (6210 kB/s) [2021-04-01T08:09:27.352Z] Reading package lists... [2021-04-01T08:09:27.352Z] Reading package lists... [2021-04-01T08:09:27.614Z] Building dependency tree... [2021-04-01T08:09:27.614Z] Reading state information... [2021-04-01T08:09:27.614Z] The following additional packages will be installed: [2021-04-01T08:09:27.614Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-01T08:09:27.614Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-01T08:09:27.614Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-01T08:09:27.614Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-01T08:09:27.614Z] Suggested packages: [2021-04-01T08:09:27.614Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-01T08:09:27.614Z] Recommended packages: [2021-04-01T08:09:27.614Z] gnupg libsasl2-modules [2021-04-01T08:09:27.614Z] The following NEW packages will be installed: [2021-04-01T08:09:27.614Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-01T08:09:27.614Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-01T08:09:27.614Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-01T08:09:27.614Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-01T08:09:27.614Z] The following packages will be upgraded: [2021-04-01T08:09:27.614Z] gpg gpg-agent gpgconf libudev1 [2021-04-01T08:09:27.873Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-04-01T08:09:27.873Z] Need to get 3530 kB of archives. [2021-04-01T08:09:27.873Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-01T08:09:27.873Z] 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-04-01T08:09:27.873Z] 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-04-01T08:09:27.873Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-01T08:09:27.873Z] 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-04-01T08:09:27.873Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-04-01T08:09:28.443Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-04-01T08:09:28.712Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-01T08:09:28.712Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-01T08:09:28.712Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-01T08:09:28.712Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-01T08:09:28.712Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-01T08:09:28.712Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-01T08:09:28.712Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-01T08:09:28.712Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-01T08:09:28.712Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-01T08:09:28.712Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-01T08:09:28.712Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-01T08:09:28.712Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-01T08:09:28.712Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-01T08:09:28.712Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-01T08:09:28.712Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-01T08:09:28.712Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-01T08:09:28.972Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-01T08:09:28.972Z] Fetched 3530 kB in 1s (3170 kB/s) [2021-04-01T08:09:28.972Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-01T08:09:28.972Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-04-01T08:09:28.972Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-01T08:09:29.233Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-04-01T08:09:29.233Z] Selecting previously unselected package udev. [2021-04-01T08:09:29.233Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-01T08:09:29.233Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-04-01T08:09:29.233Z] Unpacking udev (237-3ubuntu10.45) ... [2021-04-01T08:09:29.495Z] Selecting previously unselected package libfuse2:amd64. [2021-04-01T08:09:29.495Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-01T08:09:29.495Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-01T08:09:29.756Z] Selecting previously unselected package fuse. [2021-04-01T08:09:29.756Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-01T08:09:29.756Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-01T08:09:29.756Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-01T08:09:29.756Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-01T08:09:30.016Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-01T08:09:30.016Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-01T08:09:30.276Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-01T08:09:30.276Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-01T08:09:30.276Z] Selecting previously unselected package libksba8:amd64. [2021-04-01T08:09:30.276Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-01T08:09:30.276Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-01T08:09:30.276Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-01T08:09:30.276Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T08:09:30.276Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T08:09:30.538Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-01T08:09:30.538Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T08:09:30.538Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T08:09:30.538Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-01T08:09:30.538Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T08:09:30.538Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T08:09:30.538Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-01T08:09:30.538Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T08:09:30.538Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T08:09:30.799Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-01T08:09:30.799Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T08:09:30.799Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T08:09:30.799Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-01T08:09:30.799Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T08:09:30.799Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T08:09:30.799Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-01T08:09:30.799Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T08:09:30.799Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T08:09:31.060Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-01T08:09:31.060Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T08:09:31.060Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T08:09:31.060Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-01T08:09:31.060Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T08:09:31.060Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T08:09:31.060Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-01T08:09:31.060Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-01T08:09:31.320Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-01T08:09:31.320Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-01T08:09:31.320Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-01T08:09:31.320Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-01T08:09:31.320Z] Selecting previously unselected package libldap-common. [2021-04-01T08:09:31.320Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-01T08:09:31.320Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-01T08:09:31.320Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-01T08:09:31.320Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-01T08:09:31.320Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-01T08:09:31.580Z] Selecting previously unselected package dirmngr. [2021-04-01T08:09:31.580Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-01T08:09:31.580Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-01T08:09:31.580Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-01T08:09:31.580Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-01T08:09:31.842Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-01T08:09:31.842Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-01T08:09:31.842Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-01T08:09:31.842Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-01T08:09:31.842Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T08:09:31.842Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-01T08:09:31.842Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-01T08:09:31.842Z] Setting up udev (237-3ubuntu10.45) ... [2021-04-01T08:09:32.415Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-01T08:09:32.415Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T08:09:32.415Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-01T08:09:32.415Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-01T08:09:32.677Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-01T08:09:32.677Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T08:09:32.677Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T08:09:32.677Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T08:09:32.677Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T08:09:32.678Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T08:09:32.678Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T08:09:32.678Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T08:09:32.678Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-01T08:09:32.678Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-01T08:09:32.942Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-01T08:09:33.203Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-01T08:09:33.203Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-01T08:09:33.203Z] This means they are not meant to be enabled using systemctl. [2021-04-01T08:09:33.203Z] Possible reasons for having this kind of units are: [2021-04-01T08:09:33.203Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-01T08:09:33.203Z] .wants/ or .requires/ directory. [2021-04-01T08:09:33.203Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-01T08:09:33.203Z] a requirement dependency on it. [2021-04-01T08:09:33.203Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-01T08:09:33.203Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-01T08:09:33.203Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-01T08:09:33.203Z] instance name specified. [2021-04-01T08:09:33.464Z] Reading package lists... [2021-04-01T08:09:35.274Z] Building dependency tree... [2021-04-01T08:09:35.274Z] Reading state information... [2021-04-01T08:09:35.274Z] The following additional packages will be installed: [2021-04-01T08:09:35.274Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-01T08:09:35.274Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-01T08:09:35.274Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-01T08:09:35.274Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-01T08:09:35.274Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-01T08:09:35.274Z] Suggested packages: [2021-04-01T08:09:35.274Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-01T08:09:35.274Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-01T08:09:35.274Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-01T08:09:35.274Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-01T08:09:35.274Z] systemd-container policykit-1 [2021-04-01T08:09:35.274Z] Recommended packages: [2021-04-01T08:09:35.274Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-01T08:09:35.274Z] The following NEW packages will be installed: [2021-04-01T08:09:35.274Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-01T08:09:35.274Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-01T08:09:35.274Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-01T08:09:35.274Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-01T08:09:35.274Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-01T08:09:35.274Z] The following packages will be upgraded: [2021-04-01T08:09:35.274Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-01T08:09:35.274Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-04-01T08:09:35.274Z] Need to get 35.2 MB of archives. [2021-04-01T08:09:35.274Z] After this operation, 141 MB of additional disk space will be used. [2021-04-01T08:09:35.274Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-04-01T08:09:35.274Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-04-01T08:09:35.274Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-04-01T08:09:35.274Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-01T08:09:35.274Z] 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-04-01T08:09:35.274Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-01T08:09:35.274Z] 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-04-01T08:09:35.274Z] 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-04-01T08:09:35.274Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-01T08:09:35.274Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-01T08:09:35.274Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-01T08:09:35.274Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-01T08:09:35.274Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-01T08:09:35.274Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-01T08:09:35.274Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-01T08:09:35.274Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-01T08:09:35.274Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-01T08:09:35.274Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-01T08:09:35.274Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-01T08:09:35.274Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-04-01T08:09:35.274Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-01T08:09:35.274Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-01T08:09:35.274Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-01T08:09:35.274Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-01T08:09:35.274Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-01T08:09:35.274Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-01T08:09:35.274Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-01T08:09:35.274Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-01T08:09:35.274Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-01T08:09:35.274Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-01T08:09:35.274Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-01T08:09:35.274Z] Fetched 35.2 MB in 1s (27.7 MB/s) [2021-04-01T08:09:35.274Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-01T08:09:35.274Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-04-01T08:09:35.538Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-01T08:09:36.109Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-04-01T08:09:36.109Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-01T08:09:36.109Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-04-01T08:09:36.370Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-01T08:09:36.370Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-04-01T08:09:36.370Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-04-01T08:09:36.370Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-04-01T08:09:36.632Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-01T08:09:36.632Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-04-01T08:09:36.632Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-04-01T08:09:36.893Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-04-01T08:09:36.893Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-01T08:09:37.464Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-01T08:09:37.464Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-01T08:09:37.464Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-01T08:09:37.465Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-01T08:09:37.725Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-01T08:09:37.725Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-01T08:09:37.725Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T08:09:37.988Z] Selecting previously unselected package libexpat1:amd64. [2021-04-01T08:09:37.988Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-01T08:09:37.988Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-01T08:09:37.988Z] Selecting previously unselected package python3.6-minimal. [2021-04-01T08:09:37.988Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-01T08:09:37.988Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T08:09:38.256Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-01T08:09:38.256Z] Checking for services that may need to be restarted...done. [2021-04-01T08:09:38.256Z] Checking for services that may need to be restarted...done. [2021-04-01T08:09:38.256Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T08:09:38.517Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-01T08:09:38.517Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T08:09:39.090Z] Selecting previously unselected package python3-minimal. [2021-04-01T08:09:39.090Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-01T08:09:39.090Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-01T08:09:39.090Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-01T08:09:39.090Z] Selecting previously unselected package mime-support. [2021-04-01T08:09:39.090Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-01T08:09:39.090Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-01T08:09:39.352Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-01T08:09:39.352Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-01T08:09:39.352Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-01T08:09:39.611Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-01T08:09:39.611Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-01T08:09:39.611Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T08:09:39.872Z] Selecting previously unselected package python3.6. [2021-04-01T08:09:39.872Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-01T08:09:39.872Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T08:09:39.872Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-01T08:09:39.872Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-01T08:09:39.872Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-01T08:09:39.872Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-01T08:09:40.133Z] Selecting previously unselected package python3. [2021-04-01T08:09:40.133Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-01T08:09:40.133Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-01T08:09:40.133Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-01T08:09:40.393Z] Selecting previously unselected package multiarch-support. [2021-04-01T08:09:40.393Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-01T08:09:40.393Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-01T08:09:40.393Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-01T08:09:40.393Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-01T08:09:40.393Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-01T08:09:40.393Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-01T08:09:40.393Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-01T08:09:40.654Z] Selecting previously unselected package libbsd0:amd64. [2021-04-01T08:09:40.654Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-01T08:09:40.654Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-01T08:09:40.654Z] Selecting previously unselected package sudo. [2021-04-01T08:09:40.654Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-01T08:09:40.654Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-01T08:09:40.915Z] Selecting previously unselected package apparmor. [2021-04-01T08:09:40.915Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-01T08:09:40.915Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-01T08:09:41.174Z] Selecting previously unselected package libedit2:amd64. [2021-04-01T08:09:41.174Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-01T08:09:41.174Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-01T08:09:41.174Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-01T08:09:41.174Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-01T08:09:41.174Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T08:09:41.174Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-01T08:09:41.174Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-01T08:09:41.174Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T08:09:41.437Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-01T08:09:41.437Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-01T08:09:41.437Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-01T08:09:41.437Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-01T08:09:41.437Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-01T08:09:41.437Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T08:09:41.698Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-01T08:09:41.698Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-01T08:09:41.698Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T08:09:41.698Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-01T08:09:41.698Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-01T08:09:41.698Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-01T08:09:41.959Z] Selecting previously unselected package openssh-client. [2021-04-01T08:09:41.959Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-01T08:09:41.959Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-01T08:09:42.219Z] Selecting previously unselected package squashfs-tools. [2021-04-01T08:09:42.219Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-01T08:09:42.219Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-01T08:09:42.219Z] Selecting previously unselected package snapd. [2021-04-01T08:09:42.219Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-01T08:09:42.219Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-01T08:09:44.133Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-01T08:09:44.133Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-01T08:09:44.133Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-01T08:09:44.394Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-01T08:09:44.394Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-01T08:09:44.394Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T08:09:44.394Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-01T08:09:44.394Z] Setting up systemd (237-3ubuntu10.45) ... [2021-04-01T08:09:44.659Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-01T08:09:46.053Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-01T08:09:46.053Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-01T08:09:46.053Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-01T08:09:46.313Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T08:09:46.313Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T08:09:46.313Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T08:09:46.884Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-01T08:09:46.884Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T08:09:46.884Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-01T08:09:46.884Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-01T08:09:46.884Z] running python rtupdate hooks for python3.6... [2021-04-01T08:09:46.884Z] running python post-rtupdate hooks for python3.6... [2021-04-01T08:09:47.150Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-01T08:09:48.537Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-01T08:09:48.537Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T08:09:48.537Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-01T08:09:48.798Z] Setting up snapd (2.48.3+18.04) ... [2021-04-01T08:09:49.370Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-01T08:09:49.370Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-01T08:09:49.630Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-01T08:09:49.630Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-01T08:09:49.890Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-01T08:09:49.890Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-01T08:09:50.150Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-01T08:09:50.150Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-01T08:09:50.411Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-01T08:09:50.831Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-01T08:09:50.832Z] /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-04-01T08:09:51.093Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-01T08:09:51.093Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-01T08:09:52.036Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-01T08:09:52.036Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-01T08:09:52.300Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-01T08:09:53.508Z] Reading package lists... [2021-04-01T08:09:53.508Z] Reading package lists... [2021-04-01T08:09:53.769Z] Building dependency tree... [2021-04-01T08:09:53.769Z] Reading state information... [2021-04-01T08:09:53.769Z] Calculating upgrade... [2021-04-01T08:09:54.032Z] The following packages will be upgraded: [2021-04-01T08:09:54.032Z] advancecomp base-files bash binutils binutils-common [2021-04-01T08:09:54.032Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-01T08:09:54.032Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-01T08:09:54.032Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-01T08:09:54.032Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-01T08:09:54.032Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-01T08:09:54.032Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-01T08:09:54.032Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-04-01T08:09:54.032Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-04-01T08:09:54.032Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-04-01T08:09:54.032Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-04-01T08:09:54.032Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-04-01T08:09:54.032Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-04-01T08:09:54.032Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-04-01T08:09:54.032Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-01T08:09:54.032Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-01T08:09:54.032Z] Need to get 63.8 MB of archives. [2021-04-01T08:09:54.032Z] After this operation, 5208 kB of additional disk space will be used. [2021-04-01T08:09:54.032Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-04-01T08:09:54.032Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-01T08:09:54.973Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-01T08:09:54.973Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-01T08:09:54.973Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-01T08:09:54.973Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-01T08:09:54.973Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-01T08:09:54.973Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-01T08:09:54.973Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-01T08:09:54.973Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-04-01T08:09:54.973Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-01T08:09:54.973Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-01T08:09:54.973Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-01T08:09:54.973Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-01T08:09:54.973Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-01T08:09:54.973Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-01T08:09:54.973Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-01T08:09:54.973Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-01T08:09:54.973Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-01T08:09:54.973Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-01T08:09:54.973Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-01T08:09:54.973Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-01T08:09:54.973Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-01T08:09:54.973Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-01T08:09:54.973Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-01T08:09:54.973Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-01T08:09:54.973Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-01T08:09:54.973Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-01T08:09:55.233Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-01T08:09:55.233Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-01T08:09:55.233Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-01T08:09:55.233Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-01T08:09:55.233Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-01T08:09:55.233Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-01T08:09:55.233Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-01T08:09:55.233Z] Get:36 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-04-01T08:09:55.233Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-01T08:09:55.233Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-04-01T08:09:55.233Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-01T08:09:55.233Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-01T08:09:55.233Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-01T08:09:55.233Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-01T08:09:55.233Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-01T08:09:55.494Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-01T08:09:55.494Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-01T08:09:55.494Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-01T08:09:55.494Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-01T08:09:55.494Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-01T08:09:55.494Z] Get:49 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-04-01T08:09:55.494Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-01T08:09:55.494Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-01T08:09:55.494Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-01T08:09:55.494Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-01T08:09:55.494Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-01T08:09:55.494Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-01T08:09:55.494Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-01T08:09:55.494Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-01T08:09:55.494Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-01T08:09:55.494Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-01T08:09:55.494Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-01T08:09:55.494Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-01T08:09:55.494Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-01T08:09:55.494Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-01T08:09:55.494Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-01T08:09:55.494Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-01T08:09:55.754Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-01T08:09:55.754Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-01T08:09:55.754Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-01T08:09:55.754Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-01T08:09:55.754Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-01T08:09:55.754Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-01T08:09:55.754Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-01T08:09:55.754Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-01T08:09:55.754Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-04-01T08:09:55.754Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-01T08:09:55.754Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-01T08:09:55.754Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-01T08:09:55.754Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-01T08:09:55.754Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-01T08:09:56.016Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-01T08:09:56.016Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-01T08:09:56.016Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-01T08:09:56.016Z] 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-04-01T08:09:56.016Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-01T08:09:56.016Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-01T08:09:56.016Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-01T08:09:56.016Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-01T08:09:56.016Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-01T08:09:56.277Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-01T08:09:56.277Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-01T08:09:56.538Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-01T08:09:57.480Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-01T08:09:57.480Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-01T08:09:57.480Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-01T08:09:57.740Z] 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-04-01T08:09:57.740Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-01T08:09:57.740Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-01T08:09:57.740Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-01T08:09:57.740Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-01T08:09:58.001Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-01T08:09:58.001Z] Fetched 63.8 MB in 4s (16.5 MB/s) [2021-04-01T08:09:58.001Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T08:09:58.001Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-01T08:09:58.001Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-01T08:09:58.948Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-01T08:09:58.948Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-01T08:09:58.948Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-04-01T08:09:58.949Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-04-01T08:09:59.531Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T08:09:59.531Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T08:09:59.797Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T08:09:59.797Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T08:09:59.797Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T08:10:00.062Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T08:10:00.062Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T08:10:00.062Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T08:10:00.062Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T08:10:00.062Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T08:10:00.322Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T08:10:00.322Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T08:10:00.322Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T08:10:00.322Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T08:10:00.585Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T08:10:00.585Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-01T08:10:00.585Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T08:10:00.585Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-01T08:10:00.847Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-01T08:10:00.847Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-01T08:10:00.847Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T08:10:00.847Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T08:10:01.111Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T08:10:01.111Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T08:10:01.111Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T08:10:01.111Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T08:10:01.373Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T08:10:01.634Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-01T08:10:01.634Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-01T08:10:01.894Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-01T08:10:02.157Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-01T08:10:02.419Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-01T08:10:02.419Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-01T08:10:02.419Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-01T08:10:02.419Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-01T08:10:02.419Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-01T08:10:02.679Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-01T08:10:02.679Z] Installing new version of config file /etc/issue ... [2021-04-01T08:10:02.679Z] Installing new version of config file /etc/issue.net ... [2021-04-01T08:10:02.679Z] Installing new version of config file /etc/lsb-release ... [2021-04-01T08:10:02.940Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-01T08:10:03.226Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-01T08:10:03.226Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-01T08:10:03.226Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-01T08:10:03.226Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T08:10:03.226Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-01T08:10:03.226Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-01T08:10:03.486Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-01T08:10:03.486Z] 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-04-01T08:10:03.747Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T08:10:03.747Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T08:10:03.747Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-01T08:10:03.747Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-01T08:10:03.747Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T08:10:03.747Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-01T08:10:04.007Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-01T08:10:04.007Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-01T08:10:04.007Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T08:10:04.007Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-01T08:10:04.268Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-01T08:10:04.268Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-01T08:10:04.529Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T08:10:04.529Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-01T08:10:04.529Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-01T08:10:04.791Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-01T08:10:04.791Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T08:10:04.791Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-01T08:10:04.791Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-01T08:10:05.052Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-01T08:10:05.052Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T08:10:05.052Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-01T08:10:05.052Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-01T08:10:05.052Z] Setting up grep (3.1-2build1) ... [2021-04-01T08:10:05.313Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T08:10:05.313Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-01T08:10:05.313Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-01T08:10:05.574Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-01T08:10:05.574Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T08:10:05.574Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-01T08:10:05.574Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-01T08:10:05.835Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-01T08:10:05.835Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T08:10:05.835Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-01T08:10:05.835Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-01T08:10:06.412Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-01T08:10:06.412Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-01T08:10:06.412Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-01T08:10:06.412Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-01T08:10:06.986Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-01T08:10:07.247Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T08:10:07.247Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-01T08:10:07.247Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-01T08:10:08.186Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-01T08:10:08.186Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-01T08:10:08.447Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-01T08:10:08.447Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-01T08:10:08.447Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-01T08:10:08.447Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T08:10:08.447Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-01T08:10:08.707Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-01T08:10:08.707Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-01T08:10:08.968Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T08:10:08.968Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T08:10:08.968Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T08:10:08.968Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-01T08:10:08.968Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T08:10:08.968Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T08:10:09.229Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T08:10:09.229Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-01T08:10:09.229Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T08:10:09.229Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T08:10:09.229Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T08:10:09.490Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-01T08:10:09.490Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T08:10:09.490Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T08:10:09.490Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T08:10:09.749Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-01T08:10:09.749Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T08:10:09.749Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-01T08:10:09.749Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-01T08:10:10.010Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-01T08:10:10.010Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-01T08:10:10.010Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-01T08:10:10.010Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T08:10:10.010Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-01T08:10:10.270Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-01T08:10:10.270Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-01T08:10:10.270Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T08:10:10.270Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T08:10:10.270Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T08:10:10.532Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-01T08:10:10.532Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T08:10:10.532Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T08:10:10.532Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T08:10:10.532Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-01T08:10:10.793Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T08:10:10.793Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T08:10:10.793Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T08:10:11.368Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-01T08:10:11.368Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-01T08:10:11.629Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-01T08:10:11.890Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T08:10:11.890Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-01T08:10:11.890Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-01T08:10:12.151Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-01T08:10:12.412Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T08:10:12.412Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-01T08:10:12.412Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-01T08:10:12.412Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-01T08:10:12.675Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T08:10:12.675Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-01T08:10:12.675Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-01T08:10:12.675Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-01T08:10:12.936Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T08:10:12.936Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-01T08:10:12.936Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-01T08:10:13.196Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-01T08:10:13.196Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T08:10:13.196Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-01T08:10:13.196Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-01T08:10:13.196Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-01T08:10:13.457Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T08:10:13.457Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-01T08:10:13.457Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-01T08:10:13.457Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-01T08:10:13.719Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T08:10:13.719Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-01T08:10:13.719Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-01T08:10:13.719Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-01T08:10:13.719Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T08:10:13.719Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-01T08:10:14.010Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-01T08:10:14.010Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-01T08:10:14.275Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T08:10:14.275Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T08:10:14.275Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T08:10:14.537Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-04-01T08:10:14.537Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-01T08:10:14.537Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-01T08:10:14.537Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-01T08:10:14.807Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-01T08:10:14.807Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T08:10:14.807Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-01T08:10:14.807Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-01T08:10:15.068Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-01T08:10:15.068Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T08:10:15.068Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-01T08:10:15.068Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-01T08:10:15.330Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-01T08:10:15.591Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T08:10:15.591Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-01T08:10:15.591Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-01T08:10:15.591Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-01T08:10:15.852Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T08:10:15.852Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-01T08:10:15.852Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-01T08:10:16.111Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-01T08:10:16.111Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T08:10:16.111Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-01T08:10:16.111Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-01T08:10:16.687Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-01T08:10:16.687Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T08:10:16.687Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-01T08:10:16.948Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-01T08:10:16.948Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-01T08:10:16.948Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T08:10:16.948Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-01T08:10:17.210Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-01T08:10:17.210Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-01T08:10:17.471Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T08:10:17.471Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-01T08:10:17.471Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-01T08:10:17.471Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-01T08:10:17.732Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T08:10:17.732Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-01T08:10:17.732Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-01T08:10:17.732Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-01T08:10:17.992Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T08:10:17.992Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-01T08:10:17.992Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-01T08:10:17.992Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-01T08:10:18.261Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T08:10:18.261Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-04-01T08:10:18.261Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-04-01T08:10:18.261Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-04-01T08:10:18.522Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T08:10:18.522Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-01T08:10:18.522Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-01T08:10:18.522Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-01T08:10:18.783Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-01T08:10:18.783Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-01T08:10:18.783Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-01T08:10:18.783Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-01T08:10:19.044Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-01T08:10:19.044Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-01T08:10:19.044Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-01T08:10:19.313Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-01T08:10:19.313Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-01T08:10:19.573Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-01T08:10:19.573Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-01T08:10:19.834Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-01T08:10:19.834Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-01T08:10:19.834Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-01T08:10:19.834Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-01T08:10:20.096Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-01T08:10:20.096Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-01T08:10:20.096Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-01T08:10:20.096Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-01T08:10:20.358Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-01T08:10:20.358Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-01T08:10:20.619Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-01T08:10:20.619Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-01T08:10:20.619Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-01T08:10:20.619Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-01T08:10:22.541Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-01T08:10:22.541Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-01T08:10:22.541Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-01T08:10:22.541Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-01T08:10:22.804Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-01T08:10:22.804Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-01T08:10:23.066Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-01T08:10:23.066Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-01T08:10:23.327Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-01T08:10:23.327Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-01T08:10:23.327Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-01T08:10:23.327Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-01T08:10:23.587Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T08:10:23.587Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T08:10:23.587Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T08:10:23.849Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T08:10:23.849Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T08:10:23.849Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T08:10:24.109Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T08:10:24.109Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T08:10:25.047Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T08:10:25.048Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T08:10:25.622Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T08:10:25.882Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T08:10:26.454Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T08:10:26.454Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T08:10:26.715Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T08:10:26.715Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T08:10:27.657Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T08:10:27.657Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T08:10:27.657Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-01T08:10:27.917Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-01T08:10:27.917Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-01T08:10:27.917Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-01T08:10:28.178Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-01T08:10:28.178Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-01T08:10:28.439Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-01T08:10:28.439Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-01T08:10:28.439Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-01T08:10:28.439Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-01T08:10:28.699Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-01T08:10:28.699Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-01T08:10:28.699Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-01T08:10:28.960Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-01T08:10:28.960Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T08:10:28.960Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-01T08:10:28.960Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T08:10:28.960Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T08:10:29.221Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T08:10:29.221Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-01T08:10:29.221Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-01T08:10:29.221Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-01T08:10:29.221Z] [2021-04-01T08:10:29.221Z] Current default time zone: 'Etc/UTC' [2021-04-01T08:10:29.221Z] Local time is now: Thu Apr 1 08:10:29 UTC 2021. [2021-04-01T08:10:29.221Z] Universal Time is now: Thu Apr 1 08:10:29 UTC 2021. [2021-04-01T08:10:29.221Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-01T08:10:29.221Z] [2021-04-01T08:10:29.221Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-04-01T08:10:29.221Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T08:10:29.481Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-04-01T08:10:29.481Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-01T08:10:29.482Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-01T08:10:29.482Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-01T08:10:29.482Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-01T08:10:29.482Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-01T08:10:29.482Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-01T08:10:29.482Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-01T08:10:29.482Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T08:10:29.482Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-01T08:10:29.742Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T08:10:29.742Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-01T08:10:29.742Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T08:10:29.742Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-01T08:10:30.003Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-01T08:10:30.003Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-01T08:10:30.003Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-01T08:10:30.003Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-01T08:10:30.003Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-01T08:10:30.003Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-01T08:10:30.003Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-01T08:10:31.917Z] Updating certificates in /etc/ssl/certs... [2021-04-01T08:10:32.489Z] 23 added, 27 removed; done. [2021-04-01T08:10:32.750Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-01T08:10:32.750Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T08:10:32.750Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-01T08:10:32.750Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-01T08:10:32.750Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-01T08:10:32.750Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T08:10:32.750Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-01T08:10:33.011Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T08:10:33.011Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T08:10:33.011Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T08:10:33.011Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T08:10:33.011Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T08:10:33.011Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-01T08:10:33.011Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-01T08:10:33.011Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-01T08:10:33.273Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-01T08:10:33.273Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-01T08:10:33.273Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T08:10:33.273Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T08:10:33.273Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-01T08:10:33.273Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-01T08:10:33.273Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-01T08:10:33.534Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-01T08:10:33.534Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-01T08:10:33.534Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-01T08:10:33.534Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-01T08:10:33.534Z] Updating certificates in /etc/ssl/certs... [2021-04-01T08:10:34.105Z] 0 added, 0 removed; done. [2021-04-01T08:10:34.105Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-01T08:10:34.105Z] done. [2021-04-01T08:10:34.675Z] Reading package lists... [2021-04-01T08:10:34.675Z] Building dependency tree... [2021-04-01T08:10:34.675Z] Reading state information... [2021-04-01T08:10:34.936Z] The following NEW packages will be installed: [2021-04-01T08:10:34.936Z] apt-transport-https [2021-04-01T08:10:34.936Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-01T08:10:34.936Z] Need to get 1696 B of archives. [2021-04-01T08:10:34.936Z] After this operation, 153 kB of additional disk space will be used. [2021-04-01T08:10:34.936Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-04-01T08:10:34.936Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-01T08:10:35.197Z] Fetched 1696 B in 0s (29.6 kB/s) [2021-04-01T08:10:35.197Z] Selecting previously unselected package apt-transport-https. [2021-04-01T08:10:35.197Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-01T08:10:35.197Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-04-01T08:10:35.197Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-04-01T08:10:35.197Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-04-01T08:10:35.457Z] Waiting for network to be ready... [2021-04-01T08:10:42.041Z] 2021-04-01T08:10:38Z INFO Waiting for automatic snapd restart... [2021-04-01T08:10:42.041Z] snapd 2.49.1 from Canonical* installed [2021-04-01T08:10:42.985Z] "snapd" switched to the "latest/stable" channel [2021-04-01T08:10:42.985Z] [2021-04-01T08:10:45.532Z] core18 20210309 from Canonical* installed [2021-04-01T08:10:45.532Z] "core18" switched to the "latest/stable" channel [2021-04-01T08:10:45.532Z] [2021-04-01T08:10:47.036Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T08:10:47.036Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-01T08:10:47.036Z] ---> 900c7b7feef5 [2021-04-01T08:10:47.036Z] Step 3/21 : WORKDIR /edgex-go [2021-04-01T08:10:47.036Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T08:10:47.036Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T08:10:47.036Z] ---> 900c7b7feef5 [2021-04-01T08:10:47.036Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T08:10:47.036Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T08:10:47.036Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-01T08:10:47.036Z] ---> 900c7b7feef5 [2021-04-01T08:10:47.036Z] Step 3/22 : WORKDIR /edgex-go [2021-04-01T08:10:47.036Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T08:10:47.036Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-01T08:10:47.036Z] ---> 900c7b7feef5 [2021-04-01T08:10:47.036Z] Step 3/31 : WORKDIR /edgex-go [2021-04-01T08:10:47.036Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T08:10:47.036Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-01T08:10:47.036Z] ---> 900c7b7feef5 [2021-04-01T08:10:47.036Z] Step 3/22 : WORKDIR /edgex-go [2021-04-01T08:10:47.036Z] ---> Running in 6db0b7985014 [2021-04-01T08:10:47.036Z] ---> Running in 8adfa5018435 [2021-04-01T08:10:47.036Z] ---> Running in 8155d71e986a [2021-04-01T08:10:47.036Z] ---> Running in d753a19dc6b4 [2021-04-01T08:10:47.036Z] ---> Running in 68b2af204106 [2021-04-01T08:10:47.036Z] Removing intermediate container d753a19dc6b4 [2021-04-01T08:10:47.036Z] ---> a14e2223b90a [2021-04-01T08:10:47.036Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T08:10:47.036Z] Removing intermediate container 6db0b7985014 [2021-04-01T08:10:47.036Z] ---> b506e6b54f06 [2021-04-01T08:10:47.036Z] Removing intermediate container 68b2af204106 [2021-04-01T08:10:47.036Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T08:10:47.036Z] ---> 8f559902a30c [2021-04-01T08:10:47.037Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T08:10:47.037Z] Removing intermediate container 8155d71e986a [2021-04-01T08:10:47.037Z] ---> 53a7bc9cb73a [2021-04-01T08:10:47.037Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T08:10:47.037Z] Removing intermediate container 8adfa5018435 [2021-04-01T08:10:47.037Z] ---> 1a894f42532d [2021-04-01T08:10:47.037Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T08:10:47.037Z] ---> Running in 5e87c22fc70b [2021-04-01T08:10:47.037Z] ---> Running in bd46ea1dd0fa [2021-04-01T08:10:47.037Z] ---> Running in ccef59dc6470 [2021-04-01T08:10:47.037Z] ---> Running in 5a048d9306ab [2021-04-01T08:10:47.037Z] ---> Running in 5e6d18cc72aa [2021-04-01T08:10:47.037Z] Removing intermediate container 5e87c22fc70b [2021-04-01T08:10:47.037Z] ---> 80d7d50c2fd7 [2021-04-01T08:10:47.037Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-01T08:10:47.037Z] ---> Running in 979df8ea6823 [2021-04-01T08:10:47.037Z] Removing intermediate container bd46ea1dd0fa [2021-04-01T08:10:47.037Z] ---> 0959c22dceb9 [2021-04-01T08:10:47.037Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-01T08:10:47.037Z] Removing intermediate container ccef59dc6470 [2021-04-01T08:10:47.037Z] ---> 96614cb8c122 [2021-04-01T08:10:47.037Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-01T08:10:47.037Z] ---> Running in 51c6e6473469 [2021-04-01T08:10:47.037Z] ---> Running in 6895eff148de [2021-04-01T08:10:47.037Z] Removing intermediate container 5e6d18cc72aa [2021-04-01T08:10:47.037Z] ---> 3a1fbf5eece1 [2021-04-01T08:10:47.037Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-01T08:10:47.037Z] Removing intermediate container 5a048d9306ab [2021-04-01T08:10:47.037Z] ---> 0a67919ee82d [2021-04-01T08:10:47.037Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-01T08:10:47.037Z] ---> Running in 77719950d222 [2021-04-01T08:10:47.037Z] ---> Running in 3f330df4b2f9 [2021-04-01T08:10:47.310Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T08:10:48.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T08:10:48.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T08:10:48.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T08:10:48.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T08:10:48.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T08:10:48.832Z] snapcraft 4.6 from Canonical* installed [2021-04-01T08:10:48.835Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T08:10:49.093Z] "snapcraft" switched to the "latest/stable" channel [2021-04-01T08:10:49.093Z] [2021-04-01T08:10:49.107Z] OK: 217 MiB in 51 packages [2021-04-01T08:10:49.107Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T08:10:49.385Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T08:10:49.385Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T08:10:49.664Z] OK: 217 MiB in 51 packages [2021-04-01T08:10:49.936Z] OK: 217 MiB in 51 packages [2021-04-01T08:10:50.210Z] OK: 217 MiB in 51 packages [2021-04-01T08:10:50.493Z] OK: 217 MiB in 51 packages [2021-04-01T08:10:50.770Z] Removing intermediate container 979df8ea6823 [2021-04-01T08:10:50.770Z] ---> 8722d988f36c [2021-04-01T08:10:50.770Z] Step 6/22 : COPY go.mod . [2021-04-01T08:10:51.753Z] Removing intermediate container 51c6e6473469 [2021-04-01T08:10:51.753Z] ---> 41152a2da2a1 [2021-04-01T08:10:51.753Z] Step 6/31 : COPY go.mod . [2021-04-01T08:10:51.753Z] ---> d5d56c4d2e0f [2021-04-01T08:10:51.753Z] Step 7/22 : RUN go mod download [2021-04-01T08:10:51.753Z] Removing intermediate container 6895eff148de [2021-04-01T08:10:51.753Z] ---> c87fa6eb3c6f [2021-04-01T08:10:51.753Z] Step 6/22 : COPY go.mod . [2021-04-01T08:10:52.033Z] ---> Running in 8ae153e3234b [2021-04-01T08:10:52.033Z] Removing intermediate container 77719950d222 [2021-04-01T08:10:52.033Z] ---> f0eb9b53f804 [2021-04-01T08:10:52.033Z] Step 6/23 : COPY go.mod . [2021-04-01T08:10:52.310Z] Removing intermediate container 3f330df4b2f9 [2021-04-01T08:10:52.310Z] ---> 9ccf2fad40b5 [2021-04-01T08:10:52.310Z] Step 6/21 : COPY go.mod . [2021-04-01T08:10:52.906Z] ---> 8561a0cdbd11 [2021-04-01T08:10:52.907Z] Step 7/31 : RUN go mod download [2021-04-01T08:10:52.907Z] ---> d9d0e05820a0 [2021-04-01T08:10:52.907Z] Step 7/22 : RUN go mod download [2021-04-01T08:10:53.177Z] ---> Running in 9be57496951a [2021-04-01T08:10:53.177Z] ---> Running in 10eea0c98c23 [2021-04-01T08:10:53.177Z] ---> 72cd68748dfa [2021-04-01T08:10:53.177Z] Step 7/23 : RUN go mod download [2021-04-01T08:10:53.295Z] 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-04-01T08:10:53.295Z] - README.md [2021-04-01T08:10:53.295Z] [2021-04-01T08:10:53.295Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-01T08:10:53.450Z] ---> Running in 34b2c8b54bf9 [2021-04-01T08:10:53.727Z] ---> 6133a63beaa6 [2021-04-01T08:10:53.727Z] Step 7/21 : RUN go mod download [2021-04-01T08:10:54.002Z] ---> Running in ebbf17c07707 [2021-04-01T08:10:56.642Z] Removing intermediate container 8ae153e3234b [2021-04-01T08:10:56.642Z] ---> 3e11ff7edf49 [2021-04-01T08:10:56.642Z] Step 8/22 : COPY . . [2021-04-01T08:10:58.096Z] Removing intermediate container 10eea0c98c23 [2021-04-01T08:10:58.096Z] ---> 9bd1688afd29 [2021-04-01T08:10:58.096Z] Step 8/22 : COPY . . [2021-04-01T08:10:58.392Z] Removing intermediate container 9be57496951a [2021-04-01T08:10:58.392Z] ---> c9459b22c062 [2021-04-01T08:10:58.392Z] Step 8/31 : COPY . . [2021-04-01T08:10:58.997Z] Removing intermediate container 34b2c8b54bf9 [2021-04-01T08:10:58.997Z] ---> 929296c3829c [2021-04-01T08:10:58.997Z] Step 8/23 : COPY . . [2021-04-01T08:10:59.589Z] Removing intermediate container ebbf17c07707 [2021-04-01T08:10:59.589Z] ---> bb71cb9e5ea9 [2021-04-01T08:10:59.589Z] Step 8/21 : COPY . . [2021-04-01T08:10:59.908Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-01T08:10:59.908Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-01T08:10:59.908Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-01T08:10:59.909Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-01T08:10:59.909Z] Fetched 177 kB in 1s (284 kB/s) [2021-04-01T08:11:00.850Z] Reading package lists... [2021-04-01T08:11:01.111Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 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-04-01T08:11:07.706Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-01T08:11:07.706Z] Reading package lists... [2021-04-01T08:11:07.706Z] Building dependency tree... [2021-04-01T08:11:07.706Z] Reading state information... [2021-04-01T08:11:07.706Z] Suggested packages: [2021-04-01T08:11:07.706Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-01T08:11:07.706Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-01T08:11:07.706Z] Recommended packages: [2021-04-01T08:11:07.706Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-01T08:11:07.706Z] The following NEW packages will be installed: [2021-04-01T08:11:07.706Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-01T08:11:07.706Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-01T08:11:07.706Z] pkg-config zip [2021-04-01T08:11:07.706Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-01T08:11:07.706Z] Need to get 7663 kB of archives. [2021-04-01T08:11:07.706Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-01T08:11:07.706Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-04-01T08:11:07.706Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-01T08:11:07.706Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-01T08:11:07.706Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-01T08:11:07.706Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-01T08:11:07.706Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-01T08:11:07.707Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-01T08:11:07.968Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-01T08:11:07.968Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-01T08:11:08.228Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-01T08:11:08.228Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-01T08:11:08.228Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-01T08:11:08.490Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-01T08:11:08.490Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-01T08:11:08.490Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-01T08:11:08.750Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-01T08:11:08.750Z] Fetched 7663 kB in 1s (7016 kB/s) [2021-04-01T08:11:08.750Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-01T08:11:08.750Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-01T08:11:08.750Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-01T08:11:08.750Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-01T08:11:09.011Z] Selecting previously unselected package libpsl5:amd64. [2021-04-01T08:11:09.011Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-01T08:11:09.011Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-01T08:11:09.271Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-01T08:11:09.271Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-01T08:11:09.271Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-01T08:11:09.271Z] Selecting previously unselected package librtmp1:amd64. [2021-04-01T08:11:09.271Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-01T08:11:09.271Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-01T08:11:09.271Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-01T08:11:09.271Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-01T08:11:09.271Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-01T08:11:09.533Z] Selecting previously unselected package liberror-perl. [2021-04-01T08:11:09.533Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-01T08:11:09.533Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-01T08:11:09.533Z] Selecting previously unselected package git-man. [2021-04-01T08:11:09.533Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-01T08:11:09.533Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-01T08:11:09.793Z] Selecting previously unselected package git. [2021-04-01T08:11:09.793Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-01T08:11:09.793Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-01T08:11:10.737Z] Selecting previously unselected package libnorm1:amd64. [2021-04-01T08:11:10.737Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-01T08:11:10.737Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-01T08:11:10.737Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-01T08:11:10.737Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-01T08:11:10.737Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-01T08:11:10.737Z] Selecting previously unselected package libsodium23:amd64. [2021-04-01T08:11:10.737Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-01T08:11:10.737Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-01T08:11:10.997Z] Selecting previously unselected package libzmq5:amd64. [2021-04-01T08:11:10.997Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-01T08:11:10.997Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-01T08:11:10.997Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-01T08:11:10.997Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-01T08:11:10.997Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-01T08:11:11.259Z] Selecting previously unselected package pkg-config. [2021-04-01T08:11:11.259Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-01T08:11:11.259Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-01T08:11:11.259Z] Selecting previously unselected package zip. [2021-04-01T08:11:11.259Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-01T08:11:11.259Z] Unpacking zip (3.0-11build1) ... [2021-04-01T08:11:11.520Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-01T08:11:11.520Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-01T08:11:11.520Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-01T08:11:11.520Z] Setting up liberror-perl (0.17025-1) ... [2021-04-01T08:11:11.520Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-01T08:11:11.520Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-01T08:11:11.520Z] No schema files found: doing nothing. [2021-04-01T08:11:11.520Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-01T08:11:11.782Z] Setting up zip (3.0-11build1) ... [2021-04-01T08:11:11.782Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-01T08:11:11.782Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-01T08:11:11.782Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-01T08:11:11.782Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-01T08:11:11.782Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-01T08:11:11.782Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-01T08:11:11.782Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-01T08:11:12.042Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-01T08:11:18.632Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-01T08:11:18.632Z] git set to automatically installed. [2021-04-01T08:11:18.632Z] git-man set to automatically installed. [2021-04-01T08:11:18.632Z] libcurl3-gnutls set to automatically installed. [2021-04-01T08:11:18.632Z] liberror-perl set to automatically installed. [2021-04-01T08:11:18.632Z] libglib2.0-0 set to automatically installed. [2021-04-01T08:11:18.632Z] libnghttp2-14 set to automatically installed. [2021-04-01T08:11:18.632Z] libnorm1 set to automatically installed. [2021-04-01T08:11:18.632Z] libpgm-5.2-0 set to automatically installed. [2021-04-01T08:11:18.632Z] libpsl5 set to automatically installed. [2021-04-01T08:11:18.632Z] librtmp1 set to automatically installed. [2021-04-01T08:11:18.632Z] libsodium23 set to automatically installed. [2021-04-01T08:11:18.632Z] libzmq3-dev set to automatically installed. [2021-04-01T08:11:18.632Z] libzmq5 set to automatically installed. [2021-04-01T08:11:18.632Z] pkg-config set to automatically installed. [2021-04-01T08:11:18.632Z] zip set to automatically installed. [2021-04-01T08:11:20.547Z] snapd is not logged in, snap install commands will use sudo [2021-04-01T08:11:26.394Z] ---> 24ff1a6ac71e [2021-04-01T08:11:26.394Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-01T08:11:26.394Z] ---> 15b770788d33 [2021-04-01T08:11:26.394Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-01T08:11:26.394Z] ---> 8feb077fa168 [2021-04-01T08:11:26.394Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-01T08:11:26.394Z] ---> 09e8145c2a64 [2021-04-01T08:11:26.394Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-01T08:11:26.394Z] ---> Running in e296ff08ef80 [2021-04-01T08:11:26.394Z] ---> Running in 19177173cd45 [2021-04-01T08:11:26.394Z] ---> 129abb227b11 [2021-04-01T08:11:26.394Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-01T08:11:26.394Z] ---> Running in 19d8e1c71cfa [2021-04-01T08:11:26.394Z] ---> Running in 768b75e17af9 [2021-04-01T08:11:26.394Z] ---> Running in 6dcd1990da76 [2021-04-01T08:11:26.394Z] 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-04-01T08:11:26.394Z] 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-04-01T08:11:26.394Z] 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-04-01T08:11:26.394Z] 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-04-01T08:11:26.394Z] 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-04-01T08:11:27.136Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-01T08:11:59.254Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-01T08:11:59.254Z] snapd is not logged in, snap install commands will use sudo [2021-04-01T08:12:04.546Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-01T08:12:04.546Z] snap "core18" has no updates available [2021-04-01T08:12:05.118Z] Pulling go-build-helper [2021-04-01T08:12:05.118Z] + snapcraftctl pull [2021-04-01T08:12:06.061Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-01T08:12:06.061Z] Skipping pull go-build-helper (already ran) [2021-04-01T08:12:06.061Z] Building go-build-helper [2021-04-01T08:12:06.061Z] + snapcraftctl build [2021-04-01T08:12:07.974Z] Staging go-build-helper [2021-04-01T08:12:07.974Z] + snapcraftctl stage [2021-04-01T08:12:17.983Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-01T08:12:17.984Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-01T08:12:17.984Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-01T08:12:17.984Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-01T08:12:17.984Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-01T08:12:17.984Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-01T08:12:17.984Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-01T08:12:17.984Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-01T08:12:17.984Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-01T08:12:17.984Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-01T08:12:17.984Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-01T08:12:17.984Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-01T08:12:17.984Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-01T08:12:17.984Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-01T08:12:17.984Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-01T08:12:17.984Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-01T08:12:17.984Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-01T08:12:17.984Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-01T08:12:17.984Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-01T08:12:17.984Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-04-01T08:12:17.984Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-01T08:12:17.984Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-01T08:12:17.984Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-01T08:12:17.984Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-01T08:12:17.984Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-01T08:12:17.984Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-04-01T08:12:17.984Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-04-01T08:12:17.984Z] Fetched 24.2 MB in 0s (0 B/s) [2021-04-01T08:12:17.984Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-01T08:12:17.984Z] Fetched 224 kB in 0s (0 B/s) [2021-04-01T08:12:17.984Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-01T08:12:17.984Z] Fetched 157 kB in 0s (0 B/s) [2021-04-01T08:12:17.984Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-01T08:12:17.984Z] Fetched 221 kB in 0s (0 B/s) [2021-04-01T08:12:17.984Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-01T08:12:17.984Z] Fetched 143 kB in 0s (0 B/s) [2021-04-01T08:12:17.984Z] Pulling app-service-config [2021-04-01T08:12:17.984Z] + snapcraftctl pull [2021-04-01T08:12:18.245Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-01T08:12:18.817Z] Pulling config-common [2021-04-01T08:12:18.817Z] + snapcraftctl pull [2021-04-01T08:12:23.021Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-01T08:12:23.021Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-01T08:12:23.021Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-01T08:12:23.022Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T08:12:23.022Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-01T08:12:23.022Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T08:12:23.022Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-01T08:12:23.022Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T08:12:23.022Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-01T08:12:23.022Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T08:12:23.022Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-01T08:12:23.022Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T08:12:23.022Z] Pulling edgex-go [2021-04-01T08:12:23.022Z] + snapcraftctl pull [2021-04-01T08:12:44.986Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-01T08:12:44.986Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-01T08:12:44.986Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-01T08:12:44.986Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-01T08:12:44.986Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-01T08:12:44.986Z] Fetched 279 kB in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-01T08:12:44.986Z] Fetched 122 kB in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-01T08:12:44.986Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-01T08:12:44.986Z] Fetched 8848 B in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-01T08:12:44.986Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-01T08:12:44.986Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-01T08:12:44.986Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-01T08:12:44.986Z] Fetched 219 kB in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-01T08:12:44.986Z] Fetched 154 kB in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-01T08:12:44.986Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-01T08:12:44.986Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-01T08:12:44.986Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-01T08:12:44.986Z] Fetched 499 kB in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-01T08:12:44.986Z] Fetched 111 kB in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-01T08:12:44.986Z] Fetched 240 kB in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-01T08:12:44.986Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-01T08:12:44.986Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-01T08:12:44.986Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-01T08:12:44.986Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-01T08:12:44.986Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-01T08:12:44.986Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-01T08:12:44.986Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-01T08:12:44.986Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-01T08:12:44.986Z] Fetched 8720 B in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-04-01T08:12:44.986Z] Fetched 137 kB in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-01T08:12:44.986Z] Fetched 119 kB in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-04-01T08:12:44.986Z] Fetched 109 kB in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-01T08:12:44.986Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-01T08:12:44.986Z] Fetched 645 kB in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-01T08:12:44.986Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-01T08:12:44.986Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-01T08:12:44.986Z] Fetched 368 kB in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-01T08:12:44.986Z] Fetched 187 kB in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-01T08:12:44.986Z] Fetched 175 kB in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-01T08:12:44.986Z] Fetched 206 kB in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-01T08:12:44.986Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-01T08:12:44.986Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-01T08:12:44.986Z] Fetched 159 kB in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-01T08:12:44.986Z] Fetched 107 kB in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-01T08:12:44.986Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-01T08:12:44.986Z] Pulling static-packages [2021-04-01T08:12:44.986Z] + snapcraftctl pull [2021-04-01T08:12:44.986Z] Pulling version [2021-04-01T08:12:44.986Z] + cd /root/project [2021-04-01T08:12:44.986Z] + [ -f VERSION ] [2021-04-01T08:12:44.986Z] + PROJECT_VERSION=local-dev [2021-04-01T08:12:44.986Z] + git rev-parse --short HEAD [2021-04-01T08:12:44.986Z] + GIT_REVISION=a71dfdb2 [2021-04-01T08:12:44.986Z] + snapcraftctl set-version local-dev [2021-04-01T08:12:44.986Z] Skipping build go-build-helper (already ran) [2021-04-01T08:12:45.247Z] Building app-service-config [2021-04-01T08:12:45.247Z] + make build [2021-04-01T08:12:45.247Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.37 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-01T08:12:47.792Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.37 [2021-04-01T08:12:47.792Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 [2021-04-01T08:12:47.792Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.27 [2021-04-01T08:12:47.792Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-01T08:12:47.792Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-01T08:12:47.792Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-01T08:12:48.053Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-01T08:12:48.053Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-04-01T08:12:48.053Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-01T08:12:48.053Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-01T08:12:48.053Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-04-01T08:12:48.053Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-01T08:12:48.053Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-04-01T08:12:48.053Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-01T08:12:48.313Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-01T08:12:48.314Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-01T08:12:48.314Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-01T08:12:48.574Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-01T08:12:48.574Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-01T08:12:48.574Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-01T08:12:48.574Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-01T08:12:48.834Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-01T08:12:48.834Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-01T08:12:48.834Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-04-01T08:12:48.834Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-01T08:12:49.094Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-01T08:12:49.094Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-01T08:12:49.094Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-01T08:12:49.094Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-01T08:12:49.094Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-01T08:12:49.094Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-01T08:12:49.094Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-01T08:12:49.359Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-01T08:12:49.359Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-01T08:12:49.359Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-01T08:12:49.359Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-01T08:12:49.359Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-01T08:12:49.359Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-01T08:12:49.359Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-01T08:12:49.359Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-01T08:12:49.359Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-01T08:12:49.359Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-01T08:12:49.620Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-01T08:12:49.620Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-01T08:12:49.620Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-01T08:12:59.621Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-01T08:12:59.622Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-01T08:12:59.622Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-01T08:12:59.622Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-01T08:12:59.622Z] Building config-common [2021-04-01T08:12:59.622Z] + snapcraftctl build [2021-04-01T08:13:01.548Z] Building edgex-go [2021-04-01T08:13:01.812Z] + cd /root/parts/edgex-go/src [2021-04-01T08:13:01.812Z] + make build [2021-04-01T08:13:01.812Z] 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-04-01T08:13:02.382Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.7 [2021-04-01T08:13:02.382Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.28 [2021-04-01T08:13:02.382Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-01T08:13:02.382Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-01T08:13:02.382Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-01T08:13:02.382Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-01T08:13:02.383Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 [2021-04-01T08:13:03.212Z] 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-04-01T08:13:06.596Z] 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-04-01T08:13:06.596Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-01T08:13:11.894Z] 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-04-01T08:13:12.837Z] 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-04-01T08:13:14.749Z] 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-04-01T08:13:15.026Z] 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-04-01T08:13:15.026Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-01T08:13:15.307Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-01T08:13:15.307Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-01T08:13:15.307Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-01T08:13:15.633Z] Removing intermediate container 768b75e17af9 [2021-04-01T08:13:15.633Z] ---> 453495dcfb63 [2021-04-01T08:13:15.633Z] [2021-04-01T08:13:15.633Z] Step 10/31 : FROM alpine:3.12 [2021-04-01T08:13:15.633Z] 3.12: Pulling from library/alpine [2021-04-01T08:13:16.229Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-01T08:13:16.229Z] Status: Downloaded newer image for alpine:3.12 [2021-04-01T08:13:16.229Z] ---> d75e27dfc0a0 [2021-04-01T08:13:16.229Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-01T08:13:16.832Z] ---> Running in 59a75ddacaa8 [2021-04-01T08:13:17.217Z] 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-04-01T08:13:17.217Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-01T08:13:17.217Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-01T08:13:18.288Z] Removing intermediate container 59a75ddacaa8 [2021-04-01T08:13:18.288Z] ---> b2279949d5bd [2021-04-01T08:13:18.288Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-01T08:13:18.288Z] ---> Running in dee6f7bd1bec [2021-04-01T08:13:18.596Z] 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-04-01T08:13:19.276Z] Removing intermediate container 19d8e1c71cfa [2021-04-01T08:13:19.276Z] ---> f9c8e169c625 [2021-04-01T08:13:19.276Z] [2021-04-01T08:13:19.276Z] Step 10/21 : FROM alpine:3.12 [2021-04-01T08:13:19.276Z] ---> d75e27dfc0a0 [2021-04-01T08:13:19.276Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-01T08:13:19.276Z] ---> Running in 4335e2694e1f [2021-04-01T08:13:19.537Z] 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-04-01T08:13:20.263Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T08:13:20.538Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T08:13:20.918Z] 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-04-01T08:13:21.524Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-01T08:13:21.524Z] (2/2) Installing su-exec (0.2-r1) [2021-04-01T08:13:21.525Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T08:13:21.525Z] OK: 5 MiB in 16 packages [2021-04-01T08:13:21.525Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T08:13:21.525Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T08:13:21.856Z] 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-04-01T08:13:22.116Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-01T08:13:22.511Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-01T08:13:22.511Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T08:13:22.511Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-01T08:13:22.511Z] (4/4) Installing curl (7.69.1-r3) [2021-04-01T08:13:22.511Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T08:13:22.511Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T08:13:22.789Z] OK: 7 MiB in 18 packages [2021-04-01T08:13:23.498Z] 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-04-01T08:13:23.498Z] go: downloading github.com/lib/pq v1.9.0 [2021-04-01T08:13:24.242Z] Removing intermediate container dee6f7bd1bec [2021-04-01T08:13:24.242Z] ---> 5ad172d7cd47 [2021-04-01T08:13:24.242Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-01T08:13:24.517Z] ---> Running in 4f2b92e323c7 [2021-04-01T08:13:25.412Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-01T08:13:25.412Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-01T08:13:25.412Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-01T08:13:25.412Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-01T08:13:25.412Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-01T08:13:25.412Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-01T08:13:25.412Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-01T08:13:25.412Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-01T08:13:25.412Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-01T08:13:25.412Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-01T08:13:25.412Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-01T08:13:25.412Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-01T08:13:25.412Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-01T08:13:25.412Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-01T08:13:25.412Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-01T08:13:25.412Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-01T08:13:25.412Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-01T08:13:25.412Z] + 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-04-01T08:13:25.412Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-01T08:13:25.412Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-04-01T08:13:25.412Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-01T08:13:25.412Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-01T08:13:25.412Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-01T08:13:25.412Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-01T08:13:25.412Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-01T08:13:25.412Z] + 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-04-01T08:13:25.502Z] Removing intermediate container 4f2b92e323c7 [2021-04-01T08:13:25.502Z] ---> 9c809b721950 [2021-04-01T08:13:25.502Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-01T08:13:26.097Z] Removing intermediate container 4335e2694e1f [2021-04-01T08:13:26.097Z] ---> 272709e912fd [2021-04-01T08:13:26.097Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-01T08:13:26.370Z] ---> Running in 42039e473d3b [2021-04-01T08:13:26.976Z] ---> Running in f3e77849da77 [2021-04-01T08:13:27.579Z] Removing intermediate container 42039e473d3b [2021-04-01T08:13:27.579Z] ---> 2cbc2b236acc [2021-04-01T08:13:27.579Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-01T08:13:28.193Z] ---> Running in 1b466f6f5acc [2021-04-01T08:13:28.466Z] Removing intermediate container f3e77849da77 [2021-04-01T08:13:28.466Z] ---> fb0822f436e9 [2021-04-01T08:13:28.466Z] Step 13/21 : WORKDIR /edgex [2021-04-01T08:13:28.745Z] Building static-packages [2021-04-01T08:13:28.745Z] + snapcraftctl build [2021-04-01T08:13:28.756Z] ---> Running in 6d9da13f206d [2021-04-01T08:13:29.030Z] Removing intermediate container 19177173cd45 [2021-04-01T08:13:29.030Z] ---> 282946e87c85 [2021-04-01T08:13:29.030Z] [2021-04-01T08:13:29.030Z] Step 10/22 : FROM alpine:3.12 [2021-04-01T08:13:29.030Z] ---> d75e27dfc0a0 [2021-04-01T08:13:29.030Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-01T08:13:29.302Z] Removing intermediate container e296ff08ef80 [2021-04-01T08:13:29.302Z] ---> 202a209800cd [2021-04-01T08:13:29.302Z] [2021-04-01T08:13:29.302Z] Step 10/22 : FROM alpine:3.12 [2021-04-01T08:13:29.302Z] ---> d75e27dfc0a0 [2021-04-01T08:13:29.302Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-01T08:13:29.580Z] ---> Running in 89d3bc7aafdc [2021-04-01T08:13:29.580Z] ---> Running in aab9ee58396d [2021-04-01T08:13:29.864Z] Removing intermediate container 6d9da13f206d [2021-04-01T08:13:29.864Z] ---> 1509470a6b5a [2021-04-01T08:13:29.864Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-01T08:13:30.300Z] Building version [2021-04-01T08:13:30.300Z] + snapcraftctl build [2021-04-01T08:13:31.330Z] ---> b97271d85d1a [2021-04-01T08:13:31.330Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-01T08:13:31.608Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T08:13:31.608Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T08:13:31.887Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T08:13:31.887Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T08:13:32.394Z] Skipping stage go-build-helper (already ran) [2021-04-01T08:13:32.394Z] Staging app-service-config [2021-04-01T08:13:32.394Z] + snapcraftctl stage [2021-04-01T08:13:32.509Z] Removing intermediate container 1b466f6f5acc [2021-04-01T08:13:32.509Z] ---> 3ab63118e688 [2021-04-01T08:13:32.509Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-01T08:13:32.509Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-01T08:13:32.509Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T08:13:32.509Z] OK: 5 MiB in 15 packages [2021-04-01T08:13:32.509Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-01T08:13:32.784Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-01T08:13:32.784Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T08:13:32.784Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T08:13:33.057Z] OK: 6 MiB in 16 packages [2021-04-01T08:13:33.331Z] ---> Running in 7c3f86083a55 [2021-04-01T08:13:33.435Z] Staging config-common [2021-04-01T08:13:33.436Z] + snapcraftctl stage [2021-04-01T08:13:33.925Z] ---> cd979960c401 [2021-04-01T08:13:33.925Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-01T08:13:34.126Z] Staging edgex-go [2021-04-01T08:13:34.126Z] + snapcraftctl stage [2021-04-01T08:13:34.901Z] Removing intermediate container 7c3f86083a55 [2021-04-01T08:13:34.901Z] ---> 15d26264f0ee [2021-04-01T08:13:34.901Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-01T08:13:35.175Z] Removing intermediate container aab9ee58396d [2021-04-01T08:13:35.175Z] ---> b31a053de349 [2021-04-01T08:13:35.175Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T08:13:35.457Z] Removing intermediate container 6dcd1990da76 [2021-04-01T08:13:35.457Z] ---> b32609266ea4 [2021-04-01T08:13:35.457Z] [2021-04-01T08:13:35.457Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T08:13:35.457Z] ---> d75e27dfc0a0 [2021-04-01T08:13:35.457Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-01T08:13:35.457Z] ---> Using cache [2021-04-01T08:13:35.457Z] ---> b31a053de349 [2021-04-01T08:13:35.457Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T08:13:35.510Z] Staging static-packages [2021-04-01T08:13:35.510Z] + snapcraftctl stage [2021-04-01T08:13:35.734Z] ---> Running in a8bf0fcb3b34 [2021-04-01T08:13:35.734Z] ---> Running in 37a2acfedc72 [2021-04-01T08:13:36.018Z] ---> b4ce6362ad23 [2021-04-01T08:13:36.019Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-01T08:13:36.019Z] ---> 7cf86bce26aa [2021-04-01T08:13:36.019Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-01T08:13:36.019Z] Removing intermediate container 89d3bc7aafdc [2021-04-01T08:13:36.019Z] ---> 250ab7eb8213 [2021-04-01T08:13:36.019Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T08:13:36.295Z] ---> Running in e70bd9121e81 [2021-04-01T08:13:36.295Z] ---> Running in a9b190593ea1 [2021-04-01T08:13:36.295Z] ---> Running in ee4efdc4b70f [2021-04-01T08:13:36.450Z] Staging version [2021-04-01T08:13:36.450Z] + snapcraftctl stage [2021-04-01T08:13:36.571Z] Removing intermediate container a8bf0fcb3b34 [2021-04-01T08:13:36.571Z] ---> ea729c4276c2 [2021-04-01T08:13:36.571Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-01T08:13:36.571Z] Removing intermediate container 37a2acfedc72 [2021-04-01T08:13:36.571Z] ---> 530edf2ff64f [2021-04-01T08:13:36.571Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-01T08:13:36.571Z] ---> Running in 9585c117cef1 [2021-04-01T08:13:36.848Z] ---> Running in f47ae8fa1e38 [2021-04-01T08:13:36.848Z] Removing intermediate container e70bd9121e81 [2021-04-01T08:13:36.848Z] ---> 28b41e8ba63c [2021-04-01T08:13:36.848Z] Step 18/21 : CMD ["--init=true"] [2021-04-01T08:13:37.166Z] Removing intermediate container ee4efdc4b70f [2021-04-01T08:13:37.166Z] ---> 9fa08bb0851a [2021-04-01T08:13:37.166Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-01T08:13:37.166Z] ---> Running in fc3403b27872 [2021-04-01T08:13:37.390Z] Priming go-build-helper [2021-04-01T08:13:37.390Z] + snapcraftctl prime [2021-04-01T08:13:37.467Z] ---> Running in 5e88ab8ce2bf [2021-04-01T08:13:37.467Z] Removing intermediate container 9585c117cef1 [2021-04-01T08:13:37.467Z] ---> 8e85cbe8f821 [2021-04-01T08:13:37.467Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-01T08:13:37.467Z] Removing intermediate container f47ae8fa1e38 [2021-04-01T08:13:37.831Z] ---> f7f3323dd087 [2021-04-01T08:13:37.831Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T08:13:37.831Z] ---> Running in 7e09e21d964f [2021-04-01T08:13:37.831Z] ---> Running in 8d9acbd1c36f [2021-04-01T08:13:38.124Z] Removing intermediate container fc3403b27872 [2021-04-01T08:13:38.124Z] ---> ca03c339784e [2021-04-01T08:13:38.124Z] Step 19/21 : LABEL arch=arm64 [2021-04-01T08:13:38.338Z] Priming app-service-config [2021-04-01T08:13:38.338Z] + snapcraftctl prime [2021-04-01T08:13:38.469Z] Removing intermediate container 5e88ab8ce2bf [2021-04-01T08:13:38.469Z] ---> c10357656d5b [2021-04-01T08:13:38.469Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T08:13:38.469Z] ---> Running in 5dbb09660558 [2021-04-01T08:13:38.469Z] ---> Running in 25ddb754fe1c [2021-04-01T08:13:38.756Z] Removing intermediate container 8d9acbd1c36f [2021-04-01T08:13:38.756Z] ---> 310907cd9d0a [2021-04-01T08:13:38.756Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T08:13:38.756Z] Removing intermediate container 7e09e21d964f [2021-04-01T08:13:38.756Z] ---> 0f2f25dee623 [2021-04-01T08:13:38.756Z] Step 15/23 : WORKDIR / [2021-04-01T08:13:39.033Z] ---> Running in f15fe01389b3 [2021-04-01T08:13:39.277Z] Priming config-common [2021-04-01T08:13:39.277Z] + snapcraftctl prime [2021-04-01T08:13:39.631Z] Removing intermediate container 5dbb09660558 [2021-04-01T08:13:39.631Z] ---> 30bbf726c5f0 [2021-04-01T08:13:39.631Z] Step 20/21 : LABEL git_sha=a71dfdb2d2caa866e61400efd75d5388cec39e9a [2021-04-01T08:13:39.631Z] Removing intermediate container 25ddb754fe1c [2021-04-01T08:13:39.631Z] ---> 6d8675d5c4ae [2021-04-01T08:13:39.631Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T08:13:39.631Z] ---> Running in 67b004cbba52 [2021-04-01T08:13:39.905Z] Removing intermediate container a9b190593ea1 [2021-04-01T08:13:39.905Z] ---> 57f1dcea87dd [2021-04-01T08:13:39.905Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T08:13:39.905Z] Removing intermediate container f15fe01389b3 [2021-04-01T08:13:39.905Z] ---> b0225e3ba9a5 [2021-04-01T08:13:39.905Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T08:13:39.905Z] ---> 27d2c0641151 [2021-04-01T08:13:40.181Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-01T08:13:40.214Z] Priming edgex-go [2021-04-01T08:13:40.215Z] + snapcraftctl prime [2021-04-01T08:13:40.452Z] Removing intermediate container 67b004cbba52 [2021-04-01T08:13:40.453Z] ---> 19d37287cf15 [2021-04-01T08:13:40.453Z] Step 21/21 : LABEL version=0.0.0 [2021-04-01T08:13:40.726Z] ---> Running in 34cf6f5b805c [2021-04-01T08:13:40.726Z] ---> d16c0aeb9eda [2021-04-01T08:13:40.726Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-01T08:13:41.152Z] Priming static-packages [2021-04-01T08:13:41.152Z] + snapcraftctl prime [2021-04-01T08:13:41.327Z] ---> 76c8ca22e3e7 [2021-04-01T08:13:41.327Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-01T08:13:41.601Z] ---> 89b781740eb6 [2021-04-01T08:13:41.601Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-01T08:13:41.875Z] Removing intermediate container 34cf6f5b805c [2021-04-01T08:13:41.875Z] ---> fc0e930e6694 [2021-04-01T08:13:41.875Z] [2021-04-01T08:13:42.152Z] ---> 4ee2e7e2ff06 [2021-04-01T08:13:42.152Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-01T08:13:42.429Z] Successfully built fc0e930e6694 [2021-04-01T08:13:42.714Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-01T08:13:42.714Z] Building docker-sys-mgmt-agent-go [2021-04-01T08:13:42.987Z]  Building docker-security-proxy-setup-go ... done  ---> bb8694242a70 [2021-04-01T08:13:42.987Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-01T08:13:43.258Z] ---> b902926ff437 [2021-04-01T08:13:43.258Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-01T08:13:43.531Z] ---> 7787a607c723 [2021-04-01T08:13:43.531Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-01T08:13:43.531Z] ---> e96146347b5f [2021-04-01T08:13:43.531Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-01T08:13:43.698Z] Priming version [2021-04-01T08:13:43.698Z] + snapcraftctl prime [2021-04-01T08:13:43.809Z] ---> Running in e8fcd124fad4 [2021-04-01T08:13:44.085Z] ---> 03e659a62859 [2021-04-01T08:13:44.085Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-01T08:13:44.637Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-04-01T08:13:45.064Z] ---> Running in 4644da3e7cf4 [2021-04-01T08:13:45.661Z] Removing intermediate container e8fcd124fad4 [2021-04-01T08:13:45.661Z] ---> 14c183ecbc6d [2021-04-01T08:13:45.661Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-01T08:13:45.661Z] ---> 5beda1a03cb6 [2021-04-01T08:13:45.661Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-01T08:13:45.661Z] ---> 1f327b0e0a64 [2021-04-01T08:13:45.661Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [2021-04-01T08:13:46.258Z] Removing intermediate container 4644da3e7cf4 [2021-04-01T08:13:46.259Z] ---> 575fb22f4b89 [2021-04-01T08:13:46.259Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-01T08:13:46.534Z] ---> Running in 4cd5618fce3f [2021-04-01T08:13:46.534Z] ---> Running in 9a7c483fc85f [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-01T08:13:46.812Z] ---> Running in 928bd0ec61a6 [2021-04-01T08:13:46.812Z] ---> 8c4e5037a29d [2021-04-01T08:13:46.812Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-01T08:13:47.409Z] Removing intermediate container 4cd5618fce3f [2021-04-01T08:13:47.409Z] ---> c55dc9258714 [2021-04-01T08:13:47.409Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T08:13:47.688Z] Removing intermediate container 9a7c483fc85f [2021-04-01T08:13:47.688Z] ---> 937eae0c8497 [2021-04-01T08:13:47.688Z] Step 20/22 : LABEL arch=arm64 [2021-04-01T08:13:47.968Z] ---> Running in 9310f2894a5f [2021-04-01T08:13:47.968Z] Removing intermediate container 928bd0ec61a6 [2021-04-01T08:13:47.968Z] ---> 718f265f9b3d [2021-04-01T08:13:47.968Z] Step 20/22 : LABEL arch=arm64 [2021-04-01T08:13:48.261Z] ---> Running in 07ebf7a00b31 [2021-04-01T08:13:48.261Z] ---> a6121c0f6623 [2021-04-01T08:13:48.261Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-01T08:13:48.546Z] ---> Running in 9d0d63f6df8e [2021-04-01T08:13:49.141Z] ---> Running in 0c8c364faf5b [2021-04-01T08:13:49.141Z] Removing intermediate container 9310f2894a5f [2021-04-01T08:13:49.141Z] ---> 28a5b4addb2e [2021-04-01T08:13:49.141Z] Step 21/23 : LABEL arch=arm64 [2021-04-01T08:13:49.415Z] Removing intermediate container 9d0d63f6df8e [2021-04-01T08:13:49.415Z] ---> ee8ce29f6d8d [2021-04-01T08:13:49.415Z] Step 21/22 : LABEL git_sha=a71dfdb2d2caa866e61400efd75d5388cec39e9a [2021-04-01T08:13:49.415Z] Removing intermediate container 07ebf7a00b31 [2021-04-01T08:13:49.415Z] ---> 5e5e3508afda [2021-04-01T08:13:49.415Z] Step 21/22 : LABEL git_sha=a71dfdb2d2caa866e61400efd75d5388cec39e9a [2021-04-01T08:13:49.415Z] ---> Running in 0fc295bf3983 [2021-04-01T08:13:49.689Z] ---> Running in 007fad449a15 [2021-04-01T08:13:49.689Z] ---> Running in a7ce19089a79 [2021-04-01T08:13:49.689Z] Removing intermediate container 0c8c364faf5b [2021-04-01T08:13:49.689Z] ---> 5d2a19105c11 [2021-04-01T08:13:49.689Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-01T08:13:49.962Z] Removing intermediate container 0fc295bf3983 [2021-04-01T08:13:49.963Z] ---> 5a3bbadc75f3 [2021-04-01T08:13:49.963Z] Step 22/23 : LABEL git_sha=a71dfdb2d2caa866e61400efd75d5388cec39e9a [2021-04-01T08:13:50.235Z] ---> Running in 5fd81028d512 [2021-04-01T08:13:50.235Z] Removing intermediate container 007fad449a15 [2021-04-01T08:13:50.235Z] ---> 849134ac5c72 [2021-04-01T08:13:50.235Z] Step 22/22 : LABEL version=0.0.0 [2021-04-01T08:13:50.512Z] Removing intermediate container a7ce19089a79 [2021-04-01T08:13:50.512Z] ---> 4a6fe182b2dd [2021-04-01T08:13:50.512Z] Step 22/22 : LABEL version=0.0.0 [2021-04-01T08:13:50.512Z] ---> Running in 44140fa02b60 [2021-04-01T08:13:50.512Z] ---> Running in f367a2e48b8d [2021-04-01T08:13:50.785Z] ---> fba41ee158a5 [2021-04-01T08:13:50.785Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-01T08:13:50.785Z] Removing intermediate container 5fd81028d512 [2021-04-01T08:13:50.785Z] ---> 4712a8c1ee84 [2021-04-01T08:13:50.785Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T08:13:51.380Z] ---> Running in 3a83db668c16 [2021-04-01T08:13:51.380Z] ---> Running in 4d8a5e8a3bfa [2021-04-01T08:13:51.380Z] Removing intermediate container 44140fa02b60 [2021-04-01T08:13:51.380Z] ---> b1c31fd23572 [2021-04-01T08:13:51.380Z] [2021-04-01T08:13:51.654Z] Removing intermediate container f367a2e48b8d [2021-04-01T08:13:51.654Z] ---> 9c31d035f99c [2021-04-01T08:13:51.654Z] [2021-04-01T08:13:51.928Z] Successfully built b1c31fd23572 [2021-04-01T08:13:52.204Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-01T08:13:52.204Z] Building docker-core-command-go [2021-04-01T08:13:52.204Z]  Building docker-support-scheduler-go ... done Removing intermediate container 3a83db668c16 [2021-04-01T08:13:52.204Z] ---> e422978b1346 [2021-04-01T08:13:52.204Z] [2021-04-01T08:13:52.477Z] Successfully built 9c31d035f99c [2021-04-01T08:13:52.477Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-01T08:13:52.477Z] Building docker-core-data-go [2021-04-01T08:13:52.757Z]  Building docker-support-notifications-go ... done Successfully built e422978b1346 [2021-04-01T08:13:52.757Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-01T08:13:52.757Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2021-04-01T08:13:54.746Z] Removing intermediate container 4d8a5e8a3bfa [2021-04-01T08:13:54.746Z] ---> 247c8d2f82ff [2021-04-01T08:13:54.746Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-01T08:13:54.746Z] ---> Running in c712556441e3 [2021-04-01T08:13:55.335Z] Removing intermediate container c712556441e3 [2021-04-01T08:13:55.335Z] ---> 9d887e76e9cb [2021-04-01T08:13:55.335Z] Step 28/31 : CMD ["gate"] [2021-04-01T08:13:55.604Z] ---> Running in 4f48961d14b8 [2021-04-01T08:13:55.884Z] Removing intermediate container 4f48961d14b8 [2021-04-01T08:13:55.884Z] ---> 2cbbb5ae9d80 [2021-04-01T08:13:55.884Z] Step 29/31 : LABEL arch=arm64 [2021-04-01T08:13:56.865Z] ---> Running in 66328a6c4138 [2021-04-01T08:13:58.007Z] Removing intermediate container 66328a6c4138 [2021-04-01T08:13:58.007Z] ---> 36627d0e424e [2021-04-01T08:13:58.007Z] Step 30/31 : LABEL git_sha=a71dfdb2d2caa866e61400efd75d5388cec39e9a [2021-04-01T08:13:59.437Z] ---> Running in 4a2a8b7fbffb [2021-04-01T08:14:00.416Z] Removing intermediate container 4a2a8b7fbffb [2021-04-01T08:14:00.416Z] ---> 10f910c417bc [2021-04-01T08:14:00.416Z] Step 31/31 : LABEL version=0.0.0 [2021-04-01T08:14:01.394Z] ---> Running in e3e056b2a192 [2021-04-01T08:14:02.375Z] Removing intermediate container e3e056b2a192 [2021-04-01T08:14:02.375Z] ---> a7740406c8fc [2021-04-01T08:14:02.375Z] [2021-04-01T08:14:02.648Z] Successfully built a7740406c8fc [2021-04-01T08:14:02.648Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-01T08:14:29.444Z]  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T08:14:29.444Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-01T08:14:29.444Z] ---> 900c7b7feef5 [2021-04-01T08:14:29.444Z] Step 3/26 : WORKDIR /edgex-go [2021-04-01T08:14:29.444Z] ---> Using cache [2021-04-01T08:14:29.444Z] ---> 1a894f42532d [2021-04-01T08:14:29.444Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T08:14:29.444Z] ---> Using cache [2021-04-01T08:14:29.444Z] ---> 3a1fbf5eece1 [2021-04-01T08:14:29.444Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-01T08:14:31.419Z] ---> Running in 49b9059c45b1 [2021-04-01T08:14:32.852Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T08:14:33.460Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T08:14:34.056Z] OK: 217 MiB in 51 packages [2021-04-01T08:14:37.473Z] Removing intermediate container 49b9059c45b1 [2021-04-01T08:14:37.473Z] ---> ed58a121dcc0 [2021-04-01T08:14:37.473Z] Step 6/26 : COPY go.mod . [2021-04-01T08:14:38.909Z] ---> c987641e7383 [2021-04-01T08:14:38.909Z] Step 7/26 : RUN go mod download [2021-04-01T08:14:38.909Z] ---> Running in 394264e8176b [2021-04-01T08:14:40.351Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T08:14:40.351Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T08:14:40.351Z] ---> 900c7b7feef5 [2021-04-01T08:14:40.351Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T08:14:40.351Z] ---> Using cache [2021-04-01T08:14:40.351Z] ---> 1a894f42532d [2021-04-01T08:14:40.351Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T08:14:40.351Z] ---> Using cache [2021-04-01T08:14:40.351Z] ---> 3a1fbf5eece1 [2021-04-01T08:14:40.351Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-01T08:14:40.351Z] ---> Using cache [2021-04-01T08:14:40.351Z] ---> f0eb9b53f804 [2021-04-01T08:14:40.351Z] Step 6/23 : COPY go.mod . [2021-04-01T08:14:40.351Z] ---> Using cache [2021-04-01T08:14:40.351Z] ---> 72cd68748dfa [2021-04-01T08:14:40.351Z] Step 7/23 : RUN go mod download [2021-04-01T08:14:40.351Z] ---> Using cache [2021-04-01T08:14:40.351Z] ---> 929296c3829c [2021-04-01T08:14:40.351Z] Step 8/23 : COPY . . [2021-04-01T08:14:40.351Z] ---> Using cache [2021-04-01T08:14:40.351Z] ---> 09e8145c2a64 [2021-04-01T08:14:40.351Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-01T08:14:40.967Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T08:14:40.967Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-01T08:14:40.967Z] ---> 900c7b7feef5 [2021-04-01T08:14:40.967Z] Step 3/24 : WORKDIR /edgex-go [2021-04-01T08:14:40.967Z] ---> Using cache [2021-04-01T08:14:40.967Z] ---> 1a894f42532d [2021-04-01T08:14:40.967Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T08:14:40.967Z] ---> Using cache [2021-04-01T08:14:40.967Z] ---> 3a1fbf5eece1 [2021-04-01T08:14:40.967Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-01T08:14:40.967Z] ---> Using cache [2021-04-01T08:14:40.967Z] ---> f0eb9b53f804 [2021-04-01T08:14:40.967Z] Step 6/24 : COPY go.mod . [2021-04-01T08:14:40.967Z] ---> Using cache [2021-04-01T08:14:40.967Z] ---> 72cd68748dfa [2021-04-01T08:14:40.967Z] Step 7/24 : RUN go mod download [2021-04-01T08:14:40.967Z] ---> Using cache [2021-04-01T08:14:40.967Z] ---> 929296c3829c [2021-04-01T08:14:40.967Z] Step 8/24 : COPY . . [2021-04-01T08:14:40.967Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T08:14:40.967Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T08:14:40.967Z] ---> 900c7b7feef5 [2021-04-01T08:14:40.967Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T08:14:40.967Z] ---> Using cache [2021-04-01T08:14:40.967Z] ---> 1a894f42532d [2021-04-01T08:14:40.967Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T08:14:40.967Z] ---> Using cache [2021-04-01T08:14:40.967Z] ---> 3a1fbf5eece1 [2021-04-01T08:14:40.967Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-01T08:14:40.967Z] ---> Using cache [2021-04-01T08:14:40.967Z] ---> 09e8145c2a64 [2021-04-01T08:14:40.967Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-01T08:14:40.967Z] ---> Running in b7d3e7272cbd [2021-04-01T08:14:41.245Z] ---> Running in 918e80d27362 [2021-04-01T08:14:41.245Z] ---> Running in 554c8fd0af85 [2021-04-01T08:14:42.693Z] Removing intermediate container 394264e8176b [2021-04-01T08:14:42.693Z] ---> 3185086f7b4e [2021-04-01T08:14:42.693Z] Step 8/26 : COPY . . [2021-04-01T08:14:42.693Z] 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-04-01T08:14:43.296Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T08:14:43.296Z] 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-04-01T08:14:43.896Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T08:14:44.880Z] OK: 217 MiB in 51 packages [2021-04-01T08:14:48.284Z] Removing intermediate container 918e80d27362 [2021-04-01T08:14:48.284Z] ---> 60e525ac6ba5 [2021-04-01T08:14:48.284Z] Step 6/23 : COPY go.mod . [2021-04-01T08:14:50.925Z] ---> 22bfa97813b5 [2021-04-01T08:14:50.925Z] Step 7/23 : RUN go mod download [2021-04-01T08:14:51.204Z] ---> Running in 4d83520946dc [2021-04-01T08:14:57.918Z] Removing intermediate container 4d83520946dc [2021-04-01T08:14:57.918Z] ---> 7d18718bf2bd [2021-04-01T08:14:57.918Z] Step 8/23 : COPY . . [2021-04-01T08:15:10.444Z] ---> 17798b81ab73 [2021-04-01T08:15:10.444Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-01T08:15:10.444Z] ---> Running in 313f19937412 [2021-04-01T08:15:11.059Z] 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-04-01T08:15:21.240Z] ---> 654fbf032284 [2021-04-01T08:15:21.240Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-01T08:15:21.240Z] ---> Running in a382d8750323 [2021-04-01T08:15:23.230Z] 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-04-01T08:15:55.584Z] 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-04-01T08:16:07.997Z] Removing intermediate container 554c8fd0af85 [2021-04-01T08:16:07.997Z] ---> 3e7b4363ba8a [2021-04-01T08:16:07.997Z] [2021-04-01T08:16:07.997Z] Step 10/24 : FROM alpine:3.12 [2021-04-01T08:16:07.997Z] ---> d75e27dfc0a0 [2021-04-01T08:16:07.997Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-01T08:16:07.997Z] ---> Running in 59da6bfb9912 [2021-04-01T08:16:08.981Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T08:16:09.256Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T08:16:09.859Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-01T08:16:10.138Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T08:16:10.138Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-01T08:16:10.138Z] (4/6) Installing curl (7.69.1-r3) [2021-04-01T08:16:10.138Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-01T08:16:10.138Z] (6/6) Installing su-exec (0.2-r1) [2021-04-01T08:16:10.138Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T08:16:10.138Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T08:16:10.415Z] OK: 7 MiB in 20 packages [2021-04-01T08:16:13.051Z] Removing intermediate container b7d3e7272cbd [2021-04-01T08:16:13.051Z] ---> 0ed7d8e9ecca [2021-04-01T08:16:13.051Z] [2021-04-01T08:16:13.051Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T08:16:13.051Z] ---> d75e27dfc0a0 [2021-04-01T08:16:13.051Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-01T08:16:13.051Z] ---> Using cache [2021-04-01T08:16:13.051Z] ---> b31a053de349 [2021-04-01T08:16:13.051Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T08:16:13.051Z] ---> Using cache [2021-04-01T08:16:13.051Z] ---> 530edf2ff64f [2021-04-01T08:16:13.051Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-01T08:16:13.051Z] ---> Running in 0f15f75f4e90 [2021-04-01T08:16:13.653Z] Removing intermediate container 59da6bfb9912 [2021-04-01T08:16:13.653Z] ---> 1cc928ecb896 [2021-04-01T08:16:13.653Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-01T08:16:13.929Z] ---> Running in 7e8575da7241 [2021-04-01T08:16:13.929Z] Removing intermediate container 0f15f75f4e90 [2021-04-01T08:16:13.929Z] ---> 789c4f711799 [2021-04-01T08:16:13.929Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-01T08:16:14.208Z] ---> Running in cb18c5017b89 [2021-04-01T08:16:14.484Z] Removing intermediate container 7e8575da7241 [2021-04-01T08:16:14.484Z] ---> c866a3147636 [2021-04-01T08:16:14.484Z] Step 13/24 : WORKDIR / [2021-04-01T08:16:14.762Z] ---> Running in dabdd742201d [2021-04-01T08:16:15.049Z] Removing intermediate container cb18c5017b89 [2021-04-01T08:16:15.049Z] ---> e24d16761afc [2021-04-01T08:16:15.049Z] Step 15/23 : WORKDIR / [2021-04-01T08:16:15.329Z] ---> Running in 752cecbd83ad [2021-04-01T08:16:15.607Z] Removing intermediate container dabdd742201d [2021-04-01T08:16:15.607Z] ---> 8b23b29687f1 [2021-04-01T08:16:15.607Z] 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-04-01T08:16:15.895Z] Removing intermediate container 752cecbd83ad [2021-04-01T08:16:15.895Z] ---> 41283431a524 [2021-04-01T08:16:15.895Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T08:16:17.349Z] ---> effa5eaaf8eb [2021-04-01T08:16:17.349Z] 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-04-01T08:16:17.349Z] ---> a6f1f5d89aaa [2021-04-01T08:16:17.349Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-01T08:16:18.794Z] ---> 00c639172a48 [2021-04-01T08:16:18.794Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-01T08:16:19.772Z] ---> 4f3420a097ea [2021-04-01T08:16:19.772Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-01T08:16:19.772Z] ---> d5e061bd9891 [2021-04-01T08:16:19.772Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-01T08:16:21.210Z] ---> 7740334bbfaa [2021-04-01T08:16:21.210Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-01T08:16:21.484Z] ---> Running in 033b4dbb3b8e [2021-04-01T08:16:21.772Z] ---> 8b94538b7c3d [2021-04-01T08:16:21.773Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-01T08:16:22.051Z] Removing intermediate container 033b4dbb3b8e [2021-04-01T08:16:22.329Z] ---> 9bd8d29f02c4 [2021-04-01T08:16:22.329Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T08:16:22.604Z] ---> Running in b27275d292fa [2021-04-01T08:16:23.603Z] Removing intermediate container b27275d292fa [2021-04-01T08:16:23.603Z] ---> 5074e9abea21 [2021-04-01T08:16:23.603Z] Step 21/23 : LABEL arch=arm64 [2021-04-01T08:16:23.881Z] ---> Running in 8400aef78410 [2021-04-01T08:16:23.881Z] ---> 0b325e24109e [2021-04-01T08:16:23.881Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-01T08:16:24.483Z] Removing intermediate container 8400aef78410 [2021-04-01T08:16:24.483Z] ---> 22a67d1bcbff [2021-04-01T08:16:24.483Z] Step 22/23 : LABEL git_sha=a71dfdb2d2caa866e61400efd75d5388cec39e9a [2021-04-01T08:16:24.765Z] ---> Running in c4dddd01ec0f [2021-04-01T08:16:25.365Z] ---> 1a3a31bf7d7e [2021-04-01T08:16:25.365Z] 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-04-01T08:16:25.365Z] ---> Running in 2c1ba8bfefa3 [2021-04-01T08:16:25.649Z] Removing intermediate container c4dddd01ec0f [2021-04-01T08:16:25.649Z] ---> ff39b3adaf3e [2021-04-01T08:16:25.649Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T08:16:25.927Z] ---> Running in 514af04e3272 [2021-04-01T08:16:26.527Z] Removing intermediate container 514af04e3272 [2021-04-01T08:16:26.527Z] ---> 4f15ba14cadf [2021-04-01T08:16:26.527Z] [2021-04-01T08:16:27.511Z] Successfully built 4f15ba14cadf [2021-04-01T08:16:27.511Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-01T08:16:28.960Z]  Building docker-core-command-go ... done Removing intermediate container 2c1ba8bfefa3 [2021-04-01T08:16:28.960Z] ---> d765bc1bae7e [2021-04-01T08:16:28.960Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-01T08:16:29.234Z] ---> Running in 3bcbc8431fd5 [2021-04-01T08:16:30.217Z] Removing intermediate container 3bcbc8431fd5 [2021-04-01T08:16:30.217Z] ---> 110054da97c7 [2021-04-01T08:16:30.217Z] Step 22/24 : LABEL arch=arm64 [2021-04-01T08:16:30.499Z] ---> Running in 81a8c901c80e [2021-04-01T08:16:31.483Z] Removing intermediate container 81a8c901c80e [2021-04-01T08:16:31.483Z] ---> 57dc53351b9b [2021-04-01T08:16:31.483Z] Step 23/24 : LABEL git_sha=a71dfdb2d2caa866e61400efd75d5388cec39e9a [2021-04-01T08:16:31.483Z] ---> Running in 87fc17942ab6 [2021-04-01T08:16:32.465Z] Removing intermediate container 87fc17942ab6 [2021-04-01T08:16:32.465Z] ---> 737679b60e7b [2021-04-01T08:16:32.465Z] Step 24/24 : LABEL version=0.0.0 [2021-04-01T08:16:32.465Z] ---> Running in 9eed385f6804 [2021-04-01T08:16:33.900Z] Removing intermediate container 9eed385f6804 [2021-04-01T08:16:33.900Z] ---> 4efc30ad758f [2021-04-01T08:16:33.900Z] [2021-04-01T08:16:34.498Z] Successfully built 4efc30ad758f [2021-04-01T08:16:34.498Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-01T08:16:35.938Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 313f19937412 [2021-04-01T08:16:35.938Z] ---> ff715f11aac2 [2021-04-01T08:16:35.938Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-01T08:16:35.938Z] ---> Running in ac7a092f4ba8 [2021-04-01T08:16:37.375Z] 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-04-01T08:16:40.768Z] Removing intermediate container ac7a092f4ba8 [2021-04-01T08:16:40.768Z] ---> 3a4bc92808f6 [2021-04-01T08:16:40.768Z] [2021-04-01T08:16:40.768Z] Step 11/26 : FROM docker:20.10.0 [2021-04-01T08:16:40.768Z] 20.10.0: Pulling from library/docker [2021-04-01T08:16:50.925Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-01T08:16:50.925Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-01T08:16:50.925Z] ---> eeaf43b92773 [2021-04-01T08:16:50.925Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-01T08:16:51.518Z] ---> Running in 4f61d41c691d [2021-04-01T08:16:52.110Z] Removing intermediate container a382d8750323 [2021-04-01T08:16:52.110Z] ---> 87ffa3fed76c [2021-04-01T08:16:52.110Z] [2021-04-01T08:16:52.110Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T08:16:52.110Z] ---> d75e27dfc0a0 [2021-04-01T08:16:52.110Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-01T08:16:52.391Z] ---> Running in 17231cfd71db [2021-04-01T08:16:52.688Z] Removing intermediate container 17231cfd71db [2021-04-01T08:16:52.688Z] ---> 6eea7a513191 [2021-04-01T08:16:52.688Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-01T08:16:52.981Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T08:16:52.981Z] ---> Running in 143a7a59f485 [2021-04-01T08:16:52.981Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T08:16:53.647Z] Removing intermediate container 143a7a59f485 [2021-04-01T08:16:53.647Z] ---> ec0da5049c3e [2021-04-01T08:16:53.647Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-01T08:16:53.647Z] ---> Running in fb3d3f2325b1 [2021-04-01T08:16:53.647Z] (1/2) Installing readline (8.0.4-r0) [2021-04-01T08:16:53.647Z] (2/2) Installing bash (5.0.17-r0) [2021-04-01T08:16:53.647Z] Executing bash-5.0.17-r0.post-install [2021-04-01T08:16:53.647Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T08:16:53.647Z] OK: 12 MiB in 22 packages [2021-04-01T08:16:54.261Z] Removing intermediate container fb3d3f2325b1 [2021-04-01T08:16:54.261Z] ---> 98a5d086ab54 [2021-04-01T08:16:54.261Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T08:16:54.261Z] ---> Running in f0587fcc8089 [2021-04-01T08:16:55.243Z] Removing intermediate container 4f61d41c691d [2021-04-01T08:16:55.243Z] ---> 118ece70b171 [2021-04-01T08:16:55.243Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-01T08:16:55.517Z] ---> Running in b125efbaab6b [2021-04-01T08:16:55.789Z] Removing intermediate container b125efbaab6b [2021-04-01T08:16:55.789Z] ---> 04a738109572 [2021-04-01T08:16:55.789Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-01T08:16:56.065Z] ---> Running in 94866a3edd69 [2021-04-01T08:16:56.667Z] Removing intermediate container 94866a3edd69 [2021-04-01T08:16:56.667Z] ---> 0e28d5aa0e0d [2021-04-01T08:16:56.667Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-01T08:16:56.667Z] ---> Running in 23bc093f64a0 [2021-04-01T08:16:56.667Z] Removing intermediate container f0587fcc8089 [2021-04-01T08:16:56.667Z] ---> c478be048fd3 [2021-04-01T08:16:56.667Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-01T08:16:56.940Z] ---> Running in 4d49ed020cfc [2021-04-01T08:16:57.211Z] Removing intermediate container 23bc093f64a0 [2021-04-01T08:16:57.211Z] ---> d97d60aa6323 [2021-04-01T08:16:57.211Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-01T08:16:58.185Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T08:16:58.459Z] ---> c7f4c4d9c853 [2021-04-01T08:16:58.459Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-01T08:16:59.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T08:16:59.329Z] ---> 3ac936204031 [2021-04-01T08:16:59.329Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-01T08:16:59.921Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-01T08:16:59.921Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-01T08:16:59.921Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-01T08:17:00.191Z] ---> 68d6182e66df [2021-04-01T08:17:00.191Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-01T08:17:00.191Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-01T08:17:00.464Z] ---> Running in e3b24b04d792 [2021-04-01T08:17:00.736Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-01T08:17:01.013Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-01T08:17:01.287Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T08:17:01.287Z] OK: 8 MiB in 20 packages [2021-04-01T08:17:01.561Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T08:17:01.837Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T08:17:02.430Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-01T08:17:02.430Z] (2/33) Installing expat (2.2.9-r1) [2021-04-01T08:17:02.430Z] (3/33) Installing libffi (3.3-r2) [2021-04-01T08:17:02.430Z] (4/33) Installing gdbm (1.13-r1) [2021-04-01T08:17:02.430Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-01T08:17:02.430Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-01T08:17:02.430Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-01T08:17:02.702Z] Removing intermediate container 4d49ed020cfc [2021-04-01T08:17:02.702Z] ---> 189e78964365 [2021-04-01T08:17:02.702Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T08:17:04.134Z] ---> ef397b65e7cf [2021-04-01T08:17:04.134Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-01T08:17:04.406Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-01T08:17:04.406Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-01T08:17:04.406Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-01T08:17:04.406Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-01T08:17:04.406Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-01T08:17:04.406Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-01T08:17:04.406Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-01T08:17:04.406Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-01T08:17:04.406Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-01T08:17:04.406Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-01T08:17:04.680Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-01T08:17:04.680Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-01T08:17:04.680Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-01T08:17:04.680Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-01T08:17:04.680Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-01T08:17:04.680Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-01T08:17:04.680Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-01T08:17:04.680Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-01T08:17:04.680Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-01T08:17:04.680Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-01T08:17:04.680Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-01T08:17:04.680Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-01T08:17:04.680Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-01T08:17:04.680Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-01T08:17:04.680Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-01T08:17:04.680Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-01T08:17:04.953Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T08:17:04.953Z] OK: 71 MiB in 55 packages [2021-04-01T08:17:05.944Z] ---> 1d0706d7df92 [2021-04-01T08:17:05.944Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-01T08:17:06.535Z] ---> 7aec1078f2e9 [2021-04-01T08:17:06.535Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-01T08:17:06.809Z] ---> Running in 1fdb51cf8309 [2021-04-01T08:17:07.412Z] Removing intermediate container 1fdb51cf8309 [2021-04-01T08:17:07.412Z] ---> 6db912a5ae41 [2021-04-01T08:17:07.412Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T08:17:07.687Z] ---> Running in 480d820a2bb4 [2021-04-01T08:17:08.287Z] Removing intermediate container 480d820a2bb4 [2021-04-01T08:17:08.287Z] ---> 327d1a6301cb [2021-04-01T08:17:08.287Z] Step 21/23 : LABEL arch=arm64 [2021-04-01T08:17:08.562Z] ---> Running in b6c17eb3c80e [2021-04-01T08:17:09.186Z] Removing intermediate container b6c17eb3c80e [2021-04-01T08:17:09.186Z] ---> 0d00b2c0b63a [2021-04-01T08:17:09.186Z] Step 22/23 : LABEL git_sha=a71dfdb2d2caa866e61400efd75d5388cec39e9a [2021-04-01T08:17:09.475Z] ---> Running in d8039b7cd967 [2021-04-01T08:17:09.746Z] Removing intermediate container d8039b7cd967 [2021-04-01T08:17:09.746Z] ---> 5e7487f5cf64 [2021-04-01T08:17:09.746Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T08:17:10.018Z] ---> Running in cb4a69196a9d [2021-04-01T08:17:10.609Z] Removing intermediate container cb4a69196a9d [2021-04-01T08:17:10.609Z] ---> 90ada2847302 [2021-04-01T08:17:10.609Z] [2021-04-01T08:17:10.882Z] Successfully built 90ada2847302 [2021-04-01T08:17:10.882Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-01T08:17:11.155Z]  Building docker-core-data-go ... done Removing intermediate container e3b24b04d792 [2021-04-01T08:17:11.155Z] ---> 0dd162fd8b70 [2021-04-01T08:17:11.155Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-01T08:17:11.432Z] ---> Running in 54306c65265a [2021-04-01T08:17:16.819Z] Collecting docker-compose==1.23.2 [2021-04-01T08:17:16.819Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-01T08:17:16.819Z] Collecting jsonschema<3,>=2.5.1 [2021-04-01T08:17:16.819Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-01T08:17:17.089Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-01T08:17:17.089Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-01T08:17:19.052Z] Collecting cached-property<2,>=1.2.0 [2021-04-01T08:17:19.052Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-01T08:17:20.020Z] Collecting PyYAML<4,>=3.10 [2021-04-01T08:17:20.020Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-01T08:17:24.294Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-01T08:17:24.294Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-01T08:17:24.294Z] Collecting docopt<0.7,>=0.6.1 [2021-04-01T08:17:24.294Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-01T08:17:26.259Z] Collecting texttable<0.10,>=0.9.0 [2021-04-01T08:17:26.259Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-01T08:17:27.683Z] 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-04-01T08:17:28.274Z] Collecting docker<4.0,>=3.6.0 [2021-04-01T08:17:28.274Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-01T08:17:28.864Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-01T08:17:28.864Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-01T08:17:29.135Z] 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-04-01T08:17:29.724Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-01T08:17:29.724Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-01T08:17:29.724Z] 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-04-01T08:17:29.996Z] Collecting idna<2.8,>=2.5 [2021-04-01T08:17:29.996Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-01T08:17:30.266Z] Collecting docker-pycreds>=0.4.0 [2021-04-01T08:17:30.266Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-01T08:17:30.266Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-01T08:17:30.266Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-01T08:17:30.266Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-01T08:17:30.267Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-01T08:17:31.237Z] Installing collected packages: jsonschema, dockerpty, cached-property, PyYAML, urllib3, idna, requests, docopt, texttable, docker-pycreds, websocket-client, docker, docker-compose [2021-04-01T08:17:31.509Z] Running setup.py install for dockerpty: started [2021-04-01T08:17:33.473Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-01T08:17:33.473Z] Running setup.py install for PyYAML: started [2021-04-01T08:17:35.435Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-01T08:17:35.435Z] Attempting uninstall: urllib3 [2021-04-01T08:17:35.435Z] Found existing installation: urllib3 1.25.9 [2021-04-01T08:17:35.435Z] Uninstalling urllib3-1.25.9: [2021-04-01T08:17:35.705Z] Successfully uninstalled urllib3-1.25.9 [2021-04-01T08:17:36.297Z] Attempting uninstall: idna [2021-04-01T08:17:36.297Z] Found existing installation: idna 2.9 [2021-04-01T08:17:36.297Z] Uninstalling idna-2.9: [2021-04-01T08:17:36.297Z] Successfully uninstalled idna-2.9 [2021-04-01T08:17:36.892Z] Attempting uninstall: requests [2021-04-01T08:17:36.892Z] Found existing installation: requests 2.23.0 [2021-04-01T08:17:36.892Z] Uninstalling requests-2.23.0: [2021-04-01T08:17:37.163Z] Successfully uninstalled requests-2.23.0 [2021-04-01T08:17:37.433Z] Running setup.py install for docopt: started [2021-04-01T08:17:39.396Z] Running setup.py install for docopt: finished with status 'done' [2021-04-01T08:17:39.396Z] Running setup.py install for texttable: started [2021-04-01T08:17:40.823Z] Running setup.py install for texttable: finished with status 'done' [2021-04-01T08:17:42.791Z] 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-04-01T08:17:47.085Z] Removing intermediate container 54306c65265a [2021-04-01T08:17:47.085Z] ---> 054778a56dcc [2021-04-01T08:17:47.085Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-01T08:17:47.085Z] ---> Running in 356debcd3935 [2021-04-01T08:17:48.060Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T08:17:48.060Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T08:17:48.650Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T08:17:48.650Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-01T08:17:48.650Z] (3/3) Installing curl (7.69.1-r3) [2021-04-01T08:17:48.650Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T08:17:48.923Z] OK: 72 MiB in 58 packages [2021-04-01T08:17:49.899Z] Removing intermediate container 356debcd3935 [2021-04-01T08:17:49.899Z] ---> 95b98c6fbdf3 [2021-04-01T08:17:49.899Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-01T08:17:50.170Z] ---> Running in 018d9a8944dd [2021-04-01T08:17:50.787Z] Removing intermediate container 018d9a8944dd [2021-04-01T08:17:50.787Z] ---> 2288d1964da7 [2021-04-01T08:17:50.787Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T08:17:50.787Z] ---> Running in e07a07700cde [2021-04-01T08:17:51.394Z] Removing intermediate container e07a07700cde [2021-04-01T08:17:51.394Z] ---> a1a4b1ecb3b8 [2021-04-01T08:17:51.394Z] Step 24/26 : LABEL arch=arm64 [2021-04-01T08:17:51.394Z] ---> Running in d3a0ae30568e [2021-04-01T08:17:52.004Z] Removing intermediate container d3a0ae30568e [2021-04-01T08:17:52.004Z] ---> 57c0cc885caa [2021-04-01T08:17:52.004Z] Step 25/26 : LABEL git_sha=a71dfdb2d2caa866e61400efd75d5388cec39e9a [2021-04-01T08:17:52.004Z] ---> Running in f0bac48cea4f [2021-04-01T08:17:52.621Z] Removing intermediate container f0bac48cea4f [2021-04-01T08:17:52.621Z] ---> 8d9685f8b25d [2021-04-01T08:17:52.621Z] Step 26/26 : LABEL version=0.0.0 [2021-04-01T08:17:52.621Z] ---> Running in 2071846b54d0 [2021-04-01T08:17:53.213Z] Removing intermediate container 2071846b54d0 [2021-04-01T08:17:53.213Z] ---> ecc54b52d4ce [2021-04-01T08:17:53.213Z] [2021-04-01T08:17:53.485Z] Successfully built ecc54b52d4ce [2021-04-01T08:17:53.485Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-01T08:17:53.770Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-01T08:17:53.764Z] $ docker stop --time=1 78ba2d4662811f39c9d33b2f194b32fefac8ed6d663aa978196fcb403723ffad [2021-04-01T08:17:55.744Z] $ docker rm -f 78ba2d4662811f39c9d33b2f194b32fefac8ed6d663aa978196fcb403723ffad [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-01T08:17:56.458Z] + docker images [2021-04-01T08:17:56.459Z] + grep docker [2021-04-01T08:17:56.736Z] docker-sys-mgmt-agent-go-arm64 latest ecc54b52d4ce 4 seconds ago 301MB [2021-04-01T08:17:56.736Z] docker-core-data-go-arm64 latest 90ada2847302 46 seconds ago 21.4MB [2021-04-01T08:17:56.736Z] docker-security-secretstore-setup-go-arm64 latest 4efc30ad758f About a minute ago 24.4MB [2021-04-01T08:17:56.736Z] docker-core-command-go-arm64 latest 4f15ba14cadf About a minute ago 16.3MB [2021-04-01T08:17:56.736Z] docker-security-bootstrapper-go-arm64 latest a7740406c8fc 3 minutes ago 17.9MB [2021-04-01T08:17:56.736Z] docker-support-notifications-go-arm64 latest 9c31d035f99c 4 minutes ago 16.9MB [2021-04-01T08:17:56.736Z] docker-core-metadata-go-arm64 latest e422978b1346 4 minutes ago 17.9MB [2021-04-01T08:17:56.736Z] docker-support-scheduler-go-arm64 latest b1c31fd23572 4 minutes ago 16.4MB [2021-04-01T08:17:56.736Z] docker-security-proxy-setup-go-arm64 latest fc0e930e6694 4 minutes ago 24.1MB [2021-04-01T08:17:56.736Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-01T08:17:57.751Z] ---> job-cost.sh [2021-04-01T08:17:57.751Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-VQtl [2021-04-01T08:18:36.710Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-01T08:20:13.465Z] lf-activate-venv(): INFO: Adding /tmp/venv-VQtl/bin to PATH [2021-04-01T08:20:13.466Z] INFO: No Stack... [2021-04-01T08:20:13.466Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-01T08:20:13.466Z] INFO: Archiving Costs [Pipeline] sh [2021-04-01T08:20:13.820Z] + cut -d, -f6 [2021-04-01T08:20:13.820Z] + cat /w/workspace/edgex-go/6/archives/cost.csv [Pipeline] lock [2021-04-01T08:20:14.000Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3313-6-stack-cost] [2021-04-01T08:20:14.016Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3313-6-stack-cost] did not exist. Created. [2021-04-01T08:20:14.016Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3313-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-01T08:20:14.466Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-01T08:20:14.738Z] Stashed 1 file(s) [Pipeline] } [2021-04-01T08:20:14.751Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3313-6-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-01T08:20:16.060Z] provisioning config files... [2021-04-01T08:20:16.081Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config7188975239124881343tmp [Pipeline] { [Pipeline] sh [2021-04-01T08:20:16.491Z] + set +x [2021-04-01T08:20:16.492Z] + curl -s https://codecov.io/bash [2021-04-01T08:20:16.492Z] + bash -s -- [2021-04-01T08:20:17.099Z] [2021-04-01T08:20:17.099Z] _____ _ [2021-04-01T08:20:17.099Z] / ____| | | [2021-04-01T08:20:17.099Z] | | ___ __| | ___ ___ _____ __ [2021-04-01T08:20:17.099Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-01T08:20:17.099Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-01T08:20:17.099Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-01T08:20:17.099Z] Bash-20210309-2b87ace [2021-04-01T08:20:17.099Z] [2021-04-01T08:20:17.099Z] [2021-04-01T08:20:17.099Z] ==> git version 2.24.3 found [2021-04-01T08:20:17.099Z] ==> 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-04-01T08:20:17.099Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-01T08:20:17.099Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-01T08:20:17.099Z] ==> Jenkins CI detected. [2021-04-01T08:20:17.099Z] project root: . [2021-04-01T08:20:17.099Z] --> token set from env [2021-04-01T08:20:17.099Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-01T08:20:17.099Z] ==> Running gcov in . (disable via -X gcov) [2021-04-01T08:20:17.099Z] ==> Python coveragepy not found [2021-04-01T08:20:17.099Z] ==> Searching for coverage reports in: [2021-04-01T08:20:17.099Z] + . [2021-04-01T08:20:17.099Z] -> Found 1 reports [2021-04-01T08:20:17.099Z] ==> Detecting git/mercurial file structure [2021-04-01T08:20:17.099Z] ==> Reading reports [2021-04-01T08:20:17.099Z] + ./coverage.out bytes=672489 [2021-04-01T08:20:17.099Z] ==> Appending adjustments [2021-04-01T08:20:17.099Z] https://docs.codecov.io/docs/fixing-reports [2021-04-01T08:20:21.316Z] + Found adjustments [2021-04-01T08:20:21.316Z] ==> Gzipping contents [2021-04-01T08:20:21.316Z] 96K /tmp/codecov.ybx1Cu.gz [2021-04-01T08:20:21.316Z] ==> Uploading reports [2021-04-01T08:20:21.316Z] url: https://codecov.io [2021-04-01T08:20:21.316Z] query: branch=PR-3313&commit=a71dfdb2d2caa866e61400efd75d5388cec39e9a&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3313%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3313&job=&cmd_args= [2021-04-01T08:20:21.316Z] -> Pinging Codecov [2021-04-01T08:20:21.316Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3313&commit=a71dfdb2d2caa866e61400efd75d5388cec39e9a&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3313%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3313&job=&cmd_args= [2021-04-01T08:20:21.316Z] -> Uploading to [2021-04-01T08:20:21.316Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-01/00271124DB129430A58F1EEE437C3FCB/a71dfdb2d2caa866e61400efd75d5388cec39e9a/594fde7a-a422-42d1-b479-be048f1857af.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210401%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210401T082021Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1a38595311c242b9357c7d1d311b48f7162e83754e0ce52bd721d29118275b69 [2021-04-01T08:20:21.316Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T08:20:21.316Z] Dload Upload Total Spent Left Speed [2021-04-01T08:20:21.579Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97436 0 0 100 97436 0 205k --:--:-- --:--:-- --:--:-- 205k [2021-04-01T08:20:21.579Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/a71dfdb2d2caa866e61400efd75d5388cec39e9a [Pipeline] } [2021-04-01T08:20:21.589Z] 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-04-01T08:20:23.297Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T08:20:24.178Z] ---> package-listing.sh [2021-04-01T08:20:24.178Z] ++ facter osfamily [2021-04-01T08:20:24.178Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-01T08:20:24.178Z] + OS_FAMILY=redhat [2021-04-01T08:20:24.178Z] + workspace=/w/workspace/edgex-go/6 [2021-04-01T08:20:24.178Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-01T08:20:24.178Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-01T08:20:24.178Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-01T08:20:24.178Z] + PACKAGES=/tmp/packages_start.txt [2021-04-01T08:20:24.178Z] + '[' /w/workspace/edgex-go/6 ']' [2021-04-01T08:20:24.178Z] + PACKAGES=/tmp/packages_end.txt [2021-04-01T08:20:24.178Z] + case "${OS_FAMILY}" in [2021-04-01T08:20:24.178Z] + rpm -qa [2021-04-01T08:20:24.178Z] + sort [2021-04-01T08:20:29.479Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-01T08:20:29.479Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-01T08:20:29.479Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-01T08:20:29.479Z] + '[' /w/workspace/edgex-go/6 ']' [2021-04-01T08:20:29.479Z] + mkdir -p /w/workspace/edgex-go/6/archives/ [2021-04-01T08:20:29.479Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo [2021-04-01T08:20:29.493Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-01T08:20:29.785Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-01T08:20:30.095Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T08:20:30.095Z] [2021-04-01T08:20:30.095Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-01T08:20:30.453Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T08:20:30.453Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-01T08:20:30.453Z] df20fa9351a1: Pulling fs layer [2021-04-01T08:20:30.453Z] 36b3adc4ff6f: Pulling fs layer [2021-04-01T08:20:30.453Z] 8ad3a11d3b57: Pulling fs layer [2021-04-01T08:20:30.453Z] 46f8f816bc3b: Pulling fs layer [2021-04-01T08:20:30.453Z] 93b61091891f: Pulling fs layer [2021-04-01T08:20:30.453Z] 93b9cdb0e59b: Pulling fs layer [2021-04-01T08:20:30.453Z] 5e14af77c1be: Pulling fs layer [2021-04-01T08:20:30.453Z] 01666e4c0597: Pulling fs layer [2021-04-01T08:20:30.453Z] aa168da1d23b: Pulling fs layer [2021-04-01T08:20:30.453Z] 93b9cdb0e59b: Waiting [2021-04-01T08:20:30.453Z] 5e14af77c1be: Waiting [2021-04-01T08:20:30.453Z] 01666e4c0597: Waiting [2021-04-01T08:20:30.453Z] 46f8f816bc3b: Waiting [2021-04-01T08:20:30.453Z] 93b61091891f: Waiting [2021-04-01T08:20:30.453Z] aa168da1d23b: Waiting [2021-04-01T08:20:30.453Z] 36b3adc4ff6f: Verifying Checksum [2021-04-01T08:20:30.453Z] 36b3adc4ff6f: Download complete [2021-04-01T08:20:30.717Z] 46f8f816bc3b: Verifying Checksum [2021-04-01T08:20:30.717Z] 46f8f816bc3b: Download complete [2021-04-01T08:20:30.717Z] df20fa9351a1: Verifying Checksum [2021-04-01T08:20:30.717Z] df20fa9351a1: Download complete [2021-04-01T08:20:30.717Z] 93b9cdb0e59b: Verifying Checksum [2021-04-01T08:20:30.717Z] 93b9cdb0e59b: Download complete [2021-04-01T08:20:30.717Z] 5e14af77c1be: Verifying Checksum [2021-04-01T08:20:30.717Z] 5e14af77c1be: Download complete [2021-04-01T08:20:30.717Z] 93b61091891f: Verifying Checksum [2021-04-01T08:20:30.717Z] 93b61091891f: Download complete [2021-04-01T08:20:30.988Z] 01666e4c0597: Verifying Checksum [2021-04-01T08:20:30.988Z] 01666e4c0597: Download complete [2021-04-01T08:20:31.250Z] df20fa9351a1: Pull complete [2021-04-01T08:20:31.513Z] 36b3adc4ff6f: Pull complete [2021-04-01T08:20:31.778Z] 8ad3a11d3b57: Verifying Checksum [2021-04-01T08:20:31.778Z] 8ad3a11d3b57: Download complete [2021-04-01T08:20:32.730Z] 8ad3a11d3b57: Pull complete [2021-04-01T08:20:32.730Z] 46f8f816bc3b: Pull complete [2021-04-01T08:20:33.001Z] 93b61091891f: Pull complete [2021-04-01T08:20:34.393Z] aa168da1d23b: Verifying Checksum [2021-04-01T08:20:34.393Z] aa168da1d23b: Download complete [2021-04-01T08:20:34.968Z] 93b9cdb0e59b: Pull complete [2021-04-01T08:20:35.229Z] 5e14af77c1be: Pull complete [2021-04-01T08:20:35.495Z] 01666e4c0597: Pull complete [2021-04-01T08:20:43.696Z] aa168da1d23b: Pull complete [2021-04-01T08:20:43.696Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-01T08:20:43.696Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T08:20:43.696Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-01T08:20:43.900Z] prd-centos7-docker-4c-2g-32442 does not seem to be running inside a container [2021-04-01T08:20:43.960Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-01T08:20:46.870Z] $ docker top 81b5e627d1fb0cab56d48d953754c495eebd9c4c04279f5f8d3d2f6609612fc3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T08:20:47.474Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-01T08:20:47.781Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-01T08:20:48.082Z] + ls /var/log/sa-host [2021-04-01T08:20:48.082Z] + sadf -c /var/log/sa-host/sa01 [2021-04-01T08:20:48.082Z] file_magic: OK [2021-04-01T08:20:48.082Z] HZ: Using current value: 100 [2021-04-01T08:20:48.082Z] file_header: OK [2021-04-01T08:20:48.082Z] 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-04-01T08:20:48.082Z] Statistics: [2021-04-01T08:20:48.082Z] 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-04-01T08:20:48.082Z] File successfully converted to sysstat format version 12.2.1 [2021-04-01T08:20:48.082Z] + sadf -c /var/log/sa-host/sa23 [2021-04-01T08:20:48.082Z] file_magic: OK [2021-04-01T08:20:48.082Z] HZ: Using current value: 100 [2021-04-01T08:20:48.082Z] file_header: OK [2021-04-01T08:20:48.082Z] 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-04-01T08:20:48.082Z] Statistics: [2021-04-01T08:20:48.082Z] Hnuu...uuuununununu... [2021-04-01T08:20:48.082Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-01T08:20:48.311Z] provisioning config files... [2021-04-01T08:20:48.329Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config724965345722726685tmp [Pipeline] { [Pipeline] echo [2021-04-01T08:20:48.437Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T08:20:48.743Z] ---> create-netrc.sh [Pipeline] } [2021-04-01T08:20:48.755Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-01T08:20:48.856Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T08:20:49.167Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-01T08:20:49.183Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T08:20:49.494Z] ---> sudo-logs.sh [2021-04-01T08:20:49.494Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-01T08:20:49.604Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T08:20:49.905Z] ---> job-cost.sh [2021-04-01T08:20:49.905Z] lf-activate-venv: SKIPPING [2021-04-01T08:20:49.905Z] DEBUG: total: 0.20999999344348907 [2021-04-01T08:20:49.905Z] INFO: Retrieving Stack Cost... [2021-04-01T08:20:50.852Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-01T08:20:51.426Z] INFO: Archiving Costs [Pipeline] echo [2021-04-01T08:20:51.440Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T08:20:51.738Z] ---> logs-deploy.sh [2021-04-01T08:20:51.738Z] lf-activate-venv: SKIPPING [2021-04-01T08:20:51.738Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3313/6 [2021-04-01T08:20:51.738Z] INFO: archiving workspace using pattern(s): [2021-04-01T08:20:53.128Z] Archives upload complete. [2021-04-01T08:20:53.390Z] INFO: archiving logs to Nexus [2021-04-01T08:20:54.335Z] ---> uname -a: [2021-04-01T08:20:54.335Z] Linux prd-centos7-docker-4c-2g-32442.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-04-01T08:20:54.335Z] [2021-04-01T08:20:54.335Z] [2021-04-01T08:20:54.335Z] ---> lscpu: [2021-04-01T08:20:54.335Z] Architecture: x86_64 [2021-04-01T08:20:54.335Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-01T08:20:54.335Z] Byte Order: Little Endian [2021-04-01T08:20:54.335Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-01T08:20:54.335Z] CPU(s): 4 [2021-04-01T08:20:54.336Z] On-line CPU(s) list: 0-3 [2021-04-01T08:20:54.336Z] Thread(s) per core: 1 [2021-04-01T08:20:54.336Z] Core(s) per socket: 1 [2021-04-01T08:20:54.336Z] Socket(s): 4 [2021-04-01T08:20:54.336Z] NUMA node(s): 1 [2021-04-01T08:20:54.336Z] Vendor ID: GenuineIntel [2021-04-01T08:20:54.336Z] CPU family: 6 [2021-04-01T08:20:54.336Z] Model: 44 [2021-04-01T08:20:54.336Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-01T08:20:54.336Z] Stepping: 1 [2021-04-01T08:20:54.336Z] CPU MHz: 2933.438 [2021-04-01T08:20:54.336Z] BogoMIPS: 5866.87 [2021-04-01T08:20:54.336Z] Virtualization: VT-x [2021-04-01T08:20:54.336Z] Hypervisor vendor: KVM [2021-04-01T08:20:54.336Z] Virtualization type: full [2021-04-01T08:20:54.336Z] L1d cache: 128 KiB [2021-04-01T08:20:54.336Z] L1i cache: 128 KiB [2021-04-01T08:20:54.336Z] L2 cache: 16 MiB [2021-04-01T08:20:54.336Z] L3 cache: 64 MiB [2021-04-01T08:20:54.336Z] NUMA node0 CPU(s): 0-3 [2021-04-01T08:20:54.336Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-01T08:20:54.336Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-01T08:20:54.336Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-01T08:20:54.336Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-01T08:20:54.336Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-01T08:20:54.336Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-01T08:20:54.336Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-01T08:20:54.336Z] Vulnerability Srbds: Not affected [2021-04-01T08:20:54.336Z] Vulnerability Tsx async abort: Not affected [2021-04-01T08:20:54.336Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-04-01T08:20:54.336Z] [2021-04-01T08:20:54.336Z] [2021-04-01T08:20:54.336Z] ---> nproc: [2021-04-01T08:20:54.336Z] 4 [2021-04-01T08:20:54.336Z] [2021-04-01T08:20:54.336Z] [2021-04-01T08:20:54.336Z] ---> df -h: [2021-04-01T08:20:54.336Z] Filesystem Size Used Available Use% Mounted on [2021-04-01T08:20:54.336Z] overlay 50.0G 11.8G 38.2G 24% / [2021-04-01T08:20:54.336Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-01T08:20:54.336Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-01T08:20:54.336Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-01T08:20:54.336Z] /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os [2021-04-01T08:20:54.336Z] /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf [2021-04-01T08:20:54.336Z] /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname [2021-04-01T08:20:54.336Z] /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts [2021-04-01T08:20:54.336Z] /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log [2021-04-01T08:20:54.336Z] /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json [2021-04-01T08:20:54.336Z] /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host [2021-04-01T08:20:54.336Z] /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure [2021-04-01T08:20:54.336Z] /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/6 [2021-04-01T08:20:54.336Z] /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/6@tmp [2021-04-01T08:20:54.336Z] [2021-04-01T08:20:54.336Z] [2021-04-01T08:20:54.336Z] ---> free -m: [2021-04-01T08:20:54.336Z] total used free shared buff/cache available [2021-04-01T08:20:54.336Z] Mem: 1837 723 129 0 984 1030 [2021-04-01T08:20:54.336Z] Swap: 1023 52 971 [2021-04-01T08:20:54.336Z] [2021-04-01T08:20:54.336Z] [2021-04-01T08:20:54.336Z] ---> ip addr: [2021-04-01T08:20:54.336Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-01T08:20:54.336Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-01T08:20:54.336Z] inet 127.0.0.1/8 scope host lo [2021-04-01T08:20:54.336Z] valid_lft forever preferred_lft forever [2021-04-01T08:20:54.336Z] inet6 ::1/128 scope host [2021-04-01T08:20:54.336Z] valid_lft forever preferred_lft forever [2021-04-01T08:20:54.336Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-01T08:20:54.336Z] link/ether fa:16:3e:96:76:f3 brd ff:ff:ff:ff:ff:ff [2021-04-01T08:20:54.336Z] inet 10.30.122.129/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-01T08:20:54.336Z] valid_lft 84897sec preferred_lft 84897sec [2021-04-01T08:20:54.336Z] inet6 fe80::f816:3eff:fe96:76f3/64 scope link [2021-04-01T08:20:54.336Z] valid_lft forever preferred_lft forever [2021-04-01T08:20:54.336Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-01T08:20:54.336Z] link/ether 02:42:36:5b:13:f2 brd ff:ff:ff:ff:ff:ff [2021-04-01T08:20:54.336Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-01T08:20:54.336Z] valid_lft forever preferred_lft forever [2021-04-01T08:20:54.336Z] inet6 fe80::42:36ff:fe5b:13f2/64 scope link [2021-04-01T08:20:54.336Z] valid_lft forever preferred_lft forever [2021-04-01T08:20:54.336Z] [2021-04-01T08:20:54.336Z] [2021-04-01T08:20:54.336Z] ---> sar -b -r -n DEV: [2021-04-01T08:20:54.336Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/01/21 _x86_64_ (4 CPU) [2021-04-01T08:20:54.336Z] [2021-04-01T08:20:54.336Z] 07:55:39 LINUX RESTART (4 CPU) [2021-04-01T08:20:54.336Z] [2021-04-01T08:20:54.336Z] 07:56:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-01T08:20:54.336Z] 07:57:01 78.83 32.63 46.20 0.00 3467.29 28895.19 0.00 [2021-04-01T08:20:54.336Z] 07:58:01 101.28 56.35 44.93 0.00 7892.20 11559.52 0.00 [2021-04-01T08:20:54.336Z] 07:59:02 139.78 54.18 85.61 0.00 3182.56 35175.31 0.00 [2021-04-01T08:20:54.336Z] 08:00:01 265.76 93.10 172.66 0.00 4281.24 24411.35 0.00 [2021-04-01T08:20:54.336Z] 08:01:01 118.69 52.93 65.76 0.00 1978.41 7469.87 0.00 [2021-04-01T08:20:54.336Z] 08:02:01 143.74 39.10 104.64 0.00 2720.13 26970.11 0.00 [2021-04-01T08:20:54.336Z] 08:03:03 1974.18 1639.89 334.30 0.00 148632.59 206862.44 0.00 [2021-04-01T08:20:54.336Z] 08:04:01 1786.16 1548.87 237.29 0.00 90552.26 102596.93 0.00 [2021-04-01T08:20:54.336Z] 08:05:02 1443.88 1104.20 339.68 0.00 86174.71 117420.34 0.00 [2021-04-01T08:20:54.336Z] 08:06:01 1558.23 1251.84 306.39 0.00 68307.40 85425.06 0.00 [2021-04-01T08:20:54.336Z] 08:07:01 118.84 15.23 103.61 0.00 3323.32 17378.87 0.00 [2021-04-01T08:20:54.336Z] 08:08:01 1.48 0.05 1.43 0.00 1.33 22.83 0.00 [2021-04-01T08:20:54.336Z] 08:09:01 0.20 0.00 0.20 0.00 0.00 2.72 0.00 [2021-04-01T08:20:54.336Z] 08:10:01 0.18 0.00 0.18 0.00 0.00 2.02 0.00 [2021-04-01T08:20:54.336Z] 08:11:01 1.67 1.42 0.25 0.00 51.17 3.11 0.00 [2021-04-01T08:20:54.336Z] 08:12:01 0.85 0.03 0.82 0.00 1.07 15.13 0.00 [2021-04-01T08:20:54.336Z] 08:13:01 0.22 0.00 0.22 0.00 0.00 2.32 0.00 [2021-04-01T08:20:54.336Z] 08:14:01 0.18 0.00 0.18 0.00 0.00 1.93 0.00 [2021-04-01T08:20:54.336Z] 08:15:01 0.28 0.00 0.28 0.00 0.00 3.40 0.00 [2021-04-01T08:20:54.336Z] 08:16:01 0.25 0.02 0.23 0.00 0.40 2.73 0.00 [2021-04-01T08:20:54.336Z] 08:17:02 0.17 0.00 0.17 0.00 0.00 1.67 0.00 [2021-04-01T08:20:54.336Z] 08:18:01 0.20 0.00 0.20 0.00 0.00 1.98 0.00 [2021-04-01T08:20:54.336Z] 08:19:01 0.25 0.02 0.23 0.00 0.53 1.70 0.00 [2021-04-01T08:20:54.336Z] 08:20:01 0.28 0.00 0.28 0.00 0.00 3.51 0.00 [2021-04-01T08:20:54.336Z] Average: 322.47 245.48 76.99 0.00 17602.64 27801.36 0.00 [2021-04-01T08:20:54.336Z] [2021-04-01T08:20:54.336Z] 07:56:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-01T08:20:54.336Z] 07:57:01 109952 0 522760 27.78 2620 1246212 1043296 35.61 483256 1089316 7520 [2021-04-01T08:20:54.336Z] 07:58:01 196112 0 629376 33.45 2620 1053436 1700296 58.03 616200 862896 43400 [2021-04-01T08:20:54.336Z] 07:59:02 73396 0 673612 35.80 2536 1132000 1444480 49.30 579172 986832 64284 [2021-04-01T08:20:54.336Z] 08:00:01 126964 0 920036 48.90 1492 833052 1606484 54.83 706556 763328 11688 [2021-04-01T08:20:54.336Z] 08:01:01 193284 0 909696 48.35 740 777824 1588276 54.21 724500 668944 42972 [2021-04-01T08:20:54.336Z] 08:02:01 186944 0 743228 39.50 664 950708 1428848 48.76 584580 815348 40 [2021-04-01T08:20:54.336Z] 08:03:03 76992 0 838396 44.56 0 966156 2372876 80.98 756920 829300 37952 [2021-04-01T08:20:54.336Z] 08:04:01 395096 0 1052820 55.96 0 433628 3706196 126.49 616444 584904 54588 [2021-04-01T08:20:54.336Z] 08:05:02 83316 0 820012 43.58 0 978216 2324368 79.33 700460 859140 57028 [2021-04-01T08:20:54.336Z] 08:06:01 411356 0 682160 36.26 0 788028 1400412 47.79 500712 735020 12 [2021-04-01T08:20:54.336Z] 08:07:01 166964 0 649448 34.52 0 1065132 1217156 41.54 516324 953352 20 [2021-04-01T08:20:54.336Z] 08:08:01 169256 0 647108 34.39 0 1065180 1198788 40.91 515652 952848 20 [2021-04-01T08:20:54.336Z] 08:09:01 169936 0 646420 34.36 0 1065188 1193564 40.73 514744 952848 12 [2021-04-01T08:20:54.336Z] 08:10:01 170184 0 646168 34.34 0 1065192 1193600 40.74 514688 952848 8 [2021-04-01T08:20:54.336Z] 08:11:01 168776 0 646756 34.37 0 1066012 1193564 40.73 515080 953344 16 [2021-04-01T08:20:54.336Z] 08:12:01 168660 0 646848 34.38 0 1066036 1193636 40.74 515172 953360 8 [2021-04-01T08:20:54.336Z] 08:13:01 168616 0 646884 34.38 0 1066044 1193564 40.73 515092 953364 8 [2021-04-01T08:20:54.336Z] 08:14:01 168584 0 646912 34.38 0 1066048 1193564 40.73 515100 953360 8 [2021-04-01T08:20:54.336Z] 08:15:01 168616 0 646872 34.38 0 1066056 1193564 40.73 515228 953360 8 [2021-04-01T08:20:54.336Z] 08:16:01 168772 0 646720 34.37 0 1066052 1193564 40.73 515108 953360 8 [2021-04-01T08:20:54.336Z] 08:17:02 169680 0 645796 34.32 0 1066068 1189580 40.60 513992 953364 8 [2021-04-01T08:20:54.336Z] 08:18:01 169824 0 645640 34.31 0 1066080 1188432 40.56 513900 953340 8 [2021-04-01T08:20:54.336Z] 08:19:01 169780 0 645692 34.32 0 1066072 1188432 40.56 513900 953340 8 [2021-04-01T08:20:54.336Z] 08:20:01 169996 0 645456 34.30 0 1066092 1188432 40.56 513904 953360 8 [2021-04-01T08:20:54.336Z] Average: 175877 0 701867 37.30 445 1003355 1472290 50.25 561528 897520 13318 [2021-04-01T08:20:54.336Z] [2021-04-01T08:20:54.336Z] 07:56:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-01T08:20:54.336Z] 07:57:01 eth0 983.55 663.26 3319.57 84.29 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.336Z] 07:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.336Z] 07:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.336Z] 07:58:01 eth0 860.44 1001.55 3128.15 127.32 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.336Z] 07:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.336Z] 07:58:01 vethe82eb5e 894.98 698.59 85.12 2682.89 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.336Z] 07:58:01 docker0 894.98 698.45 72.88 2682.88 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.336Z] 07:59:02 eth0 434.33 376.17 3184.94 36.08 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.336Z] 07:59:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.336Z] 07:59:02 veth09ef729 61.98 77.17 4.07 340.11 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.336Z] 07:59:02 docker0 61.98 77.04 3.23 340.10 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.336Z] 08:00:01 veth76d7958 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.336Z] 08:00:01 eth0 147.64 118.95 528.51 76.60 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.336Z] 08:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.336Z] 08:00:01 docker0 91.96 108.21 7.30 498.97 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.336Z] 08:01:01 veth76d7958 2.32 2.32 0.19 0.19 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.336Z] 08:01:01 eth0 27.22 14.90 20.84 11.29 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.336Z] 08:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.336Z] 08:01:01 docker0 2.32 2.32 0.15 0.19 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.336Z] 08:02:01 eth0 215.58 167.12 1697.35 79.30 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.336Z] 08:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.336Z] 08:02:01 veth13f3bc2 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.336Z] 08:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.336Z] 08:03:03 veth821b064 0.00 0.45 0.00 0.02 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.336Z] 08:03:03 eth0 63.77 42.84 171.10 13.76 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.336Z] 08:03:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.336Z] 08:03:03 docker0 25.70 33.68 1.55 144.28 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.336Z] 08:04:01 veth0bd4d28 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.336Z] 08:04:01 veth821b064 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.336Z] 08:04:01 eth0 7.84 3.76 6.16 3.20 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.336Z] 08:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.336Z] 08:05:02 veth821b064 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.336Z] 08:05:02 veth6494441 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.336Z] 08:05:02 veth6e80e16 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.336Z] 08:05:02 eth0 90.24 57.39 255.89 70.70 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.336Z] 08:06:01 veth821b064 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.336Z] 08:06:01 vethc13a250 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.336Z] 08:06:01 eth0 69.43 44.58 99.61 78.63 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:06:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:07:01 eth0 179.21 133.29 1643.91 20.84 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:07:01 docker0 1127.77 1006.78 88.17 4308.79 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:08:01 eth0 0.95 0.35 0.32 0.20 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:09:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:10:01 eth0 0.25 0.22 0.12 0.01 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:11:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:12:01 eth0 0.28 0.22 0.14 0.07 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:13:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:14:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:15:01 eth0 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:16:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:17:02 eth0 2.80 2.85 0.30 10.27 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:17:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:18:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:19:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:20:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] 08:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] Average: eth0 128.15 109.31 584.93 25.48 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] Average: docker0 47.10 42.05 3.68 179.95 0.00 0.00 0.00 0.00 [2021-04-01T08:20:54.337Z] [2021-04-01T08:20:54.337Z]